#storedisplay .productName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;

}
#storedisplay .productNameDetail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;

}
.abstract{

}
#storedisplay .abstractText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;

}
#storedisplay .priceRetail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#storedisplay .priceSale{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

#storedisplay a.detail {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-style: normal; 
	font-weight: normal; 
	color: #666666;
}
#storedisplay a.detail:link, a.detail:visited {
	text-decoration: underline; 
}

#storedisplay a.detail:hover {
	color: #CC0000;
	text-decoration: none;
}

#storedisplay a.abstractdetail {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-style: normal; 
	font-weight: normal; 
	color: #000066;
}
#storedisplay a.abstractdetail:link, a.abstractdetail:visited {
	text-decoration: underline; 
}

#storedisplay a.abstractdetail:hover {
	color: #CC0000;
	text-decoration: none;
}

#storedisplay .itemBorder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	 
}
#storedisplay .itemOptionBorder{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;	 
}

#storedisplay .specialitem{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; font-style: normal; 
	font-weight: bolder; 
	color: #FCB721;
}