﻿.header_OtherProduct
{display:none;}

.header_logo
{float:left;}

.header_Cart
{}

#header_logo
{
	display:block;
	margin-bottom:.5em;
	position: absolute;
	top: 0;
	left: 0;
}

#header_container {
	height: 95px;
	position: relative;
	//background-image: url('../../img/YASignatureShops/header/header_bg.gif');
	//background-repeat: repeat-x;
	z-index: 95;
}

#header_topNav 
{
	position: relative;	
	float: right;
	margin-right: 5px;
}

#header_topNav a 
{

	display: block;
}

#header_topNav ul
{
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0;
	float: right;
	position: relative;
	height: 25px;
}

#header_topNav ul li 
{
	color: #024485;
	text-decoration:none;
	letter-spacing: .1em;
	padding: .3em 2em;
	//background-color: #fff;
	margin: 0 .1em;
	border-right: 1px solid #fff;
	font-family: Lucida Grande,Arial,Helvetica,sans-serif;
	float: left;	
}

#viewCartBtn {
	cursor: pointer;
	padding: .7em 1.5em;
	background-color: #fff;
	margin: 0 .1em;
	letter-spacing: .1em;
	border: 1px solid #ccc;
	color: #014685;
}

#cartContainer {
	display: none;	
	width: 400px;
	position: absolute;
	z-index: 500;
	right: 0;
	background-color: #8CBBE0;
	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_storeInfoContainer{
	width: 490px;
	float: right;
	text-align:right;
}

.header_storeName {
	font-weight: bold;
	font-size: 1.2em;

}

.header_storeAddress {

}

#header_search
{
	line-height: 9px;
	padding: 0;
	margin-top:4px;
	margin-right: 5px;
	float: right;
}

#header_search .header_search_textbox
{
	color : #488F41;
	height: 22px;
	width: 165px;
	font-size : 9px;
	padding:0;
	margin: 0;
	border: 1px solid #aaa;
	float:left;
}

#header_search .header_search_button
{
	line-height: 9px;
	font-size : 9px;
	padding:0;
	margin: 0 0 0 5px;
	vertical-align: top;
	float:left;
}

#header_slogan {
	position: absolute;
	top: 35px;
	left: 170px;
}

#dropdown_container
{
	/*background-image: url('../../img/YASignatureShops/header/dropdown_bg.jpg');
	background-repeat: repeat-x;*/
	background-color: #4D8B40;


	border-bottom: none;
	text-align: center;
}

#header_bottom 
{

	border-top: none;
	padding: .1em .2em;
	background-color: #fff;
	margin:0;
}

#header_bottom ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#header_bottom ul li
{
	float: right;
	padding:0;
	margin:0 .6em;
}

#header_bottom ul li a
{
	text-decoration:none;
	color: #aaa;
	font-size: .9em;
}

#header_banner {
	height: 30px;
	border: 1px solid #ccc;
	background-color: #FFF;
	margin: 5px 0;
}

.Header_AdSlot
{
	width:100%;
	margin:0 auto;
}


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 {float: left; width: 25%;}

.itemImage img {width: 70px;}

.itemName {float: left; width: 25%;}

.itemPrice {float: left; width: 25%;}

.itemOptions {float: left; display: none;}

.itemQuantity {float: left; width: 25%;}

.itemQuantity input {width: 50px}

.itemTotal {float: left; display: none;}

.totalRow {display: none;}

