HTML, BODY {height:100%;}
body{
	margin:0px;
	padding:0px;
    padding-top: 5px;
	font-family:Trebuchet MS;
	/*font-family:Arial;*/
    background-color: #333333;
}
img{
	border:0;
}
h1{
	font-size: 20pt;
}
h2{
	font-size: 15pt;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 13pt;
	margin: 0;
	padding: 0;
}
h4{
	display: inline;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
a{
	color:#046ABF;
	text-decoration:none;
	font-size: 11pt;
}
a:visited{
	color:#046ABF;
}
a:hover{
	color:#FF4400;
}
span.comment{
	font-size:10pt;
}
span.red{
	color:red;
}
span.grey{
	color:#979797;
}
.input{
	width:320px;
}
#ta_text{
  width: 500px;
  height:100px;
  overflow: auto;
  margin:0;
  padding:0;
}
.ta_text{
    width: 500px;
    height:100px;
    overflow: auto;
    margin:0;
    padding:0;
}
.resizer{
	position: relative;
	top:5px;
	right: 17px;
	cursor: se-resize;
}
div.loader{
	position: absolute;
	top:250px;
	left:50%;
}
/*Ошибка*/
div.error{
	position: absolute;
	top:200px;
	height:100px;
	width: 500px;
	border:1px solid #B1BAD9;
	padding:10px;
	background-color: #F1F3F6;
	cursor: default;
}
#error_close{
	background-image: url('images/delete.gif');
	background-position: right top;
	background-repeat: no-repeat;
	height: 24px;
}
#error_fon{
	position: absolute;
	left: 0;
	top: 0;
	
	background-color: #D9D9D9;
	height: 100%;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; 
}
/*end Ошибка*/
#tooltip{
	background:#FFFFFF;
	border:1px solid #666666;
	color:#333333;
	font:menu;
	margin-left:5px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden
}
div.last_product{
	border: 1px solid #B1BAD9;
	text-align: center;
	width:200px;
	height:250px;
}
img.last_photo{
    max-height: 150px;
    max-width: 150px;
}
/* max-height для IE6 */
* html img.last_photo {
    height: expression(this.scrollHeight > 149 ? "150px" : "auto");
}
img.cat_photo{
    max-height: 200px;
    max-width: 200px;
}
/* max-height для IE6 */
* html img.cat_photo {
    height: expression(this.scrollHeight > 199 ? "200px" : "auto");
}
.thumbnails
{
    margin: -3em 0 0 -2em;
    text-align: center;
}
.thumbnail
{
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 3em 0 0 2em;
}

.thumbnail .r
{
    position: relative;
	text-align: center;
    width: 130px;
	height:220px;
    float: left;
}

.thumbnail .r_cat
{
    position: relative;
	text-align: center;
    width: 200px;
	height:220px;
    float: left;
}
div.product_short_info{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
span.product_short_info a{
    display: block;
}
div.hit{
    float: right;   
    margin-right: 20px;
    margin-bottom: 5px;
}
div.find_propertes{
    margin: 5px 5px 5px 5px;
}
input.price_filter{
    width:40px;
}
div.cart{
    position: absolute;
    right: 2%;
    top:20px;
    width: 180px;
    height: 90px;
}
p.submenu_item{
    font-size: 10pt;
    margin: 0;
}
div.clear{
    clear: both;
}
div.menu_line{
    background: #993400;
    height: 10px;
    font-size: 1pt;
}
div.medium_photo{
    position: relative;
    text-align: center;
    padding-left: 10px;
}
div.enlarge{
    position: absolute;
    bottom: -20px;
    right: 0;
}
div.enlarge a, div.enlarge a:visited{
    color:black;
    font-size: 10pt;
    text-decoration: underline;
}
div.enlarge a:hover{
    color:#046ABF;
    
}
table.cart_table{
    border: 1px solid #B1BAD9;
    border-collapse: collapse;
}
table.cart_table td{
    border: 1px solid #B1BAD9;
    padding-left: 10px;
    padding-right: 10px;
}
table.cart_table tr.color_tr td{
    background-color: #F4F5F7;
}
/*Оформление формы заказа*/
/*Стили для верхнего слоя и всплывающего окна*/
#fuzz{ position:absolute; top:0; left:0; width:100%; z-index:100; background-color: #D9D9D9; display:none; text-align:left; }
 /*Позиционирование окна в самом центре*/
  .msgbox{ position:absolute; width:600px; z-index:200; border:5px solid #B1BAD9; background: #FFF; top: 40%; left: 50%; margin-top: -100px; margin-left: -250px; }
  .msgbox img {border:none; margin:5px;}
 /*"X" (крестик) в правом верхнем углу окна*/
  .close{ top:0px; float:right; }
  #type_of_user{
    position: relative;
    width: 235px;
    height: 90px;
    float: left;
  }
 #type_of_user table td{
    border:0;
 }
 .offer{
    margin: 5px;
 }
 .enter_info{
    float: left;
    position: relative;
    left: 10px;
    top:5px;
    border: 1px solid #B1BAD9;
    background-color: #F4F5F7;
    width: 450px;
    padding: 5px;
 }
div.self_info{
    padding-left: 20px;
 }
 .input{
    width: 320px;
 }
 table.header_table{
    background-color: #FFFFFF;
    width: 100%;
    border: 0;
 }


div.input 
{ 
    width: 185px; 
    height: 10px;  
    position: relative; 
} 
 
div.input input.text 
{ 
    width: 140px; 
    font-size: 16px; 
    position: absolute; 
    top: 3px; 
    left: 6px; 
    margin: 0;
    padding: 0; 
} 
 
div.input input.submit 
{ 
    margin: 0;
    padding: 0;
    position: absolute; 
    right:0px; 
    top: 2px; 
    border: 2px solid #CAC9C7;
} 
table.content_table{
    border: 2px solid #CCCCCC;
}

div.navigation{
    padding-top: 5px;
    margin-left: 30px;
    color:#CCCCCC;
    height: 50px;
}
div.marguee_str{
    width: 80%;
}
div.navigation a, div.navigation a:visited{
    text-decoration: underline;
    color:#CCCCCC;
}
div.navigation a:hover{
    color:#999999;
}
span.compare{
    position: absolute;
    top: 12px;
    left: 0;
}
span.compare_menu{
    position: absolute;
    top:165px;
    right:3%;
}
span.compare_menu a{
    color:#CCCCCC;
    text-decoration: underline;
}
span.compare_menu a:hover{
    color:#999999;
}
span.exchange_menu{
    position: absolute;
    top:195px;
    right:3%;
    font-size: 14px;
    color:#999;
}
div.footer{

    position: relative;
    margin-top:20px;
    padding-top: 5px;
    background: url('images/line_fotter.gif') top repeat-x;  
}
div.footer_menu{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
div.counters{
    float: left;
}
div.footer_menu a, div.footer_menu a:visited{
    color:#CCCCCC;
    display: block;
    margin-left: 10px;
    font-size: 10pt;
}
div.footer_menu a:hover{
    color:#999999;
}
div.footer_menu h4{
    color:#ffffff;
    font-style: italic;
    display: block;
}
div.author_rights{
    float: right;
    color:#CCCCCC;
}
div.author_rights a, div.author_rights a:visited{
    color:#999999;
    text-decoration: underline;
}
div.author_rights a:hover{
    color:#CCCCCC;
}
div.product_name{
    margin: 10px 0 0px 10px;
    
}
div.product_price{
    float: right;
    position: relative;
    bottom: 30px;
    margin-right: 20px;
    text-align: center;
}
span.price{
    font-size: 16pt;
    font-style: italic;
    color:#993300;
}
span.old_price{
    font-size: 13pt;
    font-style: italic;
    color:#979797;
    text-decoration: line-through;
}
img.x{
    position: relative;
    right: 9px;   
}
img.x_long{
    position: relative;
    right: 11px;
    top: -1px;   
}
span.x_text{
    color:#fff;
    position: relative;
    right: 90px;
    bottom:10px;
}
span.x_text_long{
    color:#fff;
    position: relative;
    right: 120px;
    bottom:10px;
}
div.body_text{
    margin-left: 100px;
}
div.info{
    padding-bottom: 10px;
}
div.info h4{
    font-size: 12pt;
}
span.phone{
    font-size: 12pt;
    color: #993300;
    font-weight: bold;
}

/*Для меню*/
table.menu_table{
    position: relative;
    top:5px;
    
}
#main_menu{position: relative; width: 100%; top: 0px; z-index:80}
#main_menu ul.main_menu{margin:0; padding:0; list-style:none;}
#main_menu ul.main_menu li{ display:block; float:left; height: 30px; border-right: 1px solid #414141; text-align: center;}
#main_menu ul.main_menu li a{
    display:block;  text-decoration:none; background: #993300; height: 30px; color:#fff; font: bold 11pt; padding-top: 5px;
    }

#main_menu ul.main_menu li#m1 a{ width:170px;}
#main_menu ul.main_menu li#m2 a{ width:110px;}
#main_menu ul.main_menu li#m3 a{ width:120px;}


#main_menu ul.main_menu li#m1 a:hover{ background: #CC3300;}
#main_menu ul.main_menu li#m2 a:hover{ background: #CC3300;}
#main_menu ul.main_menu li#m3 a:hover{ background: #CC3300;}


#main_menu ul.sub{
    margin:0; padding:0; list-style:none; position:absolute; top:30px; background:#663333; width:206px; z-index:101; 
     display:none;
    }
#main_menu ul.sub li{ border: 1px solid #663333; border-width: 1px 1px 1px;}
#main_menu ul.sub li a{ color:#fff; font-size:10pt; display:block; padding:5px 10px 5px 14px; background:#993300}
#main_menu ul.sub li a:hover{ background: #CC3300;}
#main_menu ul#sub1{ left:0;}
#main_menu ul#sub2{ left:170px;}
#main_menu ul#sub3{ left:280px;}

img.small_photos{
    padding:5px;
	border:1px solid #B1BAD9;
    margin-top: 10px;
}
#border_photo{
    padding:5px;
	border:1px solid #B1BAD9;
}
div.articles_body{
    padding-left: 20px;
    padding-right: 20px;
}
.clock{
    position: absolute;
    top:10px;
    z-index: 1;
}
a.page_link{
    font-weight: bold;
    padding: 3px;
    border: 1px solid #999999;
    line-height: 40px;
}
span.active_page{
    padding: 3px;
    border: 1px solid #999999;
}
.main_articles{
    margin-top: 5px;
}
ul.shares li{
    margin-bottom: 20px;
    font-size: 11pt;
}
ul.news li{
    margin-bottom: 20px;
    font-size: 11pt;
}
ul.main_articles li{
    margin-bottom: 5px;
    font-size: 11pt;
}
a.subscribe{
    color:black;
    
}
a.subscribe:hover{
    color:#046ABF;
}
a.shop_a{
    color:black;
    text-decoration: underline;
}
a.shop_a:hover{
    color:#046ABF;
}
div.filter{
    
}
div.post_text{
	margin-left:15%;
	margin-right:15%;
	margin-bottom:20px;
	margin-top:5px;
}
div.data_line{
	background-image:url('images/line.gif');
	background-repeat:repeat-x;
	background-position:center center;
	margin-left:15%;
	margin-right:15%;
}
span.data{
	font-weight:normal;
	color:#666A75;
	font-size:9pt;
	background-color:#FFFFFF;
}
#brands{
    margin-top: 50px;
}
div.brands{
    text-align: center;
    margin-top: 10px;
}
div.brands img{
    opacity: 0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    border: 1px solid #eee;
    padding: 5px;
}
div.brands img#active{
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
div.brands img:hover{
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
a.psevdo_links{
    text-decoration: none;
    color:white;
    cursor: default;
}
a.psevdo_links:hover{
    text-decoration: none;
}
img.new_icon_small{
    position: absolute;
    bottom:0;
    right: 0;
}
img.new_icon_medium{
    position: absolute;
    bottom:60px;
    right: 0;
}
img.new_icon_big{
    position: absolute;
    bottom:0px;
    right: 0;
}
span.meta{
    font-size: 8pt;
}

div.sitemap ul.parent{
    list-style-type: none;   
}
div.sitemap ul{
    margin: 5px 0px 0px 20px;
    padding: 0;
    list-style-type: circle;
}
div.sitemap li{
    margin: 5px;
    padding: 0;
}
div.sitemap ul.parent a{
    font-size: 11pt;   
}
div.sitemap ul.type a{
    font-size: 11pt;   
}
div.sitemap ul.subtype a{
    font-size: 10pt;   
}
div.sitemap ul.product a{
    font-size: 9pt;   
}

.links_seo_p4, .links_seo_p4 a 
{
 font-size: 9px;
 Color:#545454;
 text-decoration:none;
}

/** Вид товаров **/
.answer_question{
    margin-left: 11px;
}
.answer_question a{
    text-decoration: underline;
    color: #000;
}
.answer_question a:hover{
    color:#FF4400;
}


