
#product_viewer_module{
  overflow: hidden;
  height: 299px;
  border: 1px #999 solid;
  width: 730px;
  padding: 0px;
}

#product_viewer_module #prod_selector{
  width: 250px;
  float: left;
  margin-top: 0px;
  padding: 0px;
}

#product_viewer_module #prod_selector .selected_products{
  height: 55px;
  padding: 0px;
  border: none;
  background: url('../Pics/bck.png') repeat-x;
  color: #333;
  cursor: pointer;
  width: 250px;
  font: normal 13px Verdana;
  padding-top: 5px;
  text-decoration: none;
  float: left;
}
#product_viewer_module #prod_selector img{
  height: 50px;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
#product_viewer_module #prod_selector .img_and_name{
  float: left;
  width: 250px;
}
#product_viewer_module #prod_selector .arrow_right{
  margin-top: -5px;
  height: 60px;
  width: 30px;
  background: url('../Pics/arrowbck.png') repeat-y;
  margin-right: -30px;
  z-index: 50;
  float: right;
}


/*Product shower*/
#product_viewer_module #product_shower{
  padding: 5px 10px ;
  height: 290px;
  width: 460px;
  float: left;
}
#product_viewer_module #product_shower .product-Old-Price{
  text-decoration: line-through;
}
#product_viewer_module #product_shower .product_description{
  visibility: hidden;
  position: absolute;
  font-family: Verdana, Arial;
  width: 470px;
  height: 295px;
}

#product_viewer_module #product_shower .htag{
  font-size: 20px;
}

#product_viewer_module #product_shower .prod_price{
  font-size: 13px;
  color: #FF0000;
  float: left;
}

#product_viewer_module #product_shower .prod_details{
  display: block;
  position: absolute;
  bottom : 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  float: right;
  background: url('../Pics/details.png') no-repeat;
  outline: none ;
}

#product_viewer_module #product_shower .prod_details:hover{
  background: url('../Pics/details_hover.png') no-repeat;
}

#product_viewer_module #product_shower .prod_short_description{
  padding-top: 20px;
  padding-right: 20px;
}