#Layout h2{
	font-size: 13px;
	margin: 15px 0;
	font-weight:normal;

}
	#Layout h2 a{
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	}

#Product {
	margin:-left: 0;
	width: 425px;
}


.price_display{
	font-weight:normal;
	font-size:13px;
}
.featured,
.quantityBox {
position:absolute;
top:0px;
right:0px;
	padding: 5px;
	font-weight: normal;

	margin-top: 12px;
 	font-size: 13px;
  width:250px;

}
.quantityBox2 {
position:absolute;
top:0px;
right:0px;
	padding: 0px;
	font-weight: normal;
   	margin-top: 40px;

  width:85px;
   height:31px;

}
	.featured {
		background: none;
		border: #4694c4;
		color: #4694c4;
	}

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

          .productImage{
          position:relative;
                float:left;
                width:85px;
                height:85px;

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

form#options fieldset input#Quantity {
	width:30px;
}
.productContent {
	position:relative;
	float:left;
	width: 450px;
}

.product_details{
	width: 425px;
	position:relative;
	float:left;
	color: #666;
	overflow: hidden;
	font-size: 13px;
}
.product_details p{
display:inline;
	width: 250px;
	position:relative;
	float:left;
	overflow: hidden;
	
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 10px;
}
#Credit {
	padding: 6px;
	margin-top: 42px;
	font-size: 85%;
	background: #EEE;
}
#Credit p {
	margin: 0;
}
#ShoppingCart .noItems {
	padding-left: 7px;
	margin-top: 16px;
	font-size: 0.8em;
}
