@import url("reset.css"); 
@import url("aow.css"); 
/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/
/* GLOBAL STYLES */
body{
	font-family: Arial;
	font-size: 100.01%;
	font-size: 11px;
	line-height: 130%;
	 
 	background: #fff;
	color: #000;

}
a:link,
a:visited,
a:hover,
a:active{
	color: #4398de;
	text-align: left;
	text-decoration: underline;
}
a:visited{

}
a:hover,
a:active{
	text-decoration: none;
}
h1,h2, a.cat_link{
	font-family: Arial;
	font-size: 24px;
	color: #000; 
	line-height: 150%;
	text-align: left;
	color: #99c73d;
}
a.cat_link {
	text-decoration: none;
}
h2{
	font-family: Arial;
	font-size:14px;
	font-weight: normal;
	color: #76b700;
	margin-bottom: 3px;
}
ol,ul{
	margin: 9px 0px 9px 9px;
	line-height: 140%;
	text-align: justify;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style-type: circle;; 
}
li{
	margin-left: 0px;
}
img{
	border: none;
}
p{
	/* text-indent: 1.5em; /* Можно использовать для реализации отступов в абзацах.  http://www.w3.org/Style/Examples/007/indent.html  */
	text-align: justify;
	line-height: 140%;
	margin-bottom: 18px;
}
hr{
	color: #8B8B8B;
	font-size:1px;
	line-height:1px;


	margin: 9px 0px 19px 0px;

	border: 1px dotted;
}

/* ----------------------------------------------*/
/* -------------***YOUR DOMAIN****---------------*/
/* ----------------------------------------------*/
/* used by main-tmpl - разметка главного шаблона */
a.dashed{
	text-decoration:none; 
	border-bottom: 1px dashed #f00;	
}
#container{	
	margin: 0 auto;
	min-width: 1000px;
}
	#top{
		position: relative;
		height: 50px;
	}
		#add-m{
			position: absolute;
			top: 13px;
			left: 5%;
		}
		#region{
			position: absolute;
			top: 17px;
			left: 20%;
		}
			#region b{
				font-weight: normal;
				font-size: 12px;
				color: #4398de;
				padding-left: 7px;
				padding-right: 85px;
				}
		#icons{
			position: absolute;
			top: 20px;
			left: 45%;
			font-size: 13px;
			overflow: hidden;
		}			
			#icons div
			{
				float: left;
				margin-right: 5px;
				padding-right: 10px;
				padding-left: 5px;
				background: url(../img/line.gif) bottom right no-repeat;
			}
			#icons a
			{			
				font-size: 10px;			
			}
				#icons span
				{
					display: none;
				}
			.icons-h
			{				
				background: url(../img/icons.gif) 0% 0%;
			}
			.icons-h:hover, .icons-h-selected
			{
				background: url(../img/icons.gif) 0% 10px;
			}
			.icons-c
			{
				background: url(../img/icons.gif) 24px 0%;				
			}
			.icons-c:hover, .icons-c-selected
			{				
				background: url(../img/icons.gif) 24px 10px;
			}
			.icons-m
			{				
				background: url(../img/icons.gif) 36px 0%;
			}
			.icons-m:hover, .icons-m-selected
			{
				background: url(../img/icons.gif) 36px 10px;
			}
			.icons-q
			{				
				background: url(../img/icons.gif) 12px 0%;
			}
			.icons-q:hover, .icons-q-selected
			{
				background: url(../img/icons.gif) 12px 10px;
			}
		#currency{
			position: absolute;
			top: 20px;
			left: 60%;
			font-size: 13px;
			overflow: hidden;
		}
			#currency div
			{
				float: left;
				margin-right: 5px;
				padding-right: 10px;
				padding-left: 5px;
				background: url(../img/line.gif) bottom right no-repeat;
			}
			#currency a
			{			
				font-size: 12px;			
			}
				#currency span
				{
					display: none;
				}
			.currency-euro
			{				
				background: url(../img/cur.gif) 0% 0%;
			}
			.currency-euro:hover, .currency-euro-selected
			{
				background: url(../img/cur.gif) 0% 12px;
			}
			.currency-usd
			{
				background: url(../img/cur.gif) 18px 0%;				
			}
			.currency-usd:hover, .currency-usd-selected
			{				
				background: url(../img/cur.gif) 18px 12px;
			}
			.currency-rubl
			{				
				background: url(../img/cur.gif) 9px 0%;
			}
			.currency-rubl:hover, .currency-rubl-selected
			{
				background: url(../img/cur.gif) 9px 12px;
			}
			.rubl{
				text-decoration: line-through;
				font-size: 16px;
				font-weight: normal !important;
			}			
	#auth{
		position: absolute;
		top: 13px;
		left: 70%;
	}
	#region-search{
		position: absolute;
		top: 1px;
		left: 94%;
	}
	#menu{
		position: relative;
		height: 145px;
		background: url(../img/bg-t.gif) repeat-x left top;
	}
		.logo{
			position: absolute;
			top: 29px;
			left: 36px;
			width: 150px;
			height: 64px;
			display: block;
			background: url(../img/logo.jpg) no-repeat;
		}
			.logo span{
				display: none;
			}
		#items{
			position: absolute;
			top: 10px;
			left: 220px;
			width: 78%;
		}
			.item{
				background: url(../img/i_bg.gif) no-repeat right 50%;
				/*padding-right: 40px;*/
				margin-right: 2%;
				float: left;
				display: inline;
				width: 23%;
			}
				.no-br
				{
					background: none !important;
					padding-right: 0;
					margin-right: 0;
				}
				.item a{
					font-size: 12px;
					text-decoration: none;
					padding: 1px 2px;
					line-height: 140%;
					
				}
					.item a:hover, .item .selected{
						color: white;
						background-color: #4398de;
						}
						a.end{
							font-weight: bold; 
							font-size: 13px;							
						}
						.item a.end:hover, .item .selected{
							background-color:#76B700;							
						}
				.item h2 a, .p-map h2 a{
					font-family: Arial;
					font-size:14px;
					color: #76b700 !important;
				}		
					.item h2 a:hover{	
						background-color: transparent !important;
						text-decoration: underline;
					}
	#search-block{
		background-color: #4398de;
		padding: 8px 0 8px 50px;
	}
		.s-t{
			border: 1px solid #1e6aa8;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
			color: #4c4c4c;
			padding: 3px 4px;
			width: 350px;
		}
		.s-s{
			border: none !important;
			background: url(../img/search.gif) no-repeat;
			width: 68px;
			height: 24px;
			margin-left: 10px;
			cursor: pointer;
		}
		.large-tags a{
			text-transform: uppercase;
			color: white;
			font-size: 18px;
			font-family: Tahoma;
			line-height: 130%;
			padding-left: 1%;
		}
	#z-center{
		
	}
		#z-c-left{
			float: left;
			display: inline;
			width: 335px;
			margin-left: -100%;
			padding-left: 23px;			
			
		}
			.angle{
				background: url(../img/angle.gif) no-repeat left top;
				padding: 20px 10px 0 25px;
				margin: 10px 0;
			}
				.angle h1{
					color: #4c4c4c ;
					margin-bottom: 10px;
				}
			.news-item{
				margin-bottom: 20px;
			}
				.news-item a{
					font-size: 12px;
					text-decoration: none;
				}
					.news-item a:hover{
						text-decoration: underline;
					}
				.news-item h2{
					margin-bottom:0;
					line-height: 110%;
				}
				.date{
					float: left;
					color: #4c4c4c;
					text-align: center;
					font-size: 10px;
					width: 45px;
				}
					.date span{
						font-size: 18px;
						text-align: center;						
					}
				.news-text{
					float: right;
					width: 245px;
				}
				.blogs a{
					font-size: 12px;
					text-decoration: none;
				}
					.blogs a:hover{
						text-decoration: underline;
					}
				.tags{
					
				}
					.tags .t1{
						font-size: 30px !important;
					}
					.tags .t2{
						font-size: 24px !important;
					}
					.tags .t3{
						font-size: 18px !important;
					}
					.tags .t4{
						font-size: 16px !important;
					}
					.tags .t5{
						font-size: 14px !important;
					}					
					.tags a{
						text-decoration: none;
						font-size: 11px;
						line-height: 150%;
					}
						.tags a:hover{
							text-decoration: underline;
						}
					.partners{
						
					}
						.partners div{
							width: 48%;
							height: 40px;
							float: left;
							display: inline;
							margin-bottom: 20px;
						}
			
		#r-container{
			float: left;
			display: inline;
			width: 100%;
		}
		#z-c-right{						
			margin-top: 10px;
			margin-left: 388px;
			padding-right: 25px;
			font-size: 14px;
		}
			#z-c-right h1, a.cat_link{
				font-weight: normal;				
				margin-bottom: 5px;
			}
			#z-c-right ul, #z-c-right ol{
				margin-left: 50px;
			}
			.predl{
				float: right;
				display: inline;
				margin-top: 7px;
				margin-right: 23px;
			}
			#last_predl{
				margin-bottom: 30px;
			}
				.p-left{
					float: left;
					margin-right: 2px;					
				}
				.p-item{
					float: left; 
					display: inline;
					padding: 12px;
					height: 150px;
					background-color: #e3f0fa;
					width: 115px;
				}
					.p-item img{
						padding-bottom: 5px;
					}
					.p-item a{
						text-decoration: none;												
						}
						.p-item a:hover{
							text-decoration: underline;
						}
						.kosht{
							font-size: 14px;
							color: #ff852a;
						}
				.p-right{
					float: left;
					margin-left: 2px;	
				}
			.based{
				float: left;
				display: inline;
				margin: 0 15px 30px 0;
				width: 180px;				
				min-height: 231px;
				height: 231px;
				overflow: hidden;
			}
				.based p{
					margin-bottom: 10px;
					color: #4d4b4b;
					text-align: left;
					height: 185px;
				}
				.based img{
						padding-bottom: 5px;
					}
				.no-m{
					margin-right: 0px !important;					
				}
			.orange2{
				font-size: 18px;
				color: #ff852a;
			}
			.b-p{
				width: 180px;
				height: 35px;
				background: url(../img/b-p.gif) no-repeat;
				padding-left: 10px;
				vertical-align: middle;
			}
				.b-p .g{
					color: #99c73d;
					font-weight: bold;
				}
				.b-p .b{
					color: #4398de;
					font-weight: bold;
				}
				.b-p .o{
					color: #ff9331;
					font-weight: bold;
				}
				.b-p img{
					padding: 0px 22px 0 22px;
				}
					.n-m{
						padding: 0 !important;
					}
	#baner2{
		width: 900px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#pre-footer{
		position: relative;
		height: 56px;
		background: url(../img/f-b.gif) repeat-x;
	}
		#copy{
			font-size: 12px;
			position: absolute;
			left: 50px;
			top: 26px;
		}
		#counters{
			position: absolute;
			left: 235px;
			top: 10px;
		}
			#counters span{
				padding: 0 20px;
				}
		#aow{
			position: absolute;
			top: 8px;
			right: 50px;
			width: 100px;
			text-align: center;
			font-family: Verdana;
			font-size: 9px;
		}
			#aow a{
				text-decoration: none !important;
				color: #4398de !important;
			}
	#footer{
		height: 166px;		
		background: url(../img/bg-t.gif) repeat-x left top;
	}
		#f-items{			
			padding-top: 20px;
			margin-left: 10%;
			width: 90%;
		}
			#f-items .item{
				background: url(../img/i_bg.gif) no-repeat right bottom;
				/*padding-right: 70px;*/
				margin-right: 15px;
				float: left;
				display: inline;
				width: 23%;
				height: 102px;
			}
				#f-items .item a{
					line-height: 160%;
					}

.mail_box {
  padding: 3px 7px 3px 7px;
  border-bottom: #e3f0fa 1px solid;
  border-left: #e3f0fa 1px solid;
  text-align:left;
  font-size: 10pt;
  background-color:#ffffff;

}

.mail_box_z {
  border-left: #e3f0fa 1px solid;
}
.mail_box_x{
	color:#ffffff;
	width:90px;
	float:left;
	display:inline;
	text-align:right;
	margin-right:5px;
	padding-right:5px;
	background:#4398de;
}

/*-------------------------------*/

.bookmark {
  float: left;
  position: relative;
  padding: 4px;
  border: 1px;
  border-color: #2A2A2A;
}

.active_mark
{
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: hidden;
  border-left-style: outset;
  /*background-color: #4398DE;*/
  /*background: transparent url(../img/next.gif) no-repeat scroll 0 0;*/
}

.inert_mark
{
  border-top-style: hidden;
  border-right-style: hidden;
  border-bottom-style: outset;
  border-left-style: hidden;
  background-color: #E3F0FA;
}

.vis_block
{
  display: table;
}

.invis_block
{
  display: none;
}
.comment_x{
	text-align:left !important;
	float:left; 
	margin-right:10px; 
	padding:10px 40px 10px 10px;
	width:91%;
}

.comment_text{
	font-size:12px;
	line-height:120%;
}

	#comments_tree, #comments_tree li ul {
		list-style-type: none;
	}
	
	#comments_tree li {
		margin-top: 10px;
		float: left;
		width: 100%;
	}
	
	#comments_tree li ul {
		margin-left: 20px;
	}
	
	#comments_tree li ul li {
		display: none;
	}
	
	#comments_tree div.comment_main {
		width: 100%;
		background-color: #EFF8FF;
		float: left;
		border-left:10px solid #d6f1fa;
	}
	
	#comments_tree div.comment_gray {
		width: 100%;
		background-color: #f4f3f3;
		float: left;
		border-left:10px solid #cccccc;
	}

.acom a{
	color:#4C4C4C;
	text-decoration: none;
}

.company a{
	width:270px;
	height:91px;
	display: block;
	margin-bottom: 5px;
}

/* Статистика по пользователю */

#calendar {
	width: 170px;
}

#calendar .cal_day
{
	float: left;
	width: 20px;
	border: 1px solid #E1DBD0;
	margin: 1px;
	text-align: center;
}

#calendar .cal_day1
{
	float: left;
	width: 23px;
	text-align: center;
	color: #4398DE;
}

#calendar .cal_week
{
	float: left;
	width: 165px;
	border: 1px solid #E1DBD0;
	margin: 1px;
	text-align: center;
	cursor: pointer;
}

#calendar .cal_moth
{
	float: left;
	width: 165px;
	border: 1px solid #E1DBD0;
	cursor: pointer;
}

#calendar .cal_day:hover, 
#calendar .cal_week:hover,
#calendar .cal_moth:hover,
#calendar .active {
	background-color: #f3f7fd;
}

#calendar p {
	text-align: center;
	background-color: #4398DE;
	color: #FFFFFF;
}

#calendar p a {
	color: #FFFFFF;
}

#calendar p.year {
	background-color: #E1DBD0;
	color: #FFFFFF;
	margin: 0;
}

#cal_close {
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
}

#zaklds {
	float: left;
	width: 100%;
	height: 50px;
	border-top: 1px solid #E1DBD0;
	border-bottom: 1px solid #E1DBD0;
	margin-bottom: 25px;
}

#zaklds .zkld {
	float: left;
	width: 100px;
	height: 100%;
	border: 1px solid #E1DBD0;
	border-top: none;
	line-height: 50px;
	text-align: center;
	margin-right: 5px;
}

#zaklds .zkld:hover, #zaklds .active {
	background-color: #f3f7fd;
}

#cal {
	background-color: #FFFFFF;
	border: 1px solid #E1DBD0;
	display: none;
	height: 160px;
	padding: 20px;
	position: fixed;
	top: 100px;
	left: 750px;
	width: 170px;
	z-index: 100;
}

.abonplata {
	padding: 10px;
	border: 1px solid #E1DBD0;
	background-color: #f3f7fd;
	font-size: 12px;
}