@charset "utf-8";
.retailDetail {
	float: left;
	height: 513px;
	width: 864px;
}
.retailDetailText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	color: #666666;
	padding-right: 50px;
}
.retailDetailPicture {
	text-align: center;
}
.retailMatrix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	text-align: center;
	height: 235px;
	width: 216px;
	float: left;
	margin-bottom: 10px;
}
.retailMatrix img {
	margin-bottom: 5px;
}

.retailMatrix a:link, .retailMatrix a:active, .retailMatrix a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.retailMatrix a:hover, .retailMatrix a:focus {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.orderformRollover {
	background-color: transparent;
	background-image: url(customfavors/images/orderform.png);
	display: block;
	height: 41px;
	width: 144px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a.orderformRollover:link, a.orderformRollover:visited, a.orderformRollover:active {
	background-color: transparent;
	background-image: url(customfavors/images/orderform.png);
	background-repeat: no-repeat;
}
a.orderformRollover:hover, a.orderformRollover:focus {
	background-position: -144px;
}
.retailtitle {color: #FF0000}
.warning {font-size: 8pt}
