﻿#header_topContainer {
	background-color: #fff;
	border: 1px solid #aaa;
	border-bottom: none;
}

#header_logo
{
	float:left;
	margin-bottom:.5em;
	padding: .3em 0;
}

.header_logoSlogan
{font-size:1.05em;padding: 0 0 0 .75em; margin: .5em 0 -.5em 0}

*html .header_logoSlogan { font-size: .9em}

#header_bannerAd {
	text-align: right;
	padding-top: 1em;
}

#header_topNav 
{
	float:right;

	margin-top: .5em;
	position: relative;
	z-index: 95;
}

#header_topNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#header_topNav ul li{
	display: inline;
}

#header_topNav a 
{
	color:#444;
	margin:0 .6em;

	text-decoration:none;
}

#header_topNav a:hover 
{
	color:#777;
	margin:0 .6em;
	text-decoration:none;
}

#viewCartBtn {
	cursor: pointer;
}

#cartContainer {
	display: none;	
	width: 600px;
	position: absolute;
	z-index: 95;
	right: 0;
	background-color: #ccc;
	padding: .5em;
	border: 1px solid #777;
}

.simpleCart_items {
	background-color: #fff;
	margin-bottom: .5em;
}

.header_checkoutBtn {
	float: right;
}

#hideCartBtn {
	float: left;
	cursor: pointer;
	margin-top: 10px;
	font-size: 1.2em;
}

#header_search
{
	float:right;
	line-height: 9px;
	padding: 0;
	width: 205px;

}


#header_search .header_search_textbox
{
	color : #8D0F10;
	height: 16px;
	float: left;
	font-size : 9px;
	padding:0;
	margin: .1em 0 0 1em;
	border: 1px solid #aaa;
	width:90px;
}

#header_search .header_search_button
{
	line-height: 9px;
	font-size : 9px;
	padding:0;
	margin: .1em 0 0 0;
	vertical-align: top;
	float: left;
}

#header_bottom 
{
	border: solid 1px #aaa;
	padding: .2em;
	background: url('../../current/img/header/bottom_bg.jpg') repeat-x;
	margin:0;
	height: 18px;
	font-size:.9em;
}

#header_bottom ul
{
	list-style-type:none;
	margin: 0;
	padding:0;

}

#header_bottom ul li
{
	float: right;
	padding:0;
	margin: .2em .5em;
	font-color: #fff;
}

#header_bottom ul li a
{

	text-decoration:none;
	color: #444;

}

#header_bottom ul li a:hover
{

	color: #444;

}

#header_search_container {
	height: 30px;
	background: #fff;
}



Table.HeaderLogo 
{ 
	width:100%;
}
TD.HeaderLogo {}

TD.HeaderLinks 
{
	vertical-align:bottom;
	text-align:right;
}

A.HeaderLinks
{
	color:navy;
	text-decoration:none;
}
A.HeaderLinks:Hover
{
	color:#223D72;
	background-color:#FFFFCC;
	text-decoration:underline;
}


/* VIEW CART CSS */

.itemContainer { height: 80px; border-bottom: 1px solid #ccc; padding: .5em 0; width: 100%}

.itemContainer div, .cartHeaders div {text-align: center;}

.itemimage, .itemThumb {float: left; width: 14%;}

.itemimage img, .itemThumb img {width: 70px;}

.itemName {float: left; width: 28%;}

.itemPrice {float: left; width: 15%;}

.itemQuantity {float: left; width: 13%;}

.cartHeaders .itemdecrement, .cartHeaders .itemincrement { float: left; display: none;color: #fff}

.itemContainer .itemdecrement, .itemContainer .itemincrement { float: left; width: 4%;}

.itemContainer .itemQuantity {float: left; width: 4%;}

.itemRemove {float: left; width: 14%;}

.itemTotal {float: left; width: 15%;}

.totalRow {display: none;}