/*
Theme Name: TS Control
Description: TS Control theme
Version: 1.0
Author: Site Project
Author URI: http://site-project.ru 

*/



html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p, blockquote, form, fieldset, legend, table, td, th {
	padding:0;
	margin:0;
}

* {
	padding:0;
	margin:0;
}
table, td {
	border-collapse:collapse;
	vertical-align: top;
	}
img {border:none;}

body {
	background: #FFFFFF url(images/background.jpg) repeat-x scroll left top;
	font: 100.01% Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	margin:0 !important;	
}
#wrapper {
	width: 100%;
	min-width:980px;
	height:100%;
	
}
#wrapper .left_col {
	width: 260px;
	
}
#wrapper .right_col {
	width: auto;
	position: relative;
	padding-left: 20px;
	padding-top:70px;
	
	}

#main_menu {
	width: auto;
	margin-left: 10px;
}
#main_menu ul {
   display:none;
}
#main_menu li.current_page_item, #main_menu li.current_page_ancestor, #main_menu li.current_page_ancestor ul{
	display:block;
	font-weight: bold;
	background: #CCCCCC;
	padding-left: 10px;
}

#main_menu ul ul {
   display:none !important;
}
#main_menu li.current_page_ancestor {
	background: #CCCCCC;
	padding-left: 10px !important;

}

#main_menu li ul li.current_page_item {
	padding-left: 0;

}

#main_menu li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	font-size: 100%;
	list-style: none;
}
#main_menu li a {
	color: #000000;
	white-space: nowrap;
}

#main_menu li ul {
	

}

#main_menu li ul li {

	font-size: 75%;
	font-weight: normal;
}

#main_menu li ul li ul li ul {
	display:none !important;
}



#login_box {
	width: 610px;
	font-size: 70%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	top: -41px;
	
	/*margin-bottom: -60px;*/
	z-index:1000;
}
#login_box .forms {
	vertical-align: middle;
	padding:0;
	margin:0;
	border:none;
	background: url(images/background_login.jpg) repeat-x left bottom;
	height:38px !important;
	overflow:hidden;
	text-align:center;
 }
#login_box #slideDownLogin {
	height:38px; !important
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}
#login_box  #login_form {
	position: relative;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#login_form ul {

	//width:500px;

}
#login_box  li {
	float: left;
	margin-right: 10px;
	list-style: none;
}
#login_box input {
	border: 1px solid #CCD5DD;
	margin: 0px;
	font-size: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;

}

#login_box .enter {
	background: #E9E9E9;
	font-size: 11px;
	border-color: #CCD5DD;
	height: 20px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
#login_box  label {
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
}
#login_box .forgot {
	display: block;
	padding: 7px 3px 5px;
}
#login_box .submit {
	text-align: center;
}
#login_box  .submit  strong {
	display: block;
	height: 31px;
	width: 244px;
	background: url(images/background_login_btn.png) no-repeat left top;
	font-size: 110%;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	border:none;
}
#login_box .submit a {
	font-weight: normal;
	color: #0033CC;
	background: url(images/ico_login.gif) no-repeat left 6px;
	display: block;
	padding-top: 7px;
	height: 27px;
	position: relative;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	outline:none;
	text-decoration:underline;
	cursor:pointer;
}






.adv_blocks {
	width: 100%;
	display: table;
	z-index: 1;
	margin-bottom: 30px;
}
.adv_blocks div {
	display: block;
	background: url(images/background_adv.png) no-repeat;
	height: 122px;
	width: 188px;
	margin-right: 1px;
	margin-left: 1px;
	position: relative;
	overflow:visible;
}
.adv_blocks .free {
	background: url(images/background_adv_sale.png) no-repeat !important;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(images/background_adv_sale.png, sizingMethod='scale');
	height: 112px !important;
	width: 195px !important;
}


.adv_blocks li a, .adv_blocks li p {
	white-space: normal;
	
}
.adv_blocks a {
	color: #000000;
}

.adv_blocks .spuntik, .adv_blocks .money, .adv_blocks .question, .adv_blocks .camera {
	position: absolute !important;
	z-index: 2;

	}
	
.adv_blocks .money {
	left: 120px;
	top: -32px;
	background: url(images/adv_money.png) no-repeat left top;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/tscontrol/images/adv_money.png, sizingMethod=crop);
	height: 94px;
	width: 74px;
}

.adv_blocks .question {
	left: 152px;
	top: -15px;
	background: url(images/adv_question.png) no-repeat left top;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/tscontrol/images/adv_question.png, sizingMethod=scale);
	height: 46px;
	width: 46px;
}

.adv_blocks .camera {
	left: 136px;
	top: 1px;
	background: url(images/adv_camera.png) no-repeat left top;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/tscontrol/images/adv_camera.png, sizingMethod=scale);
	height: 53px;
	width: 53px;
}

.adv_blocks .spuntik {
	left: 118px;
	top: -19px;
	background: url(images/adv_sputnik.png) no-repeat left top;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/tscontrol/images/adv_sputnik.png, sizingMethod=scale);
	height: 68px;
	width: 120px;
}
.adv_blocks .spec {
	position: absolute;
	/*width: 188px;*/
	height: 95px;
	font-size: 120%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 10;
	display: block;
	}
	
	
.adv_blocks .spec b {
	color: #FF0000;

}



.adv_blocks .testtime {
	position: absolute;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 80px;
	z-index: 15;
}
.adv_blocks .ask {
	padding-top: 5px;
	padding-left: 15px;
	display: block;
}
.adv_blocks .ask strong {
	font-size: 130%;
	color: #333333;
	display:block;

}



.adv_blocks .ask .list {
	margin-left:5px !important;
}

.adv_blocks .ask .list li {
	line-height:normal;

padding-top:1px;
padding-bottom:1px;

}


.adv_blocks .ask .list .icq {
	background:transparent url(http://status.icq.com/online.gif?icq=477984321&img=5) no-repeat scroll left 1px;
	display:block;
	padding-left:20px;
}

.adv_blocks .ask .list .skype {
	background:transparent url(http://mystatus.skype.com/smallicon/tscontrol.ru) no-repeat scroll left 1px;
	display:block;
	padding-left:20px;
}

.adv_blocks .secure {
	display: block;
	padding-top: 50px;
	padding-left: 15px;
}
.adv_blocks .secure a {
	font-size: 120%;
}






#adv_wrap {
	position: relative;
	display: block;
}
#adv_wrap ul {
	position: relative;
	width: 100%;
}
#adv_wrap li {
	width: 21%;
	margin-left: 3%;
	float: left;
	display: block;
	position: relative;
	clear:right;
}
#adv_wrap li h4 {
	background: url(images/background_adv.png) no-repeat left top;
	height: 122px;
	width: 188px;
	display: block;
	margin-right: 20px;
	margin-left: 20px;


}
.frame .up_center {
	border-top: 1px solid #DFE9F2;
	background: #FFFFFF;
}
.frame .left_center {
	background: #FFFFFF;
	border-left: 1px solid #DFE9F2;
}
.frame .right_center {
	background: #FFFFFF;
	border-right: 1px solid #DFE9F2;
}
.frame .down_center {
	background: #FFFFFF;
	border-bottom: 1px solid #DFE9F2;
}
.frame .frame_content {
	background: #FFFFFF;
}
.frame  .up {
	padding-top: 1px;
	margin-top: -1px;
}
#map #screen {
	border: 1px solid #CCD5DD;
}
#map #description {
	margin-top: 10px;
}

#map #description .list li {
	float: left;
	margin-left: 20px;
	width: 130px;
	list-style: none;
	font-size: 90%;
	line-height: normal;
}
#map #description .first {
	margin-left: 0px !important;
}
#map #description .list .details li {
	float: none;
	margin: 0px;
	width: auto;
	list-style: none;
	white-space: nowrap;
}
#map #description .list .active {
	background: url(images/ico_target_active.gif) no-repeat left 5px;
	display: block;
	padding-left: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#map #description .list .noactive {
	background: url(images/ico_target_noactive.gif) no-repeat left 5px;
	display: block;
	padding-left: 12px;
	color: #000000;
}
.border_box li {
	margin: 10px;
	border: 1px solid #C6C5C2;
	padding: 5px 5px 5px 130px;
	list-style: none;
	height: 75px;
	line-height: 1.2em;
}
.border_box .trucks {
	background: url(images/img_truck.jpg) no-repeat 7px 7px;
	
}
.border_box .taxi {
	background: url(images/img_taxi.jpg) no-repeat 7px 7px;
}
.border_box .child {
	background: url(images/img_child.jpg) no-repeat 7px 7px;
}

.border_box .cars {
	background: url(images/img_car.jpg) no-repeat 7px 7px;
}
.border_box .post {
	background: url(images/img_post.jpg) no-repeat 7px 7px;
}
.border_box .poisk {
	background: url(images/img_ugon.jpg) no-repeat 7px 7px;
}

.twocols {
	width: 100%;
}
.order_test {
	position: relative;
	width: 450px;
	background: url(images/ico_attention.jpg) no-repeat left 5px;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
.order_test strong {
	font-size: 110%;
}

.order_test div {
	position: absolute;
	left: 93px;
	top: 31px;
}

.order_test h4 {
	
	font-size: 130%;
	color: #0F3981;
	font-weight: normal;
}
#news {
	padding-right: 20px;
	margin-top: 20px;
	padding-left: 20px;
	font-size: 80%;
}
#news h4 {
	font-size: 140%;
	color: #0F3981 !important;
	font-weight: normal;
	margin-bottom: -10px;
}
#news .item {
	margin-top: 15px;
}
#news .item strong {
	display: inline-block;
	background: #F4DC78;
	padding: 5px;
}
.copyright {
	background-color:#E9E9E9;
	font-size:90%;
	padding-bottom:20px;
	padding-top:20px;
	
}

.copyright, .siteproject {
	background-color:#E9E9E9;
	font-size:70%;
	height:50px;
	text-align: center;
	vertical-align: middle;
}


#right_icons {
	float:right;
	margin-top:-65px;
	position:relative;

}

#right_icons img {
	padding:5px;
}

.logo {
	margin-top:10px;
	margin-bottom:10px;

}



h3   {
	font-size: 130%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0.5em;
}

h2   {
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0.5em;
}
h1   {
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0.5em;
}

.p, li {
	font-size: 80%;
	list-style: none;
	line-height: 1.4em;
}

.post p, .post li, .entry p, .entry li {

	

}


a {
	color: #000000;
}

.category-post-widget p.date {
	display: inline-block;
	background: #F4DC78;
	padding: 5px;
	font-size:90%;
	color:#000000;
	font-weight:bold;
}
.category-post-widget h3 {
   font-size:90%;
   font-weight:normal;
}
.news_item {
   margin-top:15px;
}



.entry p, .entry ul, .entry ol {
	margin-bottom: 0.7em;

}

.entry h3 {
	margin-top: 1.5em;
}

.entry h4 {
	margin-bottom: 0.25em;
	margin-top: 1em;

}
.entry ul li {
	padding-left:1em;
	list-style: square inside;
}

.entry ol li {
	padding-left:1em;
	list-style: decimal inside;
}


.entry li h4 {
	display:inline;

}

.entry li p {
	font-size:100%;
}




.aligncenter {
	margin-left:auto;
	margin-right:auto
}

.icqimg {
	padding-right:3px;
	position:relative;
	top:4px;

}

.breadcrumbs {
	font-size:70% !important;
	margin-bottom: 20px;

}
.breadcrumbs a {
	background:none!important;
	padding-right:0!important;
}

#counter {
	width: 50px;

}
.im {
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}
	

.yellow {
	background: #FFFF99;
}

.lightBlue {
	background: #CCFFFF;
}
.table_design {
	font-size: 80%;	
	margin-bottom:15px
	

}

.table_design th {
	padding-top:7px;
	padding-bottom:7px;

}

.table_design td {
	border-bottom: 1px solid #333333;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;

}

.table_design .header {
	background: #FFF;
	font-weight: bold;
	text-align: center;	
	border:none;
}

.table_design .header_2 {
	background: #CCCCCC;
	font-weight: bold;
	text-align: center;
	border:none;
}

.debujos {
 
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
border: none;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.copyr {
	
       font-size: 13px; 
       color: #0099CC; 
       font-family: Arial; 
       font-weight: bold;
      }

.list {
     font-size: 18px;	
}
