.empty {}

body
{
	font-size: 75%;
	background-color : White;
	margin: 0px;
	padding-left:27px;
	padding-right:27px;
	font-family: Arial, Helvetica, sans-serif;
}

body.pdf
{
	font-size: 75%;
	background-color : White;
	margin: 0px;
	padding-left:27px;
	padding-right:27px;	
}

BODY *
{
	font-size: 100%;	
	color: black;	
}
img
{
	border: 0px;
	margin: 0;	
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-collapse: collapse;
	letter-spacing: 0;
	/*width: 100%;*/
}

h1
{
	color: #000000;
	font-weight: normal;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}

h2{
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin:0px;
	font-weight: normal;
}

h3{
	font-size:15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}

a
{
	color: #5865a2;
	text-decoration: underline;
}

a:hover
{
	color: #AA0425;
}

p
{
	margin: 0em 0 1.4em 0;
}

hr
{	
	height: 0px;	
	border-top: 1px solid gray;
	border-bottom: none;	
	margin: 10 0 10 0;
	padding: 0;
}

td{
	padding:0px;
	margin: 0px;
}

div{
	padding: 0px;
	margin:0px;
}

/*Для выравнивания картинок по левому краю*/
.float_left
{
	float: left;
	margin: 5 10 3 0;
}

ul{
	padding-left:30px;
}

ol{
	padding-left:35px;
}

ul li{	padding-left:5px;
}

ol li{
	padding-left:0px;
}
/*------------------------------------------------------*/
/*Таблицы в контенте*/
.content_div table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
        border: 1px solid gray;
	border-collapse: collapse;
}

.content_div td
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border: 1px solid gray;
	border-collapse: collapse;
}

/*Делаем класс для тех, кто без границы*/
table.no_border
{
	border: none;
}

.no_border td
{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/
/*Контейнер*/
#overall{
	max-width:1210px;
	width:expression(document.body.clientWidth >= 1280? "1210px":	"auto" );	
	/*background-image: url(body_bg.jpg);
	background-position: -50 21;
	background-repeat: no-repeat;*/
}
/*/Контейнер*/

/*Меню-иконки*/
#icons-main{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -9px;
	position: relative;
	z-index: 2;
}

#icons-main table{
	position: relative;
}
/*/Меню-иконки*/

/*Блок под главным баннером*/
.yellow-line{
	background-image: url(yellow_line.gif);
	background-position: left center;
	background-repeat: no-repeat;	
}

#yellow-left{
	float:left;
	color:white;
	font-size:11px;
}

#yellow-left *{
	color:white;
	float:left;
	margin-left:2px !important;
	margin-right:2px !important;
	padding:0px;
}

#yellow-left span{
	font-size:9px;
	display: block;
	margin-top:3px;
}

#yellow-left span.last{
	font-size:11px;
	margin-top:1px;
}

#yellow-right{
	float:right;	
}

#yellow-right a{
	float:right;
}
/*/Блок под главным баннером*/

/*Логотип*/
#logo{
	padding-left: 15px;
	padding-right: 50px;
}
/*/Логотип*/

/*Телефон 8-800*/
td.phone800
{
	padding-top: 12px;
	/*width: 208px;*/
	width: 40px;
}

td.phone800 .phone
{
	font-size: 21px;
	color: #e56c2a;
}

td.phone800 .phone span
{
	font-size: 18px;
	color: #000000;
}

td.phone800 .text
{
	font-size: 11px;
	color: #000000;
	padding-top: 3px;
}
/*/Телефон 8-800*/

/*Телефон*/
.phone-caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:Black;
	font-weight:bold;
}

.phone-number{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #e52a68;
	letter-spacing: -2px;
	white-space: nowrap;	
}

.phone-number span{
	color: #5865a2;
	font-size: 22px;
}

.phone-number span.text{
	color: #000000;
	font-size: 11px;
	letter-spacing: 0px;
}
/*/Телефон*/

/*Хедер*/
#top-td{
	background-image: url(top_bg.jpg);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	height: 332px;
}

#top-td td{
	vertical-align: top;
}

#top-menu{
	margin-top: 6px;
	position: relative;
	z-index: 1;
}

.menu-td{
	/*height:40px;*/
	font-family: Tahoma;
	font-size:12px;
	padding-left:27px;		
	padding-right:27px;
	font-weight:bold;
}

.menu-td a, .menu-td a:hover{
	color: #000000;
}

.menu-td *{
	text-decoration:none;
}

#active{
	color: #e52a68;
}

#active a{
	color: #e52a68;
}

#active span{
	color: #e52a68;
}

#best-legend {
	margin-top: 14px;
	padding-left: 10px;	
}

#best-legend *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 20px;
	color: Black;
}

#quote{
	color: #000000;
	line-height: 35px;
	font-size: 27px;
}

#quote a{
	color:#E56C2A;
	text-transform: none;
	font-size: 27px;
}

#message{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:Black;
	margin-top:3px;
	margin-left:10px;	
	letter-spacing: 0px;
	font-weight: bold;
}

#message a{
	color: #e56c2a;
}

#yellow-td{
	height:25px;
	background-color: #5865a2;
	padding-right:20px;
	padding-left:20px;
	padding-top: 0px;
}

#yellow-td a{
	color:white;
	font-size:11px;
	text-decoration: underline;
	display: block;	
	margin-left:20px;
	margin-right:10px;
	margin-bottom:4px;
}

.popup{
	background-image: url(popup.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:15px;
	background-position: 0 4px;
}
/*/Хедер*/

/*Левая колонка*/
.a-h2{
	color:black;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

.rss{
	margin-left:23px;
}

#left-div{
	padding: 20px 10px 20px 20px;
}

#left-td{
	width:250px;
}

.gray-line{
	background-image: url(line_gray.gif);
	background-repeat: repeat-x;
}

.news-item{
	margin:10px 0px;
}

.news-title a{
	font-size:12px;
	font-family: Arial, Tahoma;
	line-height: 14px;
}

.date{
	font-size:12px;
	margin-bottom:4px;
	font-family: Arial, Helvetica, sans-serif;
	color:#7E7E7E;
}

#left-div div{
	width:180px;
}

.left-banner{
	margin-top: 50px;
}

.left-banner a{
	margin-bottom: 23px;
	display: block;
}
/*/Левая колонка*/

/*Контентная часть*/
#content-td{
	padding-top:15px;
	padding-left:0px;
}

.content-text{
	padding-right:0px;
	padding-left:10px;
	text-align: justify;
	padding-bottom:30px;
	//width: 100%;
	min-height: 300px;
	//height: 300px;
}

.more{
	background-image: url(shape_1.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left:20px;
	font-size:11px;
	margin-top:3px;
	width:100px;
}

.back{
	display: block;
	background-image: url(shape_2.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left:20px;
	font-size:12px;
	margin-top:3px;
}
/*/Контентная часть*/

/*Корзина*/
.basket-td{
	width:200px;
}

.basket_block
{
	position: relative;
	text-align: right;
	margin-top: -20px;
}

.basket_block .cont
{
	margin: 0px 19px 0px auto;
	width: 209px;
	text-align: left;
}

.basket_block .title
{
	padding: 0px 0px 5px 10px;
}

#basket-div{
	margin-top:5px;
	background-color: #EFEFEF;		
}

#basket-div-in{
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}

#light-div{
	background-color: #F8F8F8;
	border-bottom:3px solid #E56C2A;
	margin-top:17px;
	margin-bottom:30px;
	padding-bottom:0px;
	padding-top:5px;
}
/*/Корзина*/

.main-item{
	width:175px;	
	padding:0px;
	padding-bottom:18px;
}

.air{
	width:18%;
}

.item-caption{
	margin-bottom:7px;
}

.item-caption a{
	font-size:14px;
	font-weight:bold;
	font-family: Arial;
}

.item-price{
	float:left;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.item-hit{
	float:right;	
}

.item-footer{
	margin-top:3px;
}

#basket-button{
	//margin-right:-9px;
}

.table-caption{
	padding-bottom:8px;
}

#footer{
	margin-top: 7px;
	font-size: 11px;
}

#copy{
	color:#7B7B7B;
}

#bottom-menu{
	color:#7B7B7B;
}

#bottom-menu span{
	color: #e52a68;
	font-weight: bold;
}

#bottom-href{
	font-size:11px;
	margin-top:20px;
	color:#646464;
}

#bottom-href td{
	padding: 0px;
	vertical-align: top;
	white-space: nowrap;
	line-height: 17px;
}

#bottom-href td.empty div{
	width: 26px;
}

#bottom-href div, #bottom-href a, #bottom-href a:hover{
	color:#646464;
	text-decoration: none;
}

#bottom-href span{
	font-weight: bold;
}

#bla-bla-bla{
	color:#7B7B7B;
	font-size:10px;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.divorce_level_1{
	font-size:15px;
	font-weight:bold;
	font-family: Tahoma;
	margin-top: 7px;
	margin-bottom:7px
}

#level_1_active *{
		color:black;
}

/*Разводящая*/
.divorce_level_2{
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	margin-top: 6px;
	margin-bottom:6px;
	margin-left: 7px;
}

.divorce_level_3{
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	margin-top: 6px;
	margin-bottom:6px;
	margin-left: 14px;
}

.divorce_level_4{
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	margin-top: 6px;
	margin-bottom:6px;
	margin-left: 21px;
}
/*/Разводящая*/

.bordered td, th{
	border:1px solid #DBDBDB;
	padding:10px;
}

.cover{
	padding-top:40px;
	padding-left:60px;
}

.cover-title{
	font-size:17px;
	margin:5px 0px;
}

.cover-item{
	font-size:17px;	
	margin:6px 0px;
	font-family: Tahoma;
	color:#0082BA;
}



.cover-item span{
	color:gray;
	padding-left:3px;
}

.cover-box{
	float:left;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:30px;
	margin-top:20px;
	height:150px;
}

.cover-box-title a{
	font-weight:bold;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	width:133px;
	text-align: left;
}

/*Каталог*/
.catalog-divorce-image{
	display:block;
	padding:2px;
	border:1px solid #AFAFAF;
	width:188px;
	height:131px;
}

.catalog-title{
	font-size:18px;
	font-family: Tahoma;
	font-weight:normal;
	margin-bottom:5px;
	line-height: 18px;
	//padding-bottom:3px;
	height:50px;
}

.catalog-title span{
	color:#8D8C8C;
	font-size:14px;
	margin-left:5px;
}
/*/Каталог*/

.divorce-text{
	width: 296px;
	margin-top:15px;
	margin-bottom:5px;
}

.both{
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0px !important;
	padding: 0px;
}

/*Постраничная разбивка*/
.pages{
	vertical-align: middle;
	margin-top:30px;	
}

.pages *{
	vertical-align: middle;
	float:left;	
	font-family: Arial;
}

.pages-legend{
	font-family: Arial;
	padding-right:2px;
	padding-top:2px;	
}

.pages span{
	display: block;
	border:1px solid Black;
	padding:2px 3px;
	font-weight:bold;	
	margin-left:3px;
}

.pages a{
	display: block;
	border:1px solid #B3B3B3;
	padding:2px 3px;
	font-weight:bold;	
	margin-left:3px;
}
/*/Постраничная разбивка*/

.cabinet-item{
	float:left;
	margin-right:20px;
	height:270px;
	margin-bottom: 20px;
}

td.cabinet-item{
	float: none;
	margin-right:0px;
	margin-bottom: 0px;	
	height: auto;
	padding: 0px 0px 20px 0px;
	width: 194px;
}

td.cabinet-item.small{
	width: 154px;
}

.cabinet-item-simple{
	float:left;
	margin-right:20px;
	margin-bottom: 20px;	
	width: 200px;
}


.cabinet-item-title a{
	font-size:17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.cabinet-item-title-legend{
	font-size:11px;
	margin-bottom:8px;
}

.cabinet-item-image{
	display:block;
	padding:2px;
	border:1px solid #AFAFAF;
	width:188px;
	height:131px;
}

.small .cabinet-item-image{
	display:block;
	padding:2px;
	border:1px solid #AFAFAF;
	/*width:154px;
	height:108px;*/
}

.cabinet-item-legend{
	background-color: #EFEFEF;
	margin-top:2px;
	font-size:11px;
	background-color: #EFEFEF;
	height: 52px;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
}

.cabinet-item-legend *{
	color:#565656;
	font-size:10px;
}

.cabinet-item-legend * b{
	color: black;
	font-size: 11px;
	margin-bottom:3px;
}

.cabinet-item-legend-left{
	position:absolute;
	background-color: #EFEFEF;
	padding:2px 0px 2px 8px;
}

.cabinet-item-legend-right{
	text-align: right;	
	background-color: #EFEFEF;
	padding:2px 8px 2px 0px;
}


.element_item{
	float:left;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #ECECEC;		
	width:200px;
	height: 300px;
}

.element_item_cover{
	float:left;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #ECECEC;	
	height:425px;
}

.element_inner{
	margin:5px;
	padding:5px;	
}

.element_photo{
	border:1px solid #ECECEC;
}

#td_element{
	height:150px;
}

.item_category_title{
	border-bottom: 1px solid #AFAFAF;
	color:#E56C2A;
	font-size:15px;
	font-weight: bold;
	padding-bottom:10px;
}

.legend_table
{
	margin-top: 5px;
}

.legend_table *{
	font-size:11px;
}

.legend_table td{
	padding-top:1px;
	padding-bottom:1px;
}

.legend_table span{
	color: #E56C2A;
	font-weight:bold;
}

.element_form{
	vertical-align: middle; 
	white-space: nowrap;
	height:30px;
}

.element_form select{
	width:135px;
	margin-top:2px;
	border:1px solid gray;
}

.small .element_form select{
	width: 131px;
	//width: 135px;
	//padding-left: 3px;
	margin-top:2px;
	border:1px solid gray;
}

.element_form input{
	width:20px;
	border:1px solid gray;
}

.add2basket{
	border:0px !important;
}

.element_name{
	font-size:11px;
	font-weight:bold;
	color: #E56C2A;
	width:180px;
	height: 30px;
}

#category_content_1{
	display: block;	
}

#category_content_1 div{
	font-size:11px;
	margin:5px 0px;
}

.span_price{
	color: #E56C2A;
	font-size:14px;
	font-weight:bold;
}

#category_content_2{
	display: none;
	height:260px;
	overflow:auto;
}

#category_content_3{
	display: none;	
}

#category_content_3 div{
	margin:5px 0px;
}

#category_content_4{
	display: none;	
}

#category_content_4 #cc_4_text{
	height:220px;
	overflow:auto;	
}

#category_content_4 #cc_4_text *{
	font-size:11px;
}

span.img{
	display: block;
	border:1px solid #AFAFAF;
	padding:2px;
	
}

span.img img{
	
}

#bottom_colors{
	margin-top:10px;
	border: 1px solid #ECECEC;
}

#bottom_colors td{
	padding:5px;
}

#bottom_colors *{
	font-size:11px;
}

.float_colors{
	float:left;
	margin:5px;
	//margin:0px;
	//margin-right:5px;
	//margin-bottom:5px;
}

.hat td{
	border-bottom:2px solid #E56C2A;
	height:23px;
	//height:24px;
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	font-size:11px;
	cursor: pointer;
}

.split{
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.hat td.active{
	background-color: #E56C2A;
	color: black;
	border-top: 1px solid #E56C2A;
	border-left: 1px solid #E56C2A;
	border-right: 1px solid #E56C2A;
	cursor:normal !important;
}


.lil_pic_div{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.lil_pic_div span{
	display: table-cell;
	border: 1px solid #AFAFAF;
	padding:2px;
	cursor:pointer;
}

.lil_pic_div span img{
	//margin:3px 0px;
}

.fdb_input{
	border: 1px solid #E56C2A;
	width:300px;
}

.fdb_send{
	background-color:#E56C2A;
	color:white;
	border:0px;
	padding:5px; 
}

#basket_info td{
	padding:3px 0px;
}

.dark td{
	background-color: #EFEFEF;
}

/*Корзина*/
#cart-list{
	margin-top:10px;
}

#cart-list input.text{
	width: 95%;
}

#cart-list tr td{
	font-size:12px;
	padding:3px 0px;
}

#cart-list-caption td{
	font-weight: bold;
}

#total-cart{
	color: #E56C2A;
	font-size:14px !important;
}

.count-item{
	width:20px;
	height:20px;
	border:1px solid gray;
	text-align: center;
}

#cart-recount{
	margin-top:20px;
}

.c_input{
	width:100px;
	height:19px;
	border:1px solid gray;
	margin-top:1px;
	font-size:11px;
	background-image:url(calendar.gif);
	background-position: 81px -1px;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:5px;
}

#cart-recount td{
	padding-left:20px;
	height:40px;
}

#total-economy{
	font-weight:bold;
	font-size:15px;
}

#total-field{
	color:#E56C2A;
	font-size:18px;
	font-weight:bold;
}
/*/Корзина*/

.faq_input{
	border:1px solid gray;
	width:250px;
}

#red-text{
	color:red;
}

#by_day{
	font-style: italic;
	padding-left:90px;
	font-size:11px;
	font-weight: bold;
}

#back-div{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
  width:100%;
  height:100%;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background-color: #E56C2A;
}

#text-div{
	position: absolute;
	top:200px;
	left:200px;
	z-index:11;
	background-color: White;
	border:3px solid #E56C2A;  
	padding:20px;
}

.submit_basket{
	background-image: url(send_button.jpg);
	border:0px;
	width:130px;
	height:18px;
	cursor:pointer;
}

.submit_basket_gray{
	background-image: url(send_button_gray.jpg);
	border:0px;
	width:130px;
	height:18px;
}

.news_date{
	color:gray;
	padding-bottom:5px;
}

#option_menu{
	margin-top:13px;
	margin-left:10px;
}

.cookie_phone{
	padding-top: 15px;
	padding-right: 30px;
}

.cookie_phone .city{
	font-size: 20px;
	height: 24px;
}

#phone2 .cookie_phone .city{
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}

/*Попап-вход*/
.popup_entry
{
	left: 500px;
	width: 328px;
	z-index: 10;
	text-align: center;
	display: none;
	position: fixed; 
	//position: absolute; 
	top: 200px;
	top:expression(fixed(this, 200));
	background-color: white;
}

.popup_entry .corner
{
	margin: 0px;
	position: absolute;
}

.popup_entry .top_bg .corner
{
	top: -1px;
}

.popup_entry .middle_bg
{
	background-color: #ffffff;
	text-align: left;
	border:1px solid #e56c2a;
    margin:10px;	
	padding-top: 28px;
}

.popup_entry .top_bg, .popup_entry .bottom_bg
{
	background-color: #ffffff;
	width: 318px;
	margin: 0px auto;
	position: relative;
	font-size: 0px;
}

.popup_entry .top_bg
{
	border-top: 1px solid #c6c6c6;
}

.popup_entry .bottom_bg
{
	border-bottom: 1px solid #c6c6c6;
}

.popup_entry .top_bg .tl
{
	left: -5px;
}

.popup_entry .top_bg .tr
{
	right: -5px;
}

.popup_entry .bottom_bg .bl
{
	left: -5px;
}

.popup_entry .bottom_bg .br
{
	right: -5px;
}

.popup_entry .top_bg .border, .popup_entry .bottom_bg .border
{
	height: 4px;
	font-size: 0px;
}

.popup_entry .logo
{
	padding: 1px 0px 30px 0px;
	text-align: center;
}

.popup_entry table td
{
	padding: 0px;
	padding-bottom: 13px;
}

.popup_entry table td.left
{
	font-weight: bold;
	padding-right: 7px;
}

.popup_entry input.text
{
	width: 195px;
	height: 29px;
	font-size: 15px;
	padding-left: 8px;
	padding-top: 3px;
	border: 1px solid #c0d9e8;
}

.popup_entry .forgive_me
{
	position: relative;
	margin-top: -2px;
	padding-bottom: 7px;
}

.popup_entry .forgive_me input
{
	margin: 0px;
	margin-right: 7px;
	//margin-left: -4px;
	//margin-right: 3px;
	position: relative;
}

.popup_entry .forgive_me label
{
	cursor: pointer;
}

.popup_entry .buttons
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 38px;
}

.popup_entry #error_mess
{
	left: 0px;
	position: absolute;
	width: 318px;
	color: #ff0000;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}

#shape_div
{
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
/*Попап-вход*/

.dealer_entry{
		font-size:11px;
		display: block;
		width:95px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #0082ba;
		text-decoration: none;
		margin-right: 12px;
}

.dealer_entry_exit{
	font-size:11px;
	margin-right:20px;
	background-image: url(dealer_exit.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left:18px;
	margin-left:10px;
}

.dealer_span{
		font-size:11px;
}

p{
		line-height:18px;
		margin-top:10px;
	    margin-bottom:10px;
}

/*Валюты*/
.left_currency
{
	/*padding-top: 15px;*/
}

.left_currency h2
{
	padding-left: 3px;
}

.usd, .euro{
	display:block;
	color:#e7296c;
	font-size:15px;
	font-weight:bold;
	background-image: url(usd.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding-left:20px;
	margin-left:15px;
	font-family: Arial;
}

.euro{
	background-image: url(euro.gif);
	margin-bottom: 0px;
}
/*/Валюты*/

#commerce_table{
	margin-left:70px;
}

#commerce_table td{
	padding:7px;
}

#commerce_table td input{
	border:1px solid gray;
	width:200px;
	height:18px;
}
#commerce-button{
	background-image: url(commerce_button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border:0px !important;
	width:231px !important;
	height:18px;
}

#manager-table{
	margin-top:15px;
	margin-left:30px;	
}

#manager-table td{
		padding:5px;
}

.gray_td{
		color:#7b7b7b;
}

input:focus{
		border:1px solid #E56C2A !important;
}

textarea:focus{
		border:1px solid #E56C2A !important;
}

#commerce_table span.blue
{
	position: absolute;
}

.adobe_reader_link
{
	text-align: right;
	font-size: 85%;
	padding-top: 6px;
}

.adobe_reader_link a
{
	color: #a5a3a3;
}

.adobe_reader_link a:hover
{
	color: #AA0425;
}

textarea.commerce_comment
{
	width: 100%;
	height: 150px;
}

/*Покрытия*/
.cover_list
{
	float: left;
	border: 1px solid #e0e0e0;
	text-align: center;
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 35px;
	position: relative;
}

.cover_list * 
{
	font-family: Arial;
}

.cover_list .title
{
	padding: 8px 1px 11px 1px;
	border-bottom: 1px solid #e0e0e0;	
}

.cover_list input.count
{
	border: 1px solid #7f7f7f;
	width: 20px;
	height: 17px;
}

.cover_list .select
{
	margin: 0px auto;
	width: 129px;
	padding: 9px 1px 0px 1px;
}

.cover_list .select select
{
	width: 100%;
	height: 17px;
}

.cover_list .select .buy
{
	float: right;
	padding-top: 3px;
}

.cover_list .select .price
{
	text-align: left;
	color: #e76b2f;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 3px;
}

.cover_list .img_place
{
	/height: 2px;
	min-height: 2px;
	font-size: 0px;
	/width: 1%;
}
/*/Покрытия*/

.furniture_list .element_item_cover
{
	margin-right: 14px;
	height: auto;
	/height: 240px;
	min-height: 240px;
	margin-bottom: 30px;
}

.furniture_list_container
{
	position: relative;
	/width: 100%;
}

.furniture_list_container .basket_block
{
	position: absolute;
	width: 210px;
	top: 0px;
	right: 0px;
}

.red-bottom-line
{
	font-size: 0px;
	height: 3px;
	background-color: #e9457f;
	position: relative;
	top: -11px;
}

.order-form textarea
{
	font-size: 120%;
}

/*Все сайты*/
.all_sites_outer
{
	margin-top: -5px;
}

.all_sites_outer .all_sites
{
	background-color: #5865a2;
	background-image: url(all_sites_link.gif);
	width: 71px;
	height: 25px;
	line-height: 22px;
}

.all_sites_outer #all_sites_div
{
	top: 24px;
}
/*/Все сайты*/
