﻿
/* ProductsOnPageShowOne.xsl - product wrapper */
.clProductOption, .clProductOption option 
{
	font-size: 8pt;
}
.oneproductdiv
{
 background-color: #333333;
 padding: 15px;
 width: 320px;
 text-align: center;
 margin-top: 10px;
}
.productdescription 
{
	border-bottom: solid 1px rgb(222,184,185);
	padding-bottom: 8px;
	color: #999999; /*#FFF1CA;*/
}

/* 3 per row*/
div.spacer {
        clear: both;
      }

      div.row {
      clear: both;
      padding-top: 5px;
      font-size: 8pt;
      text-align: center;
      width: 150px;
      }

      div.inline {
      display: inline;
      float:left;
      padding-left: 5px;
      padding-right: 9px;      
      height: 210px;
      vertical-align: top;
      }

/* 4 per row*/
div.spacer4 {
        clear: both;
      }

      div.row4 {
      clear: both;
      padding-top: 5px;
      font-size: 8pt;
      text-align: center;
      width: 109px;
      }

      div.inline4 {
      display: inline;
      float:left;
      padding-left: 0px;
      padding-right: 0px;      
      height: 170px;
      
      margin-bottom: 10px;
      vertical-align: top;
      }