@charset "utf-8";

#pages{
	width:960px;
	height:auto;
	margin:20px auto;
}

#sidebar{
	width:240px;
	height:auto;
	float:left;
	margin:30px 0 0 20px;
	list-style:none;
}

		/* sidebar elements */
		#sidebar .module{
			width:100%;
			height:auto;
			margin-bottom:40px;
		}
		
		#sidebar li{
			margin:5px 0 10px 5px;
			padding:5px;
			height:15px;
			border-bottom:#999 solid thin;	
		}
		
		#sidebar a{color:#333; font-size:16px; font-weight:bold;}
		#sidebar a:hover{color:#F00;}
		
		#sidebar h1{margin:0 0 5px 0;}
		#ad1, #ad2, #ad3, #ad4{float:left; margin:3px;}
		/**/


#alt_content{
	border-right:#CCC thin solid;
	width:680px;
	height:auto;
	float:left;
	margin:20px 0 30px 0;
	padding:0 20px 0 0;
}

		/* alt_content elements */
		#alt_content h1{margin:10px 0 0 0;}
		#alt_content h2{margin:0; padding:0; font-size:18px; color:#666;}
		#alt_content h6{margin:0 0 40px 0; padding:0; font-size:200%; color:#666; font-weight:bold; letter-spacing:-2px;}
		#alt_content p{font-size:12px; color:#666; text-align:justify; margin-bottom:40px;}
		#alt_content p a{color:#F00;}
		#alt_content hr{clear:both; float:left; margin-bottom:20px;}
		
		.padd{margin-left:10px;}
		
		#childs li{font-size:12px; list-style:none; display:inline;}
		#childs a{color:#666;} #childs a:hover{color:#F00;}
		
		.webthumb{width:100%; height:100%; position:relative; float:left; overflow:hidden;}
	
		#content h1{margin-bottom:30px;}
		
		ul#catalog{margin:0; padding:0; float:left; list-style:none;}
		#catalog li{margin:10px;  float:left;}
		#catalog li a{width:193px; height:193px; float:left; clear:both; border:#999 solid thin;}
		.info{float:left; clear:both; font-weight:bold;}

		
/*******************************************************************************************************************************************************************************************/

#sb-container,#sb-wrapper{
text-align:left; 
}

#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}

#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}

body > #sb-container{
position:fixed;
}

#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}

#sb-container > #sb-overlay{
height:100%;
}

#sb-wrapper{
position:relative;
}

#sb-wrapper img{
border:none;
}

#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}

#sb-body-inner{
position:relative;
height:100%;
}

#sb-content.html{
height:100%;
overflow:auto; 
}

#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}

#sb-body,#sb-loading{
background-color:#060606; 
}

#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}

#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}

#sb-title,#sb-title-inner{
height:26px;
}

#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}

#sb-info,#sb-info-inner{
height:20px;
}

#sb-info-inner{
font-size:12px;
color:#fff;
}

#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}

#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}

#sb-nav-close{
background-image:url(resources/close.png);
background-repeat:no-repeat;
}

#sb-nav-next{
background-image:url(resources/next.png);
background-repeat:no-repeat;
}

#sb-nav-previous{
background-image:url(resources/previous.png);
background-repeat:no-repeat;
}

#sb-nav-play{
background-image:url(resources/play.png);
background-repeat:no-repeat;
}

#sb-nav-pause{
background-image:url(resources/pause.png);
background-repeat:no-repeat;
}

#sb-counter{
float:left;
padding:2px 0;
width:45%;
}

#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}

#sb-counter a.sb-counter-current{
text-decoration:underline;
}

div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}

div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
