#Layout h2{
	font-size: 2em; 
	margin: 15px 0;
	font-weight:normal;
	font-family: 'Tahoma', Verdana, sans-serif;
}
	#Layout h2 a{
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	}

#Product {
	background: url(../../themes/blackcandy/images/vertical-bar.jpg) top right repeat-y;
	margin-right: 190px;
}

.product_details{
	color: #666;
	overflow: hidden;
}
	
.productImage{
	border: 2px solid #990000;
	margin: 10px 10px 10px 0;
	float: left;
}
	
.price_display{
	font-weight:bold;
	font-size:1.2em;
}

.quantityBox-holder a{
	text-align: center;
}


.featured,
.quantityBox {
	width: 200px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
	background: #f5f5f5;
	color: #990000;
	font-weight: bold;
	float: left;
	}

	.featured {
		background: none;
	}
		.quantityBox a {
			vertical-align: middle;
			}
		.quantityBox a:hover {
			text-decoration: none !important;
		}
	.productActions {
		margin-top: 10px;
	}
		.productActions li {
			text-align: right;
			list-style: none;
		}
		.quantityBox .productActions a {
			line-height: 1.5em;
			font-weight: normal;
		}


form#options label {
	font-size: 10px;
}

form#options fieldset input#Quantity {
	width:30px;
}
.productContent {
	width: 300px;
	margin-left: 200px;
	font-size: 1.2em;
	color: #000;
	}
	.productContent li{
		list-style:square;
	}
