.product_header_tile {
	background-image: url(images/products/product_header_tile.jpg);
	background-repeat: repeat-x;
	height: 78px;
	width: 189px;
	color: #ffffff;
	font-size: 10pt;
}

.product_photo_image {
	background-image: url(images/products/product_photo_image.jpg);
	background-repeat: no-repeat;
	width: 82px;
	height: 78px;
}

.product_pixel_image {
	background-image: url(images/products/product_pixel_image.jpg);
	background-repeat: no-repeat;
	width: 82px;
	height: 74px;
}

.textfield {
	width: 169px;
	height: 30px;
	vertical-align: top;
}

.textfield input 
{
	position: relative;
	left: 7px;
	top: 3px;
	border: none;
}

.product_header_right {
	background-image: url(images/products/product_header_right.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 78px;
}

.no_border input
{
	border: none;
}

.subtotal
{
	color: #F5951D;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.charity_offset
{
	height: 30px;
	vertical-align: middle;
}

.charity_offset select
{
	position: relative;
	left: 7px;
}



