#productMainImage{
  width:570px;
  height:370px;
  text-align:center;
  background-color:#FFF;
  float:left;
}

#productMainImage a img{
  width:467px;
  height:350px;
}

#productAdditionalImages{
  width:100px;
  background-color:#FFF;
  list-style-type:none;
  float:left;
}

#productAdditionalImages li{
  margin-bottom:10px;
}

.productDetailsList{
  margin:0 20px;
  margin-bottom:15px;
  padding:10px;
  background-color:#EFEBE7;
}

.productDetailsList table{
  width:220px;
  
  float:left;
}

.productDetailsList table tbody tr th{
  text-align:left;
  vertical-align:top;
  width:60px;
  font-weight:bold;
  padding:5px;
  border-bottom:1px solid #C6B7A8;
}

.productDetailsList table tbody tr td{
  text-align:left;
  width:150px;
  padding:5px 0;
  border-bottom:1px solid #C6B7A8;
}

.productDetailsList p{
  clear:both;
  padding:10px;
  padding-top:20px;
}

.productDetailsList div.box{
  width:285px;
  float:left;
  padding:10px;
}

.productDetailsList div.clear{
  clear:both;
  height:10px;
  padding:0px;
}


#cartAdd{
  padding-bottom:20px;
  text-align:center;
}

#cart_quantity{
  border:1px solid#CCC;
  padding:2px;
}

h2 span.title{
  display:block;
  font-weight:bold;
  font-size:1.2em;
  width:370px;
  float:left;
}

h2 span.clear{
  display:block;
  clear:both;
}

.navNextPrevWrapper{
  width:300px;
  text-align:right;
  float:left;
}

.navNextPrevWrapper span{
  margin-left:10px;
  font-size:0.6em;
}


.navNextPrevCounter{
  display:none;
}

