body {
	background-color: #dfdfdf;
}

/* My CSS Styles */

.cart_hr {
 margin: 0 25px 5px 25px
}
.cart_topDiv {
 padding-bottom: 10px;
}
#topPic {
 margin-bottom: 15px;
}


/* Squirrelcart Styles */

.nav_block_title,
.sc_content h1,
.cart_table thead th,
.order_info_table th,
#order_ship_details h4,
.cart_discounts h4,
.address_box h4 {
 /*  background-color: #a9cbe9; */
 background-color: #dfdfdf; 
	color: #000 ;
}

.cat_links .expanded .parent a,
.cat_links .expanded .parent,
.nav_link_container a:hover {
	/* background-color: #dfdfdf; */
 /* Added 6.19.09 */
	background-color: #b5e1f9;
}

.nav_block,
.sc_content,
.cart_table,
.cart_table thead th,
.cart_discounts,
.cart_discounts h4,
.order_info_table th,
#order_ship_details h4,
.address_boxes .bill,
.address_boxes .ship,
.address_box h4 {
	border-color: #999;
 margin-bottom: 25px;
 /* background: #EEE; */
}

.nav_block a,
.nav_link_container a:link,
.nav_link_container a:visited,
.nav_link_container a.selected,
.sc_content a,
.cart_table a.prod_name,
.prod_name a,
.cat_links .expanded .parent a {
	color: blue;
 /* Added 6.19.09 */
 color: #06047b; 
 padding-left: 0px;
 line-height: 1.2;
}

/* Added 6.19.09 */
.nav_block li {
 text-indent: 7px;
 margin: 0px;
}

.prod_detail h1,
.prod_section h2 {
	color: blue;
}

.prod_detail h1 {
	background-color: transparent;
}

.sc_form fieldset h3,
.sc_form fieldset h4 {
	color: green;
}


.cart_table tr.qty_row td,
.order_info_table .alt {
	background-color: #f1f3f9;
}

.sc_link,
.sc_link a,
.breadcrumb_nav,
.breadcrumb_nav a {
	color: #000;
}

