/* Grey Theme w/Grey Underline of Cat. Heads */

#nav {
	position:relative;
	display:block;
	height:30px;
	font-family:"Arial", sans-serif;
	font-weight:bold;
	font-size:13px;
	background:#717171 url(../../images/Nav/Grey_Sprite.gif) repeat-x top left;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto; 
}

#nav li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}

#nav li a {
	display:block;
	float:left;
	color: #fff;
	text-decoration:none;
	padding:7px 12px 0px 12px; 
	height:22px;
	border-right: 1px solid #888;
}

#navNorm a:hover {
	color:#fff;
	background: #717171 url(../../images/Nav/Grey_Sprite.gif) repeat-x top left; 
	background-position:0 -42px;
}

#checkout {
	color:#fff;
	height: 30px;
	background: #7e0006 url(../../images/Nav/red_ckOut_Sprite.gif) repeat-x top left;
}

#checkout a:hover {
	color:#fff;
	background: #7e0006 url(../../images/Nav/red_ckOut_Sprite.gif) repeat-x top left;
	background-position:0 -42px;	
}

#search {
	padding-top: 2px;
    border-right: 0px solid #000;
}

/* Widget Headers */
.site_widget_header {			
	font-size: 13px;
	color: #333;
	font-weight: bold;
	border-bottom:2px solid #717171;
	width:185px;
	margin-bottom:5px;
}

.cat_menu_label_tier0 {
	font-size: 13px;
	padding-top: 5px;
	color: #333;
	font-weight: bold;
	border-bottom:2px solid #717171;
	width:185px;
	margin-bottom:5px;
	margin-left: 4px;	
}

/* ----Cat. Headers---- */
/* product page */
.cat_product_td_container, .related_product_td_container { border:1px #ccc solid;}

.cat_product_price {
	color:#9B4A46;
	font-weight:bold;
}

.cat_product_name, .related_product_name { }

.cat_product_name a {
	text-decoration:none;
	color:#0066CC;
}

.cat_product_name a:hover { text-decoration:underline;}

/* product image thumbs */
.product_thumb_cell_unselected{
	border:1px solid #ccc;
	cursor:pointer;
}

.product_thumb_cell_selected{ 
	border:1px solid #0066CC;
	cursor:pointer;
}

.product_details_header_box {
	width: 100%;
	padding-top: 5px;
	margin-top:10px;
	border-bottom: 2px solid #ccc;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	background-color:#666;
	padding-left:5px;
	padding-bottom:5px;
}

.payment_method_header_box {
	width: 100%;
	padding-top: 5px;
	margin-top: 10px;
	border-bottom: 2px solid #ccc;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #215c98;
	padding-left: 5px;
	padding-bottom: 5px;
}