﻿@charset "utf-8";
/* CSS Document */
#page_content {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:980px;
}
#page_content_table { width:1000px; }
#page_content_left {
	width:280px;
	padding-right: 10px;
}
	#page_content_left span.top_start {
		width:100%;
		height:1px;
		display:block;
		background: #e1e1e1;
		margin-bottom: 15px;
	}
	#page_content_left span.section {
		width:100%;
		height:15px;
		display:block;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 15px;
	}
	#page_content_left span.footer_end {
		width:100%;
		height:1px;
		display:block;
		background: #e1e1e1;
		margin-top:15px;
	}
	#page_content_left div.page_content_left {
		padding-left:20px;
		padding-right:20px;
		text-align: left;
	}
	
	#page_content_left .left_banner { text-align: center; }
	#page_content_left span.specs { border:2px solid green; }
	/*#page_content_left  span { border:2px solid green; clear:none;}*/
	.page_content_left li { padding: 0 0 2px 0; }
	
	/* LEFT AVATARS */
	.left_avatars dt {
		font-size: 11px;
		padding: 10px 0 0 65px;
		font-weight: bold;
		height:12px;
		overflow:hidden;
		margin-top: 5px;
	}
	.left_avatars dd {
		min-height:50px;
		font-size: 10px;
		position: relative;
		clear: both;
		padding: 1px 2px 0px 55px;
	}
		.left_avatars dd img {
			width: 60px;
			height: 60px;
			border: none;
			position: absolute;
			top:-13px;
			left: -2px;
		}
		.left_avatars dd ul {
			padding-top: 5px;
			max-height: 60px;
			overflow:hidden;
		}
			.left_avatars dd li {
				padding:0 10px;
				line-height: 14px;
			}
		.forum_topics p{ 
			padding: 0px 10px 10px 35px;
			text-indent: -32px; 
		}
			.forum_topics p a { padding-left: 4px; }
#page_content_center {
	width:690px;
	line-height: 1.5em;
}
#page_content_center span.top_start {
	width:100%;
	height:1px;
	display:block;
	background: #e1e1e1;
	margin-bottom: 15px;
}
#page_content_center span.section {
		width:100%;
		height:12px;
		display:block;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 12px;
}
#page_content_center span.footer_end {
	width:100%;
		height:1px;
		display:block;
		background: #e1e1e1;
		margin-top:15px;
}

#page_content_right {
	width:291px;
}
#page_content_right span.top_start {
	width:100%;
	height:1px;
	display:block;
	background: #e1e1e1;
	margin-bottom: 15px;
}
#page_content_right span.section {
	width:100%;
		height:15px;
		display:block;
		border-bottom: 1px dotted whiteSmoke;
		margin-bottom: 15px;
}
#page_content_right span.footer_end {
	width:100%;
		height:1px;
		display:block;
		background: #e1e1e1;
		margin-top:15px;
}
#page_content_right div.page_content_right {
	padding-left:10px;
	padding-right:10px;
}

#page_content_right table { width: 260px; margin: auto; }

#page_content_right .box { padding: 2px 15px; }

	#page_content_right ul { padding: 5px 10px; margin-left:5px;  }
	#page_content_right li { 
		padding: 2px;
		line-height: 16px;
	}
	#page_content_right ul ul { padding: 0px;}
#page_content_center h3 {

	margin-bottom:10px;
	font-size:12px;
}
#page_content_center h4 {
	padding: 5px 15px; 
}


/* left and right column common elements */
.small_col h2 {  padding: 10px 0;  font-size: 12px; }

#page_content_left .banner  img,
#page_content_right .banner  img,
#page_content_left .banner  embed,
#page_content_right .banner  embed {
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
}	

/* MENU */
.block_h {
	padding-bottom:5px;
}
	.block_h ul li {
		line-height: 16px;
		color: #666666;
		padding-bottom: 6px;
		padding-left: 20px;
		margin-left: -10px;
		text-indent: -10px;
	}
		.block_h ul li:before { content: "\00BB  ";  }
		.block_h li.div { margin-top: 15px; }
		.block_h ul li ul {
			padding-bottom: 1px;
			padding-top: 2px;
		}
			.block_h li ul li {
				padding:2px 1px 3px 1px;
				display: list-item;
				padding-left: 20px;
			}
				.block_h li ul li:before { content: "\203A  ";  }
	.block_h li a {
		color: #000;
	}
		.block_h li a:hover { color: #77b53a;}
	.block_h li em {
		color: #999;
		font-style: normal;
	}	
.sdmenu div h3 {
	display: block;
	padding-left: 10px;
	/*background: url(/img/arrow2.png) no-repeat left center;*/
	cursor: pointer;
	font-size: 11px;
	color: black;
	margin-bottom: 10px; 
}
.sdmenu ul {
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.block_h ul li {
	line-height: 16px;
	color: #666;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-left: -10px;
	text-indent: -10px;
}
div.sdmenu div a {
	color: #333;
}
/* SLIDE MENU */
div.sdmenu {
	border-bottom: 1px solid #e1e1e1;
}
div.sdmenu div {
	border-top: 1px solid #ddd;
	overflow: hidden;
}
div.sdmenu div:first-child {
	border-top: none;
}
.sdmenu.js_hide  div.collapsed {
	height: 25px;
}

.sdmenu.js_hide div.collapsed h3 {
	background-image: url(/img/arrow1.png);
}

div.sdmenu div a {
	color: #333;
}
div.sdmenu div a.current {
	color: #77b53a;
}
div.sdmenu div a:hover {
	color: #77b53a;
	text-decoration: underline;
}
.sdmenu ul { margin-bottom: 5px; padding-bottom: 2px;  }


.infoblock {
	margin: 15px 0;
	color: #000; 
	line-height: 18px;
	padding: 5px;
	border: 1px solid #E1E1E1;
}
	.infoblock strong {
		
		color: #FF3300;
		font-size:12px;
		font-weight: bold;
	}
	.infoblock br { display: inline; }

#fs_search { 
		overflow:hidden;  
		margin-bottom: 16px; 
		border: 1px solid #c7c7c7;
		padding: 5px 10px 10px 10px;
	}
	#fs_search h3 { 
		margin:0px;
		padding:0px; 
	 }
	#fs_search select { 
	color: #666; display: block;  
	margin: 10px 0; 
	width: 220px; padding: 3px; 
	border: 1px solid #c7c7c7; 
	cursor: pointer; 
	}
	#fs_search select:active, #fs_search select:focus { color: #000; }
	#fs_search input {float: right; margin: 0px;  }

	