/* Border around each product box */
.outerborder {
	border: 1px solid #C0BC91;
} 
/* Product Name fonts */
.ccname 
{ 
    font-weight: bold; 
	color: #003399;
	background-color:#ffffff;
}
.ccnameS 
{ 
    font-weight: bold; 
	color: #4D5F85;
}
.ccnameHO A
{ 
	color: #67899E;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
}
.ccNewProdTitle
{ 
	color: #67899E;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
}
.ccnametxt 
{     
}
.descHO
{
    color:#7E7E7E;
    background-color:#ffffff;
}
.picHO
{
    width:120px;
    text-align:center;
}
/* Product Price fonts */
.ccprice 
{
	font-weight: bold;
	color: #B70000;
	background-color:#ffffff;
	line-height: 200%; /* line height allows us to create spacing above and below the text to give extra spacing */
}
.ccpriceHO 
{
	font-weight: bold;
	color: #7E7E7E;
	background-color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}
.ccpriceS 
{
	font-weight: bold;
	color: #B70000;
	line-height: 200%; 
}

/* List Price */
.cclistprice 
{
	font-size: 12px;
	color: #999999;
	background-color:#ffffff;
	text-decoration: line-through;
}
.cclistpriceS 
{
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}
/* savings fonts and decorration */
.savings 
{
	color: #990000;
	line-height: 200%;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
}
.savingsHO 
{
	color: #67899E;
	background-color: #DCE9F1;
	font-size: 12px;
}
.showbuyHO
{
    border:none;
}
form 
{
	margin: 0px;
	padding: 0px;
}
