/* Start of CMSMS style sheet 'Module: Shop Made Simple' */
/* Category related settings */
.catdescription
{
  margin-left: 0.5em;
  width: 250px;
}

#catid
{
  display: none;
}

#catinfo
{
  margin-bottom: 1em;
  width: 450px;
}

#catimagethumb
{
  margin: 5px 0 0 0;
  width: 50px;
}

#catlistheader
{
  color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 130%;
  margin-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 1em;
}

.catlistline
{
  text-indent: 5mm;
}

/* Product related settings */
#productcount
{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-top: 1px solid #294B5F;
}

#productid {
  display: none;
  vertical-align: top;
}

.productdesc
{
  margin-left: 0.5em;
  width: 250px;
}

.img
{
  margin: 2px;
  border: 1px solid #294B5F;
  float: left;
  text-align: center;
} 
.img img
{
  display: inline;
  height: auto;
  width: 40px;
  margin: 3px;
  border: 1px solid #ffffff;
}
.img a:hover img
{
  border: 1px solid #294B5F;
}

.productimage img
{
  height: auto;
  width: 50px;
}

.productadd{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: orange;
  
}

.productdesc
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: white;
  display: table-cell;
}

#productheader
{

  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: white;
}

div.productlist
{
  width: 600px;
}

.productname, .productname a, .productname a:focus, .productname a:hover, .productname a:active, .productname a:visited
{
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #CFC274;
}

.productprice
{
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: white;
}

#productpricesin
{
  padding-top: 30px;
}

div.attributelist
{
  padding-bottom: 3px;
}
tr.row1
{
  background-color: #fff;
}

tr.row2
{
  background-color: #ececec;
}

table.productattr
{
  table-layout: auto;
}

.attrname
{
  margin-bottom: 0.2em;
  width: 20%;
}

.attrdesc
{
  margin-bottom: 0.2em;
  text-indent: 1cm
}



/* End of 'Module: Shop Made Simple' */

