#price {
	margin-top: 5pt;
}
#description {
	
}
.retail {
	text-decoration: line-through;
	display: block;
}
.savings {
	color:#CC0000;
	font-weight:bold;
	font-size: 10px;
	display: block;
	margin-top:4pt;
}
a.cart {
	display: block;
}
#smallbox {
	padding: 5pt;
}			
#items {
	width: 200px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	margin-top: 0px!important;
	margin-top: 15px;
	border: 1px solid #666;
	
}
#items table {
	margin-left: -2px;
	width: 195px;
	font-size: 11px;
	color: #666666;
}
#items td {
	border-bottom: 1px dashed #ccc;
	text-align: center;
	
	width: 33%;
	vertical-align: top;
	padding: 2px;
}
#bottom {
	vertical-align: bottom;
}			
#items a:link, #items a:visited{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
.featureTitle {
	background-color: #ccc; 
	color: black;
	margin:0px; 
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left:8px;
	border-bottom: 1px solid #666;
}
.featureTitle a:hover {
	color: #fff;
}
	