@charset "utf-8";
/* CSS Document */

.smlHolder {
	width: 487px;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #fff;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
/*	background-color: #FF00FF;	*/
}
.productBox {
	float: left;
	width: 143px;
	margin: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
.lastBox {margin-right:0px;}
.smlHolder .productBox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.productBox h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	background-color: #EEEEEE;
	color: #ff00ff;	
}
.smlHolder .productBox a {
	text-decoration: none;
	/*	color: #003F7D;*/
/*	color: #003D79;*/
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
*+html .smlHolder .productBox a {font-size: 0.75em;}
*html .smlHolder .productBox a {font-size: 0.75em;}
