html{
 position: relative;
 height: 100%;
 background: url('skimg/mountains2.jpg') repeat-x left bottom;
 background-attachment: fixed;
}

body{
 padding: 0px;
 margin: 0px;
 font-size: 12px;
 font-family: Arial, FreeSans, Sans-Serif;
 color: #2e2e2e;
 text-decoration: none;
}

.top-bg{
 top: 0;
 left: 0;
 width: 100%;
 height: 238px;
 position: absolute;
 z-index: 1;
 background: url('skimg/top_bg.png') repeat-x left top;
}

div{
  position: relative;
  margin: 0px;
  padding: 0px;
}

a, a:visited, a:active{
 font-size: 12px;
 font-family: Arial, FreeSans, Sans-Serif;
 color: #0162a9;
 text-decoration: none;
}

a:hover{
 font-size: 12px;
 text-decoration: underline;
}

ul{
	list-style-type:none;
 margin-top:0;margin-left:0px;padding-left:0px;}
}

ol li {margin-left:10px;padding:0 0 3px 10px;list-style-type:none;}

.box ol {margin-top:0;margin-left:10px;padding-left:10px;}
.box ol li {margin:0;padding:0; }



/*li{
 margin: 0px;
 padding: 0px;
}*/

form{
 border-width: 0px;
 margin: 0px;
 padding: 0px;
}

img{
 border-width: 0px;
 margin: 0px;
 padding: 0px;
}

input{
 font-size: 12px;
 font-family: Arial, FreeSans, Sans-Serif;
 color: #2e2e2e;
 background-color: #dcebf4;
 border: 1px #3c3c38 solid;
 padding: 3px;
}

p{
 margin: 0px;
 padding: 2px 5px;
 color: #222;
}

strike{
 font-weight:  bold;
 color: #640e00;
 font-size: 12px;
}

hr{
 background-color:#9cacb7;
 border-width: 0px;
 padding: 1px 0px 0px;
 clear: both;
 height: 0px;
 color: #9cacb7;
}

table{
 width: 100%;
}

td{
 vertical-align: middle;
 border: 1px #ff000 dotted;
}

select{
 font-size: 12px;
 font-family: Arial, FreeSans, Sans-Serif;
 color: #2e2e2e;
 background-color: #dcebf4;
 border: 1px #3c3c38 solid;
}

.page{
 position: relative;
 width: 1000px;
 margin: 0 auto;
 z-index: 2;
}

.top-links{
 background: #123a53 url('skimg/top_links_bg.jpg') repeat-x left top;
 border-bottom: #202a3b 1px solid;
 height: 21px;
 color: #fff;
 padding: 12px 10px;
 line-height: 24px;
}

.btn{
  border: 1px #123a53 solid;
  background-color: #6b90a8;
  padding: 3px 10px;
  margin: 0px;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

.btn:visited{
 text-decoration: none;
  font-weight: normal;
  color: #fff;
}

.btn:hover{
 background-color: #3a8bc3;
}

.btn:active{
 background-color: #c00;
}

.top-links a, .top-links a:visited{
 color: #fff;
 text-decoration: underline;
}

.top-links a:hover{
 text-decoration: none;
}

.head{
 height: 232px;
 position: relative;
 background: url('skimg/head_bg.jpg') no-repeat left top;
}

.head .logo, .head .domain{
 display: block;
 position: absolute;
 cursor: pointer;
 }

.head .logo{
 width: 250px;
 height: 80px;
 top: 10px;
 left: 585px;
}

.head .domain{
 left: 840px;
 top: 15px;
 width: 145px;
 height: 120px;
}

.head .phone{
 display: block;
 position: absolute;
 left: 543px;
 top: 84px;
 width: 285px;
 font-size: 17px;
 color: #fff;
 text-align: right;
 font-weight: bold;
 padding-top: 7px;
}

/*.head .brands{
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 165px;
 right: 0px;
}

.head .brands li{
 padding: 0px 15px 0px 20px;
 display: inline;
}

.head .brands li  img, .head .brands li img{
 vertical-align: middle;
 border: 0px;
}*/

.catalogue{
 margin-left: 20px;
}

.catalogue  li{
 padding: 3px 0px;
}

.catalogue li a, .catalogue li a:visited{
 color: #0f486d;
 font-weight: bold;
 font-size: 14px;
 text-decoration: underline;
}

.catalogue li a:hover{
 color: #3a8bc3;
 font-size: 14px;

}

.catalogue li ul li a, .catalogue li ul li a:visited{
 color: #0f486d;
 font-weight: bold;
 font-size: 12px;
 text-decoration: underline;
}

.catalogue li ul li ul li ul li a, .catalogue li ul li ul li ul li a:visited{
 color: #0f486d;
 font-weight: normal;
 font-size: 12px;
 text-decoration: underline;
}

.catalogue li ul li ul li a:hover, .catalogue li ul li ul li ul li a:hover, .catalogue li ul li a:hover{
 font-size: 12px;
}

.catalogue .warn, .catalogue .warn:visited, .catalogue .warn:hover{
 color: #c01d1d;
 font-weight: bold;
}

.sidebar{
 float: left;
 width: 248px;
}

.mainbar{
 float: right;
 width: 730px;
}

.box{
 background: url('skimg/box_bg.gif') repeat-x left top;
 position: relative;
 border: 1px #9cacb7 solid;
 background-color: #fff;
 margin-bottom: 10px;
 padding: 5px 7px 7px;
 font-weight: normal;
}

.box .h{
 position: relative;
 font-size: 17px;
 font-weight: bold;
 color: #000;
 height: 17px;
 padding: 7px 10px;
 margin-bottom: 5px;
 clear: both;
}

.box .h a, .box .h a:visited{
 text-decoration: underline;
 color: #000;
}

.box .h a:hover{
  text-decoration: none;
}

.round{
 background: url('skimg/rh_bg_r.png') no-repeat right top;
 padding-right: 6px;
 margin-bottom: 10px;
}

.round .lco{
 background: url('skimg/rh_bg_l.png') no-repeat left top;
 padding-left: 6px;
}

.round .lco .rco{
 background: url('skimg/rh_bg.gif') repeat-x left top;
 height: 17px;
 padding: 8px;
}

.round .rco a, .round .rco a:visited, .round .rco a:link{
 color: #000;
 font-weight: bold;
 font-size: 16px;
}

.breadcrump{
 background-color: #dcebf4;
 padding: 7px 15px;
 font-size: 12px;
}

.breadcrump a, .breadcrump a:visited{
 text-decoration: underline;
 font-size: 12px;
}


.breadcrump a:hover{
 text-decoration: none;
 font-size: 12px;
}


.sh-item .sh-left{
 float: left;
 width: 195px;
 padding: 3px;
}

.sh-item .sh-right{
 float: right;
 width: 140px;
}

.price{
 color: #c01d1d;
 font-weight: bold;
 font-size: 14px;
}

.price strike{
 font-size: 12px;
}

.price .warn{
 font-size: 14px;
}

.product .price{
 margin: 10px 0px;
 font-size: 19px;
}

.product .price strike{
 font-size: 16px;
}

.product .price .warn{
 font-size: 19px;
}

.sh-item .img img{
 display: block;
 margin: 0 auto;
 padding: 3px;
}

.in-basket span, .in-basket:visited span{
 display: block;
 background: url('skimg/basket.jpg') no-repeat center top;
 width: 70px;
 height: 50px;
}

.in-basket:hover span{
 background-position: center -1px;
 cursor: pointer;
 text-decoration: none;
}

.in-basket:visited.b2 span, .in-basket.b2 span{
 background: url('skimg/basket2.jpg') no-repeat center top;
 height: 70px;
}

.menu li{
 font-weight: bold;
}

.cat_image{
 float: right;
 width: 100px;
 text-align: center;
 padding: 10px;
}

.cat_image img{
 max-width: 80px;

}

.cat_list{
 float: left;
}

.cat_list li img{
 margin: 5px 0px;
}

.cat_list td{
 width: 170px;
 margin: 2px;
 border: 1px #c00 dotted;
 text-align: center;
 padding: 10px;
 font-size: 14px;
 text-transform: capitalize;
}

.prod_pic{
  padding: 10px;
  text-align: center;
}

.half{
 width: 345px;
}

.box .half{
 width: 335px;
}

.warn{
 font-size: 14px;
 color: #c11e1e;
}

.ml100{
 margin-left: 100px;
}

.cl{
 clear: both;
}

.fl{
 float: left;
}

.fr{
 float: right;
}

.left{
 text-align: left;
}

.right{
 text-align: right;
}

.center{
 text-align: center;
}


.footer{
 background: url('skimg/bottom_bg.gif') repeat-x left bottom;
 height: 16px;
 padding: 15px;
}

.footer *, .footer a:visited, .footer a{
  font-weight: normal;
  color: #fff;
}
.footer b{
  font-weight: bold;
}

#parseTime{
 text-align: center;
 padding: 6px;
 font-size: 14px;
}

.login_form td{
 vertical-align: bottom;
 padding: 3px;
}

.login_form .control td{
 padding-top: 8px;
 padding-bottom: 9px;
}

.reg_form td{
 vertical-align: bottom;
 padding: 3px;
}

.reg_form input{
 width: 200px;
}

.reg_form td{
 font-weight: normal;
 padding: 2px;
}

.reg_form .f14{
 padding-top: 6px;
 font-weight: bold;
 font-size: 13px;

}

.padd10{padding:10px;}
.vpadd10{padding:10px;}
.f14{font-size: 14px;}
.f11{font-size:11px; font-weight: normal;}

.inpreq{
 color: #c01d1d;
}

.textareawidth, textarea#comments{
 width: 98%;
}

.wprod_price{
 width: 150px;
}
.valign{
  vetical-align: middle;
}

.short_field textarea{
  height: 200px;
  width: 100%;
  }

.webcamlink{
 height: 110px;
 background: url('skimg/webcam.gif') center center;
 text-align: right;
 font-weight: bold;
 color: #000;
 position: relative;
}

.webcamlink div{
 padding-top: 50px;
 font-size: 17px;
 padding-right: 10px;
 z-index: 100;
}
.webcamlink span{
 display: block;
 font-size: 13px;
 padding-right: 10px;
 z-index: 100;
}

.webcamlink a span, .webcamlink a:visited span, .webcamlink a:active span, .webcamlink a:link span{
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 display: block;
 z-index: 1000;
}


.stock_news li{
 clear: both;
}
.stock_news span{
  display: block;
  float: left;
  margin-right: 8px;
}

.stock_news div{
  float: left;
  width: 280px;
}

.brands{ position: relative;
 left: 0px;
 top: 0px;}
.brands a, .brands a:visited{
 display: block;
 position: absolute;
 border: 0px #f5f5f5 dotted;
 }
   .brands #l1{left:193px;	top:169px;	width:82px;	height:42px;}
   .brands #l2{left:277px;	top:169px;	width:82px;	height:42px;}
   .brands #l3{left:362px;	top:169px;	width:40px;	height:42px;}
   .brands #l4{left:412px;	top:187px;	width:74px;	height:22px;}
   .brands #l5{left:502px;	top:169px;	width:58px;	height:42px;}
   .brands #l6{left:568px;	top:179px;	width:72px;	height:32px;}
   .brands #l7{left:653px;	top:169px;	width:42px;	height:42px;}
   .brands #l8{left:708px;	top:189px;	width:82px;	height:24px;}
   .brands #l9{left:802px;	top:160px;	width:40px;	height:53px;}
   .brands #l10{left:848px;	top:159px;	width:104px;	height:13px;}
   .brands #l11{left:854px;	top:187px;	width:76px;	height:27px;}
   .brands #l12{left:943px;	top:171px;	width:42px;	height:42px;}
   .brands #l13{left:205px;	top:118px;	width:100px;	height:42px;}
   .brands #l14{left:323px;	top:132px;	width:80px;	height:32px;}
   .brands #l15{left:430px;	top:135px;	width:150px;	height:22px;}
   .brands #l16{left:418px;	top:160px;	width:87px;	height:28px;}
   .brands #l17{left:588px;	top:150px;	width:70px;	height:32px;}
   .brands #l18{left:695px;	top:150px;	width:100px;	height:32px;}

.my_friends {color:#6b7994; text-decoration:none; width:990px; margin:0 auto; }

.my_friends a {color:#6b7994; text-decoration: none;}
.my_friends a:hover {color: #6b7994; text-decoration: none;}
.my_friends a:visited {color: #6b7994;}

a.my_friends {color:#6b7994; text-decoration: none;}
a.my_friends:hover {color: #6b7994; text-decoration: none;}
a.my_friends:visited {color: #6b7994;}
