/*#region Global -> Clear style*/
/*******************************
Clear Global Style */
* { border: 0; margin: 0; padding: 0; }
textarea { resize: none; }
button { cursor: pointer; }
a { cursor: pointer; outline: 0; }
address { font-style: normal; }
/*#endregion Global -> Clear style*/

/*#region Global*/
/*******************************
Global Style */
html { overflow-y: scroll; }
.hide { display: none; visibility: hidden; }
.show { display: block; visibility: visible; }
/*#endregion*/

/*#region Global -> Header*/
/*******************************
Header */
#header div.inner
{
    position: relative;
    width: 965px;
    margin: 0 auto;
    padding: 1px 0;
}
#header div.site-title
{
    width: 625px;
    padding: 20px 0 12px 0;
}
#header div.site-title h1 { font-size: 32px; }
#header div.site-tagline { padding-top: 2px; }
#header div.connect-bar
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 170px;
    padding: 5px 2px 5px 20px;
    margin-top: 2px;
    line-height: 15px;
}
/*#endregion*/

/*#region Global -> Sidebar*/
.content-column { float: left; }
#sidebar  { float: right; width: 300px; }
#sidebar div.container { padding-bottom:10px; width: 300px; }
#sidebar div.container a img {display: block; margin: 0 auto;}
#sidebar div.panel { clear: left; padding: 10px; }
#sidebar ul
{
    padding-left: 15px;
    padding-bottom: 20px;
    list-style-type: square;   
}
#sidebar ul li
{
    margin-bottom: 3px;
}
#sidebar div.container.tab ul { display: none; }
#sidebar div.panel-button, #sidebar div.selected
{
	float: left;
    position: relative;
    padding: 8px 11px 0 9px;
    height: 20px;
}
#sidebar a.see-all { margin: 20px 0 0 5px; }
#sidebar h2
{    
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#sidebar > p
{
   float: right;
   padding-right: 20px;   
}
#sidebar > img { margin-bottom: 10px; }
#sidebar p.buttom-line
{
    float: left;    
    margin: 10px 0 10px 0;
    width: 261px;
}
/*#endregion*/

/*#region Global -> Login tooltip*/
div.tooltip
{ 
    display: none;
    height: 100px;
}
div.tooltip .content
{   
    position: relative;
    left: 110px;
    width: 130px;
    padding: 10px;
    top: 9px;
}
div.tooltip .tip
{
    position: absolute;
    top: 0;
    left: 139px;
    width: 13px;
    height: 10px;
}
div.tooltip a.close
{
	display: block;
	position: absolute;
	top: 0px;
	left: 250px;
	width: 11px;
	height: 9px;
}
div.tooltip input[type=text] { width: 142px; }
/*#endregion*/

/*#region Global -> Footer*/
/*******************************
Footer */
#footer
{
    margin: 15px 0;
    padding: 0 20px;
    height: 50px;
    clear: both;
}
#footer p.left
{
    float:left;
    padding: 5px 10px;
}
#footer p.right
{
    float:right;
    padding: 5px 10px;
}
/*#endregion*/

/*#region Global -> Flag Dialog */
div.flag-dialog
{
	display: none;
	z-index: 20;
	width: 173px;
	height: 169px;
}
div.flag-dialog a.close
{
	display: block;
	position:absolute;
	margin-top:0px;
    right: 0px;
	width: 11px;
	height: 9px;
}
div.flag-dialog > span
{
	display: block;
	position: relative;
	top: 10px;
	margin: 10px 10px 5px 10px;
}
div.flag-dialog textarea
{
	position: relative;
	height: 58px;
	margin: 10px 10px 5px 10px;
}
div.flag-dialog a.submit
{
	display: block;
	width: 39px;
	height: 21px;
	margin-left: 10px;
}
div.flag-dialog a.submit span
{
	display: block;
	position: relative;
	left: 10px;
	top: 4px;	
}
/*#endregion*/

/*#region Global -> Pagination*/
/*******************************
Pagination */
div.pagination
{
    padding-top: 10px;
	height: 40px;
	line-height: 40px;
	clear: both;
	padding: 0px 20px;
	width: 610px;
}
div.pagination  a
{
	padding: 3px 7px;
	background-color: #fefefe;
	margin-right: 5px;
}
div.pagination span
{
    padding: 3px 7px;
    margin-right: 5px;
}
div.pagination .current {
    padding: 3px 7px;
	color: #ffffff;
}
div.pagination a.next:hover { width: 10px; }
/*#endregion*/

/*#region Global -> Combo Box*/
div.combo-box
{
    float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 100px;
	height: 17px;
	padding: 7px 4px 4px 10px;
	z-index: 30;
}
div.combo-box span { display:block; }
div.combo-box ul
{
    display: none;
    position: relative;
    left: -11px;
    width: 106px;
    z-index: 30;
    overflow:auto;
    padding: 4px;
}
div.combo-box ul li
{
    display: block;
    height: 30px;
    overflow: hidden;
    padding-left: 7px;
    line-height: 30px;
}
/*#endregion*/

/*#region Global -> Check-Box*/
div.check-box { overflow: hidden; }
div.check-box a
{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-top: 2px;
}
div.check-box span  
{
    float: left; 
    zoom: 1;
}
/*#endregion

/*#region Global -> System Colors*/
label.error, p.error { display: none; }
.premium { padding: 15px 20px; }
label { line-height: 15px;  }
div.input-text { padding: 2px; }
div.input-text.small 
{
   width: 110px;  
   margin-bottom: 0;
}
input { padding: 5px 3px; vertical-align: middle; outline: 0; }
input.small { width:104px; }
div.search div.word a { padding: 7px; }
/*#endregion*/

/*#region Global -> Sharing buttons*/
div.button
{
    float: left;
    position:relative;
}
div.button a, div.button.disabled:hover a
{
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
}
/*hacks for the share this button*/
div.button a.share
{    
	height: 40px;
    left: 5px;
    position: absolute;
    background: none;
    right: 5px;
    top: 0;
    width: 30px;
}
div.button p
{
    margin: 5px;
    font-size: 11px;
}
a.subscribe 
{
	display:block;
    float: right;
    height: 15px;
    line-height:22px;
    padding-right: 5px;
}
a.subscribe.icon
{
     padding: 0;
     width: 15px;
     height: 15px;
}
/*#endregion*/

/*#region Global -> Captcha*/
img.captcha
{
    float:right;
    margin: 1px 70px 0 0;
    width: 90px;
    height:32px;
}
a.code
{
    display:block;
    margin-bottom: 10px;
}
/*#endregion*/

/*#region Global -> Advertisement */
div.advertisement
{
    width: 300px;
    height: 250px;
}
/*#endregion*/
.empty h1 { font-size: 26px; }

.overlay-gifts
{
    display: none;
    background: url(../img/overlay-fill.png) left top repeat;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 50px 0px;
    z-index: 2000;
} 
img.block{display: block; padding: 10px;}
img.center {margin: 0 auto;}
img.left {margin: 0px auto 0px 0px;}
img.right {margin: 0px 0px 0px auto;}
/* End Of File */