/* Start of CMSMS style sheet 'Products' */
#browseitem{
 width: 180px;
 border: 1px #666 solid;
 float: left;
 height: 270px;
 padding: 10px;
 margin: 5px;
}



#hiericon{
 width: 180px;
 border: 1px #666 solid;
 float: left;
 height: 230px;
 padding: 10px;
 margin: 5px;
}

#featureditem{
 width: 180px;
 border: 1px #666 solid;
 float: left;
 height: 270px;
 padding: 10px;
 margin: 5px;
}


#price{
 font-weight: bold;
 margin-bottom: 5px;
}

#featuredusualprice{
  margin-bottom: 10px;
  text-decoration: line-through;
  color: #cc0000;
} 


#usualprice{
 text-decoration: line-through;
 color: #666;
 margin-bottom: 5px;
}

#detailusualprice{
 text-decoration: line-through;
  color: #666;
 margin-bottom: 5px;
}

#summary {
 font-size: 11px;
 margin: 5px 0;
}

#productname {
 font-size: 14px;
 font-weight: bold;
 margin: 10px 0 5px 0;
}


#detailimage{
 width: 410px;
 float: left;
}

#additionalpics{
 float: left;
 width: 410px;
}

#detailsummary{
 float: left;
 width: 380px;
 padding: 10px;
 background: #D7D9CE;
}

#detailsummary li{
margin-left: 20px;
margin-bottom: 10px;
}

#suggested{
 float: left;
}

#suggesteditem{
 width: 180px;
 border: 1px #666 solid;
 float: left;
 height: 170px;
 padding: 7px;
 margin-right: 4px;
}

#picstitle{
background: #D7D9CE;
padding: 10px 5px;
font-weight: bold;
font-size: 14px;
width: 390px;
margin: 10px 0;
}




input,
select{
font-size: 11px;
margin-bottom: 2px;
}

#searchleft{
width: 60px;
float: left;
}
/* End of 'Products' */

