/*	CART HOME CATAGORY LISTING PAGE STYLES
	--------------------------------------------------------- */
div.photo {
	float: left;
	width: 120px;
	margin: 10px;
	padding: 10px;
	clear: left;
}
.title {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 10px;
	width: 320px;
	float: right;
}
.description {
	width: 320px;
	float: right;
}

/*	PRODUCT LIST PAGE STYLES
	--------------------------------------------------------- */
	
.details {
	float: right;
	width: 320px;
	padding: 0px 0px 10px 0px;
	border-bottom: dotted 1px #CCCCCC;
	margin: 0px 0px 10px 0px;
}
#qtyPricing{
	
}
.buttons {
	float: right;
	width: 320px;
}
.addToCartBtn {
	
}
.detailBtn {
	float: right;
	width: 320px;
}
.display {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0px 10px 0px;
}
.sort {
	display: inline;
	line-height: 20px;
}
.label {
	display: inline;
	color: #999999;
	line-height: 20px;
}
.option {
	display: inline;
	line-height: 20px;
}

/*	PRODUCT DETAIL PAGE STYLES
	--------------------------------------------------------- */

#productDetail {
	
}
#productPhotos {
	width: 320px;
	float: left;
}
a.link {
	font-size: 10px;
	padding: 10px 0px 10px 0px;
}
#productDetail .form-label {
	display: inline;
	color: #999999;
	line-height: 20px;
}
#productDetail .form-field {
	display: inline;
	line-height: 20px;
}
#emailFriend {
	display: block;
	margin: 10px 0px 10px 0px;
}
#addToCartButton {
	display: block;
	margin: 10px 0px 10px 0px;
}
#prodCaption {
	padding-top: 20px;
}
#extraDetails {
	padding-top: 40px;
}
#priceLabel {
	display: none;
}
#price {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
#skuLabel {
	
}
#sku {
	
}
#qtyLabel {
	
}
#qty {
	
}
#productDescription {
	
}
#detailGroup {
	
}
.list-left {
	display: inline;
	color: #999999;
	line-height: 20px;
}
.list-right {
	display: inline;
	line-height: 20px;
}

/*	RELATED PRODUCTS STYLES
	------------------------------------------------------ */

#productsRelated {
	margin-top: 20px;
	border-top: dotted 1px #CCCCCC;
}
.hdr-title-text {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

/*	CART ITEMS PAGE STYLES
	------------------------------------------------------ */

#cartInfo {
	text-align: right;
}
#cartNumItems {
	
}
#cartAmounts {
	
}
.field-label {
	color: #999999;
	display: inline;
	line-height: 20px;
}
.field-price {
	display: inline;
	line-height: 20px;
}
#total {
	color: #333333;
	font-weight: bold;
}
a#calculateShippingLink {
	
}
#cartCoupon {
	display: block;
	padding: 10px 0px 10px 0px;
}
#cartButtons {
	display: block;
	padding: 10px 0px 10px 0px;
}

/*	CUSTOMER LOGIN PAGE STYLES
	------------------------------------------------------ */
	
#customerLogin {
	display: block;
	clear: both;
}
.hdr-title {
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 10px 0px 20px 0px;
}
#existingCustomer {
	width: 220px;
	float: left;
	border-right: dotted 1px #CCCCCC;
	display: block;
	clear: left;
	padding: 20px 20px 20px 0px;
}
.form-label #email-customer-login-pass {
	display: block;
}
.form-label #field-customer-login-pass {
	display: block;
}
#newCustomer {
	width: 180px;
	float: right;
	display: block;
	padding: 20px 0px 0px 20px;
	clear: right;
}
#customer-login-login-button {
	margin: 20px 0px 20px 0px;
}
.store-utility-links {
	clear: both;
}