/* styles for the shopping cart */

#cart {	/* applied to the table containing the shopping cart */
	background-color:#408080;
	border:solid silver 1px;
	font-size:11px
}

#cart .header {	/* shopping cart header "QTY/PRODUCT/PRICE */
	background-color: #408080;
	color:white;
	font-size:13px;
	font-weight:bold
} 

#cart .items {	/* applied to each row of the cart items */
	background-color: white
} 

#cart .total {	/* applied to each of the cart total rows */
	background-color: whitesmoke;
	border-top:solid silver 1px;
	border-bottom:solid silver 1px;
	font-weight:bold;
} 

#cart .grand-total {	/* applied to the row containing the order/grand totals */
	background-color: silver;
	border-top:solid #C0C0C0 1px
} 

#add-to-cart {	/* applied to the table used for the "add to cart" box */
	background-color:silver
} 

/* loyalty shopping option */

#loyalty_shopping {
	background-color:whitesmoke;
	margin-top:20px;
	border:solid silver 1px
}

#loyalty_shopping p {
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:12px
}

#loyalty_shopping span {
	border:solid black 1px;
	padding:5px;
	background-color:silver;
	color:white
}
/* STORE  STYLES */

.Products {
	width:100%
} /* applied directly to the table that holds the entire store. (Search, product thumbnails etc) */

.Product_List {
	border-left:none
} /* applied to the table that holds just the product thumbnails */

.ProductAndCategory_Headers {
	background-color:black;
	color:white;
	padding:3px;
	height:22px
} /* applied to the "Product Categories" table header if categories are used */

.Product_Category_Images_Enclosure {
	font-size:12px
} /* applied to each cell of the product category images */

.Product_Shop_Search_Header {
	background-color:#5a5a5a;
	color:white;
	font-size:11px
} /* applied to the product search header area */

.Metadata_Header {
	background-color:#7e7e7e;
	color:white;
	font-size:11px;
	font-weight:bold
} /* applied to the store meta data header */

.Project_List_Header {
	background-color:#EDF8F9;
	color:black;
	font-size:12px;
	font-family:arial
} /* applied to the shopping project header */

.Product_Customization_Options_Header {
	font-weight:bold
}

/* These settings apply to indicated information below the product thumbnail in the store */
.Product_Description {
	color:black;
	font-size:11px
} /* applied to the product description */

.Product_Title {
	color:#0098E3;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold
} /* applied to the product title */

.Product_Sale_Price {
	color:red
} /* applied to the sale price text in the store below the thumbnail */

.Product_Images {
	border:solid silver 0px
} /* applied directly to the image thumbnails */

.Product_Bottom_Border {
	border-bottom:solid #EDF8F9 1px
} /* used to add a border to the store products bottom edge  */

.Product_Right_Border {
	border-right:solid #EDF8F9 1px
} /* used to add a border to the store products right edge  */

/* These settings apply to the product review page */
.Product_Review {
	padding:10px
} /* applied directly to the table used when you view a product */

.Product_Review_Title {
	font-family:Verdana;
	font-size:16px;
	color:red;
	font-weight:bold
} /* applied to the title when you view a product */

.Product_Medium_Image {
	border:solid black 0px
} /* applied to the medium size image of the product review */





















































































































































































































































































































































































































































































































































































