/**************************************************************
	DESCRIPTION:
	Defines styles for the RED header widget. All
	header styles should be contained in this file.

	CONTENTS:
	- Logo
	- HeaderMessageContainer (content block)
	- HeaderLinkContainer
	- SearchBar
	- AccountManagement
	- Logout
	- Cart
	- Navigation
	- PersistentMessaging
	- SecondaryMessagingRibbon
	- SearchMessaging
	- TODO: Cleanup
**************************************************************/

/*************************
	START: Logo
*************************/
#logoContainer {
	float: left;
	width: 300px;
	height:70px;
	margin-top: 13px;
	clear: both;
	position:relative;
}

#logoContainer .RedBox { display: none; }

#logoContainer #logoRED {
	width: 300px;
	height: 70px;
	background: transparent url(../../../../../../../248/497/0001/origin.prvd.com/RedEnvelope/siteimages/RED_sprite.gif) no-repeat -138px -61px;
	position:relative;
	z-index:1;
}

#logoContainer #logoRED.over { background-position: -138px -137px; }

#logoContainer .tagLine {
	margin-top: 8px;
	color: #CCC;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: .5px;
	position:absolute;
	top:31px;
	z-index:100;
}
/*************************
	END: Logo
*************************/

/*************************
	START: HeaderMessageContainer (widget, content block)
*************************/
#BrandMessage {
	float:left;
	position:relative;
	left:10px;
	top:13px;
}
/*************************
	END: HeaderMessageContainer
*************************/

/*************************
	START: HeaderLinkContainer
*************************/
#HeaderLinkContainer {
	width:340px;
	float:right;
	margin-top:21px;
}
/*************************
	END: HeaderLinkContainer
*************************/

/*************************
	START: SearchBar
*************************/
#SearchContainer {
	margin-top:9px;
	float:right;
}
/*************************
	END: SearchBar
*************************/

/*************************
	START: AccountManagement
*************************/
#acctMgmtContainer {
	float: right;
	font-size: 13px;
	line-height:26px;
	padding-right: 8px;
	margin-top: -3px;
}

#acctMgmtContainer #referafriend {
	display:inline-block;
	margin-right:3px;
	position:relative;
	top:-1px;
}

#acctMgmtContainer .logoutDisplayLink {
	background-image: url("../../../../../../../248/497/0001/origin.prvd.com/RedEnvelope/images/Red-Redesign-sprite.gif");
	background-position: -72px -49px;
	display: inline-block;
	height: 22px;
	text-align: right;
	width: 62px;
}

#acctMgmtContainer .acctLink,
#acctMgmtContainer a {
	text-decoration: none;
}

#acctMgmtContainer a:hover { text-decoration: underline; }

/*************************
	END: Account Management
*************************/

/*************************
	START: Cart
*************************/
#cartContainer {
	float: right;
	width: 79px;
	height: 24px;
	border: 1px solid #e0e0e0;
	padding: 2px;
	margin-top: -4px;
}

#cartContainer a {
	display: block;
	position: relative;
	width: 72px;
	height: 18px;
	padding: 6px 0 0 7px;
	background-color: #eaeaea;
	text-decoration: none;
	cursor: hand;
}

#cartContainer img {
	background: transparent url("../../../../../../../248/497/0001/origin.prvd.com/RedEnvelope/images/Red-Redesign-sprite.gif") no-repeat -58px -57px;
}

#cartContainer span {
	font-size: 13px;
	line-height: 15px;
	position: absolute;
	top: 4px;
	left: 25px;
}
/*************************
	END: Cart
*************************/

/*************************
	START: Navigation
*************************/
	#RED #navcontainer { margin-top:15px; }
/*************************
	END: Navigation
*************************/

/*********************
	START: PersistentMessaging
*********************/
.RefCodeShortBox {
	margin:10px 0px 10px 0px;
	background-image: url('../../../../../../../248/497/0001/origin.prvd.com/RedEnvelope/images/RefCodeBox_Green.jpg');
	background-repeat: no-repeat;
	text-align: center;
	background-color:#4c7c09;
	width:147px;
	height:66px;
}
/*********************
	END: PersistentMessaging
*********************/

/*************************************
	START: SecondaryMessagingRibbon
*************************************/
#secondaryMessagingRibbonContainer {
	height: auto;
	padding-top: 8px;
}
/*************************************
	END: SecondaryMessagingRibbon
*************************************/

/*********************
	START: SearchMessaging
*********************/
.searchM {
	text-align:center;
	padding: 2px;
	margin-bottom:4px;
	height:15px;
}

.logoAffilate{ margin-bottom:-8px; }
/*********************
	END: SearchMessaging 
*********************/


/*******************************************/
/*** TODO: Cleanup ***/
.HeaderContacts {
	z-index: 2;
	position: relative;
	text-align:right;
	margin:5px 0px;
	right: -80px;
}

.HeaderContacts #LiveChat {
	border-left:1px solid #666;
	line-height : 0;
	height : 5px;
	margin : 0px;
	padding : 0;
	margin-right:7px;
	padding-left:5px;
}

.HeaderContacts #LiveChat img {
	position:relative;
	top:4px;
	left:5px;
}

.HeaderContacts .PhoneNumberWrapper {
	border-left:1px solid #666;
	padding-left:5px;
	margin-right:7px;
}
/*******************************************/