
@import url("icons.css");

/* MENU
 * -----------------------------------
 * STYLE BLOCK TYRES */
a:hover{text-decoration:none;}
a, span.hilight {color:#3F4096;}
Body, h2 {
	margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}
form{
	margin: 0; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
ul, li { margin: 0; padding: 0; }
li {
    margin-left:20px;
	padding-bottom:2px;
}
.clr {
    clear: both;
    font-size: 0;
    line-height: 0;
}
#ria_ad_search_center { margin-bottom:15px; }

/* Success, notice and error boxes (from blue-print css)
-------------------------------------------------------------- */

.red{ color: #ff0000; }

.count{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; font-size:12px; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

.AlertError{
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	text-align:center;
	color:#8a1f11;
	padding:10px;
	font-size:13px;
}
.AlertImportant{
	background:#fff6bf;
	border:1px solid #ffd324;
	text-align:center;
	color:#514721;
	padding:10px;
	font-size:13px;
}
.AlertWell{
	background:#e6efc2;
	border:1px solid #c6d880;
	text-align:center;
	color:#264409;
	padding:10px;
	font-size:13px;
}


div.AlertError.limit_exceeded{ text-align: left; }

div.AlertError.limit_exceeded p{
        margin: 0; padding: 5px 10px 15px;
        text-align: right;
        border-bottom: 1px solid #FBC2C4;
}
div.AlertError.limit_exceeded p span{
        float: left;
        line-height: 21px;
}
div.signature-alertLimit{
        text-align: right;
        font-size: 13px;
        margin-bottom: 15px;
}
div.signature-alertLimit p{
        padding: 0; margin: 0;
        line-height: 21px;
}
div.signature-alertLimit p strong{ font-family: Verdana; }
div.AlertError.limit_exceeded div{ padding: 10px 0 0; }
div.AlertError.limit_exceeded div p{
        padding: 5px 0; margin: 0;
        border: none;
        text-align: center;
        line-height: 21px;
}

.flowWindow {
	top:30px;
	left:250px;
	padding:0px;
	width:180px;
	background:#FFF;
	z-index:1000;
	text-align:left;
	}

.flowWindow div.car img{
	margin: 0px 7px 7px 5px;
	border:#ccc solid 1px; padding:1px;
	}

.pad-t5 { padding-top:  5px; }
.pad-t10{ padding-top: 10px; }
.pad-t15{ padding-top: 15px; }
.pad-t20{ padding-top: 20px; }

.w20p{ width: 20%; } .w25p{ width: 25%; }
.w33p{ width: 33%; } .w48p{ width: 48%; }
.w50p{ width: 50%; } .w90p{ width: 90%; }
.w95p{ width: 95%; }

.w-10 { width: 10%; }    .w-60 { width: 60%; }
.w-20 { width: 20%; }    .w-66 { width: 66%; }
.w-25 { width: 25%; }    .w-67 { width: 67%; }
.w-30 { width: 30%; }    .w-70 { width: 70%; }
.w-33 { width: 33%; }    .w-75 { width: 75%; }
.w-34 { width: 34%; }    .w-70 { width: 70%; }
.w-40 { width: 40%; }    .w-80 { width: 80%; }
.w-50 { width: 50%; }    .w-90 { width: 90%; }
.w-100{ width: 100%; }
.mar-b10 { margin-bottom:10px;}
.two-column, .three-column{
    display: inline-block;
    width: 100%;
}

.w-10, .w-60 , .w-20, .w-66 , .w-25, .w-67 , .w-30, .w-70 , .w-33, .w-75 , .w-34, .w-70 , .w-40, .w-80 , .w-50, .w-90 , .w-100{
    float: left;
    list-style: none;
    padding: 0;
}

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: 0; margin: 0;
	list-style: none;
}

.boxed, 
.main-boxed{
    width: 100%;
    display: inline-block;
}

.main-boxed{
    margin-bottom: 15px;
}

div.succes-block{
	background: #F5F5E0;
	padding: 5px 10px 6px 5px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}
div.succes-block strong{ color: #ff0000; }

.infomer-help{
    display: inline-block;
	background:url('http://img.auto.ria.ua/img/common/icons-14/inform.png') no-repeat;
	width: 14px; height: 14px;
	color: #fff;
	font: bold 13px/14px Arial, Helvetica, sans-serif;
	margin-top: 4px;
	text-align: center;
	text-decoration: none;
}



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

span.icons-key{ padding-left: 24px; }

* html .breadcrumbs li{ z-index: 2000; }

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

#register_error.AlertError{
	background:#fbe3e4 !important;
	border:1px solid #fbc2c4 !important;
	text-align:center !important;
	color:#8a1f11 !important;
	padding:10px !important;
	font-size: 13px;
}
#register_message.AlertWell{
	background:#e6efc2 !important;
	border:1px solid #c6d880 !important;
	text-align:center !important;
	color:#264409 !important;
	padding:10px !important;
	font-size:13px;
}

/* 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:750px;
	padding-left:10px;
	border-left:1px dotted #909090;
	margin-top:5px;
	margin-bottom:2px;
	padding-bottom:2px;
	color: #C2C2C2;
}
p.line { padding:2px 0 0 0; margin:0; }

/* /SUBMENU */

/* --------------------------------STYLE-SUBMIT-------------------------------- */

input.submit_x30{
	 border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url("http://img.auto.ria.ua/img/button/height30px.png") 0 0 no-repeat;
    height: 30px;
    width: 109px;
    padding-bottom: 4px;
    margin-top: 6px;
    cursor: pointer;
}
input.submit_x30:hover{ background-position: 0px -30px;	}
input.submit_x30:active{ background-position: 0px -60px; }

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

.box-defaulted-tabs{
    position: relative;
    display: inline-block;
}
    .box-defaulted-tabs{ display: block; }
    .box-defaulted-tabs em{
        position: absolute;
        top: 17px;
        width: 15px;
        height: 5px;
    }
        .box-defaulted-tabs em.ls{
            left: 0;
            background: url('http://img.auto.ria.ua/img/auto4/lKimg.gif') no-repeat;
        }  
        .box-defaulted-tabs em.rs{
            left: -15px;
            margin-left: 100%;
            background: url('http://img.auto.ria.ua/img/auto4/rKimg.gif') no-repeat;
        }
ol.defaulted-tabs, 
.defaulted-tabs li{
    padding: 0;
    margin: 0;
    list-style: none;
}
ol.defaulted-tabs{
    display: inline-block;
    width: 100%;
    background: url('http://img.auto.ria.ua/img/auto4/podloj.gif') bottom repeat-x;
}
    .defaulted-tabs li, 
    .defaulted-tabs li a{ float: left; }
    .defaulted-tabs li{
        float: left;
        padding-left: 5px;
        background: url("http://img.auto.ria.ua/img/auto4/tabs2.gif") 0 0 no-repeat;
        margin-right: -8px;
    }
        .defaulted-tabs li span{
            float: left;
            padding: 2px 18px 2px 3px;
            background: url("http://img.auto.ria.ua/img/auto4/tabs.gif") 100% 0 no-repeat;
        }
            .defaulted-tabs li span i{ font: normal normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif; } 
     .defaulted-tabs li.select{
         position: relative;
         z-index: 500;
         background-position: 0 -23px;
     }
     .defaulted-tabs li.select a{
         text-decoration: none;
         font-weight: bold;
         color: #2d2d2d;
     }                 
         .defaulted-tabs li.select span{ background-position: 100% -23px; }
/* SUBMENU */
#submenu_footer {
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	font-size:12px;
	width:992px;
	margin-top:5px;
	padding-bottom:5px;
}
#submenu_footer .logo {
	float:left;
	width:215px;
	text-align:center;
	padding-top:8px;
}
#submenu_footer #bottom_menu {
	float:left;
	width:640px;
	padding-left:10px;
	border-left:1px dotted #909090;
	margin-top:5px;
	margin-bottom:2px;
	padding-bottom:5px;
	color: #C2C2C2;
}
.footer_logos_1 {
    margin-left:14%;
    height:40px;
}
.footer_logos_2 {
        margin-left:40px;
        height:40px;
    }
* html .footer_logos_2 { margin-left:0; }
* 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%; }
#top_menu_table { width:765px; }
ul.StyleReser_pad10{
	margin: 0px; padding: 10px;
	list-style:none;
}
	ul.StyleReser_pad10 li{ margin: 0 !important; padding: 2px 0; }
div.preloadImg{ display: none; }
/* /SUBMENU */

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


/****************************************************************/
/* MAIN */
#main {
	margin:0 10px 10px 10px;
	width: 980px;
    display: inline-block;
}
	/* LEFT PANEL */
	#left_panel, 
    #left_panel_bottom {
		width:200px;
		float:left;
	}
	#left_panel div.panel select, 
    #left_panel_bottom div.panel select { width:180px; }
    
	#left_panel div.panel, 
    #left_panel_bottom div.panel{ padding-left:10px; }

	/* RIGHT PANEL */
   
	#right_panel {
		width:765px;
		float:right;
	}
		/* RIGHT PANEL */
		#right_banner {
			float:right;
			width:240px;
/*			padding-left: 0px;
			border-left:1px dotted #909090; */
		}
		/* CENTER PANEL */
		#center_pannel{
			float:left;
			width:500px;
		}
		#center_pannel h1, #search_header {
			font-size:13px;
			padding-left:5px;
			margin:0px 0px 10px 0px;
			border-bottom:2px solid #CFCFCF;
			color:#3F4096;
			font-weight:bold;
			/* font-weight:normal; */
		}
		#center_pannel table {
			font-size:12px;
			margin-bottom:5px;
		}
		#center_pannel table.firms { color: #C2C2C2; }
		/* CAR BLOCK */
		#cars_block {
			font-size:12px;
			margin-bottom:20px;
		}
		#car_big {
			width:302px;
			float:left;
		}
		#car_big div.sign{ padding-left:5px; }
		#cars_privileged { float:left; width:198px; }
		#cars_privileged div.car { padding-bottom:7px; }
		#cars_privileged div.car img{ margin: 3px 5px 7px 5px; }
        
/* /MAIN */

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

/* COMMON2 */

div.area {
	padding: 0 5px 0 0;
	margin-bottom:3px;
	font-size:14px;
	background:#EAEAEA;
	border-top:1px solid #C2C2C2;
	font-size:14px;
}

span.area {
	padding: 0 5px 0 5px;
	width:25px;
	background:url('http://img.auto.ria.ua/img/ria/bg_btn.gif') repeat;
}

div.panel {
	padding: 3px 5px 3px 5px;
	border:1px solid #C2C2C2;
	font-size:14px;
	margin-bottom:10px;
}
div.panel td { font-size:14px; }
div.panel p, div.news p { margin:4px 0 4px 0; }

#main div.news {
	border-bottom:1px dotted #C2C2C2;
	padding: 5px 0;
	font-size:14px;
}

div.news p.date {
	margin:4px 0;
	color:#777777;
}

div.news p.annotation {
	margin:4px 0 10px 0;
	color:#777777;
}
div.news h2 { font-size:16px; }
div.news img {
	margin-left: 10px;
	border: 2px solid #CECECE;
}

input.submit {
	background-image:url(http://img.auto.ria.ua/img/ria/bg_btn.gif);
	border-width:1px;
	line-height:14px;
	height:20px;
	padding-top:0px;
}

img.imgst, #cars_privileged div.car img{border-width:1px;border-color:#CECECE;}
/*
 * navigator
 * */
#top_navigator .navigator{ margin: 10px 0 0; }
#bottom_navigator .navigator{ margin: 0 0 10px; }

.navigator{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin: 5px 0;
    text-align: center;
}
    .navigator i{
        font-size: 14px;
        color: #3f4096;
    }        
    .navigator span, 
    .navigator strong{ font-weight: normal; }
        .navigator span{ float: left; }
        .navigator strong{ float: right; }
    .navigator .lock i, 
    .navigator .lock a, 
    .navigator .lock a:hover{
        color: #cdcdcd;
        text-decoration: none;
        cursor: default;
        }

/****************************************************************/
/* SEARCH */
/* -------- TOP 20 AUTO (new) -------- */

div.top20Header{
	background:url(http://img.auto.ria.ua/img/top20/HeaderRozdil_repeat.gif) top repeat-x;
	}
	div.top20Header div.rightD{
		background:url(http://img.auto.ria.ua/img/top20/HeaderRozdil_rd.gif) top right no-repeat;
		}
		div.top20Header div.rightD div{
			background:url(http://img.auto.ria.ua/img/top20/HeaderRozdil_ld.gif) left top no-repeat;
			padding:8px 15px 20px 62px;
			height:18px;
			text-align:right;
			color:#3f4096;
			font-size:12px;
			font-weight:normal;
			}
			div.top20Header div.rightD div a{
				font-size:12px;
				}
			div.top20Header div.rightD div span{
				font-size:15px;
				font-weight:bold;
				float:left;
				cursor:default;
				width:320px;

				}
				div.top20Header div.rightD div span b{color:#ff0000;}
		span.IconsTop20_s{
			background:url(http://img.auto.ria.ua/img/top20/AutoTo20.gif) no-repeat;
			height:15px;
			width:42px;
			float:left;
			}
			span.list_auto_top20{
            	font-size:13px;
            	font-weight:bold;
            	color:#6A6A6A;
            	padding-right:10px;
            	}
	div.ClassOneColum{
		float:left;
		width:25%;
		}
		div.ClassOneColum div span{float:left;}
		div.ClassOneColum span.decor{ color:#c2c2c2;}
		div.ClassOneColum a{
			font-size:12px;
			padding-left:5px;
			}
 div.header_rb_top20 span.href_top20block{float:left; padding-top:2px;}
	div.header_rb_top20 span.href_top20block span{float:left; padding:0px 5px;}
		div.header_rb_top20 span.href_top20block span a{text-decoration:none; font-size:5px;}
	div.rp_top20 div.img_auto_top20 a{float:left;}
		div.rp_top20 div.img_auto_top20 a img{background:#fff;}
	div.rp_top20 div.img_auto_top20 div.nambe_rating{
		float:left;
		font-size:30px;
		width:98px;
		text-align:center;
		padding-top:17px;
		color:#6a6a6a;
		}
	div.rp_top20 div.text_auto_top20 a{font-size:16px;}
	div.rp_top20 div.href_top20block{padding:15px 0px 0px 0px;}


/* right-panel  */

div.box-dengi-ua{
    padding: 10px 10px 0;
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
}
    div.box-dengi-ua a{ color: #3f4096 !important; }
    div.box-dengi-ua img{ margin: 0 10px 10px 0; }
        div.box-dengi-ua a img{ border: 0 none; }


/* -------- left search params (new) -------- */
div.left_search_result{padding-left:5px;}
div.left_search_result b{padding-left:7px;}
div.left_search_result div dl.tabel-head b{padding-left:0;}
div.left_search_result div dl.tabel-head {border-collapse:collapse; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; margin-top:3px; width:100%;}
div.left_search_result div dl.tabel-head  dt span{background:#efefef; text-align:left;}
div.left_search_result div dl.tabel-head  dt span.b-left, div.left_search_result div dl.tabel-head  dt span.b-right{
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	width:84px;
	padding-left:7px;
	overflow-x:hidden;
	white-space:nowrap;
	background:#efefef;
	color:#4A4A4A;
	}
div.left_search_result div dl.tabel-head dt{
	font-weight: bold;
}
div.left_search_result div dl.tabel-head dt, 
div.left_search_result div dl.tabel-head dd{
	display: inline-block;
	width: 100%;
	margin: 0;
}
    div.left_search_result div dl.tabel-head dd{
        position: relative;
    }
div.left_search_result div dl.tabel-head  dd span.b-left, 
div.left_search_result div dl.tabel-head  dd span.b-right{
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	width:84px;
	padding-left:7px;
	overflow-x:hidden;
	white-space:nowrap;
	text-align:left;
	}
div.left_search_result div dl.tabel-head  dt span.b-left,
div.left_search_result div dl.tabel-head  dd span.b-left{
	border-right:1px solid #dbdbdb;
	border-collapse:collapse;
}
dl.tabel-head  dd span i{
    font-style: normal;
    padding-left: 5px;
}
dl.tabel-head dd span.b-left i,
dl.tabel-head dd span.b-right{
    text-decoration: underline;
    cursor: pointer;
}
dl.tabel-head  dd span.delete-filter-x12{
    display: inline-block;
    position: relative;
    margin-right: -12px;
    float: left;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-top: 2px;
    cursor: pointer;
    zoom: 1;
}
div.left_search_view span.delete-filter-x12{
    cursor: pointer;
    zoom: 1;
    }
div.left_search_result div dl.tabel-head  dt span.b-right
div.left_search_result div dl.tabel-head  dt span.b-right{
	border-left:1px solid #dbdbdb;
	border-collapse:collapse;
	border-right:none;
}

div.left_search_result .border-element{border-bottom:1px solid #dbdbdb;}
div.left_search_result technical_char{
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:3px;
	}
div.left_search_result .technical_char p{padding:0;}
div.left_search_result .technical_char span{font-size:12px; padding-right:5px; color:#676767;}
div.left_search_result .specify_search{text-align:center; padding-top:10px; padding-bottom:5px;}

dl.left-technic-char, dl.left-technic-char dt, dl.left-technic-char dd{
    padding: 0; margin: 4px 0;
}
    dl.left-technic-char dt{
         font-weight: bold;
         color: #2d2d2d;
    }
        dl.left-technic-char dd strong{ color: #656565; }

        dl.left-technic-char dd em{
            font-style: normal;
            text-decoration: underline;
            cursor: pointer;
        }
        dl.left-technic-char dd strong.link{
            cursor: pointer;
        }

dl.box-filter-marka{
   border-bottom: 1px solid #c2c2c2;
}
dl.box-filter-marka dt, dl.box-filter-marka dd{
    padding: 0; margin: 0;
}
    dl.box-filter-marka dt, dl.box-filter-marka dd{
        padding: 3px 0 4px;
    }
    dl.box-filter-marka dt{
        font-weight: bold;
        color: #2d2d2d;
        padding-left: 7px;
    }
    dl.box-filter-marka dd{
        border-bottom: 1px dotted #c2c2c2;  
        color: #757575;
        position: relative;  
        top: 1px;
        width: 100%;
        * zoom: 1;
    }
    dl.box-filter-marka dd i{
        font-style: normal;
        color: #2d2d2d;
        padding-left: 7px;
        text-decoration: underline;
        cursor: pointer
    }
    dl.box-filter-marka dd.sub-head{
        border-top: 1px solid #c2c2c2;
        border-bottom: none;
        background: #eee;
        font-weight: bold;
    }


/* -------- / left search params (new) -------- */

.left_search_view {
	font-size:12px;
}
div.search_item {
	font-size:12px;
    margin-bottom:15px;
}

div.search_item div.header, div.search_item div.header_bold{
	 border:1px solid #CFCFCF;
	 padding: 7px 9px 7px 9px;
	 background-color:#EFEFEF;
}

div.search_item div.header_bold{
	 border:1px solid #ffB7E7;
	 background-color:#ffC7F7;
}

div.search_item div.price{
    text-align:center;
	float:left;
	width: 30%;
}

div.search_item div.city{
    text-align:right;
	float:right;
	width: 30%;
}

div.search_item div.name{
    text-align:left;
	float:left;
	width: 69%;
}

div.search_item div.main{
    border:1px solid #CFCFCF;
    border-top:0px;
    padding:10px 5px 5px 5px;
}

div.search_item div.main img.photo{
    float: left;
	border:2px solid #EDEEF0;
    margin:0 10px 5px 0;
}

div.main p{ margin:2px 0 2px 0; }
div.main p.price, div.main span.price, div.main a.price{ color:#1E5D8D; }
div.main p.price_container { padding-bottom:5px; }

div.main div.details {
    position: relative;
	border-top:1px solid #CFCFCF;
	padding: 0 3px 0 3px;
}
    div.main div.details div.abs-ItemInfo{
        left: 150px;
        width: 340px;
    }
        div.main div.details div.abs-ItemInfo textarea{
            width: 98%;
            height: 65px;
            }
        div.main div.details .icons-x12.edit-x12{ background-position: 0 -702px; }
div.main div.details p{ margin:2px 0 0 0; }

div.main div.group{
		padding: 2px 3px;
		background-color:#EFEFEF
}

div.main div.group p{ text-align:right; }

a.upCar {
		background:url(http://img.auto.ria.ua/img/arrow_up.gif) no-repeat center;
		height:16px;
		width:16px;
		float:right;
		margin-left:5px;
		margin-top:-2px;
	}


/****************************************************************/
/****************************************************************/
/* SEARCH EXTENDED*/
div.panel_search_ex td {font-size:12px; }
/****************************************************************/
/****************************************************************/
/* View AUTO */

#auto {
	font-size:12px;
	width:500px;
}

#auto_img_panel {
	width:304px;
	float:left;
}

#auto_info_panel {
	width:180px;
	float:right;
}

#auto h1, #auto h3, #auto h4, #goods h2, div.right_contacts h4{
  color:#1E5D8D;
  padding:0px 0px 0px 0px;
  margin:0px 0px 10px 0px;
  border:0px;
}

#auto h1, #goods h2{
  font-size:16px;
}

#auto h3{
  font-size:13px;
}

#auto h4 {
  font-size:12px;
  margin:15px 0px 2px 0px;
  padding-left: 4px;
  background-color: #EDEEF0;
}

#auto img.bigImg{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border:2px solid #EDEEF0;
}
#auto p.little{
    margin: 3px 5px 5px 5px;
}

#auto li.kasko {
	color:#FF0000;
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/kasko_16x16.gif);
}

#auto li.plus {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/plus.gif);
}

#auto li.coment {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/coment.gif);
}

#auto li.struckOff {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/saled.gif);
}

#auto li.dob {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/dob.png);
}

#auto li.arrow {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/arrow.gif);
}

#auto li.edit {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/edit_little.gif);
}

#auto li.kasko {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/kasko.gif);
}

#auto li.scam {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/claim.gif);
}

#auto li.alertmail {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/mail.gif);
}

#auto li.tyres {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/tyres.gif);
}

#auto li.sound {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/autozvuk.gif);
}
#auto li.afp {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/afp_small.gif);
}

#auto li.accumulators {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/accumulator.gif);
}
#auto li.zederlock {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/shield.gif);
}

#auto li.calculate {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/calculate.jpg);
}

#auto li.print_version {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/print.gif);
}

#auto li.insure_lugansk {
	line-height:16px;
	list-style-image:url(http://img.auto.ria.ua/img/insure/insure_lugansk.gif);
}

#bottom_navigator, #top_navigator {
	font-size:13px;
}

#bottom_navigator{
	padding-top: 10px;
	margin-top: 40px;
	border-top:1px solid #C2C2C2;
}

#top_navigator{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom:1px solid #C2C2C2;
}

/* comments */
#auto_comments div.comment {
	padding:10px 0px 0px 3px;
}

#auto_comments p.header {
	border-bottom:1px solid  #CCCCCC;margin:0px;
}

#auto_comments p.header_author {
	border-bottom:1px solid  #a0b8d1;margin:0px;
}

#auto_comments p.body {
	padding-left:7px;margin:2px 0px;
}

#auto_comments span.number {
	background-color:#CCCCCC; padding:1px 10px;
}

#auto_comments span.number_author {
	background-color:#a0b8d1; padding:1px 10px;
}

#auto_comments div.footer {
	padding:4px;margin-top:20px; border-top:1px solid  #CCCCCC;
}

#auto_comments img.complin {
	float: right;
	display: block;
	padding-left: 5px;
	border: 0;
}

#read_more_about {
	margin:30px 0px 10px 0px;
}
#read_more_about ul li ul li {
	list-style-image:url(http://img.auto.ria.ua/img/ria/icons/info.gif)
}


div.b-video_competition{
	border: 1px solid #c2c2c2;
	width: 302px;
	background: url(http://img.auto.ria.ua/img/common/video_competition/decor-repeat-y.png) right repeat-y;
}
div.b-video_competition ul,
div.b-video_competition ul li{
	padding: 0px; margin: 0px;
	list-style: none;
}
div.b-video_competition ul{
	padding: 190px 0 0 0;
	width: 100%;
	background: url(http://img.auto.ria.ua/img/common/video_competition/video_competition.png) top right no-repeat;
}
div.b-video_competition ul li{
	padding-left: 13px;
	padding-bottom: 15px;
	text-align: center;
}
div.b-video_competition ul li a{
	white-space: nowrap;
}

/****************************************************************/
/* Register */

#tooltip{
	background:#F0F0FF;
	border:2px solid #363686;
	color:#333333;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;
	font-size:12px;
}

div.b-price-uncustomed{
	background:#fff6bf;
	border:1px solid #ffd324;
	text-align:left;
	color:#514721;
	padding:5px;
	font-size:12px;
	line-height:18px;
	margin-bottom: 15px;
}
div.b-price-uncustomed span.custom_href{
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}
#left_panel_bottom div.for_search_engines div.panel{
	font-size: 12px;
	line-height: 20px;
	padding: 6px 5px;
}
#register {
	float:left; margin-top:10px; width:300px;
}

#register input.q, select.q, #email_note {
	width:180px;
}

td.required {
	border-right:2px solid #FF5050;
	width:90px;
}

#register_error {
	border:2px solid #FF5050;padding:5px 3px 3px 5px;font-size:12px;color:#FF0000;
}

div.register_error {
	border:2px solid #FF5050;padding:5px 3px 3px 5px;font-size:12px;color:#FF0000;
}

#register_message {
	color:#3F4096; border:2px solid #3F4096;padding:3px 5px 3px 5px;font-size:12px;margin-bottom:10px;
}

#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;
}

/****************************************************************/
/* My Menu */

#myMenu {
	padding-top:5px;
}

#myMenu td {
	white-space: nowrap;
	text-align:center;
}
   #myMenu .menu-autosalon td{ white-space: normal; }

#myMenu td img.ico-user-menu{
    background-image: url('http://img.auto.ria.ua/img/user_menu/icons-user-menu.png');
    background-repeat: no-repeat;
}
    #myMenu td img.add      { background-position:    0      0  ; }
    #myMenu td img.myauto   { background-position: -100px    0  ; }
    #myMenu td img.redug    { background-position: -200px    0  ; }
    #myMenu td img.history  { background-position: -300px    0  ; }
    #myMenu td img.password { background-position:    0   -100px; }
    #myMenu td img.subscribe{ background-position: -100px -100px; }
    #myMenu td img.exit     { background-position: -200px -100px; }

#deleteUsedCars.delPeriod{
	margin:15px 0;
}
.delPeriodOpt{
	margin:10px 0 5px 15px;
	height:30px;
	outline:none;
}
.delPeriodOpt span{
	margin:0 5px 0 5px;
	font-weight:bold;
	font-size:13px;
}
.delPeriodOpt select{
	margin-right:10px;
}
.delPeriodBut button{
	margin:5px 0 10px 73px; 
	padding:2px 1px 5px 0px;
	widows:60px;
	height:23px;
}
.deleteQuestion{
	margin:0 0 10px 10px;
	font-size:14px;
}
.deleteQuestion a{
	margin-left:10px;
}
/****************************************************************/
/* Dealers payment */
/****************************************************************/

/*****************************/
	/* additional window */
div.BorderRound div{
	font-family:Arial,Helvetica,sans-serif;
}


div.BorderRound {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
div.BorderRound div.MainBorderRound {
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	padding:8px 15px 15px;
}
div.BorderRound div.top_BR, div.BorderRound div.bottom_BR {
	position:relative;
	height:6px;
	font-size:1px;
}
div.BorderRound div.bottom_BR{
	background:#efefef;
}
div.BorderRound div.top_BR div, div.BorderRound div.bottom_BR div {
	position:absolute;
	width:7px; height:7px;
	padding:0; margin:0;
	background-color:#FFF;
	background-image:url(http://img.auto.ria.ua/img/BlockOplatu_servis/containerR.gif);
	background-repeat:no-repeat;
	font-size:1px;
}
div.BorderRound div.top_BR .l {
	top:-1px;
	left:0;
	background-position: top left;
}
div.BorderRound div.top_BR .r {
	top:-1px; right:0;
	background-position: top right;
}
div.BorderRound div.bottom_BR .l {
	background-position: bottom left;
	bottom:-1px; left:0;
}
div.BorderRound div.bottom_BR .r {
	background-position: bottom right;
	bottom:-1px; right:0;
}
div.BlockOplataL{
	float:left;
	width:60%;
}
div.TitylBlockOplata{
	color:#3f4096;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
}

div.MainBlockOplata div.w50p{
	width:50%;
	text-align:left;
	float:left;
	font-size:13px;
}
div.MainBlockOplata div.w33p{
	width:20%;
	text-align:left;
	float:left;
	padding:7px 0px;
	text-align:left;
	font-size:16px;
}
div.BlockOplata{
	padding:0px 50px;
}
div.BlockOplata div.LevelOne{
	background:url(http://img.auto.ria.ua/img/BlockOplatu_servis/BlockMoney_LR.jpg) left top no-repeat;
	padding-left:7px;
}
div.BlockOplata div.LevelOne div.LevelTwo{
	background:url(http://img.auto.ria.ua/img/BlockOplatu_servis/BlockMoney_LR.jpg) right top no-repeat;
	padding-right:7px;
}
div.BlockOplata div.LevelOne div.LevelTwo div.BlockFonContainer{
	background:url(http://img.auto.ria.ua/img/BlockOplatu_servis/BlockMoney_fon.jpg) top repeat-x;
}
div.BlockOplata div.BlockFonContainer div.w1{
	float:left;
	padding:15px 0px 0px 25px;
	color:#414141;
	font-size:18px;
}
div.BlockOplata div.BlockFonContainer div.w2{
	float:right;
	background:url(http://img.auto.ria.ua/img/BlockOplatu_servis/BlockMoney_fonGreen.jpg) top repeat-x;
	padding:10px 25px 0px;
	height:47px;
	font-size:27px;
	color:#fff;
	font-weight:bold;
}
div.MainBorderRound div.rowsBlock{
	padding-top:15px;
	text-align:center;
	font-size:13px;
}
div.MainBlockOplata div.rowsBlock input.IdAuto{
	padding:3px;
	width:50%;
	font-size:16px;
	text-align:center;
}
div.MainBlockOplata div.rowsBlock input.IdAuto:focus{
	outline:1px solid #a2a2a2;
}
div.MainBorderRound div.rowsBlock input.submit{
	font-weight:bold;
	width:170px;
	cursor:pointer;
}
div.BlockOplataR{
	float:left;
	width:40%;
}
div.RInform_Oplata{
	background:#efefef;
	margin-left:15px;
}
div.RInform_Oplata div.decorRInform{
	height:5px;
}
div.RInform_Oplata div.decorRInform div{
	background-image:url(http://img.auto.ria.ua/img/BlockOplatu_servis/containerR_inform.gif);
	background-repeat:no-repeat;
	height:5px;
	width:5px;
	font-size:1px;
}
div.RInform_Oplata div.tl{
	background-position:left top;
	float:left;
}
div.RInform_Oplata div.tr{
	background-position:right top;
	float:right;
}
div.RInform_Oplata div.bl{
	background-position:left bottom;
	float:left;
}
div.RInform_Oplata div.br{
	background-position:right bottom;
	float:right;
}
div.mainRInform{text-align:center; font-size:13px; white-space:nowrap; }
div.BlockInformCenter{
	padding:15px;
	text-align:center;
	padding-bottom:8px;
	color:#717171;
	font-size:13px;
	background:#efefef;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}
div.BlockSubMenu{
	padding:6px 15px;
	background:#efefef;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
div.TopBarBlock{
	font-size:13px;
	padding:15px;
	padding-bottom:25px;
}
div.BottomBarBlock{
	font-size:16px;
	font-weight:bold;
	color:#414141;
	padding:15px;
	padding-bottom:0px;
}
div.CloseWindow{text-align:center; padding-top:20px;}
div.CloseWindow a{font-size:16px;}
/*****************************/
	/* help panel */

div.HelpNewServis_tityl{
	text-align:center;
	padding:20px 0px;
	font-size:26px;
	}
div.HelpNewServis{
	padding:0px 20px;
	width:700px;
	margin:auto;
	}
div.HelpNewServis div.BorderRound div.top_BR div, div.HelpNewServis div.BorderRound div.bottom_BR div{
	background-image:url(http://img.auto.ria.ua/img/additionalServiceImg/round_Fon.gif);
	}
	div.HelpNewServis div.BorderRound{background:#fff;}
	div.HelpNewServis div.BorderRound div.bottom_BR{background:#fff;}
.HelpNewServis_ol{
	padding:0;
	margin:0;
	padding-left:10px;
	}
	.HelpNewServis_ol li{ font-size:24px;}
div.OneBlock_help{
	font-size:16px;
	padding-bottom:3px;
	border-bottom:1px solid #d9d9d9;
	text-align:left;
	padding-top:15px;
	}
div.OneBlock_imgHelp{
	text-align:center;
	padding:15px;
	padding-bottom:35px;
	}
/*****************************/
	/* main panel */
div.Block_AdditionalServis h1{
	text-align:right;
	padding-bottom:3px;
}
div.Block_AdditionalServis h1 span.TitylBlock{float:left;}
div.Block_AdditionalServis h1 .firstDecor{color:#ff0000;}
div.Block_AdditionalServis h1 span.NewBlock{
	color:#ff0000;
	font-weight:bold;
}
div.Block_AdditionalServis h1span.OpenHelpBlock{color:#3F4096; font-size:11px;}
div.add_NewAddServiss{
	padding-left:15px;
	padding-bottom:20px;
}
div.add_NewAddServiss a{
	font-size:16px;
	font-weight:bold;
	float:left;
}
div.add_NewAddServiss div.Right_Block{
	float:right;
	padding-top:5px;
}
div.add_NewAddServiss div.Right_Block div.w1{
	float:left;
	text-align:right;
	font-size:12px;
}
div.add_NewAddServiss div.Right_Block div.w2{
	padding-left:10px;
	float:left;
	color:#009900;
	font-size:27px;
	text-align:left;
	font-weight:bold;
}
a.DiscusionServis{
	background:url(http://img.auto.ria.ua/img/additionalServiceImg/decorDiscusinServis.gif) left top no-repeat;
	float:left;
	width:100%;
	height:26px;
	padding-left:4px;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}
a.DiscusionServis span.level2{
	background:url(http://img.auto.ria.ua/img/additionalServiceImg/decorDiscusinServis.gif) right top no-repeat;
	padding-right:4px;
	float:left;
	height:26px;
	width:97%;
}
a.DiscusionServis span.level2 span{
	background:url(http://img.auto.ria.ua/img/additionalServiceImg/fonDiscusinServis.gif) top repeat-x;
	height:21px;
	padding-top:5px;
	width:100%;
	float:left;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
a.DiscusionServis:hover{
	background:url(http://img.auto.ria.ua/img/additionalServiceImg/hover_decor_ds.gif) left top no-repeat;
}
a.DiscusionServis:hover span.level2{
	background:url(http://img.auto.ria.ua/img/additionalServiceImg/hover_decor_ds.gif) right top no-repeat;
}
a.DiscusionServis:hover span.level2 span{
	background:url(http://img.auto.ria.ua/img/additionalServiceImg/hover_fon_ds.gif) top repeat-x;
}
div.BlockUserUpAuto	{
	font-size:13px;
}
div.BlockUserUpAuto div.SupprtInfo {
	font-size:13px;
	margin-top:10px;
	padding:10px;
	margin-right:10px;
	border-top:none;
	border-left:5px solid #eaeaea;
	background:#f8f8f8;
}
div.leftBlock_UpAuto{
	width: 289px;
	float:left;
	padding:10px 0px;
	border-right:1px dotted #999999;
}
div.leftBlock_UpAuto div.rowsOne{
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 5px 30px 75px;
}


	.up-auto-in-search{ background-image: url(http://img.auto.ria.ua/img/sendUpMessages.gif); }
	.up-auto-in-docs{ background-image: url(http://img.auto.ria.ua/img/sendUpDocs.gif); }
	.up-parts-in-search{ background-image: url(http://img.auto.ria.ua/img/sendUpZapchast.gif); }
	.up-parts-in-myservice{ background-image: url(http://img.auto.ria.ua/img/sendUpMyService.gif);  }
	.limit-free-ads{ background-image: url(http://img.auto.ria.ua/img/common/increase-limit-ads.gif); }


div.box-inform{
	background:#fff6bf;
	color:#514721;
	padding: 3px 5px;
	margin-top: 5px;
}

div.leftBlock_UpAuto div.rowsOne a{
	font-size:16px;
}
div.leftBlock_UpAuto div.rowsOne a:hover{
	font-size:16px;
}
div.leftBlock_UpAuto b.greenText {
	color:#307105;
	font-size:15px;
}
div.RightBlock_UpAuto{
	width:210px;
	float:left;
	padding:10px 0px;
}
div.RightBlock_UpAuto ul.mLI li {
	list-style: square;
	padding:4px 0 4px 4px;
	margin-bottom:3px;
	margin-left:20px;
	padding-left:0;
}
div.RightBlock_UpAuto ul.mLI li a {
	font-size:13px;
}
div.RightBlock_UpAuto ul li{
	color:#3F4096;
}
div.RightBlock_UpAuto div.BlockMainBalans{
	padding:15px 0px;
}
div.AditionalRules{
	padding:10px 0px;
	text-align:center;
	border:1px solid #81bee5;
	margin-left:10px;
	background:#dbeaf3;
}
div.BlockMainBalans .w1{
	width:45%;
	padding-right:5%;
	float:left;
	text-align:right;
}
div.BlockMainBalans .w2{
	width:50%;
	float:left;
	color:#307105;
	font-size:27px;
}
div.leftBlock_UpAuto div.rowTwo {
	margin:5px 10px 5px 0px;
	font-size:12px;
}
div.leftBlock_UpAuto div.selectGreen {
	color:#06a806
}
div.RightBlock_UpAuto div.selectBlue {
	color:#3f4096
}
div.RightBlock_UpAuto div.blueBox {
	border:2px solid #81bee5;
	background-color:#c4dceb;
	padding:8px;
	margin:0px;
	margin-left:10px;
	text-align:center
}
div.RightBlock_UpAuto div.chekBoxText {
	font-size:11px;
	display:block;
	margin:5px 5px 10px 5px;
	font-size:13px;
}
div.leftBlock_UpAuto div.boxGreen
{
	border:#06a806 solid 2px;
	padding:10px;
	font-size:14px;
	margin-top:5px
}

/*****************************/
	/* payment history */

div.OneCheck{
	padding:10px 0px;
}
div.OneCheck td, div.OneCheck th{
	border-left:1px solid #fff;
	font-size:13px;
}
div.OneCheck td{
	border-bottom:1px solid #efefef;
}
div.HelpInfo{
	font-size:13px;
	padding-top:0px;
	padding-bottom:10px
}
input.cancel{
	background:url(http://img.auto.ria.ua/img/Icons_Anulation.jpg) no-repeat;
	width:18px;
	height:18px;
	border:none;
	cursor:pointer;
}
.BackToServices { font-size:13px;}
div.TabelCheck {
	margin:20px 0px 5px 0px;
}
div.TabelCheck div.titylTabel{
	background:#efefef;
	border-top:1px solid #dbdbdb;
	color:#4a4a4a;
	font-size:13px;
}
div.TabelCheck div.TabelRows{
	border-bottom:1px solid #dbdbdb;
	font-size:13px;
}
div.TabelCheck div.titylTabel .pad{
	padding:5px 2%;
	text-align:center;
}
div.TabelCheck div.titylTabel span{
	font-size:13px;
}
div.TabelCheck div.TabelRows .pad{
	padding:8px 0px;
}
div.TabelCheck div.TabelRows .w2 span.red{
	color:#ee1f1f;
}
div.TabelCheck div.TabelRows .w2 span.green{
	color:#007708;
}
div.TabelCheck .w1, div.TabelCheck .w2, div.TabelCheck .w3, div.TabelCheck .w4{
	float:left;
	text-align:center;
	border-right:1px solid #fff;
}
div.TabelCheck div.TabelRows .w1{ width:19%; }
div.TabelCheck div.TabelRows .w2{ width:19%; }
div.TabelCheck div.TabelRows .w3{
    width:24%;
    border-right:none;
    padding-left:3px !important;
}
div.TabelCheck div.TabelRows .w4{ width:18%; }
div.TabelCheck div.titylTabel .w1{ width:15%; }
div.TabelCheck div.titylTabel .w2{ width:15%; }
div.TabelCheck div.titylTabel .w3{ width:20%; border-right:none; }
div.TabelCheck div.titylTabel .w4{ width:14%; }


/*****************************/
	/* make up auto */

    .DropMenu {
		 border: #7f9db9 solid 1px;
		 border-top:none;
		 background-color: white;
		 width:100%;
		 z-index: 50;
		 display: block;
		 background:#FFF;
		}
	.DropMenuItem{
		 margin:0px;
		 width:100%;
		 display:inline-block;
		 position:relative;
		}
	.DMHover{
		background:#ccc;
		width:100%;
		display:inline-block;
		position:relative;
		}
	.DMHover .DropMenuItemName, .DMHover .DropMenuItemFeature {
		color: #fff;
		}
	.DMHover .DropMenuItemName{
		float:left; padding:2px 40px 3px 10px;
		width:auto;
		font-size:13px;
		}
	.DMHover .DropMenuItemFeature {
		float:right;
		padding:0 10px 0 0;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:lowercase;
		width:25px;
		position:absolute; top:3px; right:5px;
	}
	div.DMHover{
		margin:0;
		border-bottom:1px solid #bebebe;
		cursor:pointer;
		}
	.DropMenuItem .DropMenuItemName{
		float:left; padding:2px 0 3px 10px;
		width:auto;
		font-size:13px;
		color:#4D4C4D;
		}
	.DropMenuItem .DropMenuItemFeature {
		float:right;
		padding:0 10px 0 0;
		font-size:12px;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:lowercase;
		width:25px;
		position:absolute; top:3px; right:5px;
	}
.BlockOPL {
	padding:15px; margin-bottom:10px; margin-top:5px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.BlockOPL_LeftSide { float:left; width:70%; padding-right:20px; border-right:#CCC solid 1px; }
.selectedBlock{
	position:relative;
	width:300px;
}
.selectedBlock div.selectedBlockDrop {
	position:absolute;
	z-index:900;
	width:250px;
	font-size:15px;
	text-align:left;
	line-height:2;
	border:1px solid #7f9db9;
	border-top:none;
	background:#fff;
	padding:2px 9px;
	left:8px;
	top:30px;
	display:none;
	max-height:200px;
    overflow-y:auto;
    height:auto !important;
    height:200px;
}
.selectedBlockL {float:left; background:url(http://img.auto.ria.ua/img/first_podnat_files/selectBtn.jpg) no-repeat left top; width:8px; height:30px; }
.selectedBlockInp {
	float:left;
	width:231px;
	height:20px;
	padding-left:15px;
	font-size:15px;
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 3px;
	color:#6b6b6b;
	background: #eeeeee;
	border: 1px solid #a0a0a0;
}
.selectedBlockInp:focus{
	color: #000;
	background: #fff;
}
.selectedBlockRBtn { background:url(http://img.auto.ria.ua/img/first_podnat_files/selectBtn.jpg) no-repeat right top; width:32px; height:30px; float:left; }
.predBlock { float:left; width:20%; padding-left:20px; margin-top:0; padding-top:0;}
.predBlockT { background:url(http://img.auto.ria.ua/img/first_podnat_files/first_podnat_03.jpg) no-repeat top left ; height:5px; width:111px; margin:0 auto; font-size:4px;}
.predBlockB { background:url(http://img.auto.ria.ua/img/first_podnat_files/2123.jpg) top left repeat-y; width:111px; }
.predBlockBox {background: url(http://img.auto.ria.ua/img/first_podnat_files/first_podnat_05.jpg) bottom left no-repeat; width:91px; text-align:center; padding:10px 10px; line-height:1; font-size:13px;}
.predBlockBG {background:url(http://img.auto.ria.ua/img/first_podnat_files/first_podnat_07.jpg) no-repeat top left; padding-top:4px; width:111px}
.bigGreenText { color:#3e9300; font-size:24px; font-weight:bold; text-align:center; margin-top:5px; display:block}

/*****************************/
	/* payment statictic */

table.AutoRiaTable{
	border:#dbdbdb solid 1px;
	border-width:1px 0 1px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-collapse:collapse;
}
.AutoRiaTable th {
	background:#efefef;
	text-align:center;
	padding:6px 5px;
	color:#4a4a4a;
	font-weight:bold;
	font-size:13px;
}
.AutoRiaTable td {
	padding:5px 4px;
	text-align:center;
}
.AutoRiaTable th span { font-weight:normal !important}
.AutoRiaTable .lbW { border-right:#FFF solid 1px}
.AutoRiaTable .Row_40 { width:40%;}
.AutoRiaTable .Row_15 { width:15%;}
.AutoRiaTable .Row_10 { width:10%;}
.AutoRiaTable .bbW td { border-bottom:#dbdbdb solid 1px}

/*****************************/
	/* serviceComments */
	div.addForumpreview{
		font-size:12px;
		margin-top:10px;
		border: 1px solid #CCC;

	}

div.addForumpreview div.downrow{
 	background:#f5f5f5;
	border-top: 1px solid #EFEFEF;
	padding: 2px 10px 2px 0;
	text-align:right;
	color:#333;
}
div.addForumpreview div.downrow a
{ margin:0px 4px;}

div.addForumpreview div.uprow{
	background:#f5f5f5;
	padding:4px;

	/* FIXED BY AGVIN
        border-bottom: 1px solid ##EFEFEF;
        */
	border-bottom: 1px solid #EFEFEF;
}
div.addForumpreview div.uprow a
{ margin:0px 4px;}
div.addForumpreview div.uprow div.author {
	float:left;width:50%; padding-left:10px;
}
div.addForumpreview div.uprow div.date {
	float:right; width:35%; text-align:right; padding-right:10px;
}

div.addForumpreview div.mainrow{
	padding:5px 15px;
	margin:0;
	overflow-x:hidden;
}
div.addForumpreview div.forumquote{
	border: 1px dashed #CECECE;
	margin-left:10px;
	padding:5px;
	margin-top:7px;
}
.AnsverTable { border:#CCC solid 1px;}
	.AnsverTable td { padding:2px 4px; vertical-align:top; line-height:1.5;}
	.AnsverTable tr.alterTd {background:#f5f5f5; }
	.AnswerInput { width:250px; border:#a5acb2 solid 1px;}
	.textAreaAnswer {border:#a5acb2 solid 1px; padding:10px; width:312px; height:100px;}
	.subInfo { font-size:11px;}

/****************************************************************/
/* Goods (for Audio) */
#goods h2 { margin: 0 0 4px 0; }
#goods p { margin: 0 0 4px 0; }

/****************************************************************/
/* Insure */

#insure {
	font-size:12px;
}

#insure a {
	color:#006600;
}

#insure h3 {
	font-size:16px;
	color:#0D4736; /* #006600 */
}

#insure ul.sel {
	color:#0D6D02;
}

#insure ul.sel li p {
	color:#0D6D02;
}

/****************************************************************/
/* AutoFirm */
div.aboutFirm {
	border:2px solid #E0E0E0;
	padding: 0px 10px 5px 10px;
	margin-bottom:10px;
	text-align:left;
}

/* right_contacts */
div.right_contacts {
	font-size:12px;
	padding: 5px 10px 5px 10px;
}

div.right_contacts h4 {
	font-size:12px;
	margin:5px 0px 2px 0px;
}

/****************************************************************/
/* AutoSalon */

div.autosalon {
	border: 1px solid #CECECE;
	padding: 5px 5px 5px 5px;
}

div.autosalon h4 {
	padding:3px 0px 3px;
}

div.autosalonDetailed {
	border: 1px solid #E0E0E0; padding: 5px 10px;
}

div.autosalonDetailed img {
	padding: 10px 0px;
	display:block;
}

/****************************************************************/
/* Forum */

table.forumtable{
	background:#000;
}

table.forumtable th{
	background:#EAEAEA;
}
table.forumtable td{
	background:#fff;
}

.forum_podpis{
	margin-top:5px;
	font-size:10px;
}

div.forumpreview{
	font-size:12px;
	margin-top:2px;
	margin-bottom:15px;
	/* border: 1px solid #9C9C9C; */
}
div.forumpreview div.downrow{
/*	border-top: 1px solid #CECECE; 	background:#F5F5F5; */
	padding: 5px 10px 10px 0px;
	text-align:right;
}
div.forumpreview div.uprow{
	/* border-bottom: 1px solid #CECECE;*/
	background:#F5F5F5;
	padding: 5px;
}
div.forumpreview div.uprow div.author {
	float:left;width:70%;
}
div.forumpreview div.uprow div.date {
	float:right; width:30%; text-align:right;
}

div.forumpreview div.mainrow{
	padding: 5px 0px 5px 10px;
}
div.forumquote{
	border: 1px solid #CECECE;
	margin-left:10px;
	padding:5px;
}


#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}


/****************************************************************/
/* Help */
a.help {
	background-color:#D0D0D0;color:#FFFFFF;text-decoration:none;font-size:9px;
}

/****************************************************************/
/* SEARCH */
/****************************************************************/

div.search_result {

}

div.search_result p {
	margin: 5px 0px;
}

div.search_result p.content {
	font-size:12px;
}

div.search_result a.link {
	color:#008000;
}

div.search_result a.cache {
	color:#7777cc;
}


div.search_result div.pages {
/*	border-top:1px solid #7777cc; */
	margin-top:20px;
	font-size:12px;
	text-align:center;
}

div.search_result div.result_item {
	margin:30px 0px;
}

#not_found {
	margin:30px 0px;
	padding:10px;
/*	border:1px solid #000099;*/
	border-left:5px solid #000099;
	font-size:12px;
}


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

div.border{
	border-width:1px;
	border-color:#CECECE;
	border-style:solid;
	padding:5px;
	margin:5px;
}

/****************************************************************/
/* CREDIT */
/****************************************************************/
div.credit_panel {
	border:2px solid #E0E0E0;
	padding: 3px 5px;
	margin-bottom:10px;
	font-size:12px;
}

div.credit_panel h2 {
	font-size:14px;
	padding:5px 0px;
}

div.credit_panel #credit_setup {
	display:none;
}

div.credit_panel div.left {
	width:200px;
	float:left;
}

div.credit_panel div.right {
	width:200px;
	float:right;
	text-align:right;
	padding-top:4px;
}

div.credit_panel td.name {
	color:#3F4096;
	width:30%;
}

div.credit_panel td.value {
	border-left: 2px solid #3F4096;
	padding:10px;
}

#for_zaschita {
	display:none;
}

/*custom*/
table.custom tr{
	text-align:left;
}

td.custom_td {
	border-left:2px solid #ebe9e9;
	padding:0px 0px 0px 4px;
}
/*custom*/

/* Tips */
	.tip {
		color: #000000;
/*
		width: 91px;
*/
		z-index: 13000;
		background-color:#EFEFEF;
		border:2px dotted #CFCFCF;

/*	filter:alpha(opacity=90);
		-moz-opacity: 0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
*/
	}

	.tip-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		color: #3F4096;
		padding: 8px 8px 4px;
	}

	.tip-text {
		font-size: 11px;
		padding: 4px 8px 8px;
	}

/*Tips*/
/*
	.tool-tip {
		color: #fff;
		width: 200px;
	}

	.tool-title {
		font-size: 12px;
		color: #3F4096;
	}

	.tool-text {
		font-size: 11px;
		padding: 4px 8px 8px;
	}
*/
/*Tips*/
div.clr {
		  clear:both;
		}
/*List Number Page section START*/

div.pages {padding:0px; font-size:14px; color:#707070; margin:25px 0px 15px;}
div.pages span.page { font-size:16px;}
div.pages span.page a { margin:0px 5px;}
div.pages span.title { font-weight:bold; margin-right:10px; color:#000000;}
div.pages span.active {padding:4px 2px; background-color:#e8e9ec}
div.pages div.numbers {margin:4px 0px 0px 0px; padding:4px 2px; font-weight:normal;color:#000000;}
div.pages div.numbers a, div.pages div.numbers span {padding:2px 4px}

/*List Number Page section END*/

/******		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:#3F4096;
		font-size:22px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		padding-top:7px;
		}

	div.news_item {
		width:500px;
		/*margin-top:5px;*/
		padding:5px 0;
		font-size:12px;
		}

	div.news_item img {
		border:1px solid #f3f3f3;
		padding:0; margin:0;
		display:block;
		}

	div.news_item a, div.center_news a{
		color:#3F4096;
		font-size:14px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		line-height:18px;
		padding-left:0;
		}

	div.news_item a:hover {
		text-decoration:underline;
		}

	div.item_left {
		float:left;
		border-top:1px solid #b6b6b6;
		padding:10px 0 0;
		margin:0;
		width:230px;
		}

	div.item_right {
		float:right;
		border-top:1px solid #b6b6b6;
		padding:10px 0 0;
		width:230px;
		margin:0px;
		}
        
	div.news_top {
		width:100%;
		/*border-top:1px solid #b6b6b6;*/
		padding:0 0 5px;
		font-size:12px;
		}
	div.news_top a  {
		color:#3F4096;
		font-size:14px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
        
	div.news_top p, div.news_item p, div.center_news p {
		display:block;
		text-indent:0;
		margin-top:10px;
		margin-bottom:2px;
		}
	div.stati {
		padding:5px 0 5px 10px;
		margin:5px 0 10px 0;
		}
	div.stati div.bottom {
		float:right;
		width:99%;
		background-color:#EDEEF0;
		color:#1E5D8D;
		text-align:left;
		font-weight: bold;
		font-size:14px;
		margin:0;
		padding:2px 0 2px 4px;
		}

	.comments {
		display: inline-block;
		background: transparent url(http://img.auto.ria.ua/img/news/comments.gif) 0 2px no-repeat;
		padding-left:16px;
		height:16px;
		margin-bottom:8px;
		font-size:14px;
		}
	.comments span {
		color:#85b000;
		margin:0;
		}
	.comments span a{ 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;
		font-size:14px;
		}
	.comment_add .out_text {
		margin:4px 4px 4px 10px;
		background:#f9f9f9;
		padding:4px;
		}
	#table_comments {
		background:#f3f3f3;
		margin-top:5px;
		}

	/**		END comments	**/

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

.top_new {
	padding-left:10px;
	padding-top:4px;
	height:100%;
	/*border:1px solid #dcd9d9;*/
	margin-bottom:10px;
	color:#565555;
	background:#fdfdfd;
	border: 1px solid #eeeeee;
	font-size:14px;
	}

	.top_new h3{
		width:100%;
		color:#0066cc;
		font-size:14px;
		border-bottom:1px solid #c0c0c0;
		}

	.top_new a{
		font-size:14px;
		font-family:Verdana, Arial, lvetica, sans-serif;
		text-decoration:none;
		line-height:14px;
		}

	.top_new p {
		margin:5px 0 0;
		margin-bottom: 5px;
		color:#302f2f;
		}
	.top_new a:hover {
		text-decoration:underline;
		}

	.top_new .blok_photo {
		width:220px;
		float:left;
		margin-left:3px;
		/*border:1px solid #ededed;*/
		}
	.top_new img {
		/*border:1px solid #ededed;*/
		}
	.top_new photo {
		width:206px;
		float:left;
		}

	div.stati {
		padding:5px 0 5px 10px;
		margin:5px 0 10px 0;
		font-size:14px;
	}

	div.stati div.bottom {
		float:right;
		width:99%;
		background-color:#EDEEF0;
		color:#1E5D8D;
		text-align:left;
		font-weight: bold;
		font-size:14px;
		margin:0;
		padding:2px 0 2px 4px;
	}
/********** news reklama ************/

div.b-reklama{
	border-bottom:2px solid#cfcfcf;
	padding-left:4px;
	height:30px;
	font-size:13px;
	font-weight:bold;
	color:#455528;
        
	/* FIXED BY AGVIN
        //background-color:#edf4e1;
        */
	background-color:#edf4e1;
	}
div.b-reklama a{ text-decoration:none; font-size:13px;}
duv.b-reklama-link{
	color:#445425;
	}


/******		/NEWS	*******/

/**************** high resolution baner ******************/
	.baner_place
	{
		position: absolute;
		top: 170px;
		left:1050px;
		padding: 0;
		display:none;
	}
/**************** eof high resolution baner ******************/

/****REGISTER STEPS TABLE***/

	table.steps { width:100%; }
	table.steps img { display:block; }
	table.steps td {
		font-weight:bold;
		padding:0;
		text-align:center;
	}
	table.steps td.active {
		background:transparent url(http://img.auto.ria.ua/img/steps/active.gif) repeat scroll 0%;
		color:#FFFFFF;
		height:23px;
	}
	table.steps td.unactive {
		background:transparent url(http://img.auto.ria.ua/img/steps/unactive.gif) repeat scroll 0%;
		height:23px;
	}

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(http://img.auto.ria.ua/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:282px;
	margin-top:5px;
	padding:10px;
	border:1px solid #c2c2c2;
}

/*********************************************************/
/** links		                                  **/
/************************************************/
#directory_tree {
	padding-bottom:5px;
	margin-bottom:10px;
	border:2px solid #E0E0E0;
}

#directory_tree h2{
	font-size:16px;
	margin:2px 0;
}
#directory_tree ul{
	padding:0;
	margin:0 0 0 16px;
}
#directory_tree li{ padding:0; margin:0; }

div.links_title{
    padding:5px 10px 5px 0;
    margin:3px 0;
    font-size:17px;
}

div.linksListContainer li{ font-size:12px; }

div.link_item {
	padding:0;
	margin-bottom:10px;
}

div.link_item, div.link_item span.title, div.link_item span.euro_color{ font-size:12px; }

div.link_item img{
	float:right;
	padding-left:10px;
}

#id-send-link p{ font-size:12px; }

div.link_item span.site { color:#008000; }
div.link_item span.site a{ color:#b58665; }

.add_link {color:Green; text-align:right; font-weight:bold; font-size:12px;}
.add_link a {color:Green; font-size:12px; text-decoration:none;}
.add_link a.add_link_help{
	background:url(http://img.auto.ria.ua/img/ria/help.gif) left no-repeat;
	color:#3F4096;
	padding:2px 0 2px 22px;
	}
.add_link a.add_link_help:hover{
	text-decoration:underline;
	}

/*Loading progress*/

select.select_during_loading {
	background: url(http://img.ria.ua/icons/gifs/spinner_grey.gif) no-repeat;
	background-position: 140px 0;
	color:#9e9e9e;
}

/* PRICES */
span.euro_color { color:#7C7C7C; }
table.price td {
	font-size:13px;
	text-align: left;
	cursor:help;
}
td.user_price {
	color:#1E5D8D;
	background-color:#EDEEF0;
	border:1px solid #DCDDE0;
}
span.custom_href { text-decoration:underline; }
span.currency_name { color:#7C7C7C; }

div.new_tityl_autonews, div.tityl_autonews_chery{
	width:500px;
	padding-top:10px;
	padding-bottom:1px;
	border-bottom:2px solid #d1d1d1;
	}
	div.new_tityl_autonews .name_rozdil_autonews{
		float:left;
		width:160px;
		padding-top:5px;
	}
	div.new_tityl_autonews .right_fon_decor{
		float:left;
		width:270px;
		color:#4b4c52;
		font-size:13px;
		padding-top:3px;
		padding-bottom:3px;
		background:#d1d1d1 url(http://img.auto.ria.ua/img/autonews_toyota/decot_autonews_tittyl.gif) left top no-repeat;
		padding-left:70px;
	}
	div.new_tityl_autonews .right_fon_decor .new_name_rozdil_toyota{
		float:left;
		padding-top:2px;
		}
	div.new_tityl_autonews .right_fon_decor .new_icons_rozdil_toyota{
		float:left;
		padding-left:5px;
		}

	.pad_r5{padding-right:5px;}
	div.container_autonews_toyota{
		padding-left:5px;
		padding-right:5px;
		background:#ebebeb;
		border-bottom:1px solid #d1d1d1;
	}
	.color_eb3{background:#ebebeb; }
	.input_type_search input[type=text]{width:200px;}
/*___________________________________AUTONEWS_CHERY__________________________________________*/
div.tityl_autonews_chery{
	width:500px;
	padding-top:10px;
	padding-bottom:1px;
	border-bottom: 2px solid #d1d1d1;
	display: inline-block;
	}
	div.tityl_autonews_chery .name_rozdil_autonews{
		float:left;
		width:160px;
		padding-top:5px;
	}

	div.tityl_autonews_chery .right_fon_decor{
		float:right;
		background:url(http://img.auto.ria.ua/img/autonews_chery/fon.png) top repeat-x;
	}
	div.tityl_autonews_chery div.right_fon{
		float:left;
		width:290px;
		color:#fff;
		font-size:13px;
		padding-bottom:3px;
		background:url(http://img.auto.ria.ua/img/autonews_chery/leftDecor.png) left top no-repeat;
		padding-left:50px;
		}
	div.tityl_autonews_chery .right_fon_decor .chery_logo{
		float:left;
		padding-top:5px;
		background:url(http://img.auto.ria.ua/img/autonews_chery/Logo_chery.png) right top no-repeat;
		padding-right:170px;
		}
    div.tityl_autonews_chery .right_fon_decor .autozvuk_logo{
		float:left;
		padding-top:5px;
		background:url(http://img.auto.ria.ua/img/avtozvuk.gif) right top no-repeat;
		padding-right:170px;
		}

	div.autonews_chery{
		padding:10px;
		background:#ebebeb url(http://img.auto.ria.ua/img/autonews_chery/bottomDecor.png) bottom left no-repeat;
		}
	div.autonews_chery h2{ background:#ebebeb; }
div.Search_Addition{
	display: inline-block;
	width: 100%;
}
div.Search_Addition ul.oneColumn{
	float: left;
	width: 50%;
	padding: 0; margin: 0;
	list-style: none;
}
	div.Search_Addition ul.oneColumn li{
		display: block;
		padding: 0 5px 0 20px; margin: 12px 0;
		position: relative;
	}
	div.Search_Addition ul.oneColumn li input{
		position: absolute;
		top: 0; left: 0;
		margin: 0;
	}
	* html div.Search_Addition ul.oneColumn li input{ left: -22px; top: -3px; }
/*___________________________________//AUTONEWS_CHERY__________________________________________*/


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

div.blok_beng{
	float:left;
	width:250px;
	}
div.pad_t55{
	padding-top:55px;}
div.beng_container{
	width:232px;
	background:url(http://img.auto.ria.ua/img/price/beng_h.jpg) top center no-repeat;
	padding-top:51px;
	}
	div.beng_header{
		height:7px;
		width:232px;
		background:url(http://img.auto.ria.ua/img/price/beng_header.jpg) left no-repeat;
		font-size:1px;
		}
	div.beng_center{
		width:232px;
		background:url(http://img.auto.ria.ua/img/price/beng_center.jpg) left repeat-y;
		}
	div.beng_footer{
		width:232px;
		height:10px;
		background:url(http://img.auto.ria.ua/img/price/beng_footer.jpg) top left no-repeat;}
	div.beng_fon{
		padding:3px 10px 3px 10px;
		background:url(http://img.auto.ria.ua/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;
			}
/**************************************/
div.directory_tree {
	color:#C2C2C2;
	font-size:12px;
    padding:5px;
    border:2px solid #E0E0E0;
}


/****************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(http://img.auto.ria.ua/img/humor/ratioBlockbg.jpg) top left no-repeat;
		padding-left:2px;
		width:33px;
		}
	.postRatioZone .ratioBlockR {
		background:url(http://img.auto.ria.ua/img/humor/ratioBlockbg.jpg) top right no-repeat;
		padding-right:2px;
		}
	.postRatioZone .ratioBlockBG {
			background:url(http://img.auto.ria.ua/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;
	}

/**************************************/
	div.One_Block_a_Takge { font-size:13px; }
	div.One_Block_a_Takge div.OneRowsBlock{
		padding:3px;
		border-top:1px dotted #dbdbdb;
	}
	div.One_Block_a_Takge div.OneRowsBlock a{ font-size:15px; }
	div.One_Block_a_Takge div.OneRowsBlock span{
		font-size:11px;
		color:#464646;
		text-decoration:none;
	}
	div.One_Block_a_Takge div.OneRowsBlock span a:hover{
		text-decoration:underline;
	}

/* ZAPCHAST*/

.mainTabsBlock { position:relative;}
	.mainTabsBlock .tabsInfo{ position:absolute; color:#3f4096; font-weight:bold;}
	.mainTabsBlock .lK { position:absolute; left:0; top:18px; z-index: 100; }
	.mainTabsBlock .rK { position:absolute; right:-1px; top:18px; z-index: 100; }
#ts_tabmenu2 {
	font-size: 12px; /* set the font size */
	padding: 20px 14px 0px 20px; /* set the padding */
	background:url(http://img.auto.ria.ua/img/zapchast/podloj.gif) bottom repeat-x;
	position: relative;
	z-index: 0;
}
* html #ts_tabmenu2{ zoom:1; }
#ts_tabmenu2 ul {
	line-height:12px; /* setting the line height now so we don't have any headaches*/
	margin: 0px; /* let's keep the margin set to 0 for the same reasons as above*/
	list-style-type: none; /* we remove the UL's default disc bullets */
	float:right; /* we float the list to the left like we will all the elements inside*/
	padding: 0px 0px 0px 5px; /* give it a left padding of 5px to counter the effect of margin -5px below */
	margin-bottom:0px;

}
* html #ts_tabmenu2 ul { margin-bottom:0px;}
#ts_tabmenu2 ul li {
	float: left; /* floatin' left */
	margin: 0px;
}
#ts_tabmenu2 ul li a {
	text-decoration: underline; /* remove the default underline off the anchor text */
	display: block; /* we display this text as block so that we can apply padding/margin without problems */
	float: left; /* floatin' left, to make the menu horizontal */
	padding: 0px 0px 0px 24px;  /* we give it a left padding of 10px to show the first 10 pixels of the tabs image. you can also use padding-left: 10px; */
	background: url(http://img.auto.ria.ua/img/zapchast/tabs3.gif) no-repeat left top;  /* we link to the tabs image, no tiling, showing the top left part of it */
	margin-left: -9px;  /* this is important for the overlapping part - we are overlapping the tabs by 5 px */
	z-index: 0; /* keep it on layer 0 (default) */
	position: relative;  /* very important as this enables the z-index to work for us and keeps the tabs where they should be */
	color: #ba0903;  /* color of the tab text */
}
#ts_tabmenu2 ul li a:focus{
    outline:none;
}
* html {zoom:1 !important;}

#ts_tabmenu2 ul li a strong {
	white-space:nowrap;
	font-weight: normal;   /* remove the bold effect */
	display: block;   /* display the strong element as a block so we can pad it, etc. */
	float: left;   /* float it left as well */
	background: url(http://img.auto.ria.ua/img/zapchast/tabs3.gif) no-repeat right top;  /* now we show the right part of the tab and we complete the "puzzle" */
	padding: 5px 14px 6px 0px;  /* important, as through this you define the position of the text within the tab */
	cursor: pointer;  /* this makes the browser show the "hand" cursor when hovering over the tab */
}

.mainTabsBlock ul li a strong.actions{
    background: url(http://img.auto.ria.ua/img/zapchast/tabs3.gif) 100% -46px no-repeat  !important;
    padding-right: 29px !important;
}
.mainTabsBlock ul li.active a strong.actions{
    background: url(http://img.auto.ria.ua/img/zapchast/tabs3.gif) 100% -69px no-repeat !important;
}


#ts_tabmenu2 ul li.active a {
	position: relative; /* again, keep things relative */
	z-index: 5; /* we show this tab over all other tabs in the menu, which would be on layer 0, thus overlapping occurs */
	background: url(http://img.auto.ria.ua/img/zapchast/tabs3.gif) no-repeat 0 -23px;  /* now we show the bottom part of the tabs image, the "hover" instance */
	color:#3f4096;
	font-weight:bold !important;
	text-decoration:none !important;
}
#ts_tabmenu2 ul li.active a strong {
	background: url(http://img.auto.ria.ua/img/zapchast/tabs3.gif) 100% -23px no-repeat;
	position: relative; /* keep it relative */
	z-index: 5; /* show this on layer 5 as well */
	font-weight:bold !important;
	
}

/* END ZAPCHAST */


/****************************************************************/
/* Statistic */

div.DateM{
 	width:600px;
	margin:auto;
	margin-top:15px;
	font-size:13px !important;
	background:#fff;
	border:1px solid #e7e7e7;
 		}
div.StatisticPayment{ padding:10px; }

.statistican_payment .TitylTabel td{
	background:#efefef;
	padding:10px;
	border-top:1px solid #dbdbdb;
	font-size:13px;
	}
.statistican_payment td.w1{width:50%;}
.statistican_payment td.w2{width:25%; text-align:center;}
.statistican_payment .rows td{
	padding:8px 10px;
	border-bottom:1px dashed #dbdbdb;
	font-size:13px;
	}
div.DateM div.listPage{ padding-top:10px; }
div.DateM div.listPage div.pages{ margin:0; }
div.DateM div.listPage div.pages span.page{ font-size:13px !important; }
div.DateM div.listPage div.numbers{ font-size:14px !important; }

/****************************************************************/
/* Multy uploader */

.multyUploader a.hover {color:#0b8416;}
.ListPhoto_auto {
    padding: 0;
    list-style: none;
    margin: 0;
}
.ListPhoto_auto .file-invalid{
    cursor: pointer;
    color: #e61d1d;
    background: url(http://digitarald.de/project/fancyupload/3-0/assets/error.png) no-repeat 24px 5px;
}
.ListPhoto_auto .file-size{
    color: #7c7c7c;
    font-weight:bold;
}
.ListPhoto_auto .file .file-error{ color: #e61d1d; }
    .ListPhoto_auto .file-uploading .file-progress, .ListPhoto_auto .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_auto { margin: 0; padding: 0; }

ul.ListPhoto_auto li {
    padding: 0 0 12px 0;
    border-bottom: 1px dotted #cccccc;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    margin:0 0 12px 0;
    line-height:1;
}
ul.ListPhoto_auto li.file-invalid {
    padding: 0 0 12px;
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
    color:#e61d1d;
}
ul.ListPhoto_auto li p{margin:0px; padding:0 0 5px 0;}
ul.ListPhoto_auto .file_main_photo{ font-size:13px; font-weight:bold; color:#272727;}
ul.ListPhoto_auto .file .imageLoad, ul.ListPhoto_auto .file .imgTem{
    float: left;
    padding: 1px;
    border: 1px solid #cccccc;
    margin-right: 12px;
    left: 0;
    width:100px;
    height:67px;
}
ul.ListPhoto_auto .file img.imageLoad{background:#fff url(http://img.auto.ria.ua/img/ajax_loader.gif) center center no-repeat;}
.ListPhoto_auto .file span{display: block;}
.ListPhoto_auto .file a{background:none;}
.ListPhoto_auto li.file-uploading span.file-size, .ListPhoto_auto li.file-uploading a{
    display:inline !important;
    margin-right:10px !important;
}
ul.ListPhoto_auto li.file-failed span.file-size{ padding-right:10px; }
li.file-failed .file-error{ display:none;}
ul.ListPhoto_auto li.file-uploading span img, ul.ListPhoto_auto li.file-failed span img{
    margin-right:10px;
}
ul.ListPhoto_auto 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_auto .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: 36px; top: 21px;
	font-size: 12px;
	}
* html div.newVideo_icons{
	background:url(http://img.auto.ria.ua/img/video/video_file.gif) no-repeat;
	}

/*  ---------------------------STYLE BLOCK INFO AUTOSALON------------------------------  */
.PageAutosalon .CatalogMark_Salon{
	margin-bottom:20px;
}
.PageAutosalon div.CatalogMark_Salon div.oneBlock{ padding:5px; }
div.CatalogMark_Salon .panelZone2, div.CatalogMark_Salon .panelZone2{
	background:#ffffff url(../../../img/auto4/searchbg.png) top repeat-x;
}
div.PageAutosalon div.CatalogMark_Salon div.subTityl_block{ border:none; }
div.NameAutosalon, div.AnnounceSalonAuto{
	padding-bottom:15px;
}
	div.NameAutosalon img{
		float: left;
		margin-right: 15px;
	}
	div.NameAutosalon h1{
		color: #1e5d8d;
		font-size: 18px !important;
		font-weight: bold;
	}
	div.NameAutosalon ul{
		margin: 0px; padding: 0px;
		list-style: none;
	}
		div.NameAutosalon ul li{
			margin: 0px; padding: 2px 0px;
			font-size: 14px;
			line-height: 18px;
		}
			div.NameAutosalon ul li span{ font-weight: bold; }
div.AnnounceSalonAuto div.T_Block{
	border-bottom: 1px solid #c2c2c2;
	font-weight: bold;
}
	div.AnnounceSalonAuto div.T_Block span{ color: #1e5d8d; }
div.AnnounceSalonAuto p{ line-height: 18px; }

/*  add auto options*/
.liSpisok input {
    float:left;
    width:20px;

}
.liSpisok label {
    display: block;
    float:left;
    width:175px;
    margin-left:4px;
}


.compareCarsTable{
            border: 1px solid #c2c2c2;
            border-left: none;
            border-bottom: none;
}

.compareCarsTable tr td, .compareCarsTable th{
    padding: 1px 4px 1px 2px;
    border: none;
    border-left: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    line-height: 24px;
    font-size: 12px;
}
.compareCarsTable th{
    padding: 5px;
    font-size: 15px;
    background: #ebebeb;
}

.compare_plus {
    color:#0f8815;
    font-size:18px !important;
    font-weight:bold;
}


.compare_minus {
    color:#ff0000;
    font-size:18px !important;
    font-weight:bold;
}

div.compare_cars{ padding: 10px 15px 0; }
.compareCarsTable td{ padding:1px 2px 1px 5px !important; }
div.b-top-event{
        padding: 10px 100px 20px 10px;
        text-align: center;
}
div.b-top-event a#removeAll{
        float: left;
        background:url(http://img.auto.ria.ua/img/compare_cars/auto4.gif) left no-repeat;
        line-height: 16px;
        padding-left: 20px;
        font-weight: bold;
}

.icons-autoCompare{
	font-size:12px;
	padding-left: 19px;
	padding-top: 2px;
	background: url(http://img.auto.ria.ua/img/compare_cars/auto2.gif) left no-repeat;
}
.icons-autoCompare-add{
	font-size:11px;
	padding-left: 19px;
	padding-top: 2px;
	background: url(http://img.auto.ria.ua/img/compare_cars/auto1.gif) left no-repeat;
}
.icons-autoCompare-remove{
	font-size:11px;
	padding-left: 19px;
	padding-top: 2px;
	background: url(http://img.auto.ria.ua/img/compare_cars/auto5.gif) left no-repeat;
}


#auto li.autoCompare{
	line-height: 16px;
	list-style-image:url(http://img.auto.ria.ua/img/compare_cars/auto2.gif);
}
#auto li.autoCompare-add{
	line-height: 16px;
	list-style-image:url(http://img.auto.ria.ua/img/compare_cars/auto1.gif);
}
#auto li.autoCompare-remove{
	line-height: 16px;
	list-style-position:inherit;
	list-style-image:url(http://img.auto.ria.ua/img/compare_cars/auto5.gif);
}

/* --------------------------------PAGE ADD AUTO------------------------------------ */

    div.auto-field {
        font-size: 13px;
        line-height: 1.5;
    }
	div.auto-field select.select_during_loading{
		background: url(http://img.ria.ua/icons/gifs/spinner_grey.gif) 127px 2px no-repeat;
	}
    	div.auto-field div#mio_note h4{ border: none; }
	div.auto-field h4{
		border-bottom:2px solid #CFCFCF;
		font-size: 13px;
		margin:0 0 10px;
	}
	span.b-new{
		font-weight: bold;
		color:#ff0000;
	}

    ul.b-form-addAuto{
        margin: 0; padding: 0;
        list-style: none;
		float: left;
		width:315px;
    }
	ul.b-form-addAuto h4{
		text-align: left;
		margin-right: 15px !important;
	}

    ul.b-form-addAuto li {
        margin: 0px;
        padding: 5px 0px;
        text-align: right;
        font-size: 13px;
		display: block;
		float: left;
		width:315px;
    }
    ul.b-form-addAuto li label {
        float: left;
        text-align: left;
		padding-top: 2px;
    }
    ul.b-form-addAuto li a { font-size: 12px; }
    	ul.b-form-addAuto li a:hover{ cursor:help; }
    ul.b-form-addAuto li p {
    	float: left;
        padding: 0 0 0 5px; margin: 0;
        text-align: right;
        line-height: 22px;
    }    
    .add-photo-user p{ position: relative; }
        .add-photo-user .users-avatar{
            float: left;
            position: relative;
            top: 0;
            margin-left: -60px;
            border: 1px solid #c2c2c2;
            padding: 2px;
        }
        ul.b-form-addAuto li.add-photo-user p a{
            background: none;
            color: #cb3112;
            width: auto;
            height: auto;
            text-decoration: underline;
            cursor: pointer;
        }
            ul.b-form-addAuto li.add-photo-user p a:hover{ text-decoration: none; }
	li.conditions dl dt, ul.b-form-addAuto li label{ width: 120px; }
	li.conditions dl dd, ul.b-form-addAuto li p{ width: 187px; }

    ul.b-form-addAuto li p.required {
        padding: 0 0 0 3px;
        border-left: 2px solid #ff0000;
    }
		ul.b-form-addAuto li p a, ul.b-form-addAuto a.infomer-help{
			background:url(../img/common/icons-14/inform.png) no-repeat;
			width: 14px; height: 14px;
			color: #fff;
			font-weight: bold;
			display: inline-block;
			margin-top: 4px;
			text-align: center;
			line-height: 14px;
			text-decoration: none;
		}
	ul.b-form-addAuto li span.volume_big{
		float: left;
		width: 165px;
		text-align:left;
	}
		ul.b-form-addAuto li span.volume_big input{
			width: 140px;
			margin-right:4px;
		}
		ul.b-form-addAuto li span.volume_big span{ line-height:12px; }
	ul.b-form-addAuto li span.register_notes-m, ul.b-form-addAuto li span.register_notes-n{
		display: block;
		float: left;
		margin-top: 5px;
		padding: 1%;
		background: #FFE0E0;
		text-align: left;
		line-height: 15px;
		width: 98%;
	}
	ul.b-form-addAuto li span.register_notes-n{
		background: #E6EFC2;
		color:#264409;
	}
	    ul.b-form-addAuto li p input, ul.b-form-addAuto li p select {
	        float: left;
	        width: 166px;
			padding: 1px;
			border: 1px solid #a0a0a0;
	    }
		.auto-field.login-fields li span.volume_big input, ul.b-form-addAuto li p input{
			padding:2px;
			width: 160px;
		}
			ul.b-form-addAuto li p input:hover, ul.b-form-addAuto li p input:focus, ul.b-form-addAuto li p select:hover{
				border: 1px solid #747474;
			}
			ul.b-form-addAuto li p input:hover, 
            ul.b-form-addAuto li p input:focus{ padding:2px; }
			ul.b-form-addAuto li p input:focus, ul.b-form-addAuto li p select:focus{
				border: 1px solid #747474;
				outline: 2px solid #edf4a3;
			}

div.ad-auto-field{
	font-size: 13px;
	line-height: 1.5;
}
select.exchangeType{
	margin: 4px 0 0 19px;
	width: 215px;
}
	* html select.exchangeType{
		margin: 4px 0 0 25px;
		width: 210px;
	}

div.ad-auto-field fieldset{
	margin:0;
	border: 1px solid #c2c2c2;
	margin-top: 15px;
	padding: 0px 14px 5px;
}
	div.ad-auto-field fieldset legend{
		padding: 0px 10px;
		color:#000;
	}
	div.ad-auto-field fieldset ul{
		padding: 0; margin: 0;
		list-style: none;
	}
		div.ad-auto-field fieldset ul li{
			padding: 5px 0px; margin: 0;
			float: left;
			width: 50%;
		}
	div.ad-auto-field fieldset ul.one-column{
		float: left;
		width: 50%;
	}
		div.ad-auto-field fieldset ul.one-column li{
			width: 100%;
		}
	div.ad-auto-field fieldset label span{
		font-weight: bold;
		color:#ff0000;
	}
div.ad-auto-field input[type=checkbox], div.ad-auto-field input[type=radio]{
	position: relative;
	top: 0;
	margin-left: 0;
	margin-right: 0;
	}
div.ad-auto-field div.Additionally{
	padding: 15px 0 0;
	text-align: left;
}
	div.Additionally label{
		line-height: 1.5;
		padding: 0;
	}
	div.Additionally p{
		margin: 0;
		line-height: 15px;
		padding: 10px 0px;
	}
	div.Additionally p input{ top:1px; }
	div.Additionally textarea{
		padding:5px;
		width: 98%;
		height: 160px;
		line-height: 18px;
		border: 1px solid #a0a0a0;
	}
		div.Additionally textarea:hover{
			border: 1px solid #747474;
		}
		div.Additionally textarea:focus{
			border: 1px solid #747474;
			outline: 2px solid #edf4a3;
		}

	div.submit-addAuto{ text-align: center; }
		div.submit-addAuto input{
			width:204px; height:33px;
			text-align: center;
			background:url(../img/button/buttons.png) 0 0 no-repeat;
			border: none;
			font-size: 16px;
			padding-bottom: 5px;
			color:#fff;
			font-weight: bold;
			cursor: pointer;
		}
		div.submit-addAuto input:hover{ background-position: 0px -34px; }
		input#element_tree_192{ margin-bottom:24px; }
	div.ad-auto-field fieldset ul input{ float: left; }
	div.ad-auto-field fieldset ul label{
		margin-left: 6px;
		float: left;
		width:205px;
	}
	div.auto-field.login-fields ul.b-form-addAuto li p{ width: 168px; }
	li.conditions dl{ margin: 0; padding: 0; }
		li.conditions dl dt, li.conditions dl dd{
			float: left;
			margin: 0; padding: 0;
		}
		li.conditions dl dt{ text-align:right; }
			li.conditions dl dt input{
				margin: 5px 10px 0 0;
				width:auto;
				float:none;
			}
		li.conditions dl dd label{
			width: 100%;
			line-height: 15px;
		}
	div.auto-field li div img{ margin:2px 2px 0 0; }
	div.auto-field li span span a{
		width:auto; height:auto;
		background:none;
		text-decoration: underline;
		cursor:default;
		color:#3F4096;
		font-weight: normal;
	}
	div.auto-field a.open-b, div.auto-field a.close-b{
		padding-left: 10px;
		background-image: url(../img/common/open-or-close-b.gif);
		background-repeat: no-repeat;
		font-size: 11px;
	}
	div.auto-field a.open-b{ background-position: 0 2px; }
	div.auto-field a.close-b{ background-position: 0 -20px; }

	li.add-phone-nambe label{
		line-height:18px;
		padding:0;
	}
	li.add-phone-nambe div.block-addPhone{
		float: left;
		width:192px;
	}
	li.add-phone-nambe dl{
		display: block;
		margin: 0 0 10px; padding: 0 0 6px;
		color:#404040;
	}	
		li.add-phone-nambe dl input{
			float: none;
			text-align: center;
			padding: 2px;
			border: 1px solid #a0a0a0;
		}
		li.add-phone-nambe dl input:hover{
			padding:2px;
			border: 1px solid #747474;
		}
		li.add-phone-nambe dl input:focus{
			padding:2px;
			border: 1px solid #747474;
			outline: 2px solid #edf4a3;
		}
	    li.add-phone-nambe dl input.active,
		li.add-phone-nambe dl input.active,
		input.active{ color: #262626 !important; }
		li.add-phone-nambe dl input.code-phone,
		li.add-phone-nambe dl input.nambe-phone,
		input.time-phone{
			color: #c2c2c2;
			width: 45px;
			letter-spacing: 1px;
		}
		li.add-phone-nambe dl input.nambe-phone{
			width: 79px;
			letter-spacing: 2px;
		}
		li.add-phone-nambe dl input.iName-p{ width:160px; }
		li.add-phone-nambe dl dt, li.add-phone-nambe dl dd{
			padding:0; margin:0;
			font-weight:normal;
			display: block;
			width: 100%;
		}
		li.add-phone-nambe dl dd{
			position: relative;
			font-size:13px;
			margin:2px 0;
			border: 1px solid #dedede;
			border-left: none;
			height: 62px;
		}
		li.add-phone-nambe dl dd ul.b-time, li.add-phone-nambe dl dt span,
		li.add-phone-nambe dd.b-delete, div.addPhone{
			padding-right:21px;
		}
		div.addPhone{
			display: inline-block;
			padding-bottom: 10px;
		}
		li.add-phone-nambe dl dt span{
			display: block;
			font-size:18px;
			line-height:16px;
			color:#404040;
			padding-bottom:2px;
			letter-spacing:-1px;
		}
		li.add-phone-nambe dl dt span span{
			display: block;
			padding: 0;
			margin: 0;
			letter-spacing: 0;
		}
			li.add-phone-nambe dl dt span a{
				cursor:pointer;
				text-decoration: underline;
				letter-spacing:0px;
			}
			li.add-phone-nambe dl dt span a:hover{
				cursor:pointer;
				text-decoration: none;
			}
		li.add-phone-nambe dl dt div, li.add-phone-nambe dl dd div.infomer-help{
			text-align:right;
			float: right;
			padding-right: 3px;
		}
		li.add-phone-nambe dl dd div.infomer-help{ padding-top:6px; }
		li.add-phone-nambe dl dd ul{
			padding: 0px; margin: 0px;
			list-style: none;
		}
		ul.b-form-addAuto li.add-phone-nambe dl dd ul li{
			padding: 3px 0; margin: 0px;
			width: 100%;
		}
			li.add-phone-nambe dl dd ul li input{ text-align: left; }
		li.add-phone-nambe dl dd ul.b-time{
			display: block;
			padding-top: 3px;
		}
		li.add-phone-nambe dl dd div.bt-asb{
			position: absolute;
			top:-1px; left:0;
			width:1px; height:1px;
			z-index:100;
		}
			li.add-phone-nambe dl dd div.bt-asb ul{
				position: absolute;
				top:0; right:0px;
				background:#f3f3f3;
				border: 1px solid #dedede;
				border-right: none;
				text-align:right;
				padding:5px 5px 0 10px;
				height: 57px;
			}
			* html li.add-phone-nambe dl dd div.bt-asb ul{
				height: 58px;
			}

		ul.b-time input.time-phone{
			width:60px;
			text-align: center;
		}

		li.add-phone-nambe dd.b-delete{
			text-align: right;
			margin: 0;
			border: none;
			height: auto;
			line-height: 14px;
			display: inline-block;
		}
			li.add-phone-nambe dd.b-delete a, li.add-phone-nambe dd.b-delete a:hover{
				color:#d40000;
				cursor:pointer;
				font-size: 11px;
			}
				li.add-phone-nambe dd.b-delete span{
					float: right;
					text-align: left;
					color:#008000;
				}
				li.add-phone-nambe dd.b-delete span a{
					padding: 0px;
					margin: 0px;
					color:#3F4096;
				}
				li.add-phone-nambe dd.b-delete span a:hover{ color:#3F4096; }
				li.add-phone-nambe dd.b-delete span a.infomer-help{
					color: #fff;
					font-size: 12px;
					cursor: help;
					}

		* html li.add-phone-nambe dl dd ul.b-time, 
        * html li.add-phone-nambe dl dt span{ padding-right:18px; }
		* html li.add-phone-nambe dl input.iName-p{ margin-right:3px; }
		* html li.add-phone-nambe dl dt span{ letter-spacing:-2px; }
		ul.b-form-addAuto li.Birth_date p{ width: 178px; }
		ul.b-form-addAuto li.Birth_date p select{
			width: 53px;
			margin-right: 3px;
		}

		a.addRows-phone{
			display: block;
			color: #162002;
			font-size: 12px;
			background-image: url(../img/button/addRows-phone.png);
			background-repeat: no-repeat;
			background-position: 0 -18px;
			padding-left: 23px;
			text-decoration: none;
			cursor:pointer !important;
			width:148px;
			float: right;
		}
			a.addRows-phone span{
				display: block;
				height: 18px;
				padding-right: 5px;
				background-image: url(../img/button/addRows-phone.png);
				background-repeat: no-repeat;
				background-position: 100% -36px;
			}
				a.addRows-phone span span{
					background-image: url(../img/button/addRows-phone.png);
					background-repeat: repeat-x;
					background-position: 0 0;
					padding: 0;
					line-height: 18px;
					text-align: center;

				}

/*--------------------------------------FORM-USER-INFO------------------------------------------*/
	div.UserInfo  div.auto-field{
		display: inline-block;
		padding-bottom: 5px;
	}
        div.UserInfo blockquote{
            margin: 15px 15px 15px 0;
            border-top: 1px solid #c2c2c2;
            border-bottom: 1px solid #c2c2c2;
            padding: 15px 25px;
            color: #7C7C7C;
        }
        div.UserInfo blockquote h4, div.UserInfo blockquote p{
            padding: 3px 0; margin: 0;
            color: #7C7C7C;
        }
		div.UserInfo ul.b-form-addAuto{ width: auto; }
			div.UserInfo ul.b-form-addAuto li{ width: auto; }
			div.UserInfo li.conditions dl dt, div.UserInfo ul.b-form-addAuto li label{
				width:180px;
				border-bottom:1px dotted #e3e3e3;
			}
			div.UserInfo div.auto-field.login-fields ul.b-form-addAuto li p{ width:310px; }
			div.UserInfo li.add-phone-nambe div.block-addPhone{ width:315px; }
			div.UserInfo li span.volume_big input,
			div.UserInfo ul.b-form-addAuto li p input{ width:280px; }

			div.UserInfo ul.b-form-addAuto li p select{ width:286px; }
			div.UserInfo li.add-phone-nambe dl dd div.bt-asb ul{
				left: 0; right:auto;
			}
			div.UserInfo ul.b-time input.time-phone{ width: 80px; }
			div.UserInfo li.add-phone-nambe dl input.iName-p{ width: 200px; }
			div.UserInfo li.add-phone-nambe dl input.code-phone{ width: 60px; }
			div.UserInfo li.add-phone-nambe dl input.nambe-phone{ width: 130px; }
			div.UserInfo div.Submit-f{
				padding: 10px;
				border-top: 1px solid #c2c2c2;
			}
			div.UserInfo li.add-phone-nambe dl{
				border-bottom: 1px dashed #c2c2c2;
			}
			div.UserInfo li.add-phone-nambe dl dd{ margin: 2px 0 5px; }
			div.UserInfo li.add-phone-nambe dl dd ul.b-time,
			div.UserInfo li.add-phone-nambe dl dt span,
			div.UserInfo div.addPhone{
				padding-right:24px;
			}
				li.add-phone-nambe dd.b-delete a{
					margin-right: 24px;
					padding: 0;
				}
				li.add-phone-nambe dd.b-delete span a{ margin-right: 3px; }
			li.add-phone-nambe dl dt span span, 
            li.add-phone-nambe dd.b-delete{ padding: 0; }
			div.UserInfo li.add-phone-nambe dl dt span span,
			div.UserInfo li.add-phone-nambe dd.b-delete,
			div.UserInfo li.add-phone-nambe dd.b-delete span{ padding: 0; }
			div.UserInfo li.add-phone-nambe dl dt div,
			div.UserInfo li.add-phone-nambe dl dd div.infomer-help{
				padding-right: 0;
			}
			
			ul li.add-phone-nambe dl dt div.AlertError.st-informer{
				margin: 10px 0 5px;
				padding: 5px;
				text-align: left; 
				width: 280px;
				float: left;
				position: relative;
				left: -121px;
				letter-spacing: 0;
			}
			div.UserInfo ul li.add-phone-nambe dl dt div.AlertError.st-informer{
				width: 280px;
				left: 0;
				}
			
			div.UserInfo ul.b-form-addAuto li p a,
			div.UserInfo ul.b-form-addAuto a.infomer-help{
				margin-right: 4px;
			}
			div.UserInfo li.add-phone-nambe dl dt span label{
				display:inline;
				width: auto;
				float: left;
				font-size:13px;
				padding:0;
				letter-spacing: 0;
				border: none;
			}
				div.UserInfo dl dt span label input{
					position: relative;
					top: 2px;
					border: none;
				}
		div.UserInfo ul.b-form-addAuto li.Birth_date p select{
			width: 92px !important;
			margin-right: 5px;
		}
		div.UserInfo ul.b-form-addAuto ul.b-time li{
			width: 100%;
			text-align: right;
		}


/*--------------------------------------FLY PANEL------------------------------------------*/
div.b-my-menu{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:995;

}
ul.b-i-my-menu{
	margin: 0; padding: 0;
	list-style: none;
	display:inline-block;
	width:960px;
}
	ul.b-i-my-menu li{
		margin: 0; padding: 0 5px 0 0;
		float: left;
	}
	ul.b-i-my-menu li.tabs{
		padding-top:7px;
	}
	ul.b-i-my-menu li a{
		display: block;
		text-decoration: none;
		font-size:13px;
		color:#2d2d2d;
	}
		ul.b-i-my-menu li a, ul.b-i-my-menu li a span, ul.b-i-my-menu li a span dl{
			float: left;
			background-image: url(../img/common/my-menu/tabs-meny.png);
			background-repeat: no-repeat;
			cursor:pointer;
		}
		ul.b-i-my-menu li a:hover, ul.b-i-my-menu li a:hover span, ul.b-i-my-menu li a:hover span dl{
			background-image: url(../img/common/my-menu/tabs-meny-hover.png);
		}
		ul.b-i-my-menu li dl dt, ul.b-i-my-menu li dl dd{
			float: left;
			margin:0; padding: 0;
			line-height: 28px;
		}
		ul.b-i-my-menu li dl dt{
			padding:0px 15px 0px 5px;
			font-weight: bold;
			border-right:1px solid #54c864;
		}
		ul.b-i-my-menu li dl dd{
			padding:0px 5px 0px 15px;
			font-size:22px;
			border-left:1px solid #d3e5ca;
		}
	ul.b-i-my-menu li a.my-menu{
		width:93px;
		height:37px;
		padding-left: 0;
		background: url(../img/common/my-menu/tabs-my-meny.png) 0 0 no-repeat;
		font-weight: bold;
		color:#fff;
		text-align: center;
		line-height:37px;
		text-transform: uppercase;
	}
	ul.b-i-my-menu li a.my-menu:hover{
		background-position: 0px -37px;
	}
	ul.b-i-my-menu li a{ padding-left:10px; }
	ul.b-i-my-menu li a span{ padding-right:10px; }
		ul.b-i-my-menu li a dl{
			padding: 1px 0px; margin:0px;
		}
	ul.b-i-my-menu li a.menu-compare{
		background-position: 0 -30px;
	}
	ul.b-i-my-menu li a.menu-compare span{
		background-position: 100% -30px;
	}
		ul.b-i-my-menu li a.menu-compare dl{
			background-position: 0 0;
			background-repeat:repeat-x;
		}
	ul.b-i-my-menu li a.menu-notepad{
		background-position: 0 -90px;
	}
	ul.b-i-my-menu li a.menu-notepad span{
		background-position: 100% -90px;
	}
		ul.b-i-my-menu li a.menu-notepad dl{
			background-position: 0 -60px;
			background-repeat:repeat-x;
		}
	ul.b-i-my-menu li a.menu-chat{
		background-position: 0 -150px;
	}
	ul.b-i-my-menu li a.menu-chat span{
		background-position: 100% -150px;
	}
		ul.b-i-my-menu li a.menu-chat dl{
			background-position: 0 -120px;
			background-repeat:repeat-x;
		}
	ul.b-i-my-menu li a.menu-notepad dl dt{
		border-right-color:#ea9b9b;
	}
	ul.b-i-my-menu li a.menu-notepad dl dd{
		border-left-color:#ffe7de;
	}
	ul.b-i-my-menu li a.menu-chat dl dt{
		border-right-color:#a2c3e0;
	}
	ul.b-i-my-menu li a.menu-chat dl dd{
		border-left-color:#e2f0fc;
	}

	* html ul.b-i-my-menu li a, * html ul.b-i-my-menu li a span, * html ul.b-i-my-menu li a span dl{
		background-image: url(../img/common/my-menu/ie/tabs-meny.gif);
	}
	* html ul.b-i-my-menu li a:hover, * html ul.b-i-my-menu li a:hover span, * html ul.b-i-my-menu li a:hover span dl{
		background-image: url(../img/common/my-menu/ie/tabs-meny-hover.gif);
	}
	* html ul.b-i-my-menu li a.my-menu, html ul.b-i-my-menu li a.my-menu:hover{
		background-image: url(../img/common/my-menu/ie/tabs-my-meny.gif);
	}






div.flu-alertWell, div.flu-alertError{
        position: absolute;
        height:1px; width:1px;
        z-index:998;

}

div.flu-alertWell div, div.flu-alertError div{
    position: absolute;
    z-index:1000;
    bottom:0;
    width:250px;
    background:#e6efc2;
	border:1px solid #c6d880;
	text-align:center;
	color:#264409;
    font-size:13px;
    padding:10px;
    opacity: 0;

}
div.flu-alertError div{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#8a1f11;
}


/*---------------------------------VIEW PAGE AUTO-------------------------------------*/
a.MegaPhoto{
	padding: 2px 0 1px 23px;
	background: url(http://img.auto.ria.ua/img/multi_img.gif) left no-repeat;
	font-weight: bold;
}
.little.previewPhoto a{
	float: left;
	margin-top: 5px;
        margin-right: 5px;
}
div.MegaPhoto{
	text-align:right;
	padding-right:0;
	float:right;
	white-space: nowrap;
}
div.MegaPhoto.top5{ padding-top: 5px; }
div.MegaPhoto.top25{ padding-top: 25px; }
div.info-aboutOwner{
	padding: 10px 0 10px 10px;
	width: 96%;
}
	div.info-aboutOwner img{
		float: left;
		border:1px solid #eeeff1;
	}
	div.info-aboutOwner ul{
		padding: 0;
		list-style: none;
		margin: 0 0 0 70px;
	}
		div.info-aboutOwner ul li{
			margin: 0; padding: 2px 0;
			display: block;
			line-height: 18px;
		}
		div.info-aboutOwner ul li.first-name{
			width:80%;
			padding-right: 20%;
			font-weight: bold;
			font-size: 16px;
			margin-bottom:5px;
			display: inline-block;
		}
		div.info-aboutOwner ul li.first-name span{
			width: 100%;
			overflow-x: hidden;
		}
		div.info-aboutOwner ul li.first-name.user-online{
			background: url(http://img.auto.ria.ua/img/common/user-online.gif) right no-repeat;
		}
		div.info-aboutOwner ul li.contact-seller{
			padding-bottom: 10px;
		}
		li.contact-seller a{
			background: url(http://img.auto.ria.ua/img/icons/discusions.png) left top no-repeat;
			padding-left:27px;
		}

	ul.Phone-nambe, ul.Phone-nambe li{
		padding: 0px; margin: 0;
		list-style: none;
		float: none;
	}
	ul.Phone-nambe{
		padding: 0 0 5px 8px;
	}
		ul.Phone-nambe li{
			padding: 3px 0 3px 20px;
			background-position: 0 1px;
			background-repeat: no-repeat;
		}
		ul.Phone-nambe li.p-mob{
			background-image: url(http://img.auto.ria.ua/img/icons/icons-16/mob_1.gif);
		}
		ul.Phone-nambe li.p-home{
			background-image: url(http://img.auto.ria.ua/img/icons/icons-16/phone.gif);
			background-position: 3px 1px;
		}
.info-aboutOwner .type-list-points{ width: 230px; }
.type-list-points{
    text-align: right;
    background: url("http://img.auto.ria.ua/img/common/line-decor.gif") 0 15px repeat-x;
}
.type-list-points span, 
.type-list-points strong{
    background: #fff;
}
.type-list-points span{ float: left; }
.type-list-points strong{ white-space: nowrap; }




div.b-description{
	padding: 5px 10px;
	line-height: 16px;
}
ul.b-auction{
	border: 1px solid #c2c2c2;
	margin: 10px 0px; padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}
	ul.b-auction li{
		margin: 0; padding: 7px 2% 5px;
		border-bottom: 1px solid #edeef0;
		text-align: right;
		display:inline-block;
		width: 96%;
	}
	ul.b-auction li.ulhead{
		background: #edeef0;
		color: #1e5d8d;
		font-weight: bold;
		border: none;
		margin-bottom: 5px;
		text-align: right;
	}
		ul.b-auction font.RefuseTorg{
			float: left;
			margin-left: 20px;
			font-size: 11px;
		}
		ul.b-auction font.RefuseTorg a{
			font-size: 11px;
		}
		ul.b-auction li.ulhead span{
			float: left;
			text-align: left;
		}
		ul.b-auction li.ulhead strong{
			color:#D70000;
			padding-left: 10px;
		}
		ul.b-auction li p{
			margin: 0; padding: 0;
			float: left;
			width: 65%;
			text-align: left;
			overflow-x: hidden;
		}
		ul.b-auction li span{
			color:#1e5d8d;
			font-weight: bold;
			white-space: nowrap;
			overflow: hidden;
		}
	ul.b-auction li.ulmain,
	ul.b-auction li.ulmain ul{
		display: block;
		width: auto;
		border: none;
		padding: 0; margin: 0;
	}
	
	
	ul.b-auction li.ulmain ul li.addNew-itemTorg{
		background: #fff6bf;
		padding: 12px 10px;
	}
	ul.b-auction li.ulmain ul li.drop-itemTorg{
		background: #efefef;
	}
		ul.b-auction li.ulmain ul li.drop-itemTorg a, 
		ul.b-auction li.ulmain ul li.drop-itemTorg span{
			color: #8b8b8b !important;
		}
		ul.b-auction li.ulmain ul li.drop-itemTorg p a, 
		ul.b-auction li.ulmain ul li.drop-itemTorg span{
			text-decoration: none;
			text-decoration: line-through;
		}
	
	ul.b-auction li.StyleFooter{
		background:#f7f7f0;
		border-bottom: none;
	}
	ul.b-auction li.ulfoot{
		background:#f7f7f0;
		padding: 10px 2%;
		text-align: right;
		border:none;
	}
		ul.b-auction li.ulfoot span{
			float: left;
			color:#019216;
		}
		ul.b-auction li.ulfoot span a, ul.b-auction li.ulfoot span a:hover{
			color:#019216;
		}
	ul.b-auction li.ulfoot div.AlertImportant{
		text-align: center;
		margin-top: 10px;
		display: inline-block;
		width: 95%;
		float: left;
	}

	.submit_x23.nextStep_96{
		width: 94px;
		text-align: left;
		text-indent: 20px;
		font-weight: bold;
		float: left;
		background-position: 0 0;
	}
	.submit_x23.nextStep_96:hover{
		background-position: 0 -23px;
	}
	ul.b-auction li.torgFooter,
	ul.b-auction li.offerPrice{
		padding-top: 0;
	}
	ul.b-auction li.torgFooter p{
		padding: 5px 0;
		display: inline-block;
		width: 100%;
	}
	ul.b-auction li.torgFooter div{
		display: inline-block;
		border-top: 1px solid #c2c2c2;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	ul.b-auction li.torgFooter div a{
		line-height: 20px;
		text-align: left;
		text-indent: 20px;
	}
	ul.b-auction li.torgFooter input{
		font-size: 13px;
		width: 185px;
		float: left;
		margin-right: 10px;
	}
ul.b-auction.exchange span p, 
ul.b-auction.exchange div.proposition p{
	float: none;
	padding: 0 0 5px;
	text-align: right;
	margin: 0;
	font-weight: normal;
	width:auto;
}
	ul.b-auction.exchange span.your-surcharge, 
    ul.b-auction.exchange div.your-surcharge{ color:#a54d55; }










div.box-reject-offer{
    background: #f7f7f0;
    margin-top: 5px;
}
ol.reject-an-offer{
    margin: 0;
    padding: 5px 10px;
    
}    
ol.reject-an-offer li{
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0 none;
    text-align: left;
}
ol.reject-an-offer li.boxed{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e3e3d7;
    padding-bottom: 10px;
}
    .boxed dfn.w-50{
        float: left;
        width: 50%;
        font-style: normal;
        text-align: left;
        }
        .boxed dfn.w-50 i{
            display: block;
            font-style: normal;
            margin-top: 5px;
            padding-left: 17px;
        }
    ol.reject-an-offer li.bottom-bar{
        text-align: center;
        margin: 0;
        border-top: 1px solid #fff;
        padding: 5px 0 0;
        }
    ol.reject-an-offer input{
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        }
        ol.reject-an-offer input.submit_x24{
            padding-bottom: 3px;
            margin: 0 5px;
            }
    ol.reject-an-offer select{ margin: 0 3px 0 0; }

.round.box-prompted{
    display: inline-block;
    width: 200px;
    margin-top: -5px;
}

.box-prompted .wrapper{
    background: #fbf5aa;
    padding: 5px 10px;
    text-align: left;
}
    .box-prompted i.st-tl{
        position: absolute;
        border-width: 0 10px 10px 0;
        border-style: solid;
        border-color: #fff #fbf5aa #fff #fff;
        width: 0;
        line-height: 0;
        right: 10px; bottom: -10px;
    }
    .box-prompted strong{
        float: left;
        font-weight: bold;
        }
    .box-prompted strong, 
    .box-prompted i, 
    .box-prompted dfn{ font-style: normal; }
    .box-prompted dfn{
        display: block;
        margin: 0;
        padding: 0;
        margin-left: 45px;
    }
    .box-prompted i.count{
        font: bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #d70000;
    }


ul.b-auction.exchange span, 
ul.b-auction.exchange span{
	display: inline-block;
	width: 180px;
    float:right;
}
ul.b-auction.exchange dl{
	position: relative;
	display: inline-block;
	margin: 0; padding: 0;
	width: 60%;
	float: left;
	overflow-x: hidden;
}
ul.b-auction.exchange dl dt{
    float: left;
    padding-top: 2px;
	position: absolute;
	left: 0;
}
    ul.b-auction.exchange dl dt img{
    	border:1px solid #cecece;
    }
ul.b-auction.exchange dl dd{
    margin:0 0 0 68px;
    text-align: left;
    width: 75%;
    overflow-x: hidden;
	line-height: 16px;
}
* html ul.b-auction.exchange dl dd{
    margin:0 0 0 63px;
}
        ul.b-auction.exchange dl dd a{
            font-weight: bold;
        }
ul.b-auction.exchange li.ulfoot span{
        width: 140px;
        text-align: left;
}
div.p-addComment{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
	div.p-addComment a.submit_x24{
		float: left;
		padding-bottom: 0;
}

/* -- PANEL ADD COMMENT VIEV INFO AUTO -- */
div.f-addComment{
	padding: 10px;
	background: #f6f6f6;
}
div.f-addComment textarea{
	padding: 1%;
	width: 97%;
	height: 60px;
}
div.f-addComment .b-submit{ padding-top: 10px; }
div.f-addComment .b-submit input{ margin-right: 5px; }



ul.b-auction li.torg_footer,
ul.b-auction li.b-register{
	border: none;
	background:#f7f7f0;
	text-align: left;
}
ul.b-auction li.torg_footer{
	width: 100%;
	line-height: 0;
	font-size: 0;
	padding: 0;
}
ul.b-auction li.torg_footer ul{
	margin: 0;
	border: none;
	background:#f7f7f0;
	width: 96%;
	padding: 0 2% 5px;
}
ul.b-auction li.torg_footer ul li{
	line-height: 20px;
	font-size: 13px;
	padding: 0;
	width: 100%;
	text-align: left;
}
ul.b-auction li.torg_footer ul li.email_visitedUser{
	border: none;
	padding: 2px;
	line-height: 16px;
}
ul.b-auction li.email_visitedUser input{
	position: relative;
	top: 2px;
	margin: 0;
}
ul.b-auction li.email_visitedUser label{
	color: #3f4096;
	font-weight: bold;
}


div#auto.page-ViewAuto li.b-register h4{
	padding: 5px 2px;
	font-size: 13px;
	color:#242424;
	background: none;
	border-bottom: 1px solid #c2c2c2;
}
ul.b-auction li.b-register ul.b-form-addAuto li {
	display:block;
	float:left;
	font-size:13px;
	margin:0;
	padding:5px 0;
	text-align:right;
	width:315px;
}

.b-auction ul.b-form-addAuto li.add-phone-nambe dl dd{ height:68px; }
.b-auction ul.b-form-addAuto li.add-phone-nambe dl dd div.bt-asb ul{ height: 63px; }
ul.b-auction li.b-register ul.b-form-addAuto li div.block-addPhone div.bt-asb li{		
	width:65px;
	border-bottom: none;
}
ul.b-auction li.b-register ul.b-form-addAuto li div.block-addPhone ul.b-time li{
	width: 170px;
	border-bottom: none;
}

ul.b-auction li.b-register span{ font-weight: normal; }
ul.b-auction li.b-register a.addRows-phone span{
	color:#162002;
}
div.b-FormRegister{
	display: inline-block;
	width: 100%;
}
div.Find-FormRegister{
	float: left;
	padding: 10px;
	width: 200px;
	padding-left: 120px;
}
div.Find-FormRegister a.submit_x23{
	line-height: 20px;
}
div.bottomTabs_bVideo {
    border-top: 1px solid #fff;
    width: 490px;
}

div.bottomTabs_bVideo div {
    border-top: 1px solid #c2c2c2;
    width: 100%;
    display: inline-block;
}

div.bottomTabs_bVideo div ul, div.bottomTabs_bVideo div ul li, div.bottomTabs_bVideo div ul li span {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(http://img.auto.ria.ua/img/common/TabsBottom_video.gif) no-repeat;
}

div.bottomTabs_bVideo div ul {
    padding-left: 5px;
    background-position: 0px -13px;
}

div.bottomTabs_bVideo div ul li {
    padding-right: 5px;
    background-position: 100% -13px;
}

div.bottomTabs_bVideo div ul li span {
    background-position: 0 0;
    background-repeat: repeat-x;
    padding: 0px 15px;
    height: 13px;
    line-height: 3px;
}

div.bottomTabs_bVideo div ul {
    float: right;
    position: relative;
    top: -2px;
    right: 15px;
    margin-bottom:10px;
}

/* -- FLY PANEL VIEW INFO AUTO -- */


div.b-flyPanel{
	position: absolute;
	background: url(../img/common/transparency_75p.png) repeat;
	width: 280px;
	padding: 0 10px;
	left: 400px;
	margin-top: -50px;
    z-index: 1000;
}
* html div.b-flyPanel{
	font-size: 0;
	line-height: 0;
}
* html div.b-flyPanel div.decor_outside{
	font-size: 13px;
	line-height: 15px;
}
div.b-flyPanel div.decor_outside{
	position: relative;
	width: 100%;
	background: url(../img/common/transparency_75p.png) repeat;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 10px 0;
}
div.b-flyPanel ul.b-main{ border: 1px solid #c2c2c2; }
div.b-flyPanel ul.b-main,
div.b-flyPanel ul.b-main li{
	padding: 0px;
	margin: 0px;
	background:#fff;
	list-style: none;
	color: #323232;
	font-size: 13px;
}
div.b-flyPanel ul.b-main li{
	display: inline-block;
	width: 96%;
	padding:7px 2%;
	border: none;
}
div.b-flyPanel ul.b-main li ul.b-main.s-oveflow{
	max-height:300px;
	overflow-y: scroll;
	border: none !important;
}
div.b-flyPanel em{
	position: absolute;
	line-height: 0;
	font-size: 0;
	width: 10px; height: 10px;
	background: url(http://img.auto.ria.ua/img/common/round/round10px_75p.png) no-repeat;
}
div.b-flyPanel em.tl{
	top: 0; left: -10px;
	background-position: 0 0;
}
div.b-flyPanel em.tr{
	top: 0; right: -10px;
	background-position: -10px 0;
}
div.b-flyPanel em.bl{
	bottom: 0; left: -10px;
	background-position: 0 -10px;
}
div.b-flyPanel em.br{
	bottom: 0; right: -10px;
	background-position: -10px -10px;
}
div.b-flyPanel ul.b-main li.header{
	width: 100%;
	padding: 5px 0;
	text-align: right;
	line-height: 20px;
	color: #323232;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #c2c2c2;
	background:#eeeeee url(http://img.auto.ria.ua/img/common/repeat-x/bg_greyHeader.png) bottom repeat-x;
}

* html div.b-flyPanel em{
	background-image: url(http://img.auto.ria.ua/img/common/round/round10px_75p.gif);
	background-repeat: no-repeat;
}
div.b-flyPanel ul.b-main li.header span{
	float: left;
	font-weight: bold;
	color: #323232;
	padding-left: 15px;
}
div.b-flyPanel ul.b-main li.b_hr{
	display: block;
	padding: 0px; margin: 0px 12px;
	font-size: 0;
	line-height: 0;
	width: 91%;
	height: 0;
	border-top: 1px solid #c2c2c2;
}
div.b-flyPanel a.a_close{
	float: right;
	margin-right: 5px;
	line-height: 0;
	font-size: 0;
	width: 0;
	padding-left: 22px;
	height: 19px;
	background:url(http://img.auto.ria.ua/img/button/a_close.gif) 0 0 no-repeat;
	outline: none;
}
div.b-flyPanel a.a_close:hover{
	background-position: 0 -19px;
}
div.b-flyPanel a.a_close:active{
	background-position: 0 -38px;
}
div.b-flyPanel li div.bAuto_container{
	border: 1px solid #fff;
}
div.b-flyPanel li div.bAuto_container div.b_status{
	padding: 0 5px;
	border: 1px solid #fff;
}
div.b-flyPanel li.select_r div.bAuto_container,
div.b-flyPanel li.hover_r div.bAuto_container{
	border: 1px solid #c3c3c3;
	background:#eeeeee url(http://img.auto.ria.ua/img/common/repeat-x/bg_greySelect_a.png) bottom repeat-x;
}
div.b-flyPanel li.hover_r div.bAuto_container div.b_status{
	background: url(http://img.auto.ria.ua/img/common/flyPanel_style/icons_open.png) 100% 22px no-repeat;
}
div.bAuto_container div.bPreviev{
	position: relative;
	padding: 5px 0 5px 70px;
	z-index:990;
	text-align: left;
}
div.bAuto_container div.bPreviev img{
	position: absolute;
	left: 0;
	border: 1px solid #c2c2c2;
	background: #fff;
	padding: 1px;
	z-index:990;
}
* html div.bAuto_container div.bPreviev img {
	left: -70px;
}
ul.b-auction li div.bPreviev p{
	float: none;
	width: 90%;
}
.hover_r div.bAuto_container div.bPreviev p,
.hover_r div.bAuto_container div.bPreviev p span,
.select_r div.bAuto_container div.bPreviev p,
.select_r div.bAuto_container div.bPreviev p span{
	text-decoration: none;
}
div.bAuto_container div.bPreviev p,
div.bAuto_container div.bPreviev p span{
	margin: 0px;
	font-size: 13px;
	text-decoration: underline;
	color: #3f4096;
}
div.bAuto_container div.bPreviev span{
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
}
div.bAuto_container div.bPreviev p.modelAuto,
div.bAuto_container div.bPreviev p.modelAuto span{
	font-weight: bold;
}

div.formAutoAdd{
	border-top: 1px solid #c2c2c2;
	padding: 5px 0;
	width: 100%;
	display: inline-block;
	color:#242424;
	line-height: 24px;
	position: relative;
	z-index: 1000;
}
div.formAutoAdd{ display: none; }
.select_r div.formAutoAdd{ display: inline-block; }




ul.formAutoAdd,
ul.formAutoAdd li{
	margin: 0;
	padding: 0;
	background: none !important;
}
div.b-flyPanel ul.formAutoAdd, 
div.b-flyPanel ul.formAutoAdd li{ padding: 5px 0; }
ul.formAutoAdd{
	border-top: 1px solid #c2c2c2;
	background: none;
}
ul.formAutoAdd li input, ul.formAutoAdd li select{ margin: 0px;}
ul.formAutoAdd li select{ padding: 1px; }
ul.formAutoAdd li.blockSubmit{ text-align: center; }
ul.formAutoAdd li.formInput{ white-space: nowrap; }
ul.formAutoAdd li.formInput input,
ul.formAutoAdd li.formInput select{ margin-right: 5px; }
ul.formAutoAdd li.formInput input{ width: 60px; }
ul.formAutoAdd li.formInput select{ width: 120px; }
input.checkbox-b{
	position: relative;
	top: 1px;
}

div.cardUser{
	position:absolute;
	margin-top: 10px;
	margin-left: 60px;
	width: 300px;
	background: url(http://img.auto.ria.ua/img/ViewItem/TableDecor/shadow/right_repeat-y.png) right repeat-y;
	z-index: 998;
	color: #000;
}
div.cardUser div.info-aboutOwner{
	position: relative;
	bottom: -7px;
	margin: 0 6px;
	padding: 0 0 7px;
	width: auto;
	background: url(http://img.auto.ria.ua/img/ViewItem/TableDecor/shadow/em-shadow.png) bottom repeat-x;
}

div.cardUser div.info-aboutOwner ul{
	position: relative;
	padding: 10px 10px 10px 82px;
	background: #fff;
	margin: -14px 0 0 -7px;
	border: 1px solid #c2c2c2;	
	}
* html div.cardUser{ left: 0; }
* html div.cardUser, 
* html div.cardUser div.info-aboutOwner{ background: none; }
* html div.cardUser div.info-aboutOwner ul{ width: 90%; }
div.cardUser div.info-aboutOwner ul li.b-smoll-photoUser{
	left: 10px;
	float:left;
	position: absolute;
	width: auto;
}
div.cardUser div.info-aboutOwner ul li{ margin-left:0 !important; }
div.cardUser div.info-aboutOwner ul li.c-nameUser{
	font-size: 16px;
	font-weight: bold;
	overflow-x: hidden;
	width: 200px;
}
div.cardUser:after{
    display: block;
	position: absolute;
	z-index: 500;
	top: -7px;
	right: -1px;
    height: 7px;
	width: 7px;
	background: url(http://img.auto.ria.ua/img/ViewItem/TableDecor/shadow/em-shadow.png) -7px 0 no-repeat;
    content:url(http://img.auto.ria.ua/img/common/bg_none.gif);
}
div.cardUser div.info-aboutOwner:before, 
div.cardUser div.info-aboutOwner:after{
    display: block;
	position: absolute;
	z-index: 500;
	bottom: 0;
    height: 7px;
	width: 7px;
	content:url(http://img.auto.ria.ua/img/common/bg_none.gif);
}
div.cardUser div.info-aboutOwner:before{
	left: -7px;
	background: url(http://img.auto.ria.ua/img/ViewItem/TableDecor/shadow/em-shadow.png) 0 -7px no-repeat;
}
div.cardUser div.info-aboutOwner:after{
	right: -7px;
	background: url(http://img.auto.ria.ua/img/ViewItem/TableDecor/shadow/em-shadow.png) -7px -7px no-repeat;
}

div.cardUser div.info-aboutOwner ul li{
	border: none;
	text-align: left;
}
div.cardUser div.info-aboutOwner ul li ul.Phone-nambe{ 
	margin: 0;
	padding: 0;
	border: none;
	}
div.cardUser div.info-aboutOwner ul li ul.Phone-nambe li{ width: 90%;}

/**********************MULTY_MAKE_UP*************************************/
.oplWrtapMain {
    font-size:13px;
    font-family: Arial;
	width: 605px;
    margin: 30px auto 0;
}
.blockWrap {
    width:605px;
    margin:30px auto;
	display: inline-block;
}
 * html .blockWrap {
    width:614px;
    margin:30px auto;
}
.blockWrap .corners { position: relative; overflow: hidden; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }
.corners-6 em.tl, .corners-6 em.tr, .corners-6 em.bl, .corners-6 em.br {
    width: 12px; height: 12px; background-image: url("http://img.auto.ria.ua/img/corners6.gif");
}
.corners-6 em.tl { left: -6px; top: -6px; } .corners-6 em.tr { right: -6px; top: -6px; } .corners-6 em.bl { left: -6px; bottom: -6px; } .corners-6 em.br { right: -6px; bottom: -6px; }

.alertInCarBlock {
    margin-left:20px;
    margin-bottom:10px;
}

.box { border: 1px solid #cfcfcf; }
.footerInfo {
    background:#EFEFEF;
    text-align:center;
    color:#717171;
    padding:15px;
    line-height:1.5;
}
.footerInfo a{ color:#3F4096; }
.infoIQ {
text-align:left;
padding-left:108px;
font-weight:bold;
font-size:13px;
font-family: Arial;
}
.infoIQ strong{ color:#3e9300; }
.btnW {
    background:url(http://img.auto.ria.ua/img/ria/bg_btn.gif);
    height:20px;
    line-height:14px;
    border:1px solid #999;
    cursor: pointer;

}
.oplatWrapper {
    border-bottom: 1px solid #cfcfcf;
    margin:10px 20px 10px 20px;
    padding:0 0 10px 0;

}
.inDown {
    border-top: 1px solid #cfcfcf;
    border-bottom:none;
    padding-bottom:5PX;
}
.linksWrap{
	display: inline-block;
	width: 100%;
}
.linksWrap, .linksWrap li{
    list-style:none;
    padding:0;
    margin:0;
}
.linksWrap li.tt_block {
    float: left;
	font-weight: bold;
}
.linksWrap li.tt_list{
	margin-left: 110px;
	float: none;
}
.linksWrap li.tt_list p{
	margin: 0;
	padding: 0;
}
.linksWrap li.tt_list a{
	margin: 0 15px 0 0;
	cursor: pointer;
}
.linksWrap li.tt_list span{ margin-right: 15px; }
.linksWrap li.tt_list span input{
	position: relative;
	top: 2px;
	margin: 0;
}
.liBtnWrap { width:110px; }
.liBtnWrap input { margin-left:30px; }
* html .liBtnWrap input { margin-left:10px; }

.carsBlock { text-align:left; }
.contentWrapper{ margin: 10px 20px 10px 5px; }
.blockInTop {
    background:url("http://img.auto.ria.ua/img/topBlock.gif") no-repeat;
    height:32px;
    width:272px;
    color:#fff;
    font-size:12px;
    line-height:23px;
    text-align:center;
    font-family: Arial;
}
.blockInBottom {
    background:url("http://img.auto.ria.ua/img/bottomBlock.gif") no-repeat;
    height:24px;
    width:272px;
    color:#fff;
    font-size:12px;
    padding-top:8px;
    line-height:23px;
    text-align:center;
    font-family: Arial;
}
.carTable {
    margin-left:5px;
    border-collapse:collapse;
    margin-bottom:5px;
    width:100%;
}
.opltCar { background:#fde8fa; }
.carTable td {
    padding:4px;
    vertical-align:top;
}
.carH3Custom {
    font-size:14px;
    font-weight:bold;
    margin:0 0 4px 0;
    color:#3f4096;
}
.td1 { width:20px; vertical-align:middle !important;}
.td2 {width:65px;}
.rightBlock { width:120px; float:left; }
 .oplWrtapMain .predBlock {
    background:url("http://img.auto.ria.ua/img/blockSpred.gif") no-repeat;
    height:55px;
    width:91px;
    font-size:12px;
    color:#000;
    text-align:center;
    padding:20px 10px;
    line-height:1.5;
    margin-left:20px;
    font-family: Arial;
}
.oplWrtapMain .predBlock span {
    color:#3e9300;
    font-weight:bold;
    font-size:20px;
    font-family: Arial;
}
* html .corners { zoom:1;}
.alertText {color:#ff0000;}
.uppedDateBlock {font-family: Arial; padding-top:7px; text-align:right;}
div.bTitylWindow{ display: inline-block; }
div.bTitylWindow.blockWrap{ margin-bottom: 0; }

div.bTitylWindow span.t{
        float: left;
        color:#3F4096;
        font-size: 18px;
        white-space: nowrap;
        padding: 5px 0 0 40px;
}
div.bTitylWindow ul{
        float: right;
        padding: 0 0 0 6px; margin: 0;
        list-style: none;
        background: url("http://img.auto.ria.ua/img/BlockOplatu_servis/tabsConteiner.png") 0 -43px no-repeat;
}
div.bTitylWindow ul li{
        padding: 0 6px 0 0;
        margin: 0;
        background: url("http://img.auto.ria.ua/img/BlockOplatu_servis/tabsConteiner.png") 100% -43px no-repeat;
}
div.bTitylWindow ul li p{
        padding: 8px;
        margin: 0;
        background: url("http://img.auto.ria.ua/img/BlockOplatu_servis/tabsConteiner.png") top repeat-x;
        font-size: 13px;
        color:#444444;
        white-space: nowrap;
        font-weight: bold;

}
div.bTitylWindow ul li p span{
        font-weight: normal;
        font-size: 20px;
        color:#3e9300;
}
ul.rowsOplata{
        text-align: right;
        display: inline-block;
        width: 100%;
        padding: 8px 0px 0px; margin: 0px;
        font-weight: bold;
        list-style: none;
}
ul.rowsOplata p,
ul.rowsOplata div,
ul.rowsOplata span,
ul.rowsOplata li{
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0; margin: 0;
}
ul.rowsOplata p{
        padding: 0 0 5px 0;
}
ul.rowsOplata li.b-left{ float: left; }
ul.rowsOplata li.b-right{
        margin-left: 40%;
        text-align: right;
}
ul.rowsOplata li.b-right div p{ padding: 0; }
ul.rowsOplata li.b-right div span{
        color: #3e9300;
        font-size: 20px;
        line-height: 26px;
}
ul.rowsOplata li.b-right div{ float: left; }

ul.rowsOplata li input{
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url("http://img.auto.ria.ua/img/button/height30px.png") 0 0 no-repeat;
    height: 30px;
    width: 109px;
    padding-bottom: 4px;
    margin-top: 6px;
    cursor: pointer;
}
ul.rowsOplata li input:hover{ background-position: 0 -30px; }
ul.rowsOplata li input:active{ background-position: 0 -60px; }
ul.rowsOplata li input.noActive,
ul.rowsOplata li input.noActive:hover,
ul.rowsOplata li input.noActive:active{
    background-position: 0 -90px;
    color: #adadad;
    cursor: default;
}

.offerPrice ol,
.offerPrice ol li{
	padding: 0; margin: 0;
	list-style: none;
	text-align: left;
	border: none;
}
.offerPrice ol li{
	padding: 5px 0;
	width: 100%;
}
.offerPrice ol li.text-r{ text-align: right; }
.offerPrice ol li.first{
	border-top: 1px solid #c2c2c2;
	padding-top: 10px;
}
.offerPrice ol li input.offerPrice{
	width: 150px;
	margin-right: 10px;
}
.offerPrice ol li textarea{
	width: 99%;
	height: 50px;
}

/* ---------------------------Video-Announcement-------------------------- */


div.VideoAnnouncement{
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
div.VideoAnnouncement .bold{ font-weight: bold; }
	div.VideoAnnouncement div.borderDecor{
		border: 1px solid #fff;
		background:#f0f0f0;
		padding: 6px;
	}
	div.VideoAnnouncement ul{
		padding: 0px 0px 5px; margin: 0;
		list-style: none;
		width: 100%;
		display: inline-block;
	}
	div.VideoAnnouncement ul li{
		padding: 0; margin: 0;
		float: left;
		width: 25%;
	}
	div.VideoAnnouncement ul li a img{
		border:1px solid #c5c5c5;
		padding: 1px;
		background: #fff;
	}
	div.VideoAnnouncement dl,
	div.VideoAnnouncement dt,
	div.VideoAnnouncement dd{
		padding: 0; margin: 0;
		display: block;
		font-size: 13px;
		overflow-x: hidden;
	}
	div.VideoAnnouncement dl{ padding: 6px; }
	div.VideoAnnouncement dt{ padding: 0 0 5 0; }
		div.VideoAnnouncement dt a{
			font-size: 0; line-height: 0;
		}
div.VideoAnnouncement div.bHeader{
	border-top: 1px solid #dfdfdf;
	margin: 0 6px;
}
	div.VideoAnnouncement div.bHeader p{
		margin: 0; padding: 6px 0 0 0;
		border-top: 1px solid #fff;
		text-align: right;
		font-weight: bold;
		font-size: 12px;
	}
	div.VideoAnnouncement dt span.play{
		position: absolute;
		width: 28px; height: 28px;
		margin-left: 40px;
		margin-top: 22px;
		background: url(../img/common/play.png) 0 0 no-repeat;
	}
	* html div.VideoAnnouncement dt span.play{ background: url(../img/common/play.gif) 0 0 no-repeat; }

	/* ----------------------------------rentApartments------------------------------ */
    div.rentApartments{
    	border: 1px solid #c2c2c2;
		padding: 0 0 0 6px;
		margin-bottom: 10px;
    }
    div.rentApartments, div.rentApartments ul li {
        font-size: 13px;
        text-align: left;
    }
    div.rentApartments p {
        font-weight: bold;
        margin: 0;
        padding: 8px 0;
        border-bottom: 1px solid #c2c2c2;
    }
    div.rentApartments ul li p {
        margin: 0; padding: 0;
        border: none;
        font-weight: normal;
    }
    div.rentApartments ul {
        padding: 0; margin: 0;
        list-style: none;
    }
    div.rentApartments ul li {
    	width: 100%;
        margin: 0; padding: 12px 0;
        border-bottom: 1px dotted #c2c2c2;
    }
    div.rentApartments ul li.last {
        border-bottom: none;
    }
    div.rentApartments ul li a.img-r {
        float: left;
        text-decoration: none;
        line-height: 0;
        margin: 0 7px 0 0;
		border: none;
    }
    div.rentApartments ul li a.img-r img { border: 1px solid #c2c2c2; }
    div.rentApartments ul li a {
        display: block;
        padding-bottom: 3px;
        text-decoration: none;
    }
    div.rentApartments ul li a span { text-decoration: underline; }
    div.rentApartments ul li a:hover span { text-decoration: none; }
    div.rentApartments ul li p { display: block; }
	div.rentApartments ul li dl a img{
		float: none;
		border: none;
		margin-right: 5px;
	}
    div.top-submenu.header_b span {
        font-weight: bold;
        color: #3f4096;
    }
        div.rentApartments dl, div.rentApartments dt, div.rentApartments dd {
        padding: 0; margin: 0;
        display: block;
    }
    div.rentApartments dt, div.rentApartments dd { padding: 0 0 5px; }
    div.rentApartments dt span {
        height: 14px;
        background: #3f4096 url(../img/common/decorSmoll-b.gif) left top no-repeat;
    }
    div.rentApartments dt span span {
        color: #fff;
        padding: 0 8px;
        background: url(../img/common/decorSmoll-b.gif) right top no-repeat;
    }

/*  STYLE BLOCK TYRES  */

div.autoTyres{ font-size: 13px; }
div.autoTyres h4{
	padding: 2px 6px !important;
	margin: 20px 0 10px !important;
}
/* tyres_navigator.tpl */

div.serach_Tyres{ border: 1px solid #D7D7D7; }
div.serach_Tyres div.blockInside{
	border: 1px solid #fff;
	background: #F0F0F0 url(../img/tyres/panelSearch/background.jpg) bottom right no-repeat;
	padding: 6px 10px;
}

div.serach_Tyres div.titylBlock{
	font-weight: bold;
	color: #393939;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 6px;
}
div.serach_Tyres ul.forms_t,
div.serach_Tyres ul.forms_t li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.serach_Tyres ul.forms_t{
	padding-top: 10px;
	border-top: 1px solid #fff;
}
div.serach_Tyres ul.forms_t li{ padding: 10px 0; }
div.serach_Tyres ul.forms_t li select{
	margin: 0px 1%;
	width: 22%;
}
div.serach_Tyres ul.forms_t select.first{ margin-left: 0; }
div.serach_Tyres ul.forms_t li.inputForm{ text-align: right; }
div.serach_Tyres ul.forms_t li.inputForm span{
	float: left;
	width: 80%;
	text-align: left;
}
div.serach_Tyres ul.forms_t li.inputForm span select{ width: 45%; }
	ul.forms_t select{
		padding: 1px;
		border: 1px solid #b9b9b9;
	}
	ul.forms_t select:hover{
		border: 1px solid #868686;
		outline: 1px solid #fff;
	}
	ul.forms_t select:focus{ border: 1px solid #505050; }
* html div.serach_Tyres ul.forms_t li select{ width: 21%; }
* html ul.forms_t select{ border: 1px solid #868686; }

/* tyres_model.tpl */
div.block_tyres_model td{
	vertical-align: top;
	text-align: center;
	width: 80px;
	padding: 1px;
	border: 1px solid #c2c2c2;
}
div.block_tyres_model td ul,
div.block_tyres_model td ul li{
	margin: 0; padding: 0;
	list-style: none;
	text-align: center;
	display: block;
}
div.block_tyres_model td ul{ padding: 3px 0; }
div.block_tyres_model td ul li{
	padding: 2px 0;
	width: 77px;
	overflow-x: hidden;
}

/* element_viev_tyres.tpl */
div.b_twoColumn{
	display: inline-block;
	width: 100%;
}
div.b_twoColumn div.b_one_column{
	float: left;
	width: 48%;
	padding-right: 2%;
}
div.b_twoColumn div.b_one_column.last{
	padding-right: 0;
	width: 50%;
}

/* tyres_brand.tpl */
div.ul_Tyres{
	display: inline-block;
	width: 100%;
}
div.ul_Tyres ul,
div.ul_Tyres ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}
div.ul_Tyres ul li{
	color:#555555;
	padding: 2px 5px;
}
div.TyresMaintainer ul{
	float: left;
	width: 50%;
}

/* ------------------------------ -STYLE NEW WINDOW- ------------------------------ */
.newWindow{
	width: 600px;
	margin: 0 auto;
}
.newWindow, .newWindow div .newWindow form,
.newWindow ol, .newWindow li,
.newWindow p, .newWindow blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #313030;
}
.newWindow ol{ padding-left: 2em; }
.newWindow ol, .newWindow li,
.newWindow p, .newWindow blockquote{
	margin: 10px 0;
}
.newWindow li{ margin: 5px 0; }
.newWindow p{ text-indent: 2em; }
.newWindow blockquote{
	margin: 0;
	padding: 0.8em 1.25em;
	color: #666666;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.newWindow h2.title{
	font-size: 1.25em;
	border-bottom: 1px solid #585858;
	color:#585858;
	padding: 0.4em 0.5em;
	text-align: left;
}
div.f_CheckPhone{
	width: 600px;
	margin-top: 25px;
}
div.f_CheckPhone div.MainBorderRound,
div.f_CheckPhone form{
	display: inline-block;
	width: 94%;
	padding: 8px 17px 15px;
	line-height: 20px;
}
ul.checkMobilePhone,
ul.checkMobilePhone li{
	margin: 0; padding: 0;
	list-style: none;
}
ul.checkMobilePhone li{ padding: 5px 0 5px 90px; }
blockquote p.p_first{ margin-top: 0; }
div.f_CheckPhone blockquote,
div.f_CheckPhone blockquote p{color: #3a3a3a;}
div.f_CheckPhone blockquote{
	margin: 0 0 15px;
	padding: 0 15px;
	border-bottom: 1px solid #b0b0b0;
}
div.f_CheckPhone li.bold{ color: #3a3a3a; }
div.f_CheckPhone input.f_text{
	width: 180px;
	text-align: center;
	font-weight: bold;
}
div.bodyNew_window{
	background: #f3f3f3;
	width: 100%;
}
div.bodyNew_window div.new_window{
	width: 850px;
	padding: 0 25px 65px 25px;
	margin: 0 auto;
	display: inline-block;
	background: #fff url(http://img.auto.ria.ua/img/ViewItem/TableDecor/repeat-x/backgroundItem.png) bottom repeat-x;
	text-align: left;
}
div.new_window div,
div.new_window p,
div.new_window ul,
div.new_window li,
div.new_window ol,
div.new_window h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	font-size: 13px;
	line-height: 21px;
}
div.new_window div.container_forH2{ padding: 0 12px; }
div.new_window h2{
	font-size: 21px;
	font-weight: normal;
	margin: 25px 0 25px;
	padding: 12px;
	background: #f1f1f1;
}
div.container_forH2{ padding: 12px 0; }
div.new_window div.one-b{ margin: 15px 0; }
div.new_window div.one-b div.title{
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
div.new_window ul,
div.new_window ol{
	padding-left: 25px;
	margin: 0;
}
div.new_window li{ margin: 5px; }
div.new_window ul.Phone-nambe{ padding-left: 5px; }
div.new_window ul.Phone-nambe li{
	padding: 0 0 0 20px;
	margin: 7px 0;
	line-height:18px;
}
div.new_window strong{ white-space: nowrap; }
div.new_window div.select_b{
	border: 2px solid #e5e5e5;
	padding: 20px;
}
/* ----------------------------------PANEL-SEARCH-AUTO-INTER------------------------------ */

/* -----STYLE-FORM-SEARCH----- */
form.standart_form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
form.standart_form input[type=text],
form.standart_form input[type=password]{
	padding: 2px;
	}
form.standart_form textarea { padding: 0.45em; }
form.standart_form input[type=checkbox],
form.standart_form input[type=radio],
form.standart_form input.checkbox,
form.standart_form input.radio{
	position: relative;
	top: 0.10em;
	margin-left: 0px;
	margin-right: 0px;
	}
form.standart_form input[type=text],
form.standart_form input[type=password],
form.standart_form textarea,
form.standart_form select{
	background-color: #fbfbfb;
	border: 1px solid #c2c2c2;
	margin: 0px;
	}
form.standart_form select{ padding: 1px; }
form.standart_form textarea:hover,
form.standart_form input[type=text]:hover,
form.standart_form input[type=password]:hover,
form.standart_form select:hover{ border: 1px solid #a4a4a4; }

form.standart_form extarea:focus,
form.standart_form input[type=text]:focus,
form.standart_form input[type=password]:focus,
form.standart_form select:focus {
	background-color: #fff;
	border-color: #a4a4a4;
	outline: 1px solid #edf4a3;
	}
form.standart_form input[type=text]:focus,
form.standart_form input[type=password]:focus,
form.standart_form input[type=checkbox]:focus,
form.standart_form input[type=radio]:focus{
	outline: 1px solid #edf4a3;
	}
form.standart_form fieldset {
	padding: 5px 10px 15px;
	margin: 10px 0;
	border: 1px solid #c2c2c2;
	}
* html form.standart_form fieldset{ margin: 0; }
form.standart_form fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding: 0 0.5em;
	margin-left: 0.5em;
	color:#2d2d2d;
}
form.standart_form label{ line-height: 32px; }

.li_tabel{
	display: inline-block;
	width: 100%;
	padding: 0; margin: 0;
	list-style: none;
}
.li_tabel li{
	padding: 0; margin: 0;
	float: left;
	padding-bottom: 5px;
}
.li_tabel.x2 li{ width: 50%; }
.li_tabel.x3 li{ width: 33%; }
.li_tabel.x4 li{ width: 25%; }

div.column_x2, div.column_x3{
	display: inline-block;
	width: 100%;
}
	div.column_x2 ul, div.column_x2 ul li,
	div.column_x3 ul, div.column_x3 ul li{
		padding: 0; margin: 0;
		list-style: none;
	}
	div.column_x2 ul{
		float: left;
		width: 48%;
		padding-left: 0;
	}
	div.column_x2 ul li{ margin-left: 20px; }
	div.column_x3 ul{
		float: left;
		width: 28%;
		padding-left: 4%;
	}
div.list_additions_param{
	border-top: 1px solid #c2c2c2;
	margin-top: 10px;
	padding-top: 10px;
}
div.list_additions_param label{ line-height: 18px; }
div.list_additions_param ul li{
	position: relative;
	padding: 4px 0;
	width: 95%;
}
form.standart_form div.list_additions_param input{
	position: absolute;
	margin-left: -18px;
	top: 4px;
}
* html form.standart_form div.list_additions_param input{
	margin-left: -21px;
	top: 2px;
}

div.panel_autoInter div.block_price{
	margin-top: 15px;
	padding: 10px 10px;
	background: #efefef;
	text-align: right;
}
div.panel_autoInter div.block_price div.leftCol{
	float: left;
	width: 50%;
	text-align: left;
}

/* ----------------------------------VIEW-ALL-INFO-ITEM------------------------------ */

div.info-aboutOwner ul.Phone-nambe,
div.info-aboutOwner ul.Phone-nambe li {
    padding: 0; margin: 0;
    list-style: none;
    float: none;
}
div.info-aboutOwner ul.Phone-nambe { padding: 2px 0 0 0; }
div.info-aboutOwner ul.Phone-nambe li {
    padding: 3px 0px 3px 24px;
    background-repeat: no-repeat;
    line-height: 16px;
}
div.info-aboutOwner ul.Phone-nambe li.p-mob {
    background-image: url(../img/icons/icons-16/mob_1.gif);
    background-position: 2px 1px;
}
ul.Phone-nambe li.p-home { background-image: url(../img/icons/icons-16/phone.gif); }
ul.list_phoneNambe, ul.list_phoneNambe li {
    padding: 0; margin: 0;
    list-style: none;
    float: none;
}
ul.list_phoneNambe { padding: 0 0 5px 0; }
ul.list_phoneNambe li {
    padding: 3px 0 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);
}
div.AutoComments { padding-top: 15px; }
ul.b-oneM {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
	margin-bottom: 10px;
}
ul.b-oneM li {
    margin: 0;
    margin-left: 44px;
    padding: 0 0 3px 2px;
}
ul.b-oneM li.PhotoUser {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.b-oneM li.textCom,
ul.b-oneM li.b-panel { padding: 8px;}
ul.b-oneM li.user-i { color: #7c7c7c; }
ul.b-oneM li.user-i a { font-weight: bold; }
ul.b-oneM li.user-i span { padding: 0 10px; }
ul.b-oneM li.textCom {
    background: #f6f6f6;
    border-top: 1px solid #cccccc;
}

a.complain-comment{
	float: right;
	width: 11px;
	height: 11px;
	margin: 3px 5px 0 0;
	background: url(http://img.auto.ria.ua/img/scam_forum.gif) no-repeat;
}
ul.b-oneM.comment-author{ border-right: 1px solid #559c50; }
ul.b-oneM.comment-author li{
	border-left: 1px solid #559c50;
	margin: 0 0 0 49px;
}
	ul.b-oneM.comment-author li.PhotoUser{
		border: 1px solid #559c50;
		border-right: none;
		background: #fff;
		margin: 0;
		padding: 4px 5px 4px 4px;
	}
	ul.b-oneM.comment-author li.user-i{
		border-top: 1px solid #559c50;
		padding-top: 5px;
	}
	ul.b-oneM.comment-author li.textCom{
		margin-right: 5px;
		background: #faf6e7;
	}
	ul.b-oneM.comment-author li.b-panel{
		border-bottom: 1px solid #559c50;
		padding: 5px 10px;
	}

ul.b-oneM li.b-panel {
	font-size: 12px;
	padding: 2px 10px;
    background: #fff;
    text-align: right;
}
ul.b-oneM li.b-panel span {
    float: left;
    display: inline-block;
}
ul.b-oneM li.b-panel span span { padding-right: 5px; }
ul.b-oneM span.well-mark { color: #019216; }
ul.b-oneM li.b-panel span a {
    float: left;
    margin-left: 2px;
}
ul.b-oneM li.b-panel span a.BedCom { margin-left: 15px; }
ul.currency-prise {
    padding: 0; margin: 0;
    list-style: none;
    display: inline-block;
	position: relative;
}
ul.currency-prise li {
    padding: 0; margin: 0;
    color: #1e5d8d;
}
ul.b-oneM.newComment li.textCom{ background: #fff6bf !important; }
ul.b-oneM.PrevievComment{
	border: 2px solid #e5e5e5;
	padding: 5px !important;
	width: 97% !important;
	margin-bottom: 15px !important;
}
ul.currency-prise li acronym {
    border: none;
    cursor: help;
    font-weight: bold;
}
ul.currency-prise li acronym span { color: #7c7c7c; }
ul.currency-prise li acronym span.curr_item {
    float: left;
    width: 20px;
    text-align: center;
    font-weight: bold;
}
ul.currency-prise li.user_price {
    position: absolute;
    color: #d70000;
    font-size: 18px;
	left: 0;
}
ul.currency-prise li.price {
    float: left;
    padding-top: 30px;
    padding-right: 5px;
}
ul.reset.list-twoColumn {
    margin: 0;
    padding: 0 8px;
    list-style: none;
}
ul.reset.list-twoColumn li {
    margin: 0; padding: 0;
    text-align: right;
    padding-top: 5px;
    background: url(../img/common/line-decor.gif) bottom repeat-x;
}
ul.reset.list-twoColumn li span {
    float: left;
    padding-right: 3px;
}
ul.reset.list-twoColumn li strong { padding-left: 3px; }
ul.reset.list-twoColumn li span,
ul.reset.list-twoColumn li strong { background: #fff; }
ul.b-list-services {
    margin: 0;
    padding: 5px 8px 0;
    list-style: none;
}
ul.b-list-services li {
    height: auto;
    list-style: none !important;
    background-repeat: no-repeat;
    background-position: 0 3px;
    line-height: 16px !important;
    padding: 3px 0 3px 22px;
    margin: 0;
}
ul.b-list-services li.plus { background-image: url(http://img.auto.ria.ua/img/plus.gif); }
ul.b-list-services li.dob { background-image: url(http://img.auto.ria.ua/img/dob.png); }
ul.b-list-services li.autoCompare { background-image: url(http://img.auto.ria.ua/img/compare_cars/auto2.gif); }
ul.b-list-services li.autoCompare-add { background-image: url(http://img.auto.ria.ua/img/compare_cars/auto1.gif); }
ul.b-list-services li.coment { background-image: url(http://img.auto.ria.ua/img/coment.gif); }
ul.b-list-services li.kasko { background-image: url(http://img.auto.ria.ua/img/kasko.gif); }
ul.b-list-services li.struckOff { background-image: url(http://img.auto.ria.ua/img/saled.gif); }
ul.b-list-services li.scam { background-image: url(http://img.auto.ria.ua/img/claim.gif); }
ul.b-list-services li.sound { background-image: url(http://img.auto.ria.ua/img/autozvuk.gif); }
ul.b-list-services li.afp { background-image: url(http://img.auto.ria.ua/img/afp_small.gif); }
ul.b-list-services li.print_version {
    background-image: url(http://img.auto.ria.ua/img/print.gif);
}
div.addComment { padding: 0 0 15px; }
div.addComment a.addComment {
    background: url(../img/coment.gif) left no-repeat;
    padding: 0 0 0 20px;
}
div.page-ViewAuto { font-size: 12px; }
div.b-rightColumn {
    float: right;
    width: 185px;
    padding-left: 10px;
}
div.b-rightColumn div.b-rigP { padding-left: 8px; }
div.b-rigP .b_imp,
div.b-rigP .b_imp p,
div.b-rigP h3{ margin: 10px 0; }
div.b-rigP p.b_imp,
div.b-rigP h3{ color: #3f4096; }
div.b-rigP h3{ font-weight: bold; }
div.b-rigP .b_imp strong{
	color: #d70000;
}
div.b-inside-c { color: #fff; }
div.b-inside-c div.b-l-view {
    color: #000;
    overflow: hidden;
    padding-right: 2px;
}
div#auto_img_panel.b-inside-c {
    float: none;
    width: auto;
}
* html div.b-l-view.if-ie { width: 300px; }
div#auto.page-ViewAuto h4 { padding: 2px 0px 2px 10px; }
ul.servicesList {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 90%;
    padding: 10px;
    display: inline-block;
}
ul.servicesList li {
    padding: 0px;
    margin: 1px 1px 0 0;
    float: left;
    width: 49%;
}
ul.servicesList li a {
    display: block;
    height: 45px;
     border: 1px solid #fff;
}
ul.servicesList li a:hover{
    display: block;
    height: 45px;
    border: 1px solid #e3e3e3;
}
div.listAllServise{
	text-align: center;
	padding: 0;
}
.listAllServise a.toggle-box{
	padding-left: 12px;
        margin-left: 7px;
	background: url(http://img.auto.ria.ua/img/common/open-or-close-b.gif) 0 0 no-repeat;
}
ul.servicesList li a span{
	color: #000;
	display: none;
	margin: 35px 0 0 50px;
	position: absolute;
	border: 1px solid #c2c2c2;
	padding: 10px 15px;
	white-space: nowrap;
	background: #fffff4;
}
ul.servicesList li a:hover span{ display: block; }
.iconsServis { background: url(../img/icons/servise.png) 0 0 no-repeat; }
.iconsServis:hover { background: url(../img/icons/servise_hover.png) 0 0 no-repeat; }
.iconsServis.addNotepad { background-position: 5px 0px; }
.iconsServis.compareAuto { background-position: 5px -45px; }
.iconsServis.addComment { background-position: 5px -90px; }
.iconsServis.Print {
    background-position: 5px -135px;
}
.logo_otomoto{
	padding-left: 115px;
	background: url(../img/common/partner/otomoto.gif) left no-repeat;
}
div.description-viewAuto{
	width: 100%;
	display: inline-block;
	overflow-x: hidden;
}

div.inf-phoneNambe{
    text-align: left !important;
    padding: 5px 10px;
}
div.inf-phoneNambe p{
    margin: 0;
    padding: 5px 0;
}
div.inf-phoneNambe ul{
    padding: 0 50px 0 100px;
    list-style:none;
}
div.inf-phoneNambe ul li{
    display: inline-block;
    width: 100%;
    padding: 5px 0; margin: 0;
    list-style:none;
}
div.inf-phoneNambe ul li span{
    float: right;
    width: 50%;
    margin-left: 15px;
}




li.PhotoUser span{ float: left; }
li.PhotoUser ol{ margin-left: 125px; }
li.PhotoUser ol li{
    padding: 5px 0;
    text-align: left;
}
li.PhotoUser ol li.img_photoUser{
    position: relative;
    margin: 0 0 0 -55px;
    float: left;
    padding: 0 15px 0 0;
}
li.PhotoUser ol li.img_photoUser img{
    background: #fff;
    border: 1px solid #c2c2c2;
    padding: 1px;
}
div.UserInfo li.PhotoUser ol li label{
    float: none;
    width: auto;
    border: none;
}
li.PhotoUser ol li.img_photoUser li input.reset{
    margin: 0px;
    position: relative;
    top: 2px;
}

/***************Push Up Limit Page********/
/* panel tabs main */

div.b-main-tabs{
    padding-bottom: 5px;
    margin-top: 20px;
    width: 100%;
}
div.id-tans-menu-rel {
    font-size: 13px;
    padding: 0 0 0 15px;
    background: url(http://img.auto.ria.ua/img/auto4/podloj.gif) bottom repeat-x;
    zoom: 1;
    margin-top: 0;
    padding-top: 0;
}
div.id-tans-menu-rel ul {
    line-height: 13px;
    margin: 0px;
    list-style-type: none;
    float: left;
    padding: 0 0 0 10px;
    height: 23px;
}
div.id-tans-menu-rel ul li {
    white-space: nowrap;
    float: left;
    margin-left: 0;
}
div.id-tans-menu-rel .tab1,
div.id-tans-menu-rel .tab2,
div.id-tans-menu-rel .tab3{ position: relative; }
div.id-tans-menu-rel .tab1 { z-index: 17 }
div.id-tans-menu-rel .tab2 { z-index: 16 }
div.id-tans-menu-rel .tab3 { z-index: 15 }
div.id-tans-menu-rel ul li a {
    text-decoration: underline;
    float: left;
    padding: 0 0 0 3px;
    background: url(http://img.auto.ria.ua/img/auto4/tabs2.gif) no-repeat left top;
    margin-left: -8px;
    position: relative;
    color: #ba0903;
}
div.id-tans-menu-rel ul li a:focus { outline: none; }
div.id-tans-menu-rel ul li a strong {
    font-weight: normal;
    float: left;
    background: url(http://img.auto.ria.ua/img/auto4/tabs.gif) no-repeat right top;
    padding: 3px 40px 7px 25px;
    cursor: pointer;
    font-size: 13px;
}
div.id-tans-menu-rel .active { z-index: 100; }
div.id-tans-menu-rel .active a {
    position: relative;
    z-index: 100;
    background: url(http://img.auto.ria.ua/img/auto4/tabs2.gif) no-repeat left bottom !important;
    height: 23px;
    color: #3f4096;
    font-weight: bold !important;
    text-decoration: none !important;
}
div.id-tans-menu-rel .active a strong {
    background: url(http://img.auto.ria.ua/img/auto4/tabs.gif) no-repeat;
    position: relative;
    font-weight: bold;
    z-index: 100;
    padding: 5px 40px 5px 25px;
    background-position: right bottom !important;
    color: #3f4096;
    text-decoration: none;
}

/* style - tabel */

div.titylBlock-pm-limit{
        font-size: 18px;
        padding: 0 0 15px;
        border-bottom: 1px solid #c2c2c2;
        color: #3F4096;
}

table.putMoney-for-limit,
table.putMoney-for-limit td{
        padding: 0; margin: 0;
        font-size: 13px;
        vertical-align: top;
        line-height: 24px;
}
table.putMoney-for-limit td{
        padding: 20px 5px;
        border-bottom: 1px solid #e8e8e8;
        white-space: nowrap;
}
table.putMoney-for-limit td.bold div{ padding-right: 10px; }
table.putMoney-for-limit td.bold div,
table.putMoney-for-limit td.bold span{
        float: left;
        line-height: 18px;
        font-size: 13px;
        margin-top: 3px;
}
table.putMoney-for-limit td.bold span{
        text-align: center;
        width: 42px; height: 19px;
        font-weight: bold;
        color: #246003;
        background: url(http://img.auto.ria.ua/img/common/decor-pm-limit.png) no-repeat;
}
table.putMoney-for-limit tr.last td{ border: none; }
table.putMoney-for-limit td.pm-prise{
        font-size: 13px;
        color: #2F7B05;
        font-weight: bold;
}
table.putMoney-for-limit input.grey_140,
table.putMoney-for-limit input.grey_220{
        color: #246003;
}
div.informer-pm-limit{
    padding: 15px 10px 0;
    border-top: 1px solid #c2c2c2;
    line-height: 21px;
    font-size: 13px;
    text-align: left;
}
div.mainTabsBlock div.user-balans{
        font-weight: bold;
        color: #4f4f4f;
        float:right;
        white-space: nowrap;
        font-size: 13px;
        position: relative;
        margin: -13px 15px 0 0;
}
div.mainTabsBlock div.user-balans span{
        font-size: 18px;
        font-weight: normal;
        color: #2f7b05;
}

ul.list-type-category, 
ul.list-type-category li{
    margin: 0;
    padding: 0;
    list-style: none;
}
    ul.list-type-category li{ line-height: 28px; }
    ul.list-type-category li a.i-type-auto{
        padding: 3px 0 3px 35px;
        font-size: 13px;
    }
/**
 * ----------------   count-inter-auto   -----------------
 */
dl.count-inter-auto, dl.count-inter-auto dt, dl.count-inter-auto dd{
    padding: 0; margin: 0;
}
dl.count-inter-auto dt, dl.count-inter-auto dd{
    float: left;
    white-space: nowrap;
    padding: 0 8px;
    border-right: 1px solid #c2c2c2;
    color: #2d2d2d;
}
dl.count-inter-auto dt{ padding-left: 0; }
dl.count-inter-auto dd.last{
    padding-right: 0;
    border: none;
}
    dl.count-inter-auto dt a.inform-x12{
        position: relative;
        display: inline-block;
        top: 1px; * top: 0;
        margin-right: 5px;
        }
    .count-inter-auto a{ font-weight: bold; }
    .count-inter-auto dfn{
        position: relative; zoom: 1;
        padding: 3px 1px;
    }
    * html .count-inter-auto dfn{ margin-top: -5px; top: 3px; }
    .count-inter-auto dfn, 
    .count-inter-auto dfn em{        
        font-style: normal;
        color: #3f4096;
        background: #fbf5aa;
    }
    .count-inter-auto dfn em{ padding: 4px 5px; }
        .count-inter-auto dfn em a{ margin-left: 2px; }

ul.panel-group-category, 
ul.panel-group-category li{
    margin: 0; padding: 0;
    list-style: none;
}
ul.panel-group-category{
    display: inline-block;
    width: 100%;
}
    ul.panel-group-category li{
        position: relative;
        float: left;
        width: 155px;
        border: 1px solid #cecece;
        margin-left: 14px;
    }
    ul.panel-group-category li.first{ margin: 0; }
        .panel-group-category a{
            padding: 10px 0 10px 55px;
            background: url('http://img.auto.ria.ua/img/icons/group-category.gif') no-repeat;
            font: bold 13px/40px Arial, Helvetica, sans-serif;
        }
        .panel-group-category a.type-auto-1{ background-position: 0 0; }
        .panel-group-category a.type-auto-2{ background-position: 0 -33px; padding-left: 65px; }
        .panel-group-category a.type-auto-3{ background-position: 0 -68px; }

/* --  view-auto -> add-remarka  -- */
.view-blok-remarka{
    width: 306px;
    color: #2d2d2d;
    }
    .view-blok-remarka .abs-ItemInfo{ left: 5px !important; }
.user-add-note{
    margin-top: 5px;
    position: relative;
    z-index: 210;
}
    .user-add-note div.head{
        text-align: right;
    }
    .user-add-note  .icons-x12{
        padding-left: 16px;
        line-height: 16px;
        padding-top: 2px;
        }
        .user-add-note div.head .inform-x12{
            margin-right: 8px;
        }
   .user-add-note textarea{
       width: 98%;
       height: 80px;
   }
   .user-add-note .icons-x12.edit-x12{ background-position: 2px -700px; }
   .user-add-note .icons-x12.uarr-x12{ background-position: 5px -748px; }
   
   ol.form-add-remarka, 
   ol.form-add-remarka li{
       padding: 0;
       margin: 0;
       list-style: none;
   }                                  
       ol.form-add-remarka li{
           padding: 7px 0 0;
       }                           
       .form-add-remarka .head{
           font-weight: bold;
           color: #1e5d8d;
       }
       .form-add-remarka .bottom-bar{
           text-align: right;
       }                                            
   .user-add-note .abs-ItemInfo{
       left: -120px;
       width: 300px;
   }           
   .abs-ItemInfo ol.form-add-remarka{
       position: relative;
       padding: 0 10px 7px;
       margin: -14px 0 0 -7px;
       background: #fff;
       border: 1px solid #e1e1e1;
       border-right: none;
       border-bottom: none;
   }
       * html .abs-ItemInfo ol.form-add-remarka{           
           border: 1px solid #e1e1e1;
           zoom: 1;
       }
            
.box-remarka{ margin-top: 20px; }
.remark_footer .box-remarka{
    margin-top: 5px;
    display: block;
    min-width: 265px;
    }
.box-remarka .wrapper{
    background: #fbf5aa;
    padding: 0 10px;
    text-align: left;
}
    .box-remarka i.st-tl{
        position: absolute;
        border-width: 20px 25px 0 0;
        border-style: solid;
        border-color: #fff #fbf5aa #fff #fff;
        width: 0;
        line-height: 0;
        right: 10px; top: -20px;
    }
    .box-remarka i.darr-tl{
        position: absolute;
        border-width: 20px 25px 0 0;
        border-style: solid;
        border-color: #fff #fbf5aa #fff #fff;
        width: 0;
        line-height: 0;
        right: 70px; top: -20px;
    }
    .box-remarka .wrapper #text_remarka_view{
        margin: 0;
        padding: 8px 0 0;
        width: 100%;
        overflow-x: hidden;
    }
    .box-remarka .wrapper p{
        margin: 0;
        padding: 8px 0 0;
    }
    .box-remarka .wrapper div{
        padding: 5px 0;
    }
    .box-remarka .wrapper p, 
    .box-remarka .wrapper div{
        width: 100%;
        overflow-x: hidden;
    }
    .remark_footer .box-remarka .wrapper p{
        margin: 0;
        padding: 5px 0 0;
    }
    .box-remarka .wrapper p.bottom-bar{
        padding: 0 0 5px;
        font-size: 11px;
        text-align: right;
    }
	.box-remarka a.del{ color: #d1231a; }
    
div.box-avtorazborka{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font: normal 13px/18px Arial, Helvetica, sans-serif;
}
    div.box-avtorazborka div.wrapper{
        border: 1px solid #dbe1e5;
        background: #fff;
        padding: 0 5px;        
    }
        div.box-avtorazborka div.head{
            color: #3f4096;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 5px;
            border-bottom: 1px solid #ccd2d6;
        }
        div.box-avtorazborka div.main{
            padding: 10px 5px;
            font-size: 13px !important;
            font-height: 18px !important;
            font-family: Arial, Helvetica, sans-serif !important;
        }
        div.box-avtorazborka div.footer{
            padding: 5px;
            background: #f5f7f8;
            margin-bottom: 5px;
        }
            div.box-avtorazborka div.footer p{
                margin: 0;
            }
        div.box-avtorazborka .count{
            font: bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
        }
/**
 * 
 * ----------------   select type cars   ---------------
 * removed after redesign
 */

div.box-choice-type-cars{
        display: inline-block;
        width: 100%;
        padding-top: 12px;
        line-height:28px;
    }
    div.box-choice-type-cars span.label{
        float: left;
        width: 125px;
        padding-top: 5px;
    }
    div.choice-type-cars{
        position: relative;
        float: left;
        width: 230px;
        border: 1px solid #d8d8d8;
        z-index: 900;
        zoom: 1;
    }
        .box-choice-type-cars .round em.tl,
    	.box-choice-type-cars .round em.tr,
    	.box-choice-type-cars .round em.bl,
    	.box-choice-type-cars .round em.br{
            width: 4px;
            height: 4px;
            background: url('http://img.auto.ria.ua/img/common/choice-type-cars.png') no-repeat;
            z-index: 998;
            font-size: 0;
            line-height: 0;
        }
        .box-choice-type-cars .round em.tl{ left: -1px; top: -1px; background-position: 0  0;    }
    	.box-choice-type-cars .round em.tr{ left: -3px; top: -1px; background-position: 0 -8px;  }
    	.box-choice-type-cars .round em.bl{ left: -1px; bottom: -1px; background-position: 0 -4px;  }
    	.box-choice-type-cars .round em.br{ left: -3px; bottom: -1px; background-position: 0 -12px; }
        
        div.choice-type-cars .wrapper{ padding: 2px; }
        div.choice-type-cars a{ display: block; }
            .choice-type-cars p, 
            .choice-type-cars li{
                margin: 0;
                padding: 0 0 0 45px;
                background-image: url('http://img.auto.ria.ua/img/icons/type-auto.gif');
                background-repeat: no-repeat;
                * zoom: 1;
            }
            .choice-type-cars a:focus{ outline: none; }
            div.choice-type-cars a{ width: 100%; }
            div.choice-type-cars a, 
            div.choice-type-cars a span{
                height: 27px;
                text-decoration: none;
                font: normal 13px/25px Arial, Helvetica, sans-serif;
            }                        
                div.choice-type-cars a span{
                    display: block;
                    margin: 0 35px 0 0;
                    padding: 0 0 0 10px;
                } 
            div.choice-type-cars p a, 
            div.choice-type-cars p a span{
                font-weight: bold;
                color: #fff;
                background: url('http://img.auto.ria.ua/img/common/choice-type-cars.png') no-repeat;
            }
                div.choice-type-cars p a{ background-position: 100% 0; }                        
                div.choice-type-cars p a span{ background-position: -4px 0; }
                 
        div.choice-type-cars ul, 
        div.choice-type-cars ul li{
            margin: 0;
            padding: 0;
            list-style: none;
        }
        div.choice-type-cars div.optgroup{ display: inline-block; }
        div.choice-type-cars div.optgroup{
            display: block;
            position: absolute;
            width: 100%;
            background: #fff;
            border: 1px solid #d8d8d8;
            border-top: none;
            padding-bottom: 2px;
            margin-left: -3px;
            overflow: hidden;
            z-index: 1000;
            border-radius: 0 0 3px 3px;
               -moz-border-radius: 0 0 3px 3px;
               -o-border-radius: 0 0 3px 3px;
               -webkit-border-bottom-left-radius: 3px;
               -webkit-border-bottom-right-radius: 3px;
        }
        div.choice-type-cars div.optgroup div{ background: #fff; }
        div.choice-type-cars ul{
             background: #f9f9dd;
             display: block;
             margin: 0 2px 0 47px;
             border-radius: 0 0 2px 0;
               -moz-border-radius: 0 0 2px 0;
               -o-border-radius: 0 0 2px 0;
               -webkit-border-bottom-right-radius: 2px;
         }
         div.choice-type-cars ul li{
             margin: 1px 0 0 -45px;
             padding: 0 0 0 45px;
         }
             div.choice-type-cars ul li a{
                 text-decoration: none;
                 color: #2d2d2d;
             }
             div.choice-type-cars ul li a span{
                 margin: 0;
                 }                             
             div.choice-type-cars a i{
                 margin-left: 8px;
                 font-style: normal;
                 color: #2d2d2d;
                 border-bottom: 1px dashed #2d2d2d;
             }
             div.choice-type-cars ul li a.select, 
             div.choice-type-cars ul li a:hover{
                 background: #6eacdb;
             }
             div.choice-type-cars ul li a.select i, 
             div.choice-type-cars ul li a:hover i{
                 border-bottom: 0 none;
                 color: #fff;
             }
                 div.choice-type-cars ul li a.select i{ font-weight: bold; }                         
         div.choice-type-cars iframe{ display: none; }
         * html div.choice-type-cars iframe{
             display: block;
             z-index: -1;
             position: absolute;
             width: 100%;
             height: 200px;
             visibility: visible;
             border: none;
             background: #000;
         }
        .choice-type-cars .icons-type-0 { background-position: 5px -697px ; }
        .choice-type-cars p.icons-type-0, 
        .choice-type-cars .icons-type-0:hover{ background-position: 5px -697px; }
        
        
        .choice-type-cars .icons-type-1 { background-position: 5px -47px ; }
        .choice-type-cars p.icons-type-1, 
        .choice-type-cars .icons-type-1:hover{ background-position: 5px 3px; }
                                
        .choice-type-cars .icons-type-2 { background-position: 5px -147px; }
        .choice-type-cars p.icons-type-2, 
        .choice-type-cars .icons-type-2:hover{ background-position: 5px -98px; }
                                
        .choice-type-cars .icons-type-3 { background-position: 5px -246px; }
        .choice-type-cars p.icons-type-3, 
        .choice-type-cars .icons-type-3:hover{ background-position: 5px -197px; }
                                
        .choice-type-cars .icons-type-4 { background-position: 5px -345px; }
        .choice-type-cars p.icons-type-4, 
        .choice-type-cars .icons-type-4:hover{ background-position: 5px -295px; }
        
        .choice-type-cars .icons-type-5  { background-position: 5px -543px; }
        .choice-type-cars p.icons-type-5, 
        .choice-type-cars .icons-type-5:hover{ background-position: 5px -493px; }
                                                     
        .choice-type-cars .icons-type-6 { background-position: 5px -443px; }
        .choice-type-cars p.icons-type-6, 
        .choice-type-cars .icons-type-6:hover{ background-position: 5px -393px; }
        
        .choice-type-cars .icons-type-7  { background-position: 5px -645px; }
        .choice-type-cars p.icons-type-7, 
        .choice-type-cars .icons-type-7:hover{ background-position: 5px -594px; }
        
        .choice-type-cars .icons-type-8  { background-position: 5px -796px; }
        .choice-type-cars p.icons-type-8, 
        .choice-type-cars .icons-type-8:hover{ background-position: 5px -746px; }
div.AlertError.limit_exceeded{
    text-align: left;
}

div.AlertError.limit_exceeded p{
    margin: 0; padding: 5px 10px 15px;
    text-align: right;
    border-bottom: 1px solid #FBC2C4;
}
div.AlertError.limit_exceeded p span{
    float: left;
    line-height: 21px;
}
div.signature-alertLimit{
    text-align: right;
    font-size: 13px;
    margin-bottom: 15px;
}
div.signature-alertLimit p{
    padding: 0; margin: 0;
    line-height: 21px;
}
div.signature-alertLimit p strong{
    font-family: Verdana;
}
div.AlertError.limit_exceeded div{
    padding: 10px 0 0;
}
div.AlertError.limit_exceeded div p{
    padding: 5px 0; margin: 0;
    border: none;
    text-align: center;
    line-height: 21px;
}


/*********************************************************
 *                           NEWS
 *********************************************************/

h4.head{
    padding: 3px 5px;
    margin: 0 0 10px;
    font: bold 14px/18px Arial, Helvetica, sans-serif;
    color: #1e5d8d;
    background: #edeef0;
    border-radius: 3px;
       -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
}

div.bar-list-article{
    display: inline-block;
    width: 100%;
    font: normal 13px/18px Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
    
}
    ul.list-article, 
    ul.list-article li{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    ul.list-article{
        padding: 0 10px;
    }
        ul.list-article li{
            display: inline-block;
            width: 100%;
            margin: 2px 0;
        }
            ul.list-article li dfn{
                float: left;
                width: 70px;
                font: normal normal 11px/11px Verdana, Geneva, Arial, Helvetica, sans-serif;
                background: #f2f2f2;
                padding: 3px;
                border-radius: 3px;
                   -moz-border-radius: 3px;
                   -webkit-border-radius: 3px;
            }                                
            ul.list-article li dfn.today{
                background: #d1f4cc;
            }
            ul.list-article li:hover dfn{
                background: #1e5d8d;
                color: #fff;
                cursor: default;
            }
            
            ul.list-article li p{
                display: block;
                margin: 0 0 0 85px;
                padding: 0;
            }
            ul.list-article li a:hover{ color: #2d2d2d; }
            ul.list-article.no-date li p{ margin-left: 0 !important; }
            
div.bar-latest-ads .VideoAnnouncement{
    border: 0 none;
}
    div.bar-latest-ads dl dd.year{
        font-size: 12px;
        }
div.bal-list-blog{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
    font: normal 13px/18px Arial, Helvetica, sans-serif; 
}
    
    div.bal-list-blog div.list-blog{
        display: inline-block;
        width: 100%;
    }
        div.bal-list-blog div.list-blog ul.first{ width: 115px; }
        div.bal-list-blog div.list-blog ul{
            float: left;
            padding-left: 14px;
            width: 160px;
            vertical-align: top;
        }
        div.bal-list-blog ul, 
        div.bal-list-blog ul li{
            list-style: none;
        }
            div.bal-list-blog ul li{
                position: relative;
                width: 100%;
                margin: 4px 0;
                padding: 0;
            }
            div.bal-list-blog ul li:before, 
            div.bal-list-blog ul li:after{
                position: absolute;
                width: 0;
                height: 0;
                font-size: 0;
                line-height: 0;
                overflow: hidden;
                border: 0 dashed transparent;
                top: 5px; left: -10px;
                content:url(http://img.auto.ria.ua/img/common/bg_none.gif);
            }
            div.bal-list-blog ul li:before{
                border-left: 3px solid  #000;
                border-bottom: 3px dashed transparent;
                border-top: 3px dashed transparent;
                z-index: 100;
            }            
            div.bal-list-blog ul li:after{
                left: -11px;         
                border-left: 3px solid #fff;
                border-bottom: 3px dashed transparent;
                border-top: 3px dashed transparent;
                z-index: 101;
            }
            div.bal-list-blog ul li strong{
                font-size: 12px;
                color: #2d2d2d;
                white-space: nowrap;
            }
            div.bal-list-blog div.boxed-head{
                padding: 2px 0 6px 0;
                border-bottom: 1px solid #e5e5e5;
                font-weight: bold;
                margin-bottom: 10px;
            }
                div.bal-list-blog div.boxed-head div.title{
                    font-weight: bold;
                    padding-top: 2px;
                }
               
                div.bal-list-blog span.form-search{
                    float: right;
                }
                
div.link-skip-search{
    border-top: 1px solid #c2c2c2;
    padding-top: 5px;
    font-size: 13px;
}
    div.link-skip-search i{
        font-size: 18px;
        color: #2d2d2d;
    }
    
/**
 *  ---  main news  ---
 * */
div.bar-main-news {
    display: inline-block;
    width: 100%;
    font: normal 13px/18px Arial, Helvetica, sans-serif;
    color: #414042;
}
    div.bar-list-news{
        display: inline-block;
        position: relative;
        width: 100%;
    }        
    div.left-list-news{
        float: left;
        width: 50%;
        border-right: 1px solid #d1d3d4;
    }
    div.right-list-news{
        margin-left: 50%;
        border-left: 1px solid #d1d3d4;
    }
    div.bottom-list-news{
        text-align: right;
    }
    div.bar-list-news:before, 
    div.bar-list-news:after{
        position: absolute;
        width: 1px;
        height: 115px;
        font-size: 0;
        line-height: 0;
        left: 250px;
        background: url('http://img.auto.ria.ua/img/common/repeat-x/delim-box-news.png') repeat-x;
        content:url(http://img.auto.ria.ua/img/common/bg_none.gif);
        z-index: 100;
    }
        div.bar-list-news:before{
            top: 0;
            background-position: 0 0;
        }
        div.bar-list-news:after{
            bottom: 0;
            background-position: 0 100%;
        }
        div.bar-main-news dl.list-news{
            padding: 0;
            margin: 0 0 0 20px;
        }
        div.bar-main-news ul.list-news, 
        div.bar-main-news .list-news li{
            padding: 0;
            margin: 0;
            list-style: none;
        }
        div.bar-main-news .left-list-news .list-news{ padding-right: 5px; }
        div.bar-main-news .list-news li{
            display: inline-block;
            width: 100%;
            margin-bottom: 15px;
        }
        div.bar-main-news .list-news li.top-news{ font-size: 14px; }
            div.bar-main-news .list-news dt, 
            div.bar-main-news .list-news dd{
                padding: 0;
                margin: 0 0 15px;
            }
            div.bar-main-news .list-news dt{ font-weight: bold; }
            div.bar-main-news .list-news dd{ margin-left: 10px; }
            div.bar-main-news .list-news dd:before{
                position: absolute;
                width: 3px; height: 3px;
                font-size: 0; line-height: 0;
                margin: 8px 0 0 -8px;
                background: #414042;
                content:url('http://img.auto.ria.ua/img/common/bg_none.gif');
            }

            div.bar-main-news .image{
                float: left;
                margin: 0 10px 0 0;
            }

                .bar-main-news .bar-top-news .image, 
                .bar-main-news .bar-top-news .image img{ width: 230px; }
                .bar-main-news .image, 
                .bar-main-news .image img{ width: 85px; }
                div.bar-main-news .image img{ border: 0 none; }
                div.bar-main-news a.image:focus{ outline: 0 none; }

div.bar-top-news{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
    div.bar-top-news dl, 
    div.bar-top-news dt, 
    div.bar-top-news dd{
        display: block;
        padding: 0;
        margin: 0;
        font: normal 14px/21px Arial, Helvetica, sans-serif;
    }
        div.bar-top-news dt{ margin-bottom: 5px; }
        div.bar-top-news dd{
            font-size: 13px;
            line-height: 18px;
            }
a.news-comment, 
span.news-comment{
    color: #2d2d2d;
    text-decoration: none;
    padding:0 0 1px 16px;
    font: normal 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: url('http://img.auto.ria.ua/img/news/comments.gif') 0 0 no-repeat;
}
a.news-comment:hover strong{ text-decoration: underline; }
span.date-add-comment{
    color: #636363;
    white-space: nowrap;
    font: normal 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main div.news{ padding: 15px 0; }
div.news .image{ display: block; }
div.news img, 
div.news .image {
    display: inline-block;
    float: right;
    border: 0 none;
}
    div.news .image{
        position: relative;
        * width: 120px;
    }
div.news h2{
    font: normal 18px/26px Arial, Helvetica, sans-serif;
}
    div.news h2 i{
        font-size: 16px;
        color: #636363
        font-weight: normal;
        }
    div.news h2 a{ text-decoration: none; }
    div.news h2 a:hover{ text-decoration: underline; }
    div.news h2, 
    div.news h2 a.link-rubric{ color: #909080; }
div.news p.annotation {
    font: normal 13px/18px Arial, Helvetica, sans-serif;
    color: #2d2d2d;
    margin: 4px 0;
}
div.news .image em.new-event{
    position: absolute;
    width: 44px;
    height: 44px;
    top: -3px;
    left: -41px;
    margin-left: 100%;
    background: url('http://img.auto.ria.ua/img/common/new-event.png') 0 0 no-repeat;
}
* html div.news .image em.new-event{
    background: url('http://img.auto.ria.ua/img/common/new-event.gif') 0 0 no-repeat;
}

/**
 *  ---  page view news  ---
 * */

div.main-view-news{
    font: normal 13px/21px Arial, Helvetica, sans-serif;
}

div.right-bar-news{
    float: right;
}
div.bar-swich-size{
    padding: 5px 10px;
    font-size: 13px;
    text-align:right;
    background-color:#f2f2f2;
}
    div.bar-swich-size span{
        display: block;
    }
    div.bar-swich-size a.size-12{ font-size: 12px !important; }
    div.bar-swich-size a.size-16{ font-size: 16px !important; }
    div.bar-swich-size a.size-20{ font-size: 20px !important; }
    div.box-news-view #id_stat_text, 
    div.box-news-view #id_stat_text p{
        line-height: 1.5em !important;
    }


div.outline_r {
    background-color: #d5d5d5;
    padding: 1px;
    margin-top: 10px;
}
div.outline_r div {
    font-size: 13px;
    background: #f2f2f2 url('http://img.auto.ria.ua/img/common/fonBlock_idNew.png') left top no-repeat;
    width: 168px;
    border: 1px solid #fff;
    padding: 38px 5px 10px;
    text-align: center;
}
div.outline_r span strong { font-size: 15px; }
div.outline_r span a { text-decoration: underline; }
div.outline_r span a:hover { text-decoration: none; }

div.box-detailed-news{
    margin-top: -10px;
    float: right;
    position: relative;
    font: normal 13px/21px Arial, Helvetica, sans-serif;
    text-align: left;
    border-left: 1px solid #c2c2c2;
    padding: 5px 0 5px 15px;
    color: #2d2d2d;
}
    div.box-detailed-news div.bar-date{
        color: #636363;
    }
    div.box-detailed-news dl.stati, 
    div.box-detailed-news dl.stati dt, 
    div.box-detailed-news dl.stati dd{
        margin: 0;
        padding: 0;
    }
    div.box-detailed-news dl.stati dt{ font-weight: bold; }
div.box-list-key-word{
    border: 1px solid #f2f2f2;
    padding: 5px 10px;
    margin: 0 0 15px;
    font: normal 13px/21px Arial, Helvetica, sans-serif;

}
    div.box-list-key-word i{
        font-size: 11px;
        font-style: normal;
        color: #c2c2c2;
        margin: 0 5px;
    }

.box-detailed-news i.left-larr, 
.box-detailed-news i.left-larr i{
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: 0 dashed transparent;
}            
.box-detailed-news i.left-larr{
    border-right: 16px solid #c2c2c2;
    border-bottom: 16px dashed transparent;
    top: 8px; left: -16px;
    z-index: 100;
}            
    .box-detailed-news i.left-larr i{
        border-right: 15px solid #fff;
        border-bottom: 15px dashed transparent;
        top: 1px; left: 2px;
        z-index: 101;
    }
