
/*
 * Store pages
 */
dl.store {
	width: 100%;
}

dl.store dt, dl.store dd {
	float: left;
	margin: 0;
	padding: 3px 0;
}

dl.store dt {
	width: 40%;
	clear: both;
}

dl.store dd {
	width: 60%;
}

.storeCol1, .storeCol2 {
	width: 48%;
	float: left;
}

.storeCol2 {
	float: right;
}

.storeProductPhoto {
	float: left;
	margin-right: 20px;
}

.storeProduct {
	clear: both;
	margin: 15px 0;
}

/* Detail page */
.productPhotos {
	float: left;
	margin-right: 40px;
}

.productGalleryItem {
	float: left;
	width: 40px;
	margin-right: 13px;
	padding-top: 10px;
}

.productAddToCart {
	margin-top: 10px;
}

/* Cart */
table.store {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

table.store thead td { 
	border-bottom: 1px solid #aaa; 
	font-weight: bold;
}

table.store tbody td { 
	border-bottom: 1px solid #ddd; 
	padding: 5px;
}

table.store input.text {
	width: 40px;
	font-size: 11px;
}

.cartToolbar {
	margin: 20px 0;
}

.cartToolbar a, #checkoutProcess .button, #checkout .button, a#addToCartLink  {
	background: #ddd;
	color: #333;
	padding: 5px 10px;
	margin-right: 15px;
	font-size:13px;
}
#reg-content .cartToolbar a, #checkoutProcess .button, #checkout .button, a#addToCartLink{
	font-size:13px;
}
.cartToolbar a:hover, a:hover#addToCartLink  {
	background: #e6e6e6;
	color: #555;
}

#checkoutProcess .button, #checkout .button {
	border: none;
}

#checkoutProcess h2	{
	font-size: 18px;
}

#newUserRegistrationForm {
	background: #F1F0EC;
	padding: 10px;
}

form.tight p {
	margin: 0 0 10px 0;
}

form.tight p.submitParagraph {
	margin-top: 15px;
}

.finalPriceCell {
	font-weight: bold;
	color: #5C832F;
}

.productName {
	text-align: center;
}

