/* *******************************************  Food Science - Shopping Cart - 2008 ******************************************* */  

/* ---------- color key ---------- 

blue:  #4071A6
green buttons: #8BBF43
	
*/

/* ************************ left panel ************************ */

#leftpanel-cart {
	margin: 0 0 0 5px; padding: 8px 15px 0 10px;
	float: left;
}
#sidebar-cart {
	position: relative;
	left: 12px;
	width: 191px;
	padding: 0 5px 0 0;
}
#sidebar-cart h4 {
	margin: 7px 0; padding: 3px 0 10px 0;
	width: 187px;
	color: #4C4C4C;
	font-size: 14px;
	font-weight: normal;
	background: url("/_common/img/bg-product-dots.gif") no-repeat left bottom;
}

/* ---------- product menus ---------- */

#product-border {	
	padding: 0 0 20px 0;
	position: relative;
	left: -10px;
	width: 193px;
	background: url("/_common/img/bg-product.gif") repeat-y 0 0;
}
#product-top {
	position: relative;
	left: -10px; top: 7px;
	width: 191px;
	height: 10px;
	background: url("/_common/img/bg-product-title.gif") no-repeat left top;
}
#product-bottom {
	position: relative;
	left: -10px;
	width: 191px;
	height: 11px;
	background: url("/_common/img/bg-product-bottom.gif") no-repeat left bottom;
}

#featured-product {
	position: relative;
	left: 20px;
	width: 160px;
}
#featured-product #featured-image {
	margin: 0 0 5px 0; padding: 10px 0;
	position: relative;
	left: -11px;
	width: 172px;
	background: #fff;
	border: 1px solid #E5F0D2;
}
#featured-product #featured-image img {
	position: relative;
	left: 40px;
}


#featured-product span img, .related-products span img {
	position: relative;
	left: 30px;
}

.related-products  {
	position: relative;
	top: 20px;
	padding: 0 0 30px 0;
}
.related-products #product-item1 h5, .related-products #product-item2 h5, #featured-product h5 {
	margin: 0; padding: 0 0 3px 0;
	color: #3E6DA0;
	font-size: 16px;
}
#featured-product h4 {
	position: relative;
	left: -10px;
}

.related-products #product-item1 a.dbButton3, .related-products #product-item2 a.dbButton3, #product-border #featured-product p a.dbButton3 {
	position: relative;
	top: 6px;
	padding: 2px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #4071A6;
}
.related-products #product-item1 input, .related-products #product-item2 input, #featured-product input {
	position: relative;
	left: 0; top: 7px;
}	

#product-item1, #product-item2 {
	position: relative;
	left: 10px;
	margin: 0 0 20px 0; padding: 0 0 20px 0;
	width: 160px;
}
#product-item1 a, #product-item2 a, #featured-product a {
	margin: 5px 0 0 0;
}


/* *******************************************  Right Panel  ******************************************* */  

/* ---------- general ---------- */

#rightpanel-cart {
	padding: 30px 10px 0 0;
	width: 695px;
	float: left;
}
#rightpanel-cart a:hover {
	text-decoration: underline;
}

.bottom-spacer { /* area between products and dotted line */
	padding: 25px 0 5px 0;
	background: url("/_common/img/bg-product-dots.gif") no-repeat left center;
}

/* ---------- table adjustments for Cart :  bc 06.23.08 ---------- */

.button-align .dbButton { /* center aligning buttons for /cart/index.php */
	position: relative;
	left: 190px;
}
.button-float .dbButton { /* center aligning buttons for /cart/index.php */
	float: left;
	border:1px solid red;
}
.column td { /* two column billing/shipping addresses for /cart/billing_fields.php */
	padding: 10px 0;
}
.checkout-pad td {
	padding: 5px 0;	
}


/* *******************************************  Club  ******************************************* */  

#member_login { /* here are the settings to put the login/recurring order as two columns */
	margin: 0 40px 0 0;
	float: left;
}

/* ---------- product table for store ---------- */

table.product-grid td .img_left {
	width: 109px;
}
table.product-grid td .producttext p {
	width: 100%;
}
table.product-grid td .producttext a:hover {
	text-decoration: underline;
}

/* ---------- /club/your_club.php ---------- */

#club-address { /* table for billing & shipping addresses */
	padding:  7px;
}
#club-address td {
	padding:  3px;
}
#club-address td.buttons { /* 3 buttons after details of whats in your cart */
	padding-left:  140px;
}
#club-address .confirm-order { /* last button */
	position:  relative;
	left:  200px;
}

/* ---------- /club/club_review.php ---------- */

.recur-order { /* recurring order button */
	position: relative;
	left: 200px;
	width: 200px;
}

#rightpanel-cart td.cart_border {
	background: #999;
}

#rightpanel-cart  a.link {
	color: #4170A6;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url('/_common/img/icon_1.gif') no-repeat 0 5px;
	padding: 0 0 0 18px;
	margin: 0;
	float: left;
}
#rightpanel-cart td .producttext {
	padding-top: 10px;
	float: left;
	width: 160px;
}
#rightpanel-cart td .producttext h1 {
	margin: 0; padding: 0;
	font-size: 16px;
	font-family: lucida grande;
}


#rightpanel-cart p {
	padding: 8px 0;
	line-height: 18px;
}
#rightpanel-cart div.dotted_line{
	margin: 0; padding: 10px 0 0 0;
	background: url('/_common/img/line_1.gif') repeat-x top left;
	color: #4b4b4b;
	font-size: 15px;	
}
#rightpanel-cart h2.subhead{
	margin: 0; padding: 15px 0 0 0;
	background: url('/_common/img/line_1.gif') repeat-x top left;
	color: #4b4b4b;
	font-size: 15px;	
}
#rightpanel-cart ul.heading{
	margin: 0; padding: 0 0 8px 0;
	list-style: none;
	background: url('/_common/img/line_1.gif') repeat-x bottom left;
}
#rightpanel-cart ul.heading li{
	margin: 0; padding: 0 0 0 30px;
	display: inline;
	background: url('/_common/img/headingarrow.gif') no-repeat center left;
	color: #4b4b4b;	
}
#rightpanel-cart ul.heading li.homeheading{
	background: none;
	padding: 0;
}
#rightpanel-cart ul.heading li a{
	color: #4b4b4b;
	text-decoration: none;	
}
#rightpanel-cart ul.heading li a: hover{
	color: #4b4b4b;
	text-decoration: underline;	
}
#rightpanel-cart .headingright{
	float: right;
}
#rightpanel-cart .headingright a{
	color: #4b4b4b;
	text-decoration: none;
}
#rightpanel-cart .headingright  a: hover{
	color:  #4b4b4b;
	text-decoration: underline;
}
#rightpanel-cart .row{
	padding: 20px 0 0 0;
}
#rightpanel-cart .detailed{
	padding: 25px 0 25px 0; 
}
#rightpanel-cart .detailedtext1{
	float: left;
	width: 200px;
	text-align: center
}
#rightpanel-cart .detailedtext2{
	padding-top: 15px;
	float: left;
	width: 380px;
}
#rightpanel-cart .detailedtext2 p{
	margin: 0; padding: 0 0 5px 0;
}
#rightpanel-cart .detailedtext2 h1{
	font-family: lucida grande;
	padding: 0;
	font-size: 20px;
}
#rightpanel-cart .detailedtext2 p.price{
	font-size: 20px;
	padding: 0 0 15px 0;	
}

#rightpanel-cart .multiple td h1 { /* description headings ie: /for_men/ */
	margin: 0; padding: 0;
	font-size: 14px;
	font-family: lucida grande;
}
#rightpanel-cart .multiple td p { /* description headings ie: /for_men/ */
	padding-top: 5px;
}

#rightpanel-cart .multiple td{
	width: 240px;
	padding: 20px 50px 20px 0;
}
#rightpanel-cart .mentext{
	padding: 15px 0;
	background: url('/_common/img/line_1.gif') repeat-x bottom left;
}
#rightpanel-cart .mentext .img_left{
	padding: 0 15px 0 0;
}
#rightpanel-cart .mentext h1{
	color: #4d4d4d;
	padding: 20px 0 20px 20px;
}
#rightpanel-cart .rowborder1{
	padding: 15px 0;
	background: url('/_common/img/line_1.gif') repeat-x bottom left;
}
#rightpanel-cart .rowborder1 h1{
	color: #4d4d4d;
}
#rightpanel-cart .listfooter{
	float: right;
}
#rightpanel-cart .listfooter a{
	float: left;
	margin-right: 5px;
}
#rightpanel-cart .listfooter input, #rightpanel-cart .listfooter span{
	float: left;
	margin-right: 5px;
}
#rightpanel-cart .listfooter span{
	display: block;
}
#rightpanel-cart ul.detheading{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: url('/_common/img/line_1.gif') repeat-x top left;
	font-size: 13px;
}
#rightpanel-cart ul.detheading li{
	margin: 0;
	padding: 0 0 0 30px;
	display: inline;
	background: url('/_common/img/headingarrow.gif') no-repeat center left;
	font-weight: bold;
}
#rightpanel-cart ul.detheading li a{
	color: #3F71A6;
	text-decoration: none;	
}
#rightpanel-cart ul.detheading li a: hover{
	text-decoration: underline;	
}
#rightpanel-cart #mightlike{
	padding: 20px 0;
}
#rightpanel-cart #mightlike td{
	text-align: center;
	background: url('/_common/img/sidebit.gif') no-repeat top left;
	padding: 0 20px;
}
#rightpanel-cart #mightlike td.first{
	background: none;
}
#rightpanel-cart #mightlike h1{
	padding: 5px 0 0 0;
	margin: 0;
	float: left;
}
#rightpanel-cart #mightlike .more{
	clear: both;
}
#rightpanel-cart .pleft{
	float: left;
	margin: 5px 20px 20px 10px;
}







