 

/* RABOTA Common */

Body, form, h2 { 
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#171717;
	font-size:12px;
	
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #406080;
	SCROLLBAR-3DLIGHT-COLOR: #406080;
	SCROLLBAR-ARROW-COLOR: #ad2c00;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

a {
	text-decoration:underline;
	color:#00468c;
}
a:hover {
	color:#cc3300;
}

td {
	text-align:left;
}



/*ul, li {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}*/
li {
}

.user_input_field {
	width:300px;
}

textarea.user_text_area{
	width:450px;
	height:180px;
}
	


div.clr { clear:both; }

.workingsale_anketa {
	background-color:#f6f6f6;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin-bottom:7px;
	text-align:center;
}


/* Alert */

.error	  { background:#fbe3e4;
			border:1px solid #fbc2c4;
			color:#8a1f11;
			font-size: 13px;
		  }
.important{	background:#fff6bf;
			border:1px solid #ffd324;
			color:#514721;
			font-size: 13px;
		  }
.well	  { background:#e6efc2;
	  		border:1px solid #c6d880;
	  		color:#264409;
			font-size: 13px;
	 	  }
#register_message.wellkom{
			background:#e6efc2;
	  		border:1px solid #c6d880;
	  		color:#264409;
			font-size: 13px;
			padding: 1em 1.25em;
			margin:5px;
	 	  }
.error, .important, .well{ padding: 1em 1.25em; }
.error a, 
.error a:hover    	{ color: #8a1f11; }
.important a, 
.important a:hover  { color: #514721; }
.well a, 
.well a:hover       { color: #264409; }

p.reset{
	padding: 0; margin: 0;
}
.bold{ font-weight: bold; }

.text-l{ text-align: left; }
.text-r{ text-align: right; }
.text-c{ text-align: center; }
.text-j{ text-align: justify; }

.mar-t10{ margin-top:10px; }

ul.reset, ul.reset li{
	padding: 0px; margin: 0px;
	list-style: none;
}
/****************************************************************/
/*input,select,textarea{
		background-color: rgb(252, 252, 252);
		border: 1px solid #bad4ef;
		font: normal 12px Arial, Verdana;
		color: Black;
		text-align: justify;
		margin:3px;
		}*/
.submitbutton {
		background-color: #3B72CB;
		border:1px solid #00468C;
		font-weight: bold;
		cursor: pointer;
		color: #ffffff;
		text-align: center;
		margin:3px;
		}
		
.default{
		background-color: rgb(252, 252, 252);
		border: 1px solid #bad4ef;
		font: normal 12px Arial, Verdana;
		color: Black;
		text-align: justify;
		margin:3px;
		width:100%;
		}		
/****************************************************************/	


/* TOP_BANNER */

#top_banner {
	padding:2px 0px 5px 5px;
	border-bottom:1px solid #C2C2C2;
	background-color:#EAEAEA;
/*	display:none; */
}
/* /TOP_BANNER */

/* RIGHT_BANNER */
#right_banner_panel {
	padding:2px 0px 2px 0px;
	/*background-color:#EAEAEA;*/
}
/* /RIGHT_BANNER */
/****************************************************************/
/* SUBMENU */
#submenu {
	border-bottom:1px solid #C2C2C2;
	font-size:12px;
	width:992px;
}

#submenu #logo {
	float:left;
	width:215px;
	padding-top:8px;
}

#submenu #top_menu {
	float:left;
	width:650px;
	padding-left:10px;
	border-left:1px dotted #909090;
	margin-top:5px;
	margin-bottom:2px;
	padding-bottom:2px;
	color: #C2C2C2;
}
#submenu div.languages {
	float:right;
	width:100px;
	text-align:left;
	padding:10px 0px;
}
#submenu div.languages img{
	border:1px solid #CECECE;
}

p.line {
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*	border-left:10px solid #EAEAEA; */
/*	border-top:1px dashed #EAEAEA; */
}
.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* /SUBMENU */

/****************************************************************/

/* SUBMENU */
#submenu_footer {
	border-top:1px solid #C2C2C2;
	font-size:12px;
	width:992px;
	margin-top:5px;
}

#submenu_footer .logo {
	float:left;
	width:215px;
	text-align:center;
	padding-top:8px;
}

#submenu_footer #bottom_menu {
	float:left;
	width:700px;
	padding-left:10px;
	border-left:1px dotted #909090;
	margin-top:5px;
	margin-bottom:2px;
	padding-bottom:2px;
	color: #C2C2C2;
}

p.line {
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*	border-left:10px solid #EAEAEA; */
/*	border-top:1px dashed #EAEAEA; */
}

/* /SUBMENU */

/****************************************************************/
/* PATH */
#path {
	padding:3px 0px 3px 10px;
	margin: 5px 10px 10px 10px;
	font-size:13px;
	width:972px;
}
	#path  div.left{
		width:650px; float:left;
	}
	#path  div.right{
		width:320px;
		 float:right;
		 text-align:right;
	}
	#path  div.right a{
		color:#cc0001;
		}
	
	#path h2{
		font-size:13px;
		margin:0px;
		color:#171717;
		font-weight:normal;
		}
/* /PATH */

/****************************************************************/
/* contacts */
#contacts {
	margin-top:30px;
	font-size:12px;
	color:#777777; 
	}
/* /contacts */



/* MAIN */

#main {
	width:982px;
	padding-left:10px;
	}
#main img {
	border:0px;
	}
	/***************************************************************/
	/* main / left_panelleft_panel */
	div.left_panel {
		float:left;
		width:200px;
		}
	/***************************************************************/
	/* main / right_panel */
	div.right_panel {
		float:right;
		width:772px;
		}
	/***************************************************************/
		/* main / right_panel / center_panel */
		/* CENTER PANEL */
		div.center_panel {
			float:left;
			width:520px;
			font-size:12px;
			text-align:left;
			}
			
		div.center_panel table.city_list {
			color: #C2C2C2;
			line-height:16px;
			font-size:13px;
		}
			
		.center_pannel h1, .search_header {
			/*background:#e5eeff;background:#eef4fe;*/
			background:#eef4fe;
			width:100%;
			margin-bottom:10px;
			font-size:13px;
			border:1px solid #c3dffa;
			/*border:1px solid #ffd64f;
			background:#ffeba9;*/
			}
		
		.center_pannel h1{
			font-size:16px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			
		div.search_panel{
			padding-left:3px;
			padding-right:3px;
		}
			
		.find {
			color:#00468c;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			margin-left:2px;
			}
		.center_pannel .centerpanel {
			margin-top:15px;
			width:100%;
			} 
			
		.h1_pictures {
				background: transparent url(../img/rabota.gif) no-repeat left;
				padding-left:15px;
				padding-top:0px;
				padding-bottom:5px;
				margin-top:7px;
				margin-bottom:7px; 
				border-bottom:1px solid #CCCCCC;
				}
		.h1_pictures span, 	.h1_pictures h1 {
				color:#00468c;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:bold;
				padding-left:10px;
				padding-right:5px;
				padding-top:0px;
				margin:0px;
				}
				
				
		/*** navigators ***/
			#bottom_navigator, #top_navigator {
				font-size:13px;
			}
			
			#bottom_navigator{
				padding-top: 10px;
				margin-top: 40px;
				margin-bottom:40px;
				border-top:1px solid #C2C2C2;
			}
			
			#top_navigator{
				padding-bottom: 10px;
				margin-bottom: 20px;
				border-bottom:1px solid #C2C2C2;
			}
		/***  /  navigators ***/

/*******************************************************************/
/* search_item */
div.search_item {
	margin-bottom: 14px;
	color: #353535;
}
	div.search_item img.thumb {
		border: 1px solid #CCCCCC;
		float: left;
		margin: 0px 10px 4px 0px;
	}
	
	div.search_item div.header {
/*		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;	*/
		border:1px solid #CCCCCC;
		padding: 4px 7px 4px 7px;
		background-color: #EFEFEF;
	}
	
	div.search_item div.header_super {
/*		border-top: 1px solid #659efe;
		border-left: 1px solid #659efe;
		border-right: 1px solid #659efe;	*/
		border:1px solid #659efe;
		padding: 4px 7px 4px 7px;
		background-color: #EEF4FE;
	}
	
	
	div.search_item div.body {
		border: 1px solid #CCCCCC;
		border-style:none solid solid;
		padding: 4px 7px 4px 7px;
	}
	
	div.search_item div.body_agency {
		border: 1px solid #CCCCCC;
		border-style:none solid solid;
		padding: 10px 15px;
	}
	
	div.search_item p {
		margin:0px;
	}
	
	div.search_item div.body_agency img.new_building,
	div.search_item div.body_agency_super img.new_building {
		border:2px solid #E0E0E0;
		margin-right:10px;
		float:left;	
	}
	
	div.search_item div.body_agency img.logo,
	div.body_super img.logo,
	div.body img.logo,
	div.search_item div.body_agency_super img.logo {
		margin-left:5px;
		float:right;	
	}
	
	
	div.search_item div.body_agency_super {
		border: 1px solid #659efe;
		border-style:none solid solid;
		padding: 10px 15px;
	}
	
	div.search_item div.body_super {
		border: 1px solid #659efe;
		border-style:none solid solid;
		padding: 4px 7px 4px 7px;
	}
	
	div.search_item div.type,div.search_item div.price,div.search_item div.rooms {
		font-weight:normal;
	}
	div.search_item div.type{
		text-align:left;
		width:80%;
		float:left;
	}
	div.search_item div.price{
		width:20%;
		text-align:right;
		float:right;
		font-weight:bold;
	}
	div.search_item div.footer {
		border-top:1px solid #CCCCCC;
		padding-top: 4px;
	}
	div.search_item div.details {
		text-align:left;
		float:left;
	}
	div.search_item div.contact {
		float:right;
	}
	
	div.search_item div.img {
		width:80px; 
		float:left; 
		text-align:center
	}
	div.search_item div.opis{
		width:420px;
		float:right;
	}
	div.search_item div.services_left{
		float:left;
		text-align:left;
	}
	div.search_item div.services_right{
		text-align:right;
	}
	
	div.search_item div.view_selected{
		text-align:left;
		border: 1px solid #f0f0f0;
		width:100%;
		margin-top:5px;
		margin-bottom:5px;
	}
	div.search_item span.educ_years{
		color:#9a9999;
	}
	div.view_selected span.name_big{
		font-size:15px;
		color:#00468C;
	}
	
/* /search_item **************/



/*******************************************************************/
/*** search_result_item ***/

		/* main / right_panel / banner_panel */
		div.right_banner_panel {
			float:right;
			width:240px;
			}

.kavicki {
color:#949494;
}
/*******************************************************************/

#tooltip{
	background:#f9f8f8;
	border:2px solid #d0cfcf;
	color:#696969;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;
	font-size:12px;
}

#register {
	float:left; margin-top:20px; width:300px;
}

	#register input.q, selselect.q, #email_note {
		width:180px;
	}
	
	td.required {
		border-right:2px solid #cc0001;
		/*width:90px;*/
	}
	
	td.required_left {
		border-left:2px solid #cc0001;
	}
	
	#register_error{
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	 div.register_errors{
		padding:1px 15px; margin:5px;font-size:12px;
	}
	
	#register_message {
		color:#3F4096; border:2px solid #3F4096;padding:3px 5px 3px 5px;font-size:12px;margin:5px;
	}
	
	#register h4 {
		margin: 0px 0px 10px 0px;
		font-size: 13px;
		border-bottom:2px solid #CFCFCF; 
	}
	
	#mio_note {
		float:right; margin-top:20px; padding-left:20px; border-left:1px dotted #7C7C7C; width:160px;font-size:12px;
	}
	
	#email_note {
		padding:4px 2px 2px 4px;
		background:#FFE0E0;
	}
	
	.register_notes {
		padding:4px 2px 2px 4px;
		background:#FFE0E0;
	}

	#push_up h3 {
		margin:0px 0px 10px 0px;
		color:#FF0000;
		font-size:18px;
	}
	
	#push_up img {
		margin:10px 0px 10px 0px;
	}
	
	#push_up span.sms {
		color:#FF0000;
	}
	
	#register table.steps {
		
	}

	table.steps { width:100% }
	table.steps img { display:block; }
	table.steps td { text-align:center; font-weight:bold; padding: 0px;}
	table.steps td.active { height:23px; background: transparent url(../img/steps/active.gif);  color:#FFFFFF }
	table.steps td.unactive { height:23px; background: transparent url(../img/steps/unactive.gif);	}
	
	.euro_color {
	color:#5d5d5e;
	}
	.reg_ank {
	color:#5f5f5f;
	}
	.reg_ank b, .text_border {
	color:#353535;
	font-size:14px;
	text-align:left;
	/*border-bottom:1px dashed #da5d5d; */
	
	}
	
	.select {
   		color:#171717;
   		border-bottom:1px dashed #787878; 
   		font-size:14px;
	}
	.select_red_dashed {
   		color:#d80001;
   		border-bottom:1px dashed #787878; 
   		font-size:14px;
	}
	.select_red_no {
   		color:#d80001;
   		font-size:13px;
	}
	/*
	.reg_bgcolor {
	background:#f7f7f7;
	}
	*/
/****************************************************************/

li.plus {
	line-height:16px;
	list-style-image:url(../img/plus.gif);
}
li.dob {
	line-height:16px;
	list-style-image:url(../img/dob.gif);
}
li.mail {
	line-height:16px;
	list-style-image:url(../img/mail.gif);
}
li.scam {
	line-height:16px;
	list-style-image:url(../img/claim.gif);
}
li.print_version {
	line-height:16px;
	list-style-image:url(../img/print.gif);
}

li.del {
	line-height:16px;
	list-style-image:url(../img/remove.jpg);
}

li.label {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/arrow_right.gif);
}

li.remark {
	line-height:16px;
	/*list-style-image:url(http://img.auto.ria.ua/img/arrow_right.gif);*/
}

/****************************************************************/	
/* COMMON2 */

.panel {
	padding: 3px 5px 3px 5px;
	border:1px solid #C2C2C2;
	font-size:12px;
	margin-bottom:10px;
	}
.panel .gorod {
	color:#9a9999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.panel .fio{
	font-size:12px;
	}
.panel table img {
	margin:3px;
	}
.panel .price {
	font-size:13px;
	color:#171717;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.name a {
	text-decoration:none;
	}
.name a:hover {
	text-decoration:underline;
	}
.menu4 {
	margin-bottom:4px;
	color:#cc0001;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.menu4 a{
	color:#cc0001;
	text-decoration:underline;
	}
.menu4 a:hover{
	color:#f75f03;
	text-decoration:none;
	}
/****************************************************************/



.long{width:100%;}
.med
{
	color:595959;
	margin-left: 3px;
}

.agent {
	border:1px dashed #CCCCCC;
	margin-bottom:10PX;
	}
.agent a
{text-decoration:underline;}
.agentstva  {
	background-color:#f7f7f7;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:center;
	width:95%;
	text-decoration:none;
	}

.agentstva a{text-decoration:none;}
.agentstva a:hover {text-decoration:underline;}

.agentstva2 {
	text-align:right;
	}
.podrobnee {font-size:12px;
			text-align:right;
			margin-bottom:5px;
			width:95%;
			}
.red {
color:#cc0001; }
.addbook {
	float:left; 
	padding-left:15px;
	
	}
/****************************************************************/
.footer {
	width:100%;
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	padding-top:5px; 
	padding-bottom:5px;
	}
.footer_left {
	float:left; 
	margin-left:15px;
        padding: 10px 0 0 10px;
        text-align:center;
        /*
        width:205px;
	border-right:1px dashed #C2C2C2;
        */
	}
.footer_right {
	float:left;
	margin-left:15px;
        width:640px;
        border-left: 1px dashed #C2C2C2;
        border-right: 1px dashed #C2C2C2;
        padding: 10px;
	}
.footer_logos_1 {
    margin-left:14%;
    height:40px;
}
.footer_logos_2 {
        margin-left:40px;
        height:40px;
    }
* html .footer_logos_2 {
    margin-left:0px;
}
* html .footer_logos_1 {
    margin-left:10%;
}
.footer_logos_1 a, .footer_logos_2 a {
    margin:6px 25px;
    text-align:center;
    float:left;
    display:block;
    }
.footer_logos_1 a {
        width:15%;
}
.footer_logos_2 a {
        width:14%;
}

/****************/

/*********************************************************/
/** links		                                  **/
/************************************************/
#directory_tree {
	padding:5px;
	border:2px solid #E0E0E0;
}

#directory_tree h2{
	font-size:14px;
	margin:2px 0px;
}
#directory_tree ul{
	padding:0px;
	margin:0px 0px 0px 16px;
}
#directory_tree li{
	padding:0px 0px 0px 0px;
	margin:0px;
}

div.link_item {
	padding:10px 0px;
}

div.link_item span.title{
		font-size:14px;
}

div.link_item img{
	float:right;
	padding-left:10px;
}

div.link_item span.site { color:#008000; }
div.link_item span.site  a{ color:#b58665; }

div.internet_address {text-align:left; border-top:1px solid #CCCCCC;margin-top:10px;}
div.internet_address h1 {display: inline; font-size:12px; margin:0px; padding:0px;}
div.internet_address a {text-decoration:none;}

div.type h1 {font-size:12px; margin:0px; padding:0px;}


div.sort_by{
	text-align:right;
	padding:3px;
	margin:3px 0px;
	background-color:#fff6e5;
	float:right;
}
div.sort_by a, div.sort_by span{
	padding:0px 3px;
	color:black;
}
div.sort_by span.active{
	color:white;
	background-color:#3B72CB;
}

/******		SCAM	*******/
#scamSection {
        margin:10px 10px 10px 10px;
        text-align:left;
}

#scamSection div.header {
  color:#1E5D8D;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:15px 0px 4px 0px;
  padding-left: 4px;
  background-color: #EDEEF0;
}

#scamSection .autoIthem {border-style:solid;border-width:1px;border-color:#CECECE}
/******		/SCAM	*******/

/******		NEWS	*******/
	.stat_text p{		
		 font-size:12px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 }	
	.stat_text p a {
		font-size:12px;
		font-weight:bold;
	}
		 
	.stat_text_16{
		font-size:16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	.stat_text_16 p{		
		 font-size:16px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 }
		 
	.stat_text_16 p a {
		font-size:16px;
		font-weight:bold;
	}	 
	.stat_text_20{
		font-size:20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}	 
	.stat_text_20 p{		
		 font-size:20px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 }	 
		 
	.stat_text_20 p a {
		font-size:20px;
		font-weight:bold;
	}	 
	div.news_top .news_title{
		color:#004782;
		font-size:22px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		padding-top:7px;
		}	
	.city_news {
		color:#858586;
		float:right;
		margin-right:15px;
		}	

	div.news_item {
		width:100%;
		margin-top:5px;
		padding:5px 0px 5px 0px; 

		}

	div.news_item img {
		border:1px solid #f3f3f3;
		text-align:left;
		/*width:230px;*/
		}	

	div.news_item a, div.center_news a{
		color:#004782;
		font-size:16px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		line-height:18px;
		padding-left:0px;
		/*margin-left:4px;
		
		border:1px solid #e2001a;
		*/
		}	

	div.news_item a:hover {
		text-decoration:underline;
		}

	div.item_left {
		float:left;
		border-top:1px solid #b6b6b6;
		padding:10px 0px 0px 0px;
		margin:0px;
		width:245px;
		}

	div.item_right {
		float:right;
		border-top:1px solid #b6b6b6;
		padding:10px 0px 0px 0px; 
		width:245px;
		margin:0px;
		}
	div.news_top {
		width:100%;
		border-top:1px solid #b6b6b6;
		padding:10px 0px 5px 0px; 
		}
	div.news_top a  {	
		color:#004782;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	div.news_top p, div.news_item p, div.center_news p {
		display:block;
		text-indent:0px;
		margin-top:10px;
		margin-bottom:2px;
		}
	div.stati {
		/*background:#f3f3f3;*/
		padding:0px 0px 0px 0px;
		margin:5px 0px 10px 0px;
		border:1px solid #CCCCCC;
		}
	div.stati div.bottom {
		float:right;
		width:99%;
		/*background:#095CA1;*/
		background-color:#EFEFEF;
		border-bottom:1px solid #CCCCCC;
		color:#353535;
		text-align:left;
		font-weight: bold;
		font-size:14px;
		margin:0px;
		padding:2px 0px 2px 4px;
		}

	.comments {
		background: transparent url(../img/comments.gif) no-repeat left;
		padding-left:12px;
		height:16px;
		width:16px;
		margin-top:4px;
		margin-bottom:8px; 
		}
	.comments span {
		color:#85b000;
		margin:0px 0px 0px 5px;
		}
		
	.comments span a{
		font-size:12px;
		color:rgb(151, 199, 2);
		}
	/**		comments	**/	
	.comment_add {
		border-left:3px solid #f0f0f0;
		border-top:1px solid #f0f0f0;
		margin-left:10px;
		margin-bottom:8px;
		margin-top:4px;
		}
	.comment_add .out_text {
		margin:4px 4px 4px 10px;
		background:#f9f9f9;
		padding:4px;
		}
	.table_comments {
		background:#f3f3f3;
		margin-top:5px;
		}
	/**		END comments	**/	
		
/******		/NEWS	*******/

/******		SEARCH SERVICES	*******/
div.search_services{
	margin:10px 0px 10px 0px;
}
div.search_services_item{
	margin:0px 0px 5px 0px;
}
/******		/SEARCH SERVICES	*******/

.b-rubriki {
	background-image:url(../img/point-rubriki.gif);
	background-repeat:no-repeat;
	float:left;
	padding:3px 0px 0px 15px;
	width:250px;
}

div.user_info{font-size:12px;border:1px solid #C2C2C2;margin-bottom:10px;}
span.user_name{font-size:16px;font-weight:bold;}

#register_message_new {
    color:#000; 
    border:2px solid #ffd815;
    padding:3px 5px 3px 5px;
    font-size:14px;
    margin-bottom:10px;
    background:#fffacc;
    padding-left:15px;
}

div.new-tityl{
    text-align:center;
    font-size:16px;
    margin-top:5px;
    font-weight:bold;
    padding-bottom:10px;
}

div.top-name-form-new{
    width:290px;
    height:20px;
    padding-left:15px;
    font-size:14px;
    color:#000033;
    font-weight:bold;
    background:url(../img/ria/new-top-panel.gif) repeat-x;
    padding-top:5px;
    margin-top:15px;
    border-top:1px solid #c2c2c2;
}
    
div.add-foto-form-new div.new-content-panel{
    width:290px;
    margin-top:5px;
    padding-left:15px;
    padding-bottom:15px;
    padding-top:15px;
    border:1px solid #c2c2c2;
}

.add_link {color:Green; text-align:right; font-weight:bold; padding:5px 0px 10px 5px;}
.add_link a {color:Green; text-decoration:none;}



/**************************************/

div.blok_beng{
	float:left;
	width:250px;
	}
div.pad_t55{
	padding-top:55px;}
div.beng_container{
	width:232px;
	background:url(../img/price/beng_h.jpg) top center no-repeat;
	padding-top:51px;
	}
	div.beng_header{
		height:7px;
		width:232px;
		background:url(../img/price/beng_header.jpg) left no-repeat;}
	div.beng_center{
		width:232px;
		background:url(../img/price/beng_center.jpg) left repeat-y;
		}
	div.beng_footer{
		width:232px;
		height:10px;
		background:url(../img/price/beng_footer.jpg) top left no-repeat;}
	div.beng_fon{
		padding:3px 10px 3px 10px;
		background:url(../img/price/beng_center_fon_l.jpg) left bottom no-repeat;
		}
	div.beng_photo{
		float:left;
		width:88px;
		}
	div.beng_info{
		float:left;
		width:120px;
		font-size:11px;
		padding-bottom:35px;
		}
		div.beng_info div.text{
			font-size:16px;
			padding-bottom:6px;
			}
		div.beng_photo img{
			border-right:1px solid #777777;
			border-bottom:1px solid #777777;
			}	
/**************************************/

/****************HUMOR*******************/
	.postNum { 
		float:left;
		background:#e0e0e0;
		width:5%;
		text-align:center;		
		}
	.postText {
		float:left;
		border-left:#e0e0e0 solid 3px;
		width:93%;
		}
	.postAutorZone {
		float:left;
		padding:2px 10px 2px 39px;
		width:30%;
		}
	.postUserClickZone {
		float:right;
		padding:2px;
		width:51%;
		}
	.postRatioZone {
		width:35px;
		margin-right:10px;
		float:right;
		}
	.postRatioZone .ratioBlockL {
		background:url(../img/humor/ratioBlockbg.jpg) top left no-repeat;
		padding-left:2px;
		width:33px;
		}
	.postRatioZone .ratioBlockR {
		background:url(../img/humor/ratioBlockbg.jpg) top right no-repeat;
		padding-right:2px;
		}
	.postRatioZone .ratioBlockBG {
			background:url(../img/humor/ratioBlockB.jpg) top right repeat-x;
			padding:0 5px;
			height:16px;
			line-height:16px;
			}
	.ratioStars {
			float:right; width:100px;
			text-align:center
		}
	.ratioLink {
		float:right;
		width:110px;
		text-align:right
		}
	.ratioLink span { color:#00891d;} 
	.humorLine { 
		border-bottom:#999 dotted 1px;
		margin-top:10px;
		font-size:1px; 
		}
		
	.humor_pager {
		margin:5px 0;
	}
	
	.humor_pager a, .humor_pager span {
		margin:0 3px;
	}
	
	
	
/***************Comments******************/

#agency_comments img.complin {
    float: right; 
    display: block; 
    padding-left: 5px;
    border: 0;
}

#agency_comments div.comment {
    padding:10px 0px 0px 3px;
}

#agency_comments p.header {
    border-bottom:1px solid  #CCCCCC;margin:0px;
}

#agency_comments p.header_author {
    border-bottom:1px solid  #a0b8d1;margin:0px;
}

#agency_comments p.body {
    padding-left:7px;margin:2px 0px;
}

#agency_comments span.number {
    background-color:#CCCCCC; padding:1px 10px;
}

#agency_comments span.number_author {
    background-color:#a0b8d1; padding:1px 10px;
}

#agency_comments div.footeer {
    padding:4px;margin-top:20px; border-top:1px solid  #CCCCCC;
}

#agency_comments h4 {
background-color:#EDEEF0;
}


/****************************************************************/
 Multy uploader 

.multyUploader a.hover {color:#0b8416;}
    .ListPhoto_resume {
    padding: 0;
    list-style: none;
    margin: 0;
}
    .ListPhoto_resume .file-invalid {
    cursor: pointer;
    color: #e61d1d;
    background: url(http://digitarald.de/project/fancyupload/3-0/assets/error.png) no-repeat 24px 5px;
}
    .ListPhoto_resume .file-size {
    color: #7c7c7c;
            font-weight:bold;
}
    .ListPhoto_resume .file .file-error {
    color: #e61d1d;
}
    .ListPhoto_resume .file-uploading .file-progress, .ListPhoto_resume .file-failed .file-progress {
    width: 125px;
    height: 12px;
    vertical-align: middle;
    background-image: url(http://digitarald.de/project/fancyupload/3-0/assets/progress-bar/progress.gif);
}
ul.ListPhoto_resume {
     margin: 0;
     padding: 0px;
}

ul.ListPhoto_resume li {
    padding: 0px 0px 12px 0px;
    border-bottom: 1px dotted #cccccc;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    margin:0px 0px 12px 0px;
    line-height:1;
}
ul.ListPhoto_resume li.file-invalid {
    padding: 0px 0px 12px;
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
    color:#e61d1d;
}
ul.ListPhoto_resume li p{margin:0px; padding:0px 0px 5px 0px;}
ul.ListPhoto_resume .file_main_photo{ font-size:13px; font-weight:bold; color:#272727;}
ul.ListPhoto_resume .file .imageLoad, ul.ListPhoto_resume .file .imgTem{
    float: left;
    padding: 1px;
    border: 1px solid #cccccc;
    margin-right: 12px;
    left: 0;
   /* width:46px;
    height:69px;*/
}

ul.ListPhoto_resume .file .imageLoadVideo{
    float: left;
    padding: 1px;
    border: 1px solid #cccccc;
    margin-right: 12px;
    left: 0;
   /* width:69px;
    height:46px;*/
}

ul.ListPhoto_resume .file img.imageLoad{background:#fff url(http://img.auto.ria.ua/img/ajax_loader.gif) center center no-repeat;}
.ListPhoto_resume .file span{display: block;}
.ListPhoto_resume .file a{background:none;}
.ListPhoto_resume li.file-uploading span.file-size, .ListPhoto_resume li.file-uploading a{
    display:inline !important;
    margin-right:10px !important;
}
ul.ListPhoto_resume li.file-failed span.file-size{
	padding-right:10px;
}
li.file-failed .file-error{ display:none;}
ul.ListPhoto_resume li.file-uploading span img, ul.ListPhoto_resume li.file-failed span img{
    margin-right:10px;
}
ul.ListPhoto_resume span.file-title {
    overflow-x: hidden;
    display:block;
	float:left;
	width:100%;
	line-height:1.5;
}
 li.file-uploading span.file-title, li.file-failed span.file-title{line-height: 1.3 !important;}
.file-uploading .file-cancel, .file-failed .file-cancel{
	background:url(http://img.auto.ria.ua/img/fancyUpload/Cancel.gif) left no-repeat;
	padding-left:15px;
}
.icons_multiplay_upload{
	font-weight:bold;
    margin-top:12px;
    background:url(http://img.auto.ria.ua/img/fancyUpload/play-multiloads.gif) left no-repeat;
    padding-left:21px;
    }
ul.ListPhoto_resume .file-retry{
	background:url(http://img.auto.ria.ua/img/fancyUpload/RetryLoad.gif) left no-repeat;
	padding-left:17px;
}
div.imageLoad{background:#fff url(http://img.auto.ria.ua/img/ajax_loader.gif) center center no-repeat;}
ul.Video_processing{
        border: 1px solid #e0b91e;
        background: #feffdc;
        color: #514721;
        list-style: none;
        margin: 0 0 0 116px;
        padding: 5px 4px;
}
ul.Video_processing li{
	margin: 0;
	padding: 0;
	border: 0 none;
	background:none;
	}
ul.Video_processing li.loader{
        padding-top: 3px;
        line-height: 13px;
}
ul.Video_processing li.time_f{
        font-size: 12px;
        line-height: 1;
}
ul.Video_processing li span{display:inline !important;}
div.newphoto_icons{
	background:url(http://img.auto.ria.ua/img/upload_new_f.gif) no-repeat;
	float: left;
	position: absolute;
	width: 32px; height: 15px;
	left: -5px; top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
div.newVideo_icons{
	background:url(http://img.auto.ria.ua/img/video/video_file.png) no-repeat;
	position: absolute;
	width: 33px; height: 26px;
	left: 26px; top: 19px;
	font-size: 12px;
	}
* html div.newVideo_icons{
	background:url(http://img.auto.ria.ua/img/video/video_file.gif) no-repeat;
	}
/*****************************************/    

	
	
	
.iconsLabel-16{
	padding-left:16px;
	height: 16px;
	background: url(../img/icons/icons_label.png) no-repeat;
}
* html .iconsLabel-16{
	background-image: url(../img/icons/icons_label.gif);
	background-repeat: no-repeat;
	}
.iconsLabel-16.edit-label{
	background-position: 0px 0px;
}
.iconsLabel-16.delete-label{
	background-position: 0px -16px;
}

ul.list_phoneNambe, ul.list_phoneNambe li{
    padding: 0px; margin: 0;
    list-style: none;
    float: none;
}
ul.list_phoneNambe{
    padding: 0px 0px 5px 0px;
}
ul.list_phoneNambe li{
    padding: 3px 0px 3px 20px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height: 13px;
}
ul.list_phoneNambe li.p-mob{
    background-image: url(../img/icons/icons-16/mob_1.gif);
    background-position: 2px 1px;
}
ul.list_phoneNambe li.p-home{
    background-image: url(../img/icons/icons-16/phone.gif);
}

ul li.add-phone-nambe dl dt div.error.st-informer{
        margin: 10px 0pt 5px;
        padding: 5px;
        text-align: left;
        width: 280px;
        float: left;
        position: relative;
        left: -121px;
        letter-spacing: 0pt;
}
div.UserInfo ul li.add-phone-nambe dl dt div.error.st-informer{
        width: 280px;
        left: 0;
        }

#FullSearchPanel td
{
	padding-right: 3px;
}
