/* Product page css */

/* Shopping Cart Box in Sidebar */

#ShoppingCart {
	border:2px solid #CCC;
	height:auto;
	width:auto;
}
#ShoppingCart h3 {
	background-color:#F4F8F9;
	padding:10px;
}
#ShoppingCart p {
	
}

/* Main Product Styles */

#Layout h2{
	font-size: 2em;
	color: #666666;
	margin: 15px 0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
	#Layout h2 a{
		color:#3E91C4;
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	}

#Product {
}

.product_details{

}
.product_details .productImage {
	border:none;
}
.product_details form img {
	border:none;
}
.product_details form input {
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.featured {
	background-color: #F4F8F9;
	border: solid 2px #4694c4;
	color: #4694c4;
	margin-top:15px;
	padding: 5px;
	text-align:center;
	width:190px;
}
.product_details .price_display{
	font-weight:bold;
	font-size:1.2em;
}

/* Quantity Box */

.product_details .quantityBox {
	border: 2px solid #9fcb61;
	padding: 10px;
	background: #f1ffde;
	color: #78a33b;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
}

.product_details .quantityBox img {
	border:none;
}

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


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

form#options fieldset input#Quantity {
	width:30px;
}
.productContent {
	width:auto;
}

