/* Start of CMSMS style sheet 'Module: Shop Made Simple' */
/* Category related settings */
.catdescription
{
  width: 725px;
}

.addproduct
{
  width: 725px;
  text-align:right;
}

#catid
{
  display: none;
}

#catinfo
{
  margin-bottom: 1em;
  border-style
  width: 725px;
}

#catimagethumb
{
  margin: 5px 0 0 0;
  width: 50px;
}

.catlistheader
{
  color: #000000;
  font-weight:bold;
  margin-bottom: 1em;
  margin-right: 1em;
}

#catlistheader
{
  color: #000000;
  font-weight:bold;
  margin-bottom: 0,5em;
  margin-right: 1em;
}

#productheader
{
  color: #000000;
  font-weight:bold;
  margin-bottom: 0.5em;
  padding-bottom:5px;
  margin-right: 1em;
  border-bottom: 1px solid black;
}

.catlistline
{
  text-indent: 5mm;
}

/* Product related settings */
#productcount
{
  margin-top: 0.5em;
  padding-top:5px;
  margin-bottom: 0.5em;
  border-top: 1px solid #294B5F;
  height: 30px;
}

#productid {
  display: none;
  vertical-align: top;
}

.productdesc
{
  width: 725px;
}

.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;
}

.productdesc
{
  vertical-align:top;
  width: 450px;
}

div.productlist
{
}

.productname
{
  vertical-align:top;
  padding-bottom: 3px;
  width: 250px;
}

.productprice
{
  vertical-align:top;
  color: #028655;
  width:60px;
  font-size:150%;
  line-height:130%;
}

.productprice2
{  
  vertical-align:top;
  margin-right:5px;
  text-align:right;
  float:left;
  color: #028655;
  font-size:150%;
  line-height:150%;
}

#productpricesin
{
  padding-top: 30px;
}

div.attributelist
{
  padding-bottom: 3px;
}
tr.row1
{
  background-color: #fff;
}

tr.row2
{
  background-color: #ececec;
}

table.productattr
{
  table-layout: automatic;
}

.attrname
{
  margin-bottom: 0.2em;
  width: 20%;
}

.attrdesc
{
  margin-bottom: 0.2em;
  text-indent: 1cm
}
/* End of 'Module: Shop Made Simple' */

