/* Store Styles */

.clear { clear: both; }

.breadcrumbs { font: bold 12px Arial, Helvetica, sans-serif; color: #999999; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; } 

.product_row { border-bottom: 1px dotted #cccccc; padding: 5px 0; margin-bottom: 10px; }

.product_name { font-weight: bold; color: #000000; text-decoration: none;}
.product_name:hover { text-decoration: underline; }

.product_more { font-weight: bold; text-decoration: none; }
.product_more:hover { text-decoration: underline; }

.checkout_input { font: normal 12px Arial, Helvetica, sans-serif; width: 30px; }

hr { border: 0; height: 1px; border-bottom: 1px dotted #cccccc; }

.cart_button , .checkout_button { 
	background: #ffeb00; 
	font: bold 12px Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 0;
	padding: 3px;
}




/* Checkout */
a img { border: 0; }


/* View Product Details */ 

#product_images {
	float: left;
	width: 115px;
	padding-top: 15px;
	text-align: center;
}
	#product_images p span {
		color: #999999;
	}

#product_details {
	float: right; 
	width: 407px;
}

/* View Category Level */
#store_inner { margin: 0; padding: 0;  } /* td main store container */

#subNav_td { margin: 0; padding: 0; width: 165px; } /* td store sub nav categories container */

#subNav_td ul { margin: 0; padding: 0; }

#cartSubNav { /* subnav UL item */
	margin: 0; 
	padding: 31px 0 0 0; 
	list-style: none; 
	width: 147px;
	background: url(/persistent/templateimages/cartSubNav.gif) top no-repeat;
}

#cartSubNav li { 
	margin:0;
	padding: 0; 
	float: left; 
	list-style: none; 
	line-height: 0.5em; 
	float: left; 
	position: relative; 
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 146px;
}

#cartSubNav li a { 
	padding: 7px 9px; 
	border-left: 7px solid #fffabf;  
	display: block;
	text-decoration: none;
	background: #fff;
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-right: 1px solid #cccccc;
}

#cartSubNav li a:hover {
	border-left: 7px solid #ffeb00;
}

#cartSubNav ul {
	padding: 0;
	display: none;
	background: #fffabf;
}

	#cartSubNav ul a {
		font: normal 11px Arial, Helvetica, sans-serif;
		background: #fffabf;
	}

/*------- checkout ---------*/

.checkout_input {
	border: 1px solid #333;
}

.cart_button {
  background-color: #ffeb00;
	border: 0;
}

.btn_addtoCart {
  width: 140px;
	height: 23px;
	background: url('../templateimahes/btn_addtoCart.gif') no-repeat;
	display: block;
}

.checkout_button {
  background-color: #ffeb00;
	border: 0;
	color: #000000 !important; 
	text-decoration: none;
	padding: 5px;
}


.checkout_table_bgcol {
  background: #ccc;
}

.checkout_table_bgcol tr {
  background: #FFF;
}

.checkout_table_bgcol tr td.checkout_toprow {
  background: #ebebeb;
}

.thumb, .fullscale {
  border: 1px solid #CCC;
}

/*.cellshade { font: normal 12px Arial, Helvetica, sans-serif; background: #eeeeee; }
.checkout_toprow { background: #eeeeee; font-weight: bold;  }
 .checkout_td_bgcol { }*/
 

.cat_productwrap {
	float: left;
}

.cat_producttxt h2 {
	border-bottom: none;
}

