#storedisplay table{
    margin-left: 30px;
}

#storedisplay img{

    background-color: #E0D055;
    padding: 3px;
    border-width: 3px;
	border-style: solid;
    border-color: #739669;


}


.productName{
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7C7BA3;

}
.productNameDetail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #7C7BA3;

}
.abstractText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #739669;

}
.priceRetail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #739669;
}
.priceSale{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #739669;
}

a.detail {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-style: normal; 
	font-weight: normal; 
	color: #92C260;
}
a.detail:link, a.detail:visited {   
	text-decoration: underline; 
}

a.detail:hover {  
	color: #7C7BA3;
	text-decoration: none;
}

a.abstractdetail {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-style: normal; 
	font-weight: normal; 
	color: #5ECAD8;
}
a.abstractdetail:link, a.abstractdetail:visited {   
	text-decoration: underline; 
}

a.abstractdetail:hover {  
	color: #7C7BA3;
	text-decoration: none;
}

.itemBorder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7DD99;
}
.itemOptionBorder{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7DD99;	 
}

.specialitem{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; font-style: normal; 
	font-weight: bolder; 
	color: #739669;
}