/* @override 
	http://localhost/sites/www.chadcargill.com/assets/css/store.css
	http://10.0.1.199/sites/www.chadcargill.com/assets/css/store.css
*/

.Product {
	text-align: left;
	height: 200px;
	padding: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
}
.Product .Picture {
	float: left;
	width: 150px;
	height: 200px;
	padding: 0px;
	text-align: center;
}

.Product .Description {
	float: left;
	height: 200px;
	padding: 6px;
	background-color: #fbfbfb;
	border: thin solid #dcdcdc;
	width: 300px;
	font-size: 12px;
}

.Product .Quantity {
	float: right;
	padding: 5px;
	width: 100%;
	text-align: right;
	margin-top: 22px;
	position: relative;
	right: 10px;
}

.Product .Picture img {
	height: 200px;
}

.Product .Quantity input {
	width: 40px;
	height: 40px;
	text-align: center;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
}

.Product .Price {
	padding: 5px;
	color: #23568b;
	position: relative;
	font: bold 25px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	text-align: right;
	height: 5%;
	top: 40px;
	right: 10px;
}

.Product .Price .Shipping {
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #888888;
}

.Product .RightSide {
	float: right;
	width: 195px;
	height: 200px;
	background-color: #fbfbfb;
	border: thin solid #dcdcdc;
	padding-top: 12px;
	padding-right: 5px;
}

Form .submit {
	width: 100px;
	height: 50px;
	clear: both;
	position: relative;
	left: 300px;
	top: 10px;
}

Form {
	margin-bottom: 50px;
} 
.TotalPrice {
	background-color:#FBFBFB;
	border:thin solid #DCDCDC;
	clear:right;
	color:black;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin:10px;
	padding:6px;
	text-align:center;
	vertical-align:middle;
}