*{
  margin:0;
  padding:0;
}

body{
  font:62.5% Verdana, sans-serif;
  background:url(../images/bgr.jpg) center center no-repeat fixed;  
  background-color:#3E3E3E;
  color:#FFF;  
}
img{
  border:none;
}
a{
  color:#FFF;
  text-decoration:none;
}
.no-border{ border:none !important; }
ul{ list-style:none; }
a:hover{
 text-decoration:underline;
}
button:hover{
  cursor: pointer;
}
a:focus{
  outline:none;
}

#wrapper{
  width:960px;
  margin:0 auto;
  overflow:hidden;  
  background:url(../images/wrapper_bg.png) top left no-repeat;
  background-color:#3E3E3E;
}

.column{
  float:left;
  width:146px;  
  padding:0 22px;
}
.content{
  width:770px;  
  overflow:hidden;
  position:relative;
}

.logo{
  padding:24px 30px;
  width:130px;
  background-color:#2A282B;
  margin-top:82px;
  margin-left:-22px;
  display:block;
}

.column .nav{ 
  list-style:none; 
  width:145px;   
  margin-top:20px;  
  font-size:1.2em;  
  overflow:hidden;
}

.column .nav li{ 
  overflow:hidden; 
  margin-bottom:2px;
/*  height:24px;*/
}
.column .nav li.selected{ height:auto; }
.column .nav li a{
  background:url(../images/menu_images.gif) 0 0px no-repeat;
  width:135px;
  height:19px;
  padding-top:5px;
  padding-left:10px;
  display:block;  
  float:left;
}
.column .nav li a:hover{
  background:url(../images/menu_images.gif) 0 -120px no-repeat;
  color:#FFF;
}
.column .nav li.open a.category{
  background:url(../images/menu_images.gif) 0 -60px;
}

.column .nav li.selected a.selected{
  background-position:0 -410px;
  color:#3F3F3F;
  font-weight:bold;
}

.column .nav li.selected.open a.category.selected{
  background-position:0 -300px;
  color:#3F3F3F;
  font-weight:bold;
}



.column .nav li .toggler{
  float:left;
  margin-left:-20px;    
  margin-top:5px;  
  border-left:1px solid #adaead;
  width:10px;
  height:7px;
  padding-left:6px;
  padding-top:5px;
}
.column .nav li .toggler:hover{
  cursor:pointer;
}
.column .nav li .arrow{
  display:block;  
  background:url(../images/menu_arrows.gif) 0 0 no-repeat;
  width:5px;
  height:3px;
}
.column .nav li.selected .arrow{
  background:url(../images/menu_arrows.gif) 0 -12px no-repeat;
}
.column .nav li.open .arrow{  
  background:url(../images/menu_arrows.gif) 0 -21px no-repeat;  
}

.column .nav li.selected.open .arrow{  
  background:url(../images/menu_arrows.gif) 0 -17px no-repeat;  
}

.column .nav li span:focus{
  outline:none;
}

.column .sub-nav{ 
/*  list-style:square; */
  background:url(../images/menu_grad.gif) center bottom no-repeat;
  background-color:#835385;  
  padding-bottom:5px;    
  clear:both;    
}
.column li.selected .sub-nav{ 
  background:url(../images/menu_grad_gray.gif) center bottom no-repeat transparent;
/*  background-color:#FFF;  */
  color:#3F3F3F;
}

.column .sub-nav li{
  margin-bottom:0;
}
.column .sub-nav li.selected a.selected{  
  background-position:0 -60px;  
}

.column .sub-nav li a,
.column .nav.black .sub-nav li a{
  background:url(../images/nav_square.gif) 11px 11px no-repeat;  
  padding-left:23px;
  height:18px;
  padding-top:5px;
  width:122px;
  font-size:11px;
}

.column li.selected .sub-nav li a{
  color:#3F3F3F;
  background:url(../images/nav_square_black.gif) 11px 10px no-repeat;  
}

.column .nav.black li.selected .sub-nav li a{ color:#FFF; }

.column .nav.black .sub-nav li a{ font-size:11px; }
.column .sub-nav li a:hover{
  background:url(../images/menu_images.gif) 0 -91px no-repeat;
}

.column li.selected .sub-nav  a:hover{
  background:url(../images/menu_images.gif) 0 -376px no-repeat;    
}

.column li.selected .sub-nav li a.selected{
  background-image:url(../images/menu_images.gif);    
  background-position:0 -347px;
  color:#FFF;
  padding-top:4px;
  height:19px;
  font-weight:normal;
}

.column .nav.black li a{
  background-position:0 -30px;
}
.column .nav.black li a:hover{
  background:url(../images/menu_images.gif) no-repeat;
  background-position:0 -210px;
  color:#FFF;
}
.column .nav.black li a.selected{
  background-position:0 -150px;  
}

.column .nav.black .sub-nav{
  background:url(../images/menu_grad_black.gif) center bottom no-repeat;
  background-color:#343434;
}
.column .nav.black .sub-nav li a:hover{
  background-position:0 -180px;
}
.column .nav.black .sub-nav li a.selected{
  background-position:0 -180px;
}

.column .nav.black{
  padding-bottom:15px;
  border-bottom:1px solid #666666;
}

.column .navigation-pages{ margin:20px 0 20px 10px; font-size:12px; }
.column .navigation-pages li{ margin-bottom:10px; }

.column .search{
  background:url(../images/search_bgr.gif) center center no-repeat;
  width:110px;
  height:19px;
  font-size:12px;
  padding-left:10px;
  padding-right:25px;
  color:#000;
  border:none;
  margin-bottom:3px;
  padding-top:2px;
}
.column .search_field{ height:28px;}
.column .search_field button{
  position:relative;
  left:120px;
  top:-24px;
  width:25px;
  height:21px;
  border:none;
  background:url(../images/search_bgr.gif) center right no-repeat;
}
.column label.search_products{
  margin-right:18px;
}
.column .search_field button span{ display:none;}
.column .advanced-search{  
  color:#666666;
  font-size:11px;
}
.column label{
  color:#AFAFAF;
  position:relative;
  top:-2px;
  left:2px;
}

.column .promo-container{
  width:145px;
  height:165px;
  margin-top:20px;
}

.column .make-request{
  background:url(../images/request_btn.gif) center center no-repeat;
  margin:20px 0;
  width:125px;
  height:28px;
  display:block;
  font-size:12px;  
  line-height:1.1em;
  padding:6px 10px;
}
.column .contacts{
  padding-top:20px;
  border-top:1px solid #666666;
  font-size:10px;  
  color:#898989;  
}
.column .contacts p{
  line-height:1.2em;
}
.column .contacts .phone{
  color:#FFF;
  font-size:14px;
  font-weight:bold;
}
.column .contacts p span{
  color:#666666;
  display:block;
  margin-bottom:5px;
  font-size:11px;
}
.column .contacts a{ color:#C6AFC6; margin-top:5px; display:block; }

.content .header-widget{
  width:770px;  
}

.content .breadcrumbs{
  margin:17px 0 17px 25px;
  color:#AFAFAF;
  font-size:11px;
}
.content .breadcrumbs a{
  
}

.content .promo-widget{
  width:770px;  
  margin-top:30px;
}

.content .new-products-container{
  height:246px;
  background:url(../images/new_products_bgr.gif) center center no-repeat;  
  padding:17px 24px;
}
.content .home-products-container,
.content .subcategory-products-container{
  height:170px;  
  padding:25px 22px;  
  background-color:#2A282B;
  margin-bottom:1px;
}

.content .subcategory-products-container{
/*  background:url(../images/list_products_bgr_big.png) bottom left no-repeat transparent;*/
}
.new-products-container .heading{
  font-size:14px;
  border-bottom:1px solid #b290b3;
  padding-bottom:12px;  
  width:721px;
}

.new-products-container .heading a{ float:right; font-size:10px; color:#bb96bf; }



.list-products{
  overflow:hidden;
  margin-left:-30px;  
}
.list-products .promo{
  border:2px solid #FFF;
  height:16px;
  background-color:#723473;
  font-size:10px;
  text-align:center;
  float:left;
  clear:both;
  padding:3px 6px 0px 6px;
  position:relative;  
  margin-left:-10px;
  margin-top:-112px;
  
}
.list-products .promo-second{
  border:2px solid #FFF;
  height:16px;
  background-color:#723473;
  font-size:10px;
  text-align:center;
  float:left;
  clear:both;
  padding:3px 6px 0px 6px;
  position:relative;  
  margin-left:-10px;
  margin-top:-80px;  
}

.list-products .promo-medium{
  border:2px solid #FFF;
  height:16px;
  background-color:#723473;
  font-size:10px;
  text-align:center;
  float:left;
  clear:both;
  padding:3px 6px 0px 6px;
  position:relative;  
  margin-left:-10px;
  margin-top:-90px;  
}

.list-products .promo-medium-second{
  border:2px solid #FFF;
  height:16px;
  background-color:#723473;
  font-size:10px;
  text-align:center;
  float:left;
  clear:both;
  padding:3px 6px 0px 6px;
  position:relative;  
  margin-left:-10px;
  margin-top:-76px;  
}
.list-products li{
  float:left;
  width:120px;  
  margin-left:30px;
  height:210px;
}
.list-products li a img{
  border-bottom:4px solid #713771;  
  width:120px;
  height:120px;
  display:block;
}

.list-products li.nav{
  width:122px;    
  border-bottom:none;
}

.list-products li.nav a{    
  clear:both;
  display:block;
  font-size:11px;
  margin-bottom:5px;
  margin-left:2px;
  margin-top:5px;
  text-align:left !important;
}

.list-products li.nav a.category{
  font-size:18px;
  font-weight:bold;
  margin-top:0;  
  margin-left:0;
  line-height:1.1em;
}

.darken{
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter:alpha(opacity=40);
  width:120px;
  height:124px;  
  overflow:hidden;
  background-color:#000;
  margin-top:-124px;
}

.darken-medium{
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter:alpha(opacity=40);
  width:100px;
  height:104px;  
  overflow:hidden;
  background-color:#000;
  margin-top:-104px;
}


.list-products a{ display:block; text-align:center;}
.list-products .title{ color:#C6C6C6; font-size:11px; margin:5px 0; }
.list-products .price,
.list-products .price-promo,
.list-products .price-old{ display:block; }
.list-products .price,
.list-products .price-promo{ font-weight:bold; font-size:12px; }
.list-products .price-promo{
  color:#D06CFF;
  margin-top:2px;
  clear:both;
}
.list-products .price-old{
  color:#646265;
  text-decoration:line-through;
  font-size:11px;
  float:left;
  margin-bottom:3px;
}
.list-products .price-percent{
  color:#D06CFF;
  float:left;
  margin-left:5px;  
}


.new-products-container .list-products{ margin-top:22px; overflow:hidden; }

.new-products-container .list-products li a img{ border-bottom:3px solid #FFF; }

.home-products-container .list-products li a img{ border-bottom:4px solid #713771; }

.new-products-container .list-products .price-old{
  color:#A26DA3;
}

.subcategory-container{
  padding:18px 25px;
  background-color:#2A282B;
  min-height:1020px;
}

.subcategory-container .heading{
  border-bottom:1px solid #676568;
  padding-bottom:10px;
  overflow:hidden;
  margin-bottom:25px;
}
.subcategory-container .heading .sort span{ color:#AFAFAF; }
.subcategory-container h1{
  line-height:1.1em;
  font-size:18px;
  float:left; 
}
.subcategory-container h1 span{
  font-size:16px;
}
.subcategory-container .sort{
  float:right;  
}
.subcategory-container .sort input{
  position:relative;
  top:2px;
  margin-left:5px;
}
.subcategory-container .sort label{
  position:relative;
  top:-1px;
}
.search-container{
  padding-bottom:10px;
  border-bottom:1px solid #666;
}

.search-container .search{
  height:17px;
  width:370px;
  padding-top:3px;
}
.search-container button{
  background:url(../images/search_btn.gif) 0 0 no-repeat;
  border:none;
  width:104px;
  height:22px;  
  position:relative;
  top:-5px;
  margin-left:6px;
  margin-right:20px;
}
.search-container button span{
  display:none;
}
.search-container label{
  margin-right:15px;
  position:relative;
  top:-2px;
  color:#AFAFAF;
}
.result-info{
  margin-top:10px;
  font-size:11px;  
}
.result-info span{
  display:block;
  clear:both;
  color:#AFAFAF;
  margin-top:3px;
}
.result-border{
  border-bottom:1px solid #666;
  width:66px;
  margin:10px 0 20px 0;
}
.result-border.products{ width:100%; margin-bottom:10px; }
.subcategory-container .news{ margin-bottom:15px; }
.subcategory-container .news a{
  font-size:12px;  
}
.subcategory-container .news span{ 
  display:block;   
  color:#666666;  
  margin-top:2px;  
  margin-right:20px;
}
.subcategory-container .news span em{
  padding:0 4px;
}
.sort a{
  color:#666666;
}
.sort a.selected{
  color:#AFAFAF;
}
.sort .delimiter{
  padding:1px 2px 1px 4px;        
  border-right:1px solid #3f3d40;
}

.sort .show-all{ margin-right:55px;}

.pagination{
  background:url(../images/pagination_bgr.gif) 0 0 repeat-x;
  height:17px;
  padding:13px 22px;
  font-size:11px;
}
.pagination .next, .pagination .previous{
  color:#AFAFAF;  
  margin-top:2px;
}
.pagination .next{ 
  float:right; 
  background:url(../images/icons.gif) right -90px no-repeat;
  padding-right:30px;
  height:15px;
  display:block;
  padding-top:2px;  
}
.pagination .previous{ 
  float:left;
  background:url(../images/icons.gif) left -70px no-repeat;
  padding-left:25px;
  height:15px;
  display:block;
  padding-top:2px;  
}
.pagination .pages{
  width:160px;
  overflow:hidden;
  margin:0 auto;  
  margin-top:-4px;
}
.pagination .pages a{ margin:8px; float:left; color:#898989;}
.pagination .pages a.selected{
  background:transparent url(../images/icons.gif) 0 -40px no-repeat;
  color:#FFFFFF;
  display:block;
  float:left;
  font-weight:bold;
  height:19px;
  margin:3px 0 0;
  padding:5px 0 0 8px;
  width:16px;
}

.pagination a:hover{
  text-decoration:underline;
}



/* -------- PRODUCT --------- */
.product-container{
  padding:24px;
  background:url(../images/corner_top_left.gif) top left no-repeat;
  background-color:#2A282B;
  overflow:hidden;  
  position:relative;
}
.product-gallery.zoom-in{
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
  _cursor:url(/images/zoom-in.cur);
}
.product-description{
  width:280px;
  float:left;
  font-size:11px;
}
.product-description h1{ font-size:21px; }
.prod-number{
  border-bottom:1px solid #696468;
  margin:6px 0;
  padding-bottom:8px;
  color:#846D84;
}
.prod-number span{  
  padding-left:5px;
}
.product-gallery{
  float:left;
  width:415px;
  margin-left:25px;       
  position:relative;
}

.product-gallery .image-container{  
  position:absolute;
  top:0;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);      
}

.product-gallery .image-container-show{
  display:block;
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);    
}
.product-gallery .image-container img{    
  
}

.product-gallery .hint-container{ 
  position:absolute;   
  z-index:100;    
}

.product-gallery .hint-container .icon{  
  background:url(../images/icons.gif) 0 -20px no-repeat;
  height:15px;
  width:15px;
  position:relative;
  z-index:100;
}

.product-gallery .hint-container .icon.over{
  background:url(../images/icons.gif) 0 0 no-repeat;  
}
.product-gallery .hint-container .text{  
  overflow:hidden;
  position:relative;
  top:-7px;  
}
.product-gallery .hint-container .description{  
  margin-left:7px;  
  width:107px;  
  border-left:1px solid #3F3F3F;    
  border-right:1px solid #3F3F3F;
  background-color:#FFF;
  color:#3F3F3F;
  padding-left:11px;
}
.product-gallery .hint-container .top{
  background:url(../images/tooltip_corners.gif) 0 0 no-repeat;
  width:133px;
  height:7px;
  overflow:hidden;
  margin-left:7px;    
}

.product-gallery .hint-container .bottom{
  background:url(../images/tooltip_corners.gif) 0 -7px no-repeat;
  width:133px;
  height:7px;
  overflow:hidden;
  margin-left:7px;    
}


.product-gallery .with-border{
  border-bottom:4px solid #713771;    
}

.product-gallery .triangle{
  background:url(../images/triangle_bottom_right.gif) bottom  right no-repeat;
  float:right;
  width:30px;
  height:30px;  
  position:absolute;
  bottom:3px;
  right:0;
  z-index:1000;
}
.product-gallery #zoomer{
  display:block;
  background:url(../images/icons.gif) 0 -148px no-repeat transparent;
  width:15px;
  height:15px;
  margin-left:8px;
  margin-top:7px;
  cursor:pointer;
}
#zoom-container{   
  right:25px;
  overflow:hidden;
  position:absolute;
  top:25px;
  width:415px;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  display:none;
  z-index:900;
}
#zoom-container.zoom-out{
  cursor:-moz-zoom-out;
  cursor:-webkit-zoom-out;
  _cursor:url(/images/zoom-out.cur);
}
#zoom-container img{
  position:relative;
}

.product-description .tags{ border-bottom:1px solid #696468; padding-bottom:8px; clear:both;overflow:hidden; margin-top:7px;}
.product-description .tags li{
  float:left;
  color:#846d84;
  border-right:1px solid #846d84;
  padding-right:8px;
  margin-right:8px;
  margin-bottom:4px;
}

.product-description .tags li a{
  color:#FFF;
}
.product-description .tags li.last{ border:none; padding-right:0; margin:0; margin-bottom:4px; }

.product-description .text{ margin:15px 0; line-height:14px;}

.product-description .dimensions{ 
  font-size:12px;
  border-bottom:1px solid #696468;
  border-top:1px solid #696468;
  padding-bottom:7px;  
  padding-top:7px;
  color:#898989;
}
.product-description .dimensions strong{
  font-weight:normal;
  color:#FFF;
}
.product-description .dimensions span{ padding:0 12px;}

.product-description .thumbnails{
  margin-top:14px;  
  padding-bottom:14px;
  border-bottom:1px solid #696468;
  overflow:hidden;
}
.product-description .thumbnails img{
  margin-right:10px;
  border-bottom:3px solid #713771;
  float:left;
}
.product-description .thumbnails img.last{
  
}
.product-description .condition{ 
  font-weight:bold; font-size:12px;
  margin-top:7px;
  padding-bottom:7px;
  border-bottom:1px solid #696468;
}
.product-description .condition .available{
  background:url(../images/check.png) center left no-repeat;
  display:block;  
  padding-left:21px;
  float:right;
  margin-right:111px;
  height:15px;  
}
.product-description .prices{
  margin-top:15px;
  color:#AFAFAF;
  font-size:11px;
}
.product-description .prices p{ 
  width:100%; 
  line-height:1.6em;
  overflow:hidden;
}
.product-description .prices span{ 
  font-size:12px; font-weight:bold; color:#FFF;
  float:right;  
}
.product-description .prices .big{ font-size:12px;  }
.product-description .prices .big span{ font-size:16px; }
.product-description .prices .delimiter{ 
  width:25px; height:1px;
  border-top:1px solid #696468;
  margin:6px 0 2px 0;
}
.product-description .user-actions{
  margin-top:50px;
}
.product-description .user-actions .make-request{
  background:url(../images/make_request_large.gif) 0 0 no-repeat;
  width:264px;
  height:20px;
  display:block;
  padding-top:6px;
  padding-left:10px;
}
.product-description .user-actions .send{
  margin-top:8px;
  color:#FFF;
  display:block;
  float: left;
  background:url(../images/mail.gif) 0 0 no-repeat;
  padding-left:22px;
}


.more-products{
  margin-left:25px;
  margin-top:18px;
  padding-right:25px;
}
.more-products .heading{
  font-size:14px;
  padding-bottom:10px;
  margin-bottom:15px;  
  border-bottom:1px solid #666666;
}
.more-products .heading a{   
  float:right;
  font-size:10px;
  margin-top:4px;
}
.more-products .list-products{ margin-left:-22px;}
.more-products .list-products li {
  width:100px;
  margin-left:22px;
  margin-bottom:20px;  
  height:150px;
}
.more-products .list-products li a img{ width:100px; height:100px; }
.more-products .list-products .title{ margin:4px 0;font-size:10px; }

.list-products .price, .list-products .price-promo {
  font-size:11px;  
}


.request-container{
  border:20px solid #713571;
  background-color:#FFF;
  width:624px;
  padding:18px;
  color:#898989;
  font-size:11px;
  overflow:hidden;
  height:410px;
}
.request-container .close{
	background:url(../images/close.gif) 0 0 no-repeat;
	width:288px;
	height:22px;
	display:block;
	padding-top:4px;
	color:#FFF;
	text-align:center;	
	margin:100px auto 0;
}

.request-container .left-column{
  width:295px;
  float:left;
}
.request-container .heading{
  color:#666666;
  font-size:16px;
  padding-bottom:10px;
  border-bottom:1px solid #AFAFAF;
  margin-bottom:12px;
}
.request-container img{
  float:left;
  border:2px solid #AFAFAF;
}
.request-container .product-name{
  font-size:14px;
  color:#3F3F3F;
  font-weight:bold;
  margin-top:10px;
  float:left;
  margin-left:8px;
}

.request-container .row{
  margin:12px 0;
  padding-bottom:12px;
  border-bottom:1px solid #AFAFAF;
}
.request-container .row span{ 
  float:right;
  font-weight:bold;
  font-size:14px;
}
.request-container .row select{
  float:right; 
  margin-top:-2px; 
}
.request-container .delivery label{
  margin-right:60px;
  float:left;
}
.request-container .delivery ul{ overflow:hidden;}

.request-container .delivery ul li {float:left;}
.request-container .delivery ul li label{ float:none; margin-right:0;}
.request-container .delivery input{
  margin-left:20px;
}
.request-container .delivery .text{
  margin-top:15px;
  font-size:10px;
  color:#AFAFAF;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #AFAFAF;
}
.request-container .price span{
  float:right;
  font-weight:bold;
  font-size:12px;
}
#product_inquiry_quantity{
  float:right;
  width:30px;
  text-align:right;
}

.request-container  .right-column{
  float:left;
  width:287px;
  margin-left:35px;
}
.request-container  .right-column label{
  margin-bottom:2px;
  display:block;
}
.request-container  .right-column input{
  width:100%;
  height:19px;
  margin-top:2px;
  padding-top:2px;
  margin-bottom:10px;
}
.request-container  .right-column input,
.request-container  .right-column textarea{
  width:100%;  
}
.request-container  .right-column textarea{
  height:76px;
}
.request-container  .right-column button{
  background:url(../images/send_btn.gif) 0 0 no-repeat;
  width:288px;
  height:26px;
  border:none;
  text-align:left;
  padding-left:8px;
  color:#FFF;
  margin-top:15px;
}

.content .half-container{
  float:left;
  width:385px;
  overflow:hidden;    
}
.half-container.news{ background-color:#2E2C2F; }
.half-container.articles{ background-color:#4A4A4A; padding:10px 20px 0 20px; width:345px; }

.half-container h2{
  font-size:18px;
  font-weight:bold;
  border-bottom:1px solid #414141;  
  padding:10px 20px;
}
.half-container h3{ font-size:12px; }

.half-container.articles h2{ border-bottom:1px solid #666666; padding:0 0 10px 0;}
.half-container.articles .news{ padding:10px 0px; border-bottom:1px solid #666666; }

.half-container.news .news{ padding:10px 20px; border-bottom:1px solid #414141; }

.half-container span{  
  color:#666666;
  margin-top:2px;
  display:block;  
}
.half-container span em{ padding:0 4px; }
.half-container .short-text{ padding:10px 0px; font-size:11px; color:#AFAFAF; }
.half-container a{ font-weight:bold;color:#FFF;}


.half-container.contacts{ background-color:#2E2C2F; padding:12px 20px; width:345px; }
.half-container.contacts p{ display:block; color:#AFAFAF; font-size:11px;}
.half-container.contacts h1{ font-size:18px; border-bottom:1px solid #666666; padding-bottom:10px; margin-bottom:15px; }
.half-container.contacts h3{ font-size:11px; font-weight:bold; margin:19px 0 3px 0;}
.half-container.contacts a{ font-size:11px; font-weight:bold; color:#AFAFAF;}

.half-container iframe{
  border:10px solid #4A4A4A;
  margin-top:20px;
}

.half-container.write-us{ background-color:#4A4A4A; width:345px; padding:10px 20px; }
.half-container.write-us h2{ border-bottom:1px solid #666666; padding:10px 0; font-size:12px; }
.half-container .contacts-form{ margin-top:15px;}
.contacts-form label{ clear:both; display:block; font-size:11px; color:#AFAFAF; margin:0px 0 4px 0; }
.contacts-form label span{ display:inline; color:#AFAFAF; }
.contacts-form input, .contacts-form textarea{ 
  margin-bottom:10px; 
  width:100%; 
  color:#3F3F3F; 
  -moz-border-radius:5px; 
  border:1px solid #4A4A4A; 
  padding-left:5px;
  -webkit-border-radius: 5px;
}
.contacts-form input{ height:19px; padding-top:3px;}
.contacts-form textarea{ height:160px;}
.contacts-form button{ margin-top:16px; background:url(../images/feedback_btn.gif) 0 0 no-repeat; width:145px; height:24px; border:none; color:#FFF; }
.contacts-form .required-fields{ display:inline; margin-left:40px; color:#AFAFAF; }
.error_list li{ color:#d06cff; }


.text-page-container{
  width:536px;
  background-color:#4A4A4A;
  padding:15px 20px;  
  font-size:11px;
  margin-bottom:10px;
}
.text-page-container .text{
  color:#AFAFAF;  
}
.text-page-container h2{ 
  font-size:18px; 
  border-bottom:1px solid #666666;  
  padding-bottom:10px;
  margin-bottom:20px;
}
.text-page-container h3{ 
  color:#FFF;
  font-size:11px;
  font-weight:bold;
  margin:10px 0 4px 0;
}

#page-menu{
  width:158px;
  background-color:#2E2C2F;
  position:absolute;
  left:595px;
  top:210px;
}
.menu-top{
  background:url(../images/page_menu_corners.gif) 0 0 no-repeat;
  height:5px;
  width:158px;
  overflow:hidden;
}
.menu-bottom{
  background:url(../images/page_menu_corners.gif) 0 -5px no-repeat;
  height:5px;
  width:158px;
  overflow:hidden;
}
#page-menu ul{ list-style:none; padding:5px 12px 0 12px; }
#page-menu ul li{
  background:url(../images/menu_right_arrow.gif) left center no-repeat;  
  padding-left:12px;
  font-size:12px;
  margin-bottom:6px;
}
#page-menu li.selected{
  background:url(../images/menu_right_arrow_selected.gif) left center no-repeat;  
}
#page-menu li.selected a{
  color:#888888;  
}

.store-container{
  width:730px;
  background-color:#2A282B;
  padding:15px 20px;
  overflow:hidden;  
  position:relative;
}
.store-container.gray{
  background-color:#4A4A4A;
} 
.store-container h2{
  border-bottom:1px solid #3F3F3F;
  padding-bottom:8px;
  margin-bottom:12px;
}
.store-container.gray h2{ border-bottom:1px solid #666666;}

.store-container .image{
  border:10px solid #4A4A4A;
  width:325px;
  height:180px;
  float:left;
  margin-right:20px;
}
.store-container.gray .image{
  border:10px solid #2E2C2F; 
}
.store-container .info{
  float:left;
  width:365px;
}
.store-container .info li{ float:left; width:180px; margin-bottom:25px; }
.store-container h4{ font-size:11px; margin-bottom:10px; }
.store-container p{ color:#AFAFAF;}
.store-container .map{ 
  position:absolute; 
  bottom:15px; 
  left:385px; 
  background:url(../images/make_request_large.gif) 0 0 no-repeat;
  color:#FFF;
  padding-top:7px;
  font-size:11px; 
  padding-left:10px;
  display:block;
  height:19px;
  width:274px;
}
.store-container.gray .map{ 
  background:url(../images/make_request_gray.gif) 0 0 no-repeat;
}
/* ------ FOOTER ------- */
.footer-container{
  clear:both;
  margin-top:35px;
  
}

.footer-container .white-box{ 
  width:190px; height:40px;
  background-color:#FFF;
  margin-left:190px;
  float:left;  
}
.footer-container a{ 
  color:#898989; 
  display:block;
  margin-left:20px;
  margin-top:14px;
  float:left;
}

.footer{ 
  background-color:#2A282B;
  clear:both;
  height:82px;  
}

.footer .contacts{
  width:180px;
  padding-right:10px;
  text-align:right;
  float:left;
  margin-top:10px;
  color:#666666;  
}
.footer .contacts .phone{
  color:#FFF;
  font-size:19px;
  font-weight:bold;
  margin:8px 0;
}
.phone-icon{
  background:transparent url(../images/phone.gif) no-repeat scroll center center;
  float:left;
  height:105px;
  margin-left:190px;
  margin-top:-105px;
  overflow:hidden;
  width:105px;
}

.footer .links{
  overflow:hidden;
  float:left;
  width:960px;  
}
.footer .links li{ float:left; }
.footer .links li a{ margin-left:25px; }
.footer .copyright{
  background-color:#181818;
  height:26px;
  width:937px;  
  padding-left:23px;
  float:left;
  margin-top:17px;  
  padding-top:14px;
}
.footer .credits{
  float:right;
  margin-right:26px;
}
.footer .credits a{ color:#009DF0; margin-top:0; margin-left:0;}
.footer .credits span{ color:#898989; float:left; padding:0 5px; }
