@charset "utf-8";
/* CSS Document */

.products
{
	display: block;
	width: 100%;
	height: auto;
	overflow:auto;
}

.product
{
	display: block;
	position: relative;
	width: 47%;
	height: 150px;
	padding: 10px;
	float: left;
	background-color: #c2c2c2;
	margin-right: 6px;
	margin-bottom: 6px;
}

.product-info
{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
}

.product-item
{
	display: block;
	width: 150px;
	height: 150px;
	background-color: #4c4c4c;
	vertical-align:middle;
	float: left;
	margin-right: 10px;
}

.product-item p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: white;
	line-height: 150px;
	text-align:center;
}

.product-item p a
{
	color: white;
	display: block;
}

.product-description
{
	float: left;
	width: 240px;
}

.product-description h2,
h2
{

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}

.product .product-description
{
	width: 225px;
}

.product-description p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: white;
}

.product-option
{
	display: block;
	float: left;
	width: 47%;
}

.product-option label
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #000000;
}

.product-cart-options
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 250px;
}

.product-cart-options label
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #000000;
}

.product-cart-options a
{
	text-decoration: none;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}

.product .textbox
{
	background-color: #acacac !important;
	border: 1px solid #cbcbcb;
	color: #000000;
}

.short
{
	width: 50px;
}

.very-short
{
	width: 20px;
}

.product-info-box
{

	width: 600px;
	padding: 10px;
}

.product-info-box h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
}

.product-info-box p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}