/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 5px solid #CCCCCC;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background:#CCCCCC; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

#menu_text{
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}


#menu_text p{
	padding: 10px 5px 10px 20px;
	font-weight:bold;
	background-repeat: repeat-y;
	color: #B32D00;
	background-color:#D7D7D7;

}

.type_table td{
	padding-right:30px;
	padding-bottom:30px;
}

.head{
	background-color:#FAF9F9;
	width:100%;
	height:157px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
.logo{
	background-image: url(images/2010logo.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	margin-right:10px;
}
.catalog{
padding-left:0px;
}
.catalog li{
	line-height:2;
}
.cat_ad{
	width:190px;
	padding:0 0px 10px 10px;
	text-align:center;
}

#blueblock{
width: 190px;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 170px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #fff;
margin: 0;
}

#blueblock li a{
	display: block;
	padding: 10px 5px 10px 20px;
	background-color: #f6f6f6;
	color: #333333;
	text-decoration: none;
	width: 100%;
}


html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
background-color: #666666;
color:#FFFFFF;
}


#modernbricksmenu{
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu td{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

#modernbricksmenu a{
	display: block;
	color: #666666;
	margin: 0; /*Margin between each menu item*/
	padding: 5px 5px 5px 5px;
	background-color: #D7D7D7;
	text-decoration:none;
	font-weight:bold;
	border-right: 1px solid #C3C3C3;
	border-left: 1px solid #f6f6f6;
	border-bottom: 3px solid #CCCCCC;
	text-align:center;
	vertical-align:bottom;
	text-transform: uppercase;	
}

#modernbricksmenu a:hover{
border-bottom: 3px solid #666666;
background-color: #999999;
color:#FFFFFF;

}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}




.nav_table td{
	padding-bottom:20px;
}
.promo_menu{
float:right; position:absolute; right:20px; top:220px; padding:5px; background-color:#f6f6f6; line-height:1.5
}

.rs{
	font-weight: bold;
	color: #CC3300;	
} 

.br td{
	width:50%;
	padding:5px;
	padding-top:0px;
	background-color:#f6f6f6;
	border-right: 5px solid #FFFFFF;
}	
.main_br{
	font-size:13px;
}
.main_br img{
	margin-right:10px;
}
.main_br td{
	width:50%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#f6f6f6;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;		

}
.br_sign{
	color: #fff;
	background-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding:3px;
	padding-left:5px;
	margin-bottom:5px;	
	font-size:110%;

}

.br_sign_red{
	color: #fff;
	background-color: #B32D00;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding:3px;
	padding-left:5px;
	margin-bottom:5px;	
	font-size:110%;

}

.main_br_sign{
	color: #fff;
	background-color: #B32D00;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC6666;
	padding:3px;
	padding-left:5px;
	margin-bottom:5px;	
	font-size:110%;
	font-weight:bold;
	font-style:italic;

}
.huge_head{
	color:#CCCCCC;
	font-size:30px;
}
.br{
	margin-bottom:5px;
}

.enter{
	font-size:90%
}
.enter a{
	color:#0066CC;
}
div.hr {
	height: 1px;
	
	background-attachment: scroll;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
}
div.hr hr {
  display: none;
  
}



.enterform{
	padding:0px;
	border:0px;
	
	
}
.enterform td{
	padding:0px;
	font-size:90%;
}
.logos_table td{
	padding-right:30px;
}
html,body{
height:100%;
margin:0px;
padding:0px
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	background-repeat: repeat-x;
}
table{
	border:0px; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */
}

table td{
	padding:0px; /* cellspadding="0" */
	vertical-align: top;
} 
form{
margin:0;
}
.nav{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	font-weight:bold;
}

.nav a{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
.nav a:hover{
	color: #CC3300;
}
.bullet{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
}

.adv{
	font-size: 90%;
	color: #999999;
}
.adv_big{
	font-size: 100%;
	color: #999999;
}

.headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.menu_col_left{
	width:175px;
	padding-top:15px;
	font-size:11px;
}
.bottom{
	background-color:#f6f6f6;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
 	color: #666666;	
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;


}
.bottom a{
	color:#0066CC;
}
.menu_col_right{
	width:170px;
	background-color:#f6f6f6;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_col_right a{
	color:#0066CC;
}
.menu_col_right a:hover{
	color:#CC3300;
}

p.cattext{
        vertical-align: top;
        font-family:Tahoma;
        font-size:11px;
        color:#000000;
}
td.tuning{
        vertical-align: top;
        font-family:Tahoma;
        font-size:11px;
        color:#000000;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.sorry{
	font-family: Tahoma;
	font-size: 12px;
	color: #CC3300;
}


hr{
	height: 1px;
	background-image: url(images/hor-rule.gif);
}
hr.index{
	height: 1px;
	BACKGROUND-COLOR: #000000;
	width:90%;
}


table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

.form_button {
        BORDER: #000000 1px solid;
        FONT-SIZE: 11px;
        FONT-FAMILY: Verdana,Tahoma,Arial;
        BACKGROUND-COLOR: #ffffff;
        color: #505050;
        }

p {
    margin: 0;
    padding: 0;
}


h1,h2{
	color: #666666;
	margin-bottom:5px;
	margin-top:5px;
	font-weight:normal;
}
h1{
	font-size:24px; 
	text-transform:uppercase;
	margin-bottom:10px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
}

.content{
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	
}
.content a{
	color:#0083d7;
}
.content a:hover{
	color: #CC3300;
}

.title{
	color: #FFFFFF;
	text-align: right;
	padding-right:5px;
	background-color: #666666;
	height:15px;
	vertical-align:middle;	
}
.news_date{
	font-size: 10px;
	color: #333333;
	padding-right:5px;
}
.news_text {
	font-size: 90%;
	color: #333333;
	text-decoration: none;	
}


.news td{
	padding:5px 10px 5px 5px;
	font-size:11px;
	width:50%;
}

.news_info{
	padding-right:35px;
}

td.news_img{
	padding-bottom:20px;
}

.news_img img{
	padding:5px;
	border: 1px solid #CCCCCC;
	background-color: #fff;	
}

.news_img img:hover{
	border: 1px solid #0083D7;


}

.store{
margin-top:20px;
}
.store a{

	
}

.store td{
	vertical-align:top;
	padding-right:10px;
}
.good{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:5px;
	border-color:#333333;
	height:220px;

}



.prod{
	background-color: #f6f6f6;
	width:220px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding:3px;
}



a.ch_brand, a.ch_brand_cur, a.ch_brand_cur:hover{
	font-weight: normal;
}

a.ch_cat, a.ch_cat_cur, a.ch_cat_cur:hover{
	font-weight: bold;
}



a.ch_cat, a.ch_brand{
	background-color: #E4E4E4;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	line-height:1.5;
}

a.ch_cat:hover, a.ch_brand:hover{
	background-color:#0066CC;
	color:#FFFFFF;
}



a.ch_cat_cur, a.ch_brand_cur{
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}


a.ch_cat_cur:hover, a.ch_brand_cur:hover{
	background-color:#0066CC;
	color:#FFFFFF;
	text-decoration:none;	
}


.good_text{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #f6f6f6;
	padding: 5px;	
}




a.prod_title{
	color:#333333;
	font-size:11px;
}


.menu_goods{
	background-image: url(../images/menu_goods_back.gif);
	background-repeat: no-repeat;
	padding:4px;
	padding-bottom:10px;
	height:110px;
	width:90px;
}
.menu_goods_table{
	padding:0px;
	border:0px;
	margin:0px;
	width:100%;
}

.menu_goods_table td{
	padding:0px;
	border:0px;
	width:90px;
}

.order{
	background-color: #f6f6f6;
}
.order td{
padding:5px;
}
.paspartu_r{
	padding:5px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	margin-left:10px;	
}
.paspartu_l{
	padding:5px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	margin-right:10px;
}




.enterform{
	padding:0px;
	border:0px;
	
}
.enterform td{
	padding:0px;
}
.regform{
	background-color:#f2f2f2;
	padding:0px;
	border:0px;
	
}
.regform td{
	padding:3px;
}

.error_mes{
	background-image: url(images/stop_sign.gif);
	padding-left:30px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	height:40px;			
}
.attention{
	background-color: #f6f6f6;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC3300;
	width:600px;
	padding:10px;
}
.adv_pages{
	width:600px;
}
.adv_pages p{
	margin-top:7px;
}
.double_frame img{
	padding:3px;
	border: 1px solid #CCCCCC;
	margin-left:10px;	
}

.counters td{
	padding:3px;
	text-align:center;
}
.counters{
	margin-top:50px;
	width:100%;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	padding-left:5px;
	padding-right:5px;
	text-decoration:none; 
	margin-right:10px; 
	color:#CC3300; 
	font-weight:bold;
	background-color:#CCCCCC;
	border:1px solid #666666;
	padding-top:15px;
	padding-bottom:5px;

}
a.button:hover{
	background-color:#f6f6f6;
}



a.squarebutton{
background: transparent url('images/square-gray-left.gif') no-repeat top left;
display: block;
float: right;
font: bold 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 40px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #CC3300; /*button text color*/
}

a.squarebutton span{
background: transparent url('images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 40px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.order_button{
	float:right;
	vertical-align:bottom;
	padding-top:100px;
	padding-right:10px;
}

.info{
	color:#CC3300;
	margin-bottom:20px;
	padding:3px;
	background-color:#FFFFCC;
	font-weight:bold;
}

.price_table{
	
	background-color:#f7f7f7;
}

.price_table td{
	padding:3px;
	border:solid 1px #CCCCCC;
}


.lang{
	font-size:11px;
	float:right;
	background-color:#E5E5E5;
	border:1px solid #CCCCCC;
	padding:2px;
}

.lang a{
	color:#CC3300;
	text-decoration:none;
}	

.brands{
	margin:10px 0 10px 0;
}

.product_photo{
	margin-top:20px;
}	

.product_price{
	margin:10px 0 10px 0;
	font-size:16px;
}	


.product_photo img{
	border: 5px solid #CCCCCC; 
	
}

.content table{
	align:left;
}

.cat_link{
	margin:5px;
}
.cat_link a{
	font-size:11px;
	color:#006600;
	margin:5px;
	font-weight:bold;
	background-color:#CC3300;
	color:#FFFFFF;
	padding:3px;
}

.cat_link a:hover{
	background-color:#0099CC;
}

.price_table td{
	padding:5px;
	vertical-align:middle;
}



.footer_small{
	font-size:10px;
}

.footer_small a{
	color:#666666;
}


#menu2009{
	margin:0 0 0 22px;
	width:163px;
}

#menu2009 td{
	padding:3px;
	font-size:13px;
	font-weight:bold;
	color: #0083d7;
	text-align:center;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#menu2009 td a{
	color: #0083d7;
	text-decoration:none;
	text-transform:uppercase
}



#menu2009 tr.highlight{
	background-color:#ffff00;
	cursor: pointer;
}
#gallery td{
	padding:5px 20px 5px 0px;
}

#gallery img{
	padding:5px;
	background-color:#CCCCCC;
}

#gallery img:hover{
	padding:5px;
	background-color:#FAC101;
}



.brands_list td{
	padding-bottom:10px;
}




