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

#Product {
	float: left;
	width: 558px;
	padding-left: 10px;
}

.product_details{
	width: 220px;
	float: right;
	color: #666;
	overflow: hidden;
}
.price_display{
	font-weight:bold;
	color:#4694c4;
	font-size:1.2em;
}
.featured,
.quantityBox {
	border: 2px solid #64BD48;
	padding: 5px;
	background: #E8F5E4;
	color: #64BD48;
	font-weight: bold;
	text-align: center;
}
	.featured {
		background: none;
		border: #4694c4;
		color: #4694c4;
	}
		.quantityBox a {
			vertical-align: middle;
			color: #64BD48;
		}
		.quantityBox a:hover {
			text-decoration: none !important;
		}
	.productActions {
		margin-top: 10px;
	}
		.productActions li {
			text-align: right;
			list-style: none!important;
		}
		.quantityBox .productActions a {
			color: #643B82 !important;
			line-height: 1.5em;
			font-weight: normal;
		}


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

form#options fieldset input#Quantity {
	width:30px;
}
.productContent {
	width: 300px;
}
#Sidebar {
	width: 220px;
	float: left;
}
.add-to-cart-button {
	background: url(/themes/project18/images/add-to-cart.png) no-repeat top center;
	text-indent: -9999px;
	display: block;
	height: 30px;
}
.sidebarBox p, .sidebarBox ul ul {
	font-weight: bold;
	padding-left: 0;
}
.sidebarBox p, .sidebarBox ul li a {
	font-size:12px!important;
}
.sidebarBox p, .sidebarBox ul ul ul {
	font-weight: bold;
	padding-left: 0;
}
.sidebarBox p, .sidebarBox ul ul li a {
	font-size:12px!important;
}
.sidebarBox p, .sidebarBox ul ul ul ul {
	font-weight: normal;
	padding-left: 10px;
}
.sidebarBox p, .sidebarBox ul ul ul li a {
	font-size:11px!important;
}