.product_details{
	color: #666;
}
.product_details img { float: left; }
.product_details p { margin-left: 210px; }
.price_display{
	font-weight:bold;
	color:#4694c4;
	font-size:1.2em;
}
.featured {
	color: #4694C4;
	font-weight: bold;
	font-size: 1.2em;
}
.quantityBox {
	border: 2px solid #9fcb61;
	padding: 5px;
	background: #f1ffde;
	color: #78a33b;
	font-weight: bold;
	text-align: center;
	width: 140px;
}
.product_details .quantityBox a {
	vertical-align: middle;
	text-decoration: none;
	color: #78a33b !important;
}
.quantityBox a:hover {
	text-decoration: underline;
	color: #78a33b;
}
.productActions {
	margin-top: 10px;
}
.productActions li {
	text-align: right;
	list-style: none;
}
.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 {
	clear: both;
}

#Form_BackorderForm {
    height:100px;
    width:240px;
}

#Form_BackorderForm fieldset {
    width: 175px;
    height:50px;
}
#Form_BackorderForm .middleColumn {
    width:175px;
}

#Form_BackorderForm_action_doBackorderForm {
    float:right;
    margin-top:-30px;
}

#Email #Form_BackorderForm_Email{
    width:150px;
}