﻿/* the styles for recently viewed list control  */

.prodName
{
  font-size:9pt; 
}

.prodAddtoCart
{
  vertical-align : bottom;
}

.ProductRecentlyViewedList
{
  float: right;  
  position: absolute;
  left: 800px;
  top: 250px;
}

.ourPrice
{
  color: #cc0000;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.listPrice
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.youSave
{
  font-family: Arial;
  font-size: 8pt;
  color: #ff9900;
}

.divPrices
{
  padding-top: 5px;
  padding-bottom:5px;
}

.prodImage
{
  width: 60px;
  height: 60px;
}



.ProductRecentlyViewedList
{
  float: right;  
  position: absolute;
  left: 800px;
  top: 250px;
}



/* for vertical display */
.RecentlyViewedListVer
{
  width: 150px;
  height: 600px;
  text-align: left;
  vertical-align: top;
}


.RecentlyViewedListVer .header
{
  color : #FF9900; 
  font-family : Arial;
  font-size: 15px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align : left;
  width : auto;
  border-bottom : 2px dotted #E3E3E3;
  margin-bottom : 10px;
}

.RecentlyViewedListVer .item
{ 
  text-align : center;
  vertical-align : top;
  font-family : Arial;
  font-size: 12px;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  padding-top : 12px;
  padding-bottom : 15px;  
  border-bottom : 1px dotted #E3E3E3;
}

.RecentlyViewedListVer .separator
{
  width : 150px;
  height : 1px;
  margin-top : 5px;
  margin-bottom : 10px;
  text-align: center;
}





/* for horizonal display */
.RecentlyViewedListHor
{
  text-align : center;
  width: 368px;
  vertical-align: top;
}

.RecentlyViewedListHor .header
{
  color : #FF9900; 
  font-family : Arial;
  font-size: 15px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align : left;
  width : auto;
  border-bottom : 2px dotted #E3E3E3;
  margin-bottom : 10px;
}

.RecentlyViewedListHor .item
{
  float : left;
  width : 120px;
  height : 180px;
  text-align : center;
  vertical-align : top;
  font-family : arial;
  font-size: 12px;
  font-weight: bold;
  padding : 7px;
  border-left : 1px dotted #E3E3E3;
  border-right : 1px dotted #E3E3E3;
  vertical-align: top;
  line-height:15px;
}



