html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

td, td img {
	vertical-align: top;
} 

input, select, button, textarea {
	margin: 0;
	font-size: 100%;
	outline: none;
}

textarea{
	resize: none;
}

input[type="text"], input[type="password"], textarea {
	padding: 0;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

html {
	overflow-y: scroll; 
}

body {
	line-height: 1;
	background: #F7F7F7;
	color: #000;
	text-align: left;
	font: 12px tahoma, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

input, select, button, textarea {
	font-family: tahoma, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

a, a:visited {
	color: #0870A3;
	text-decoration: underline;
}

a:hover {
	color: #0870A3;
	text-decoration: none;
}

a:focus, a:active {
	color: #0870A3;
	text-decoration: underline;
}

.clear{
	clear:both;
	font-size:0;
	padding:0
}

.nuclear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.nuclear{
	zoom: 1;
	display: block;
}

li{
	list-style: none;
}

input[type="submit"]::-moz-focus-inner{padding:0;border:0}

@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/pts75f-webfont.eot');
    src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts75f-webfont.woff') format('woff'),
         url('../fonts/pts75f-webfont.ttf') format('truetype'),
         url('../fonts/pts75f-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.page{
	margin: 0px auto;
	width: 1003px;
}

.header{
	padding: 15px 0 5px 0;
}

.header .logo{
	display: block;
	float: left;
	margin: 1px 0 0 7px;
}

.header .rht{
	float: right;
	width: 750px;
}

.header .rht .contact{
	text-align: right;
	padding: 0 0 13px 0;
}

.header .rht .contact .phone{
	display: inline-block;
	margin: 0 0 0 10px;
	color: #515151;
	font-weight: bold;
	font-size: 15px;
}

.header .rht .contact .phone i{
	font-style: normal;
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	color: #F6F6F6;
	background: #6F6F6F;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(js/PIE.htc);
	font-size: 10px;
}

.header .rht .hed-mnu{
	position: relative;
	z-index: 1;
	height: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	background: url(../i/hm.jpg) left 0 repeat-x;
	behavior: url(js/PIE.htc);
	padding: 0 7px;
}

.header .rht .hed-mnu li{
	display: block;
	float: left;
	padding: 0 1px 0 0;
	background: url(../i/hm-s.jpg) right 0 no-repeat;
}

.header .rht .hed-mnu li a{
	display: inline-block;
	float: left;
	text-decoration: none !important;
	padding: 19px 13px 0 13px;
	height: 31px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'PTSansBold';
}

.header .rht .hed-mnu li a:hover,
.header .rht .hed-mnu li.active a{
	background: url(../i/hm-h.jpg) right 0 repeat-x;
}

.cnt-wrp{
	padding: 15px 0 60px 0;
}

.sidebar{
	float: left;
	width: 240px;
	position: relative;
	z-index: 10;
}

.sidebar .search{
	position: relative;
	z-index: 1;
	padding: 18px 14px;
	border: 1px solid #E3E3E3;
	background: #FDFDFD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(js/PIE.htc);
}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}

/* custom select styles */
.select-area {
	border: 1px solid #B9B9B9;
	position: relative;
	cursor: default;
	height: 23px;
	width: 210px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 1px 1px;
	-moz-box-shadow: inset #666 0px 1px 1px;
	box-shadow: inset #666 0px 1px 1px;
	background: inset #EEFF99;
	behavior: url(js/PIE.htc);
	background: #fff;
	margin: 0 0 10px 0;
}

input.select-area {
    padding-left: 6px;
    padding-right: 6px;
    width: 198px !important;
}

.sidebar .naw .row .sel .select-area{
	width: 87px !important;
}

.select-area .center {
	float: left;
	padding: 5px 10px;
	color: #585858;
	font-size: 12px;
}

.select-area .select-opener {
	position: relative;
	background: url(../i/op.gif) left center no-repeat;
	float: right;
	height: 23px;
	width: 17px;
}
.select-options {
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
	background: #fff;
}
.select-options .drop-holder {
	border: 1px solid #B9B9B9;
	overflow: hidden;
	height: 1%;
	position: relative;
	z-index: 1000;
	background: #fff;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1000;
}
.select-options ul li {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1000;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	color: #585858;
	display: block;
	cursor: default;
	height: 1%;
}
.select-options .item-selected a,
.select-options a:hover {
	text-decoration: none;
	background: #B9B9B9;
}
/* select options optgroup example styles */
.select-options .optgroup {
	clear: both;
}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {
	padding-left: 30px;
}

.sidebar .item{
	padding: 5px 0 10px 4px;
}

.sidebar .item .hd{
	background: url(../i/sh.jpg) center bottom no-repeat;
	padding: 0 0 12px 6px;
	display: block;
	font-size: 12px;
	color: #343434;
}

.sidebar .item .inn{
	padding: 0 0 0 6px;
	line-height: 14px;
	font-size: 11px;
	color: #A1A1A1;
	display: block;
}

.sidebar .item .inn .close{
	display: inline-block;
	width: 6px;
	height: 5px;
	background: url(../i/close.gif) left top no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 7px;
	left: 5px;
}

.sidebar .naw{
	padding: 20px 0 0 0;
}

.sidebar .naw .hd{
	padding: 0 0 12px 10px;
	display: block;
	font-size: 12px;
	color: #343434;
}

.sidebar .naw .row{
	padding: 0 0 7px 0;
}

.sidebar .naw .row .sel{
	float: left;
	width: 89px;
}

.sidebar .naw .row .sel-rht{
	float: right;
}

.sidebar .but{
	height: 29px;
	width: 160px;
	text-align: center;
	color: #FAF9F7;
	background: url(../i/but.jpg) left top repeat-x;
	position: absolute;
	z-index: 10;
	bottom: -10px;
	left: 41px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(js/PIE.htc);
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #C9340A;
	display: block;	
}

.sidebar .but:hover{
	background-position: left bottom;
}

.content{
	float: right;
	width: 750px;
	position: relative;
	z-index: 1;
}

.teaser-block{
    padding: 0 0 10px 0;
}

.teaser-block .item{
    float: left;
    position: relative;
    z-index: 1;
    width: 243px;
    height: 125px;
    margin: 0 9px 0 0;
}

.teaser-block .item-rht{
    margin: 0;
}

.teaser-block .item img{
    position: relative;
    z-index: 1;
    width: 244px;
    height: 114px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(js/PIE.htc);
}

.teaser-block .item .hd{
    display: block;
    position: absolute;
    z-index: 10;
    font-size: 14px;
    color: #fff;
    width: 127px;
    height: 29px;
    line-height: 29px;
    background: url(../i/hd.png) left top no-repeat;
    left: 0px;
    top: 22px;
    padding: 0 0 0 10px;
}

.teaser-block .item .mnu{
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 50%;
    margin-left: -86px;
    width: 185px;
    height: 19px;
    text-align: center;
    padding: 3px 10px 0 0;
    background: url(../i/bg-neo.png) left top no-repeat;
}

.teaser-block .item .mnu a{
    text-decoration: underline;
    font-size: 12px;
    color: #000;
    margin: 0 15px;
}

.teaser-block .item .mnu a:hover{
    text-decoration: none;
}

h2{
	font-weight: normal;
	padding: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'PTSansBold';
	color: #000;
}

.headline{
	padding: 0 15px 8px 15px;
	border-bottom: 1px solid #DEDEDE;
}

.headline h2{
	float: left;
	padding: 0 0 0 34px;
	line-height: 21px;
}

.headline .more{
	display: block;
	float: right;
	text-decoration: underline;
	font-size: 12px;
	color: #B2B2B2;
	margin: 5px 0 0 0;
}

.headline .more:hover{
	text-decoration: none;
}

.news-hd h2{
	background: url(../i/ico1.gif) left top no-repeat;
}

.proposal-hd{
	border-bottom: none;
}

.add-hd{
	padding: 0 15px 25px 15px;
	border-bottom: none;
	background: url(../i/sh1.jpg) center bottom no-repeat;
}

.add-hd h2{
	background: url(../i/ico2.gif) left 5px no-repeat;
}

.proposal-hd h2{
	background: url(../i/ico.gif) left top no-repeat;
}

.news-block{
	padding: 10px 0 27px 0;
	margin: 0 0 7px 0;
	background: url(../i/sh1.jpg) center bottom no-repeat;
}

.news-block .item{
	float: left;
	width: 330px;
	padding: 0 20px;
	border-right: 1px solid #E5E5E5;
	color: #000;
	line-height: 14px;
	font-size: 11px;
}

.news-block .item-rht{
	border-right: none;
}

.news-block .item .img-wrp{
	width: 151px;
	height: 101px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 4px solid #EBEBEB;
	margin: 0 10px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset #666 0px 2px 3px;
	-moz-box-shadow: inset #666 0px 2px 3px;
	box-shadow: inset #666 0px 2px 3px;
	behavior: url(js/PIE.htc);
	display: block;
	float: left;
}

.news-block .item span.hd{
	line-height: 17px;
	font-size: 15px;
	display: block;
	padding: 0 0 9px 0;
}

.news-block .item span.data{
	color: #B3B3B3;
	display: block;
	padding: 0 0 9px 0;
}

.pr-item{
	padding: 17px 20px 17px 10px;
	border-bottom: 1px solid #DEDEDE;
}

.pr-item .img-wrp{
	float: left;
	padding: 1px;
	background: #FBFBFB;
	border: 1px solid #B2B6B5;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 154px;
	height: 99px;
}

.pr-item .rht{
	float: right;
	width: 535px;
}

.pr-item .rht .top{
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 8px 0;
	margin: 0 0 13px 0;
}

.pr-item .rht .top span{
	display: block;
	float: left;
	font-size: 12px;
	padding: 5px 20px 0 0;
	color: #555555;
}

.pr-item .rht .top .prise{
	float: right;
	color: #000;
	font-size: 12px;
}

.pr-item .rht .top .prise b{
	color: #FF421C;
	font-size: 17px;
}

.pr-item .rht p{
	line-height: 13px;
	font-size: 11px;
	padding: 0;
	color: #636363;
}

.pager{
	padding: 25px 0 0 200px;
	text-align: center;
}

.pager a{
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	text-decoration: none !important;
	width: 45px;
	height: 22px;
	padding: 9px 0 0 0;
	background: url(../i/pag.jpg) -45px top no-repeat;
	color: #797979;
	font-size: 12px;
}

.pager a:hover,
.pager li.selected a{
    background-position: -90px top;
    color: #1FA1DF;
    padding: 11px 0 0 0;
    height: 20px;
}

.pager a.prew,
.pager a.prew:hover{
	background-position: left top;
	height: 22px;
	padding: 9px 0 0 0;
}

.pager a.next,
.pager a.next:hover{
	background-position: right top;
	height: 22px;
	padding: 9px 0 0 0;
}

.footer{
	padding: 10px 0 30px 0;
	border-top: 1px solid #DEDEDE;
}

.footer .logo{
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.footer .copy{
	float: left;
	padding: 17px 0 0 0;
	line-height: 14px;
	color: #7B7B7B;
}

.footer .copy span{
	display: block;
}

.footer .counter{
	float: right;
	padding: 17px 0 0 0;
}

.footer .counter a{
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

.add-form{
	padding: 15px 0 0 10px;
}

.add-form .row{
	padding: 0 0 9px 0;
}

.add-form .row .txt{
	display: block;
	float: left;
	width: 180px;
	color: #7B7B7B;
	font-size: 12px;
	line-height: 23px;
}

.add-form .row .select-area{
	float: left;
	margin: 0 5px 0 0;
}

.add-form .row .question{
	display: block;
	float: left;
	margin: 6px 0 0 0;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	color: #fff;
	text-decoration: none !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #999999;
	behavior: url(js/PIE.htc);
	font-weight: bold;
	cursor: pointer;
}

.add-form .row .but{
	margin: 10px 0 0 50px;
	float: left;
	height: 29px;
	width: 160px;
	text-align: center;
	color: #FAF9F7;
	background: url(../i/but.jpg) left top repeat-x;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(js/PIE.htc);
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #C9340A;
	display: block;	
}

.add-form .row .but:hover{
	background-position: left bottom;
}

.goods-part{
	padding: 8px 0 15px 0;
}

.goods-part .left{
	float: left;
	width: 310px;
}

.goods-part .left .bx-wrapper,
.goods-part .left .bx-wrapper li{
	width: 306px;
	height: 206px;
}

#bx-pager{
	padding: 5px 0 0 0;
}

#bx-pager a{
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: #666 0px 1px 2px;
	-moz-box-shadow: #666 0px 1px 2px;
	box-shadow: #666 0px 1px 2px;
	behavior: url(js/PIE.htc);
}

.goods-part .right{
	float: right;
	width: 435px;
}

.goods-part .right .hd{
	display: block;
	padding: 5px 0 9px 0;
}

.goods-part .right .hd a{
	text-decoration: none;
	color: #0390E2;
}

.goods-part .right .info{
	padding: 15px 0 10px 0;
	background: #fff;
	border: 1px solid #EAEAEA;
}

.goods-part .right .info .prise{
	display: block;
	font-size: 16px;
	padding: 0 0 7px 15px;
	color: #FE5D2F;
}

.goods-part .right .info .name{
	display: block;
	font-size: 12px;
	padding: 0 0 10px 15px;
	color: #000;
	border-bottom: 5px solid #F6F6F6;
}

.goods-part .right .info table{
	width: 100%;	
}

.goods-part .right .info table td{
	padding: 7px 0 7px 10px;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	width: 25%;
}

.goods-part .right .info table td.td-1{
	color: #BDBDBD;
}

.goods-part .right .contact{
	padding: 10px 0 15px 0;
}

.goods-part .right .contact .phone{
	display: block;
	float: left;
	/*height: 16px;*/
	font-size: 12px;
	padding: 10px 0 0 35px;
	color: #000;
	background: url(../i/ico3.gif) left top no-repeat;
}

.goods-part .right .contact .phone i{
	font-style: normal;
	font-size: 10px;
	color: #727272;
}

.goods-part .right .contact .autor{
	float: right;
	display: block;
	margin: 7px 0 0 0;
	padding: 0 22px;
	line-height: 18px;
	background: url(../i/ico4.gif) left top no-repeat;
	font-size: 12px;
	color: #000;
}

.attention{
	position: relative;
	z-index: 1;
	border: 1px solid #ECECEC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset #ECECEC 0px 2px 3px;
	-moz-box-shadow: inset #ECECEC 0px 2px 3px;
	box-shadow: inset #ECECEC 0px 2px 3px;
	background: #fff;
	behavior: url(js/PIE.htc);
	padding: 30px 20px 15px 25px;
	margin: 0 0 25px 0;
}

.attention p{
	padding: 0;
	line-height: 14px;
	color: #000;
	font-size: 12px;
}

.attention img.att{
	position: absolute;
	z-index: 10;
	left: 24px;
	top: -17px;
}
			
.simmilar{
	padding: 0 0 0 40px;
	background: url(../i/ico5.gif) 8px 2px no-repeat;
}

.simmilar .item{
	float: left;
	width: 305px;
	padding: 20px;
	height: 145px;
	border-bottom: 1px solid #DEDEDE;
}

.simmilar .item-lft{
	padding: 20px 20px 20px 10px;
	width: 315px;
	border-right: 1px solid #DEDEDE;
}

.simmilar .item-btm{
	border-bottom: none;
}

.simmilar .item .top{
	padding: 0 0 2px 0;
}

.simmilar .item .top .img-wrp{
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	border: 1px solid #DEDEDE;
	-webkit-box-shadow: #DEDEDE 0px 2px 2px;
	-moz-box-shadow: #DEDEDE 0px 2px 2px;
	box-shadow: #DEDEDE 0px 2px 2px;
	behavior: url(js/PIE.htc);
}

.simmilar .item .top .txt{
	padding: 0 0 0 0;
	float: right;
	width: 170px;
}

.simmilar .item .top .txt .hd{
	display: block;
	padding: 0 0 5px 0;
	font-variant: 13px;
    min-height: 50px;
}

.simmilar .item .top .txt .prise{
	padding: 0 0 7px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	display: block;
}

.simmilar .item .top .txt .prise b{
	font-size: 17px;
	color: #FF411C;
}

.simmilar .item .phone{
	display: block;
	font-size: 12px;
	color: #000;
	padding: 0 0 7px 25px;
	background: url(../i/ico6.gif) 0px 0px no-repeat;
}

.simmilar .item .phone i{
	font-size: 10px;
	color: #727272;
	font-style: normal;
}

.simmilar .item p{
	padding: 0;
	color: #555555;
	line-height: 14px;
	font-size: 11px;
}

.chooser .checks-wrap{
    display: none;
    position: absolute;
    left: -1px;
    top: 35px;
    background: url(../i/logo-f.jpg) 200px 90% no-repeat #F4F4F4;
    border: 1px solid #BDBDBD;
    width: 290px;
    z-index: 100;
    -moz-box-shadow: inset 0 0 2px 1px #969696;
		-webkit-box-shadow: inset 0 0 2px 1px #969696;
		box-shadow: inset 0 0 2px 1px #969696;
}

.chooser .checks-wrap:before { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 30px; 
	top: -15px; 
	border: 7px solid; 
	border-color: transparent #BDBDBD #BDBDBD transparent; 
}

.chooser .checks-wrap .inner{
	position: relative;
	padding: 10px;
}

.chooser .checks-wrap .inner .close{
	position: absolute;
	right: 10px;
	top: 7px;
}

.chooser{
	position: relative;
	border: 1px solid #B9B9B9;		
	height: 23px;
	width: 210px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 1px 1px;
	-moz-box-shadow: inset #666 0px 1px 1px;
	box-shadow: inset #666 0px 1px 1px;
	background: inset #EEFF99;
	behavior: url(js/PIE.htc);
	background: #fff;
	margin: 0 0 10px 0;
	text-decoration: none;	
}

.chooser .choose{
	text-decoration: none;
	color: #585858;
	padding: 5px 10px;
	display: block;
	background: url(../i/op.gif) 193px center no-repeat;
}

.chooser .checks-wrap .inner ul{
	float: left;
	width: 130px;
	padding: 0 5px 0 0;
}

.chooser .checks-wrap .inner ul li{
	padding: 3px 0;
}

.chooser .checks-wrap .inner ul li input{
	margin: 0 10px 0 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.bxslider {height: 300px;}



.search input[type=text] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px #666666 inset;
    cursor: default;
    height: 23px;
    margin: 0 0 10px;
    position: relative;
    padding: 0 5px;
}



/************************************************/

.teaser-block .item img{
    border: 3px solid #FFFFFF;
}

.teaser-block .item .mnu{
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 50%;
    margin-left: -86px;
    width: 180px;
    height: 19px;
    text-align: center;
    padding: 3px 15px 0 0;
    background: url(../i/bg-neo.png) left top no-repeat;
}

.teaser-block .item .mnu a{
    color: #5E9124;
    margin: 0 7px;
    font-size: 11px;
}




.submit-currency {
    background: none;
    border: none;
}

.submit-currency:hover {
    text-decoration: underline;
}

.pr-item .rht .top .prise b a, .goods-part .right .info .prise a, .simmilar .prise a {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #222;
    color: #222;
}

.goods-part .right .info .prise a {
    color: #FE5D2F;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px dotted #FE5D2F;
}

.currency-change-box {
    position: absolute;
    border: 1px solid #ccc;
    margin-top: 25px;
    background: #fff;
    padding: 2px 2px;
}

.simmilar .currency-change-box {
    margin-top: 2px;
}

.currency-change-box-one {
    position: absolute;
    border: 1px solid #ccc;
    margin-top: 0;
    background: #fff;
    padding: 2px 2px;
}

.currency-change-box-search {
    position: absolute;
    border: 1px solid #ccc;
    margin-top: 0;
    background: #fff;
    z-index: 100;
}

.currency-change-box-add {
    position: absolute;
    border: 1px solid #ccc;
    margin-top: 0;
    background: #fff;
    z-index: 100;
}

.currency-change-box a {
    display: block;
    color: #111;
    text-decoration: none;
    padding: 0 4px;
}

.currency-change-box a:hover {
    text-decoration: underline;
}

.search .currency-change {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #222;
    color: #222;
}



.realty-add-phones {
    border: 1px solid #ccc;
    width: 200px;
    padding: 10px 12px;
    background: #eee;
    border-radius: 6px;
    margin-bottom: 5px;
}

.realty-add-phones label {
    color: #7B7B7B;
    display: block;
    font-size: 10px;
    line-height: 23px;
}

.realty-add-images label {
    color: #7B7B7B;
    display: block;
    font-size: 10px;
    line-height: 23px;
}

.add-form .errorSummary {
    border: 1px solid #fcc;
    background: #fee;
    color: #933;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.add-form .errorSummary li {
    color: #666;
}



.realty-add-metro {
    border: 1px solid #ccc;
    padding: 10px 12px;
    background: #eee;
    border-radius: 6px;
    width: 600px;
    margin-bottom: 20px;
}

.realty-add-metro label {
    color: #7B7B7B;
    line-height: 12pt;
    padding-right: 10px;
}

.realty-add-metro table {
    margin-top: 20px;
}




/**************15.05.13****************/

.header {
    position: relative;
    z-index: 100;
}

.header .rht .hed-mnu li{
    position: relative;
}

.header .rht .hed-mnu li.drop a{
    background: url(../i/top_menu_arr.png) 7px 25px no-repeat;
    padding: 19px 13px 0 20px;
}

.header .rht .hed-mnu li.drop ul{
    position: absolute;
    left: 0px;
    top: 50px;
    background: #0799E2;
    width: 150px;
    z-index: 100;
    display: none;
}

.header .rht .hed-mnu li.drop:hover ul{
    display: block;
}

.header .rht .hed-mnu li.drop ul li{
    display: block;
    float: none;
    background: none
}

.header .rht .hed-mnu li.drop ul li a{
    display: block;
    float: none;
    text-decoration: none !important;
    padding: 5px 10px;
    height: auto;
    color: #fff;
    text-transform: none;
    font-size: 13px;
    font-family: 'Arial';
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .rht .hed-mnu li.drop a:hover{
    background: url(../i/hm-h1.jpg) left 0px no-repeat;
}

.header .rht .hed-mnu li.drop:hover a{
    background: url(../i/hm-h1.jpg) left 0px no-repeat;
}

.header .rht .hed-mnu li.drop ul li a:hover,
.header .rht .hed-mnu li.drop:hover ul li a{
    background: none;
}

.header .rht .hed-mnu li.drop ul li a:hover{
    background: #0238BC;
}