
#product_viewer_module{
  overflow: hidden;
  height: 299px;
  border: 1px #999 solid;
  width: 670px;
  padding: 0px; 
}

#product_viewer_module #prod_selector{
  width: 270px;
  float: left;
  margin-top: 0px;
  padding: 0px;
}

#product_viewer_module #prod_selector .selected_products{
  height: 55px;
  padding: 0px;
  border: none;
  background: url('/images/mainsprite.jpg') no-repeat;
  background-position:-10px -10px;
  cursor: pointer;
  width: 270px;
  font: normal 13px Verdana;
  padding-top: 5px;
  text-decoration: none;
  float: left;
}
#product_viewer_module #prod_selector img{
  height: 45px;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
#product_viewer_module #prod_selector .img_and_name{
  float: left;
  width: 270px;
}
#product_viewer_module #prod_selector .arrow_right{
  margin-top: 2px;
  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-left:15px;
 padding-top:5px;
  height: 290px;
  width: 380px;
  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: 390px;
  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: 35px;
  width: 107px;
  float: right;
  background: url('../Pics/viewbutton.png') no-repeat;
  background-position:top left;
  outline: none ;
}

#product_viewer_module #product_shower .prod_1details{
  display: block;
  outline: none ;
 wight:auto; heght:auto; font-size:16px;
}
#product_viewer_module #product_shower .prod_1details:hover{ color:#000; text-decoration:none;}

#product_viewer_module #product_shower .prod_details:hover{
  background: url('../Pics/viewbutton.png') no-repeat;  background-position: bottom left;

}

#product_viewer_module #product_shower .prod_short_description{
  padding-top: 20px;
  padding-right: 20px;
}