@charset "utf-8";
/* CSS Document */

/*product*/
.product{
 color:#ff6600;
 font-size:14px;
 }
.userdetail{
  margin-top:26px;
  width:346px;
  border:1px solid #CCCCCC;
  min-height:574px;
}
.proddetail{
 color:#ff6600;
 font-size:24px;
 margin-bottom:10px;
}
ul#menubox{
  margin:5px 5px 5px 15px;
}
ul#menubox li {
  float:none;
  clear:both;
  display:block;
  margin-bottom:5px;
  border-bottom:2px solid #339933;
}
#productimageheader{
	background:transparent url(../images/PRODUCTS.jpg) no-repeat scroll 0 0;
	height:136px;
	margin:0 0 0 10px;
	width:938px;
	
}
.category{
 color:#ff6600;
 font-size:21px;
 float:right;
 margin:100px 10px 0 0;
 text-transform:uppercase;
 font-style:normal;
}
.buybutton {
  margin: 20px auto;
  width:300px;
}
.back,.btnbuy{
 float:left;
 height:28px;
 width:105px;
}
.btnbuy{
  background:url(../images/images/prod_detail_03.jpg) no-repeat;
}
.back{
  background:url(../images/images/prod_detail_05.jpg) no-repeat;
}
ul#menubox li a{
  font-size:14px;
  color:#FFFFFF;
  font-weight:bold;
  text-transform:uppercase;
}
.listprod{
  width:40%;
  padding:10px;
}
 .rightprod p{
   font-style:italic;
   font-weight:bold;
 }
.more{
  color:#006600;
  font-size:13px;
  float:none;
  clear:both;
  text-decoration:underline;
  font-weight:bold;
}
.price{
  font-size:16px;
  font-style:italic;
  color:#CCCCCC;
  font-weight:bold;
}

.rightprod{
  width:53%;
  float:left;
  margin-left:8px;
}
.boxleft{
  width:45%;
  float:left;
  margin-right:10px;
}
.boxright{
  width:47%;
  float:left;
}
.thumb{
  width:50px;
  height:200px;
  margin:0 5px;
  float:left;
}

.thumb img{
  width:50px;
  height:50px;
  margin:0 0 5px;
  cursor:pointer;
}


.imageprod img{
  width:200px;
  height:auto;
}

