/********************************
 * HEADER AND GLOBAL NAVIGATION STYLE SHEET 
 * FOR FIREFOX AND IE7 partially
 * FILE: header.css
 * ORIGINAL AUTHOR: Tobias O'Leary
 * DATE: July 31, 2008
 ********************************/

/********************/
/* GENERAL POPUP INFO */
/********************/

a#create-new-account {
	line-height: 14px !important;
}

.quicklinks_popup {
	background-color: white;
	display: block; /*left:-5000px; /*strange display bug in IE 7 - Real Location set by javascript*/
}

.quicklinks_popup_with_bg {
    background: #FEFEFE url(../images/header/quicklinks_popup_bg.gif) bottom left repeat-x;
}

#global_cart_ajax_popup {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	border: 1px solid #DEDEE0;
	width: 250px;
	text-align: left;
}

#global_cart_ajax_popup .popup_content img {
	float: left;
	margin: 5px 0 5px 0;
}

.popup_content {
	margin: 10px;
}

/***************/
/*LOGIN POPUP */
/***************/

/* See IE only fix in /css/ie.css */
#global_login_popup {
	position: absolute;
	display: none; /* Correct Position Set in Javascript */
	top: 0;
	right: 0;
	width: 325px;
	border: 1px solid #DEDEE0;
} * html #global_login_popup { w\idth: 327px; width: 325px; }

.header-popup {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 0 10px;	
}

#global_cart_popup .header-popup {
	margin-left: 5px;
	margin-bottom: 2px;
}

#global_login_popup .global_login_newaccount_column {
	width: 85px;
}

#global_login_popup .global_login_returning_member_columns {
	width: 95px;
}

#global_login_popup .global_login_returning_member_columns .closer {
	margin: 2px 4px;
}

#global_login_header_row {
	font-size: 10px;
	height: 15px;
	border-bottom: 1px solid #DEDEE0;
	text-align: left;
	width: 325px;
}

#global_login_header_row div {
	float: left; /*margin:0px 5px;*/
}

div.global_login_content {
	padding: 10px;
	width: 305px;
}

#global_login_form {
	clear: left;
	border-top-width: 0px;
}

#global_login_form div {
	float: left;
	margin: 0;
	padding: 0px;
}

/* See ie7.css for weird left margin bug */
#global_login_form input.login-fields {
	color: #555555;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 95px;
}

#global_login_form #global_header_login_submit_wrapper {
	text-align:right; 
	float:right;
}

#global_header_login_submit_wrapper input {
	margin: 5px 0 0 0;
	width: auto;
}

#global_login_rememberme {
	width: 16px !important;
}

#nav-utility-wrapper a.submit {
	border: 1px solid #ccc !important;
	color: #828282 !important;
	cursor: pointer !important;
	cursor: hand !important;
	display: inline-block !important;
	font-family: Arial, Verdana, Tahoma, sans-serif !important;
	font-size: 11px !important;
	font-weight: bold !important;
	padding: 2px 7px 2px 7px !important;
	margin-bottom: 5px !important;
	text-align: center !important;
}

#nav-utility-wrapper a.submit:hover {
	background: url(/consumer/images/background-submit-hover.gif) !important;
	border: 1px solid #ccc;
	text-decoration: none;
}
	
#global_login_popup .button_text {
	width: 85px;
}

#global_login_popup div.global_login_email {
	float: left;
	margin: 0 0 0 10px;
	width: 100px;
}

#global_login_popup div.global_login_email a {
	color: #257FBA;
	font-size: 10px;
	line-height: 14px;
	margin-left: 2px;
}

	#global_login_popup div.global_login_email a:link {
		color: #257FBA !important;
	}

	#global_login_popup div.global_login_email a:visited {
		color: #257FBA !important;
	}

	#global_login_popup div.global_login_email a:hover {
		color: #828282 !important;
	}

	#global_login_popup div.global_login_email a:active {
		color: #828282 !important;
	}


#global_login_popup div.global_login_password {
	font-size: 10px;
	float: left;
	line-height: 14px;
	margin: 0 0 0 10px;
	width: 100px;
}

#global_login_popup div.global_login_password input.remember-me{
	font-size: 10px;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: -3px;
}

#global_login_popup div.error {
	margin-bottom: 10px;
	text-align: left;
	width: 305px;
}

#global_quicklinks #global_login_popup .button_text a {
/* Also used in the cart */
	color: white;
}

#global_quicklinks #global_login_popup .button_text {
/* Also used in the cart */
	color: white;
}

#global_login_login_button {
	padding: 2px 8px;
}

#global_login_newaccount {
	display: block;
	width: 80px;
}

#global_login_closer {
/*margin-right: 3px;*/
	float: right !important;
}

.closer {
	float: right;
	pointer: cursor;
}

#global_login_closer img {
	margin: 2px;
}

/********************
 * My Account Popup
 ********************/
#global_myaccount_popup {
	position: absolute;
	display: none; /* Real Position set by javascript */
	top: 0;
	right: 0;
	border: 1px solid #DEDEE0;
	width: 152px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	padding: 1px;
	width: 170px;
}

#global_myaccount_popup img {
	margin: 2px;
}

#global_myaccount_popup div ul {
	list-style: none;
	margin: 0px 10px 2px 10px;
	text-align: left;
	padding: 0px;
}

#global_myaccount_popup_extra_links {
	border-top: 1px solid #DEDEE0;
}

#global_myaccount_popup_extra_links ul li {
	display: block !important;
}

/***************************
 * Cart
 ***************************/

/* Applies to Both Empty and Full Cart */
.global_cart_title {
	text-align: left;
	font-size: 8pt;
	margin: 2px;
}

.global_cart_title span {
	float: left;
}

/* Close Button */
.global_cart_title img {
	float: right; /*	margin:2px 2px 0px 0px;*/
}

#global_cart_opener {
	vertical-align: middle;
}

/*******************
 * Empty Cart
 ********************/
#global_empty_cart {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	border: 1px solid #DEDEE0;
}

#global_empty_cart_content {
	clear: both;
	margin: 0px;
	text-align: center;
	padding: 10px 0px 10px 0px; /*IE6 padding: 5px 0px 10px 0px; */
	border-top: 1px solid #DEDEE0;
}

#global_empty_cart_content a:hover {
	color: white;
}

/*************************
 * Full Cart
 *************************/

#global_cart_popup {
/*visibility:hidden;*/
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 300px; /* Real Position set by Javascript */
	border: 1px solid #DEDEE0;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

#global_cart_popup table {
	clear: both;
	padding: 0px;

}

#global_cart_popup td {
	padding: 1px 2px;
}

#global_cart_popup th {
	font-weight: bold;
}

#global_cart_popup th.price {
	text-align: right;
	padding: 1px 2px;
}

#global_cart_popup td.price {
	text-align: right;
}

.global_cart_description_col {
	text-align: left;
	overflow: hidden;
}

.global_cart_description {
	text-transform: uppercase;
}

#global_cart_popup .even {
	background: #FFFFFF
}

#global_cart_popup .odd {
	background: #EFEFEF;
}

#global_cart_checkout_button {
	padding: 2px 5px 2px 5px;
}

#global_cart_checkout_button a {
	color: white;
	text-transform: lowercase;
}

.global_cart_last_row {
	padding: 2px 3px 4px 3px;
}

.global_cart_summary_row {
	border-top: 1px solid #DEDEE0;
}
 
 

