#content H2
{
	font-size:			1.7em;
	color:				#027abb;
	font-weight:		bold;
	margin: 			0px;
	padding:			.8em 0em 0em 0em;
}

#content H3
{
	font-size:			1.2em;
	color:				#027abb;
	font-weight:		bold;
	margin: 			0px;
	padding:			.8em 0em 0em 0em;
}

.productbox_outer
{
	display:			block;
	width:				270px;
	float:				left;
	background:			url( "/images/style/productbox_background.gif" ) repeat-y;
	margin:				10px 0px 0px 0px;
}

.productbox_corner_topright
{
	display:			block;
	float:				right;
	width:				14px;
	height: 			30px;
	background:			url( "/images/style/productbox_topright.gif" ) no-repeat;
	background-position:-1px 0px;
}


.productbox_corner_bottom
{
	display:			block;
	clear: 				both;
	width:				268px;
	height: 			15px;
	padding: 			0px 0px 0px 4px;
	background:			url( "/images/style/productbox_bottom.gif" ) no-repeat;
	background-position:4px 0px;
	
}

.productbox
{
	width: 				248px;
	margin:				0px 0px 0px 7px;
	border-top: 		solid #CCC 1px;
	border-left:		solid #CCC 1px;
}

.productbox_header
{
	color:				#FFF;
	font-size:			1.4em;
	font-weight:		bold;
	text-align:			center;
	padding:			.25em 0em .25em 0em;
	width:				247px;
}

.header_orange
{
	background-color:	#b88102;
}

.header_green
{
	background-color:	#757e33;
}

.productbox_image
{
	padding:		5px;
}

.productbox_text
{
	padding:		5px;
}

.productbox_priceblock
{
	float: left;
	width: 100%;
	bottom: 0px;
	
	margin: 0px;
}

.productbox_price
{
	text-align:		center;
	padding:		5px;
}

.productbox_addtocart
{
	text-align:		center;
	padding:		5px;
}

/* 2008.10.11 KJD: Added for quotes */
.quotebox
{
	float: 			left;
	clear: 			both;
	display: 		block;
	margin-left:	auto;
	margin-right:	auto;
}

.quotebox_open
{
	background:		url( "/images/style/openquote.gif" ) no-repeat left top;
	width: 			30px;
	height: 		30px;
	float: 			left;
	display: 		block;
}

.quotebox_close
{

	background:		url( "/images/style/closequote.gif" ) no-repeat left top;
	width: 			30px;
	height: 		30px;
	float: 			left;
	top: 			0px;
}


.quotetext
{
	font-size:		2.1em;
	color:			#027abb;
	font-weight:	normal;
	float:			left;
	padding:		0em 0em 0em 0em;
	margin:			0px 0px 0px 5px;
}

.quoteauthor
{
	font-size:		1.5em;
	font-weight:	normal;
	color:			#027abb;
	float: 			left;
	margin:			5px 0px 0px 60px;
	clear: 			left;
	width:			auto;
	display: 		block;
	min-width:		200px;
}

.checkbox_blue
{
	background:		url( "/images/style/checkbox.gif" ) no-repeat left top;
	background-position:4px 0px;
	min-height:		25px;
	display: 		block;
	padding:		6px 0px 0px 30px;
}