body{
  margin: 0;
  padding: 0;
  font: 11px Arial, sans-serif;
  background: #010101;
}

a{
  text-decoration: none;
}

img{
  border: none;
}

#bucket{
  background: url('bucket-bg.jpg') left bottom repeat-x;
  width: 226px;
  height: 46px;
  border: 2px solid #990100;
  margin: 5px 7px 0 0;
  float: right;
}

#search-bar{
	float: right;
	width: 239px;
	height: 50px;
	margin: 5px 0 0 0;
}

#search-input{
  width: 203px;
  height: 14px;
  border: 1px solid #cccccc;
  font-size: 10px;
  margin: 15px 0 0 5px;
  display: block;
  float: left;
}

#search-btn{
  background: url('search-btn-bg.jpg') 0 0 no-repeat;
  width: 18px;
  height: 18px;
  border: none;
  display: block;
  margin: 15px 0 0 0;
  float: left;
}

#bucket-items{
  float: left;
  color: #ffffff;
  padding-left: 12px;
}

#bucket-total-amount{
  float: right;
  color: #ffffff;
  padding-right: 12px;
}

#top-block{
	background-color: #990100;
}

#mmenu-container{
  margin: 0 0 0 12px;
  padding-bottom: 12px;
}

#mmenu-container ul{
  margin: 0;
  padding: 0;
}

#mmenu-container ul li{
  display: inline;
  margin: 0 5px 0 5px;
}

#mmenu-container ul li a{
	color: #FFFFFF;
	font-size: 12px;
}

#title{
	padding: 12px 0 12px 24px;
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
}

#top-block-left{
	width: 500px;
	float: left;
}

#top-block-right{
  width: 500px;
  float: right;
}

#bucket-top-line{
  height: 30px;
}

#bucket-cart{
  background: url('bucket-icon.jpg') 0 0 no-repeat;
  padding: 0 0 0 35px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin: 6px 0 0 10px;
  float: left;
}

#bucket-checkout-btn{
  float: right;
}

#header-image{
  background: url('header-bg.jpg') #000000 0 0 no-repeat;
  height: 242px;
}

#container{
	border-top: 1px solid #c1c1c1;
	background: #454545;
	width: 100%;
}

#container-header{
  height: 38px;
}

#choose-platform{
  float: left;
  width: 70%;
  text-align: center;
}

#choose-platform #center-container{
  width: 180px;
  margin: 0 auto 0 auto;
}

#container-title{
  float: left;
  color: #e1e1e1;
  font-size: 15px;
  padding-left: 12px;
  height: 38px;
  line-height: 38px;
  vertical-align: bottom;
  width: 19%;
}

#choose-platform-left{
  background: url('choose-platform-left.jpg');
  width: 6px;
  height: 22px;
}

#choose-platform-container{
  line-height: 22px;
  color: #ffffff;
  background: #3f3f3f;
  height: 22px;
}

#choose-platform-container a{
  color: #ffffff;
}

#choose-platform-right{
  background: url('choose-platform-right.jpg');
  width: 6px;
  height: 22px;
}

#left-column{
  width: 240px;
  float: left;
}

#middle-column{
	width: 70%;
	float: left;
	margin-left: 10px;
}

#right-column{
  width: 202px;
  float: left;
  margin-left: 10px;
}

.choose-platform-float{
  float: left;
}

.clear{
  clear: both;
}

.block-list{
  margin: 0;
  padding: 0;
}

.block-list li{
  list-style: none;
  display: block;
  background: url('list-style-item.jpg') 0 0 no-repeat;
  padding-left: 24px;
  height: 25px;
  margin: 0 0 0 20px;
}

.block-list li a{
  color: #383838;
  font-size: 12px;
}

.block-container{
  padding: 10px 0 0 0;
  background: #b5b5b5;
}

.block-container-lite{
  padding: 10px 0 0 0;
  background: #e3e1e2;
}

.block-title{
  padding: 5px 0 5px 20px;
  font-size: 12px;
  color: #ffffff;
  background: #343434;
}

.shadow-top{
  background: url('shadow-right-top.jpg') #343434 top right no-repeat;
}

.shadow-bg-title{
  background: url('shadow-right-bg.jpg') #343434 top right repeat-y;
}

.shadow-bg{
  background: url('shadow-right-bg.jpg') #b5b5b5 top right repeat-y;
}

.shadow-bg-lite{
  background: url('shadow-right-bg.jpg') #e3e1e2 top right repeat-y;
}

.shadow-bottom-bg{
  background: url('shadow-bottom-bg.jpg') #454545 0 0 repeat-x;
  height: 11px;
}

.shadow-bottom-left{
  background: url('shadow-bottom-left.jpg') #454545 0 0 no-repeat;
  float: left;
  width: 9px;
  height: 11px;
}

.shadow-bottom-right{
  background: url('shadow-bottom-right.jpg') #454545 0 0 no-repeat;
  float: right;
  height: 11px;
  width: 8px;
}

.product-item-title{
  background: url('item-bucket-icon.jpg') #e1e1e1 15px 6px no-repeat;
  padding: 0 0 0 33px;
  line-height: 23px;
  height: 23px;
}

.product-item-container{
	background: url('product-item-bg.jpg') #ffffff 0 0 repeat-x;
	height: 228px;
}

.product-item-img{
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.product-item-cost{
  color: #313131;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0 0 20px;
}

.product-item-name{
	padding: 0 0 0 20px;
	height: 49px;
	font-size: 14px;
}

.product-item-name a{
  color: #3C3C3C;
}

.product-item{
	width: 200px;
	border: 1px solid #757575;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}

.product-item-small{
	width: 190px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.product-item-addtocart{
	display: block;
	float: left;
	padding: 5px 6px 0px 10px;
	color: #000000;
	background: url('cursor-next.jpg') 100% 11px no-repeat;
	margin: 0 0 0 8px;
	font-weight: bold;
	text-decoration: underline;
}

.product-item-buynow{
	display: block;
	float: right;
	padding: 5px 5px 5px 10px;
	color: #000000;
	background: url('cursor-next.jpg') 100% 11px no-repeat;
	margin: 0 8px 0 0;
	font-weight: bold;
	text-decoration: underline;
}

.product-container{
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.product-container-small{
  margin: 0 auto 0 auto;
  text-align: left;
  width: 646px;
}

.product-line{
  text-align: center;
  margin: 9px 0 0 0;
}

.block-container p{
  font-size: 14px;
  color: #393838;
  padding: 5px 20px 5px 15px;
  text-align: justify;
  margin: 0;
}

.question{
  font-weight: bold;
}

.question span{
  font-weight: normal;
  font-style: italic;
  color: #999999;
}

p a,
.question-list li a,
.block-container p a{
  color: #990100;
  font-size: 11px;
}

.bottom-menu a{
  color: #adbbad;
  text-decoration: none;
}

.bottom-side{
  height: 63px;
  background: url('cards.jpg') #333333 1100px 25px no-repeat;
}

.bottom-menu{
  padding: 15px 5px 5px 25px;
  color: #adbbad;
}

.bottom-copyright{
  padding: 5px 5px 5px 15px;
  color: #999999;
}

.title-left-side{
  float: left;
}

.title-right-side{
  float: right;
}

.title-right-side ul{
  margin: 0;
  padding: 0 15px 0 0;
}

.title-right-side ul li{
  display: inline;
  margin: 0 2px 0 2px;
}

.title-right-side ul li a{
  font-weight: normal;
  color: #ffffff;
  font-size: 10px;
}

.current-page{
  font-weight: bold;
  color: #6d6d6d;
}

.products-see-all{
  background: url('pagination-right.jpg') 82px 6px no-repeat;
  padding: 0 25px 0 0;
  font-size: 11px;
}

.products-see-all a{
  color: #e1e1e1;
}

.special-item{
  border: 1px solid #6a6a6a;
  height: 105px;
  background: url('special-propose-bg.jpg') 0 0 repeat-x;
  width: 395px;
  margin: 0 26px 0 26px;
  float: left;
}

.special-item-line{
  text-align: center;
  margin: 0 0 20px 0;
}

.special-item-line-container{
  width: 915px;
  text-align: left;
  margin: 0 auto 0 auto;
}

.special-content{
  width: 69%;
  height: 104px;
  padding-left: 20px;
  color: #6d6d6d;
}

.special-content a{
  color: #6d6d6d;
  text-decoration: none;
}

.special-cost{
  width: 30%;
  height: 104px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.special-cost a{
  color: #313131;
  font-size: 9px;
  font-weight: normal;
  padding: 5px 8px 5px 5px;
  background: url('special-propose-buynow-cur.jpg') 48px 10px no-repeat;
}

.product-info-image{
  width: 101px;
  height: 149px;
  background: #ffffff;
  border: 1px solid #c0bebf;
}

.product-info-label{
  width: 20%;
  height: 23px;
  background: #efefef;
  color: #828282;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
  text-transform: uppercase;
}

.product-info-text{
  height: 23px;
  background: #efefef;
  color: #000000;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
  text-transform: uppercase;
}

.button{
  background: url('button-bg.jpg') 0 0 repeat-x;
  height: 23px;
  line-height: 23px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  width: 180px;
  margin: 0px 5px 0px 5px;
  padding: 0px;
}

.inline{
  float: left;
}

.product-info-about{
  padding: 25px 25px 5px 25px;
  color: #5a5a5a;
}

.product-info-about p{
  font-size: 12px;
  font-weight: normal;
}

.contact-text{
  padding: 0px 25px 5px 25px;
  color: #000000;
}

.contact-text p{
  font-size: 12px;
  font-weight: normal;
}

.checkout-label{
  color: #000000;
  text-transform: uppercase;
  height: 23px;
  background: #efefef;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
  text-align: center;
}

.checkout-text{
  color: #828282;
  text-transform: uppercase;
  height: 23px;
  background: #efefef;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
  text-align: center;
}

.checkout-text a{
  color: #828282;
}

.checkout-first-column{
  text-align: left !important;
  width: 60%;
}

.checkout-second-column{
  width: 20%;
}

.checkout-thrid-column{
  width: 20%;
}

.checkout-total-cost{
  color: #990100;
  font-size: 18px;
}

#checkout-total{
  padding-right: 35px;
}

.contact-from-container{
  background: url('contact-form-bg.jpg') #ffffff left bottom repeat-x;
  height: 257px;
}

.contact-from{
  width: 685px;
  border: 1px solid #bcbbbb;
  margin: 0 1px 0 30px;
}

.contact-from-title{
  background: #e1e1e1;
  padding: 0 0 0 5px;
  line-height: 23px;
  height: 23px;
}

.contact-from-container td{
  height: 30px;
}

.contact-from-container img,
.contact-from-container textarea,
.contact-from-container select,
.contact-from-container input{
  border: 1px solid #cccccc;
}

#select-category{
  border: 1px solid #cccccc;
}

.contact-from-container select,
.contact-from-container input{
  width: 200px;
}

.contact-form-label{
  width: 70px;
}
s
