/* Table of Contents:
    
   1. Global structure
       - header
       - footer
       - side_bar
   2. Text
       - h1-h6
       - p
       - span
   3. Link
   4. Form
   5. List
   6. Image   
   7. Page structure
       - div
       - table
   8. Additional styles   	
*/


/* Global structure
======================================================================================= */
*
{
    margin: 0px;
    padding: 0px;
}

html
{             
    height: 100%;
    background: #8c7952;
}

body
{      
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 1000px;
    background: url("../images/body_fon.jpg") repeat-y;
    
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}

html>body
{
    height: auto;
    min-height: 100%;
}

.all_content
{
	margin: 0 18px;
    padding: 0px 0px 110px 0px;
    background: #fff;
}

.all_content:after
{
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.over_content_index
{
	margin: 55px 340px 0px 40px;
}

.over_content
{
	margin: 55px 20px 0px 40px;
}

.content
{
	float: left;
	width: 100%;
}


/*------- header --------*/
.header
{
    position: relative; 
    height: 168px;
}

.header_inner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
    height: 168px;
    background: url("../images/header_fon.jpg") no-repeat;
    z-index: 10;
}

.header a.home
{
    position: absolute;   
    top: 15px;
    left: 45px;
    width: 175px;
    height: 135px;
    background: url("../images/empty.gif");
}

.header p.pseudo_logo_1
{
	margin: 0;
    padding: 75px 0px 3px 40px;
    width: 190px;
    font: 9px Verdana, Tahoma, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #de001e;
}

.header p.pseudo_logo_2
{
    margin: 5px 0px 0px 47px;
    padding: 1px 0px 2px 0px;
    width: 170px;
    font: 12px Arial, sans-serif;
    text-align: center;
    color: #8c7952;
    border: 1px dashed #8c7952;
}

.header p.pseudo_logo_1 span
{
    font: 27px Verdana, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #f4bc03;
}

.header p.pseudo_logo_1 span span
{
    color: #de001e;
}


.header ul
{	
    margin: 0px;
    padding: 50px 0px 0px 332px;
    position: relative;
    list-style-type: none; 
    font-size: 0;
    
}

.header ul li
{
    float: left;
    display: inline;
    height: 97px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

.header ul li.line_1
{
    margin: 0px 52px 0px 0px;
}

.header ul li.line_2
{
    margin: 0px 38px 0px 0px;
}

.header ul li.line_3
{
    margin: 0px 61px 0px 0px;
}

.header ul li.line_4
{
    margin: 0px 60px 0px 0px;
}


.header ul li a, .header ul li a:hover,
.header ul li span
{
	display: block;
	float: left;
	padding: 80px 0px 0px 0px;
	height: 17px;
	white-space: nowrap;
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

.header p.contacts
{
	position: absolute;
	top: 8px;
	right: 25px;
	white-space: nowrap;
    font: 20px Arial, Tahoma, sans-serif;
    color: #000;
}

.header p.contacts span
{
	position: relative;
	top: -7px;
    font: 11px Arial, Tahoma, sans-serif;
    color: #97958e;
}



/*------- footer --------*/
.footer
{
    position: absolute;
    padding-top: 42px;  
    bottom: 0px;
    left: 0px;
    height: 67px;
    width: 100%;
    background: url("../images/footer_fon.jpg") no-repeat;
}

.footer a.dev_link, .footer a.dev_link:hover
{
    position: absolute;   
    padding: 5px 0px 0px 75px;
    top: 40px;
    left: 18px;
    width: 170px;
    height: 30px;
    font: 11px/12px Arial, Tahoma, sans-serif;
    text-decoration: underline;
    color: #bdb096;
    background: url("../images/its_logo.jpg") no-repeat;
}

.footer a.dev_link:hover
{
    text-decoration: none;
}

.footer a.dev_link:first-line
{
    text-decoration: none;
}

.footer p
{
	margin-left: 280px;
	padding-top: 14px;
	font: 12px Arial, Tahoma, sans-serif;
    color: #fff;
}

.footer p.validate
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 70px;
	left: 93px;
	white-space: nowrap;
}

.footer p a, .footer p a:hover 
{
	font: 11px Tahoma, sans-serif;
    color: #bdb096;
}

.footer div.counter
{
	position: absolute;
	top: 43px;
	right: 18px;
	white-space: nowrap;
	font-size: 0;
}

.footer div.counter img
{
	margin-left: 3px;
}

.footer a.site_map, .footer a.site_map:hover
{
	margin-right: 10px;
	position: relative;
	top: -10px;
	padding-left: 18px;
    color: #fff;
    background: url("../images/site_map.gif") no-repeat 0 4px;
}



/*-------- side_bar ---------*/
div.side_bar
{
    margin: 0px 0px 0px 0px;
    padding: 35px 23px 0px 0px;
    float: right;
    width: 285px;
    font-size: 0;
}



/* Text
======================================================================================= */

/*-------------- h1-h6 --------------*/
h1
{
    margin-bottom: 13px;
    font: 24px Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #000;
}

h2
{
    margin-bottom: 10px;
    font: 20px Arial, Tahoma, sans-serif;
    color: #000;
}

h2.catalog
{
    margin: 45px 20px 20px 0px;
    font: 18px Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    clear: both;
}

div.flash h2
{
    margin-bottom: 15px;
    font: 14px Arial, Tahoma, sans-serif;
    color: #fff;
}

div.spec h2
{
    margin-bottom: 5px;
    font: 24px Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #000;
}

div.partners div.info_index h2
{
    margin-bottom: 5px;
    padding-left: 32px;
    font: 18px Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #000;
}

div.add_goods div h2
{
	width: 410px;
	padding: 5px 0px 75px 0px;
	font: 18px Tahoma, sans-serif;
	color: #fff;
	text-align: center;
}

div.catalog_describe h3
{
    margin: 0px 10px 7px 0px;
    padding: 14px 0px;
    font: 18px Arial, Tahoma, sans-serif;
    color: #000;
    border-top: 1px dashed #d5c9a6;
    border-bottom: 1px dashed #d5c9a6;
} 

/*---------------- p ----------------*/
p
{
    margin-bottom: 12px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

/*div.over_content_index div.content
{
	text-indent: 20px;
	text-align: justify;
}*/

div.enter p
{
    margin-bottom: 0px;
    color: #000;
}

div.enter p.links
{
	float: right;
	white-space: nowrap;
}

div.unit p, div.unit_news p, div.unit_news_last p, div.spec div.unit p
{
	margin: 0;
	padding-bottom: 7px;
}

div.unit_news p.date, div.unit_news_last p.date
{
	font-style: italic;
	font-weight: bold;
}

div.unit_news_last p.all
{
	padding: 23px 15px 1px 0px;
	text-align: right;
}

div.vote p
{
	margin-bottom: 8px;
	color: #000;
}

div.vote p
{
	margin-bottom: 5px;
	color: #000;
}

div.vote p.answer
{
	margin: 0px 0px 3px 10px;
	color: #746a56;
}

div.vote p.bottom
{
	padding-top: 10px;
}

div.unit p.name
{
    font: italic bold 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

p.news_title
{
	margin: 0;
	padding-bottom: 3px;
	color: #000;
}

div.unit div.message p
{
    margin: 0;
    padding: 0;
}

div.unit div.message div.answer p.news_title
{
    margin-bottom: 8px;
}


p.pager
{
	padding-top: 15px;
}

p.pager *
{
    margin: 0 2px;
}

div.content div.vote p.right
{
	width: 310px;
}

p.navigator
{
	padding-top: 25px;
	clear: both;
	color: #009beb;
}

div.catalog_describe p
{
    margin: 0px 0px 20px 0px;
    line-height: 1.5;
} 

div.catalog_describe p.catalog_price
{
	margin: 40px 0px 7px 0px;
	font: bold 14px Arial, Tahoma, sans-serif;
}

div.catalog_describe p.pad_1
{
    margin-bottom: 10px;
}

div.over_form_filter p
{
    margin: 0px;
}

div.add_goods p
{
	padding: 0px 10px;
    font: 14px Arial, Tahoma, sans-serif;
    color: #000;
    text-align: center;
}

div.partners div.info_index p
{
    margin: 8px 0px 0px 0px;
}



.pad
{
    margin-bottom: 5px;
}

.pad_1
{
    margin-bottom: 25px;
}

.right
{
	text-align: right;
}

.to_right
{
	float: right;
}

.center
{
    text-align: center;
}

.black
{
	color: #000;
}

.orange
{
	color: #fe6905;
	font-weight: bold;
}



/*-------------- span ---------------*/
span
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

p.news_title span
{
	font: italic bold 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

p.pager span
{
    color: #e2223e;
}

p.pager span.gray
{
    color: #746a56;
}

/*table.price td span.new
{
	color: #f0802c;
}*/

/*span.sert
{
	position: relative;
	top: -13px;
	left: 7px;
	font: bold 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}*/

p.catalog_price span
{
	font: bold 14px Arial, Tahoma, sans-serif;
	color: #ff0000;
}

div.enter p.links span
{
	margin-left: 10px;
	font: 12px Arial, Tahoma, sans-serif;
	color: #8c7952;
}





/*------- price_tab -------*/
div.price_tab span, div.price_tab a, div.price_tab a:hover
{
    float: left;
    display: inline;
    padding: 9px 0px 0px 0px;
    height: 35px;
    text-align: center;
    font: 14px Tahoma, sans-serif;
	color: #000;  
}

div.price_tab span em,
div.price_tab a em, div.price_tab a:hover em
{
    font: normal 14px Tahoma, sans-serif;
	color: #df0012;  
}

div.price_tab span.first
{
    width: 301px;
    background: url("../images/price_tab_active.jpg") no-repeat 0px 0px;   
}

div.price_tab span.second
{
    width: 280px;
    background: url("../images/price_tab_active_1.jpg") no-repeat 0px 100%;   
}

div.price_tab a.first, div.price_tab a.first:hover
{
    width: 301px;
    background: url("../images/price_tab_1.jpg") no-repeat 0px 100%;   
}
div.price_tab a.second, div.price_tab a.second:hover
{
    width: 280px;
    background: url("../images/price_tab.jpg") no-repeat 100% 100%;   
}


/* Link
======================================================================================= */
a, a:hover
{
    outline: none;
	font: 12px Arial, Tahoma, sans-serif;
    color: #009beb;
}

a:hover
{
    text-decoration: none;
}

div.enter p a, div.enter p a:hover
{
	margin-left: 10px;
    color: #8c7952;
}

div.enter p a.exit, div.enter p a.exit:hover
{
	margin-left: 40px;
}

a.gray, a.gray:hover
{
	color: #746a56;
}

div.spec div.unit a, div.spec div.unit a:hover
{
	color: #8c7952;
}

div.partners a
{
	display: block;
	width: 285px;
	height: 91px;
	background: url("../images/our_partners.jpg") no-repeat;
}

div.partners div.info_index a, div.partners div.info_index a:hover
{
	display: inline;
	color: #8c7952;
	background: none;
}

div.vote a.all, div.vote a.all:hover
{
	float: right;
	position: relative;
	top: 2px;
}

div.vote p.bottom a.all, div.vote p.bottom a.all:hover
{
	top: 0px;
}

a.add, a.add:hover
{
	padding-left: 20px;
    background: url("../images/add.gif") no-repeat 0 1px;
}

div.foto_detail p.to_right a, div.foto_detail p.to_right a:hover
{
	margin-left: 5px;
}


div.unit div.foto a, div.unit div.foto a:hover
{
    font: 14px Arial, Tahoma, sans-serif;
    color: #000;
    text-decoration: none;
}

div.catalog_describe div.gallery div.foto a, div.catalog_describe div.gallery div.foto a:hover
{
    font: 11px Arial, Tahoma, sans-serif;
    color: #746a56;
    text-decoration: none;
}

div.unit div.foto a:hover, div.catalog_describe div.gallery div.foto a:hover
{
    text-decoration: underline;
}

a.print, a.print:hover
{
	padding: 0px 0px 0px 19px;
    background: url("../images/print_icon.gif") no-repeat;
}

a.download, a.download:hover
{
	padding: 1px 0px 0px 21px;
    background: url("../images/excel_icon_small.gif") no-repeat;
}

div.sert a, div.sert a:hover
{
    /*float: left;
    display: inline;
    margin-right: 25px;
    padding: 0px 0px 0px 35px;
    width: 85px;
    height: 40px;
	font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
    background: url("../images/icon.jpg") no-repeat;*/
    
    font: 12px/22px Arial, Tahoma, sans-serif;
    color: #746a56;
    
}

/*div.sert a.info, div.sert a.info
{
    float: left;
    display: inline;
    padding: 0px 0px 0px 35px;
    width: 85px;
    height: 40px;
	font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
    background: url("../images/icon_1.jpg") no-repeat;
}*/

/*span.sert a, span.sert a:hover
{
	font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}*/

table.price td a.preview
{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 108px;
	height: 108px;
}

div.add_goods div a.close
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	font-size: 14px;
	background: url("../images/empty.gif");
}

div.add_goods div a.close_1
{
	position: absolute;
	bottom: 45px;
	right: 25px;
	font-size: 14px;
	white-space: nowrap;
	background: url("../images/empty.gif");
}
.link_center
{
    text-align: center;
    display: block;
    margin: 0 auto;   
}

/* Form
======================================================================================= */
div.vote table input
{
	float: left;
}

div.vote table label
{
	display: block;
	margin:  0px 0px 6px 23px;
}

div.catalog_describe input, select, .button
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
} 

div.catalog_describe input.textbox
{
	width: 70px;
	text-align: center;
}

div.catalog_describe select.one
{
	width: 250px;
}

div.catalog_describe select.two
{
	width: 200px;
}


table.price td select
{
	margin-top: 2px;
	width: 200px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56; 
}

table.price td input
{
	width: 50px;
    font: 12px Arial, Tahoma, sans-serif;
    text-align: center;
    color: #746a56;
}

/*---------------*/
div.form_contacts
{
    position: relative;
    margin: 0px 0px 0px 0px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_contacts label
{
    margin: 0px 0px 5px 0px;
    display: block;
}

div.form_contacts .textbox
{
    margin-left: 115px;
    width: 287px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_contacts textarea.textbox
{ 
    height: 110px;
}

div.form_contacts p
{
    margin: 0px 0px 0px 115px;
}

div.form_contacts em
{
    position: absolute;
    margin-top: 2px;
    font-style: normal;
}

div.form_contacts em span
{
	color: #ff0000;
}

div.form_contacts div.submit_button
{
    padding: 11px 0px 13px 115px;
}

div.form_contacts div.submit_button input
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_contacts div.validate
{
	margin: 0px 0px 0px 115px;
	font-size: 0;
}

/*----------*/
div.form_enter
{
    position: relative;
    margin: 0px 100px 0px 0px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_enter label
{
    margin: 0px 0px 0px 0px;
}

div.form_enter .textbox
{
    margin: 0px 17px 0px 4px;
    width: 130px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_enter em
{
    font-style: normal;
}

div.form_enter input.submit_button
{
	margin-left: -10px;
	margin-right: 25px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_enter span, div.form_enter span a, div.form_enter span a:hover
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #8c7952;
}

/*---------------*/
div.form_reg
{
    position: relative;
    margin: 0px 0px 0px 0px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_reg label
{
    margin: 0px 0px 5px 0px;
    display: block;
}

div.form_reg label.check
{
    margin: 0px 0px 15px 180px;
    line-height: 2;
    color: #746a56;
}

div.form_reg .textbox
{
    margin-left: 180px;
    width: 287px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_reg p
{
    margin: 0px 0px 0px 180px;
}

div.form_reg em
{
    position: absolute;
    margin-top: 2px;
    font-style: normal;
}

div.form_reg em span
{
	color: #ff0000;
}

div.form_reg div.submit_button
{
    padding: 11px 0px 13px 180px;
}

div.form_reg div.submit_button input
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_reg div.validate
{
	margin: 0px 0px 0px 180px;
	font-size: 0;
}

/*----------*/
div.form_login
{
    position: relative;
    margin: 0px 0px 30px 0px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_login label
{
    margin: 0px 0px 5px 0px;
    display: block;
}

div.form_login .textbox
{
    margin-left: 80px;
    width: 287px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_login p
{
    margin-left: 80px;
}

div.form_login em
{
    position: absolute;
    margin-top: 2px;
    font-style: normal;
}

div.form_login em span
{
	color: #ff0000;
}

div.form_login div.submit_button
{
    padding: 10px 0px 13px 80px;
}

div.form_login div.submit_button input
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_login div.validate
{
	margin: 0px 0px 0px 80px;
	font-size: 0;
}


/*--------*/
div.form_message
{
    position: relative;
    margin: 0px 0px 40px 0px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_message label
{
    margin: 0px 0px 5px 0px;
    display: block;
}

div.form_message .textbox
{
    margin-left: 90px;
    width: 287px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_message p
{
    margin-left: 90px;
}

div.form_message em
{
    position: absolute;
    margin-top: 2px;
    font-style: normal;
}

div.form_message em span
{
	color: #ff0000;
}

div.form_message div.submit_button
{
    padding: 0px 0px 13px 90px;
}

div.form_message div.submit_button input
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_message div.validate
{
	margin: 0px 0px 0px 90px;
	font-size: 0;
}


/*---------------*/
div.form_filter
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px;
    width: 580px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
    background: #f4f2ed;
}

div.form_filter label
{
    display: block;
    margin: 0px 0px 5px 0px;
    color: #746a56; 
}

div.form_filter .textbox
{
    margin-left: 170px;
    width: 287px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_filter select
{
    margin-left: 170px;
    /*width: 88px;*/ 
    width: 242px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_filter option
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_filter label.first
{
    margin: 0px 0px 20px 0px;
}

div.form_filter label.first_1
{
    margin: 0px 0px 5px 0px;
}

div.form_filter label.first select, div.form_filter label.first_1 select
{
	width: 300px;   
}

div.form_filter div.price
{
    margin: 0px 0px 5px 153px;
    color: #746a56;
}

div.form_filter label.price_1
{
    margin-left: 170px;
}


div.form_filter div.price .textbox,
div.form_filter div.price .textbox_1,
div.form_filter label.price_1 .textbox,
div.form_filter label.price_1 .textbox_1
{
    margin: 0px 2px 0px 2px;
    width: 105px; 
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

div.form_filter div.price .textbox_1,
div.form_filter label.price_1 .textbox_1
{
    margin-right: 10px;
}

div.form_filter div.check
{
    margin: 0px 0px 15px 170px;
}
div.form_filter div.check label
{
    display: inline;
    margin: 0px 13px 0px 0px;
    color: #746a56;
}

div.form_filter div.check input
{
    position: relative;
    top: 2px;
}

div.form_filter p.required
{
    margin: 0px 0px 0px 170px;
}

div.form_filter p.help
{
    margin: 0px 0px 20px 55px;
    font-weight: bold;
}

div.form_filter em
{
    position: absolute;
    margin-top: 2px;
    right: 435px;
    font-style: normal;
    white-space: nowrap;
    color: #000;
}

div.form_filter em span
{
	color: #ff0000;
}

div.form_filter div.submit_button
{
    padding: 0px 0px 0px 170px;
}

div.form_filter div.submit_button input
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.form_filter div.validate
{
	margin: 0px 0px 0px 170px;
	font-size: 0;
}


/*----------*/
.message_success
{
	color: #3ac514;
}

.message_wrong
{
	color: #ff0000;
}

.red
{
	color: #ff0000;
}



/* List
======================================================================================= */
ul, ol
{
    padding-left: 18px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}

ol
{
    padding-left: 24px;
}


div.flash ul
{	
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style-type: none; 
    font-size: 0;
}

div.flash ul li
{
    margin: 0px 0px 5px 0px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}

div.flash ul li a, div.flash ul li a:hover
{
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}


ul.site_map
{	
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style-type: none; 
    font-size: 0;
}

ul.site_map li
{
    margin: 0px 0px 5px 0px;
}



/* Image
======================================================================================= */
img
{
    border: none;
    font: 11px Verdana, Tahoma, sans-serif;
    color: #000;
}

div.unit img
{
    float: left;
    margin: 0px 7px 3px 0px;
    padding: 3px;
    border: 1px solid #d6d0c3;
    background: #fff;
}

div.unit div.foto img
{
    float: none;
    margin: 0px 0px 6px 0px;
    padding: 0;
    border: none;
    background: none;
}

div.catalog_describe div.gallery div.foto img
{
    margin: 0px 0px 3px 0px;
}

div.unit_news img, div.unit_news_last img, div.spec div.unit img
{
    float: left;
    margin: 0px 7px 0px 0px;
    padding: 3px;
    border: 1px solid #d6d0c3;
    background: #fff;
}

div.foto_detail img
{
	display: block;
    margin: 0px 0px 40px 0px;
}

div.foto img.label, div.foto_detail img.label
{
	position: absolute;
	margin: 0;
	top: 4px;
	right: 5px;
}

table.price img.label
{
	position: absolute;
	top: 0px;
	right: 0px;
}

div.add_goods img.fon
{
    position: absolute;
    z-index: 200;
}	



/* Page structure
======================================================================================= */

/*--------------- div ---------------*/
div.unit
{
    margin: 0px 0px 20px 0px;
    width: 100%;
}

div.unit_news
{
    margin: 0px 0px 30px 0px;
    padding-bottom: 7px;
    width: 100%;
    border-bottom: 1px dashed #d5c9a6;
}

div.unit_news_last
{
    margin: 0px 0px 18px 0px;
    padding-bottom: 10px;
    width: 100%;
    background: url("../images/double_dashed.jpg") no-repeat 0px 100%;
}

div.spec div.unit
{
	margin-bottom: 0px;
    padding: 0px 0px 8px 0px;
    width: 100%;
}

div.unit:after, div.unit_news:after, div.unit_news_last:after, div.spec div.unit:after
{
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

div.foto, div.catalog_describe div.foto
{
	position: relative;
    margin: 0 15px 15px 0;
    padding: 4px;
    float: left;
    display: inline;
    width: 276px;
    /*height: 307px;*/
    height: 330px;
    text-align: center;
    font-size: 0;
    background: url("../images/over_img_small.jpg") no-repeat;
}

div.catalog_describe div.foto
{
    margin: 0 5px 0px 0;
    width: 108px;
    height: 150px;
    text-align: left;
    background: url("../images/over_img_small_1.jpg") no-repeat;
}

div.foto_detail
{
	position: relative;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    float: left;
    display: inline;
    width: 500px;
    /*height: 550px;*/
    font-size: 0;
    background: url("../images/over_img_big.jpg") no-repeat;
}

div.foto_detail div.foto
{
	position: relative;
    margin: 0 8px 10px 0;
    padding: 4px;
    float: left;
    display: inline;
    width: 108px;
    height: 108px;
    /*text-align: center;*/
    font-size: 0;
    background: url("../images/over_img_small_1.jpg") no-repeat;
}


div.flash
{
	height: 370px;
	background: url("../images/flash_fon.jpg") no-repeat;
}

div.flash div.list
{
	float: right;
	display: inline;
	padding: 217px 0px 0px 0px;
	width: 225px;
}

div.flash div.flash_content
{
	width: 636px;
	height: 396px;
}

div.enter
{
	padding: 13px 40px;
	background: #ebe3cd;
}

div.spec
{
	padding: 8px 8px 0px 8px;
	background: #ebe3cd;
} 

div.content div.spec
{
	float: right;
	width: 285px;
} 

div.sert
{
    padding: 5px 0px 0px 38px;
	float: right;
	width: 247px;
    background: url("../images/icon.jpg") no-repeat;
} 

div.partners
{
	margin: 18px 0px 35px 0px;
	padding-top: 35px;
	background: url("../images/double_dashed.jpg") no-repeat;
}

div.partners div.info_index
{
	margin: 0px 0px 13px 0px;
	padding: 12px 5px 12px 10px;
	background: #ebe3cd url("../images/info.jpg") no-repeat 6px 6px;
}

div.over_vote_1
{
	background: url("../images/lines.jpg") repeat-y;
}

div.over_vote_2
{
	background: url("../images/top_img.jpg") no-repeat;
}

div.vote
{
	padding: 20px 17px;
	background: url("../images/bottom_img.jpg") no-repeat 0 100%;
}

div.content div.vote
{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 15px 0px;
	background: none;
	border-bottom: 1px dashed #d5c9a6;
}

div.vote div.stripe
{
	margin-left: 10px;
	height: 3px;
	font-size: 0;
	border: 1px solid #656565;
	background: #656565;
}

div.content div.vote div.stripe
{
	width: 300px;
}

div.vote div.stripe div
{
	height: 3px;
	background: #fff;
}

div.banner
{
	clear: both;
	padding: 35px 20px 0px 40px;
	word-spacing: 8px;
}

/*
div.filter
{
	margin: 0px 0px 25px 0px;
	padding: 20px 0px;
	width: 580px;
	background: #f4f2ed;
}*/

div.catalog_describe
{
	margin: 0px 0px 0px 530px;
	padding-top: 10px;
}

div.gallery
{
    margin: 0px 0px 10px 0px;
    display: table;
}

div.foto_detail div.gallery
{
	margin-bottom: 30px;
}

div.over_form_filter
{
    position: relative;
    margin: 0px;
    padding: 5px 10px;
    width: 560px;
    font-size: 0;
    background: #f4f2ed;
}

div.add_goods
{
	position: absolute;
	display: none;
	width: 430px;
	height: 289px;
	z-index: 100;
}

div.add_goods div
{
	position: absolute;
	padding: 0px 10px 10px 10px;
	width: 410px;
	height: 289px;
	z-index: 300;
}


div.add_goods iframe
{
    position:absolute;
    top: 4px;
    left: 4px;
    width: 422px;
    height: 281px;
}

div.unit div.message
{
    padding-bottom: 10px;
	border-bottom: 1px dashed #d5c9a6;
}

div.unit div.message div.answer
{
    margin: 10px 0px 0px 20px;
    padding: 7px 7px;
    background: #eae4ce;	
}

div.price_tab
{
    margin: 0px 0px 5px 0px;
    height: 44px;
    font-size: 0;
}

/*-------------- table --------------*/
table.price
{
    border-collapse: collapse;
    margin-bottom: 60px;
    width: 100%;
    font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
    clear: both;
}

table.price th, table.price td
{
	border: 1px solid #656565;
}

table.price th
{
	padding: 8px 5px;
	color: #000;
	background: #f4f2ed;
}

table.price th.sub
{
	background: none;
}

table.price td
{
	padding: 8px 5px;
	text-align: center;
    vertical-align: middle; 
}

/*table.price td.new
{
	padding: 8px 0px;
	text-align: left;
}*/

table.price td.left
{
	text-align: left;
}

table.price td.result
{
	text-align: right;
	font-weight: bold;
}

div.vote table
{
	margin: 0px 0px 10px 10px;
	font: 12px Arial, Tahoma, sans-serif;
    color: #746a56;
}



/* Additional styles (print)
======================================================================================= */
body.print
{
	margin: 0 20px;
	width: auto;
    background: #fff;
}

body.print div.header
{
	margin: 0px 0px 30px 0px;
	padding: 15px 0px 20px 0px;
	height: 155px;
	border-bottom: 1px solid #000;
}

body.print div.header img
{
	float: left;
	margin: 0px 20px 0px 0px;
}

body.print div.header p
{
	margin: 0px 0px 5px 220px;
	color: #000;
}

body.print table.price
{
	width: 95%;
	color: #000;
}

body.print h1, body.print p
{
	color: #000;
}
