/************* COMMON ***/
* {
	margin: 0;
	padding: 0;
	outline:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
}
#fauxBody {
	width: 100%;
}
a { 
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#0b1720;
	text-decoration: none;
}
img.png {
	behavior: url("/pngbehavior.htc")           
}
.clearer {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0;
}

.sm_bttn {
	display: inline-block;
	font: bold 9px/1.2 Arial, Helvetica, sans-serif !important;
	color: #666 !important;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	padding: 2px 4px;
	width: 78px;
	border: solid 1px #b2b2b2;
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #666, inset 0 0 4px #e7e7e7;
	-webkit-box-shadow: 0 1px 1px #666, inset 0 0 4px #e7e7e7;
	box-shadow: 0 1px 1px #666, inset 0 0 4px #e7e7e7;
}

.sm_bttn:hover {
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #e7e7e7, #fff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#fff));
}

.no-cssgradients .sm_bttn {
	background: #fff url(/Images/shell/smBttnGradBg.png) repeat-x bottom 0;
}

.no-cssgradients .sm_bttn:hover {
	background: #e7e7e7 url(/Images/shell/smBttnGradBg_hover.png) repeat-x bottom 0;
}

.strong_bttn {
	display: inline-block;
	font: bold 11px/1.2 Arial, Helvetica, sans-serif !important;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	background-color: #b5eb46;
	padding: 6px 8px;
	width: 66px;
	text-shadow: #666 0 1px 2px;
	background-image: -moz-linear-gradient(top, #b5eb46, #5a9716);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b5eb46), to(#5a9716));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #666, inset 0 0 4px #5a9716;
	-webkit-box-shadow: 0 1px 1px #666, inset 0 0 4px #5a9716;
	box-shadow: 0 1px 1px #666, inset 0 0 4px #5a9716;
}

.strong_bttn:hover {
	background-color: #5a9716;
	background-image: -moz-linear-gradient(top, #5a9716, #b5eb46);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5a9716), to(#b5eb46));
}

.no-cssgradients .strong_bttn {
	background: #b8ee48 url(/Images/shell/strongBttnGradBg.png) repeat-x bottom 0;
}

.no-cssgradients .strong_bttn:hover {
	background: #619e19 url(/Images/shell/strongBttnGradBg_hover.png) repeat-x bottom 0;
}

.sm_label {
	display: block;
	text-align: left;
	font: bold 9px/1.2 Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	padding: 0;
}

.in_field {
	padding: 5px 4px 3px;
	font: bold 12px/1.2 Arial, Helvetica, sans-serif;
	color: #0b1720;
	background-color: #fbfaf5;
	border: solid 1px #b2b2b2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 1px #666;
	-webkit-box-shadow: inset 1px 1px 1px #666;
	box-shadow: inset 1px 1px 1px #666;
}

#mainNav li a span.viewAllText {
	display: inline;
	padding: none;
	font-size: 8px;
	text-transform: lowercase;
}

/************* TOP NAV & SHELL STYLES ***/
#pageHeadInnerMost {
	position: relative;
	z-index: 100;
	width: 100%;
}

#topLinksBarClip {
	height: 6px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

#topLinksBar {
	height: 4px;
	border-bottom: solid 1px #b2b2b2;
	background-color: #e7e7e7;
	color: #7c7c7c;
	font: normal 10px/1.2 Arial, Helvetica, sans-serif;
	-moz-box-shadow: 0 0 1px #b2b2b2;
	-webkit-box-shadow: 0 0 1px #b2b2b2;
	box-shadow: 0 0 1px #b2b2b2;
}

#topLinksBar a {
	color: #7c7c7c;
}

#topLinksHolster {
	position: relative;
	z-index: 100;
	height: auto;
	overflow: visible;
	margin: 0 auto;
	width: 834px;
}

#topLinks {
	position: relative;
	z-index: 101;
	float: right;
	margin-bottom: 12px;
	white-space: nowrap;
	border: solid 1px #b2b2b2;
	border-top: none;
	background-color: #e7e7e7;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0 0 1px #b2b2b2;
	-webkit-box-shadow: 0 0 1px #b2b2b2;
	box-shadow: 0 0 1px #b2b2b2;
}

#topLinks a {
	color: #7c7c7c;
}
#brandLinks {
	float: left;
	margin: 0 0 -20px -5px;
}
#brandLinks .brandLinkItem {
	float: left;
	list-style: none;
	margin-right: -1px;
	background-color: #fff;
	border: solid 1px #b2b2b2;
	border-top: none;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: -1px 0 1px #b2b2b2;
	-webkit-box-shadow: -1px 0 1px #b2b2b2;
	box-shadow: -1px 0 1px #b2b2b2;
	position:relative;
}
#brandLinks a.bl_brandLink {
	float: left;
	display: block;
}
.aeBranding #brandLinks .bl_ae,
.aerieBranding #brandLinks .bl_aerie,
.kidsBranding #brandLinks .bl_77kids {
	display: none;
}
#brandLinks .bl_brandLink span {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 25px;
	background: url(/Images/shell/topNavIconsNEW.png) no-repeat 0 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#brandLinks .bl_brandLink span:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#brandLinks .bl_ae .bl_brandLink span {
	width: 210px;
	background-position: -24px 0;
	cursor:pointer;
}
#brandLinks .bl_ae:hover .bl_brandLink span {
	background-position: -24px -25px;
}
#brandLinks .bl_aerie .bl_brandLink span {
	width: 78px;
	background-position: -234px 0;
	cursor: pointer;
}
#brandLinks .bl_aerie:hover .bl_brandLink span {
	background-position: -234px -25px;
}
#brandLinks .bl_77kids .bl_brandLink span {
	width: 77px;
	background-position: -312px 0;
	cursor: pointer;
}
#brandLinks .bl_77kids:hover .bl_brandLink span {
	background-position: -312px -25px;
}
#brandLinks .brandLinkItem:hover .landingLinks {
	display:block;
}
.landingLinks {
	display:none;
	list-style:none;
	position:absolute;
	top:25px;
	left:0;
	margin-left:-1px;
	text-align:center;
	border-color:#b2b2b2;
	border-style:solid;
	border-width:0 1px 1px;
	-moz-box-shadow: 0 3px 2px #666666;
	-webkit-box-shadow: 0 3px 2px #666666;
	box-shadow: 0 3px 2px #666666;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.landingLinks li {
	background-color:#fdfdfd;
	border-color:#cdcdcd;
	border-style:solid;
	border-width:0 0 1px;
	background-color:#fdfdfd;
	background-image: -moz-linear-gradient(top, #fdfdfd, #e5e6e7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e5e6e7));	
}
.landingLinks li:last-child {
	border-width:0;
}
.no-cssgradients .landingLinks li {
	background: #fdfdfd url(/Images/shell/landingLinksBg.gif) repeat-x bottom 0;
}
.landingLinks li,
.landingLinks li a {
	display:block;
	height:18px;
	line-height:18px;	
}
.landingLinks li span {
	font-weight:bold;
	font-size:10px;
}
.ll_ae,
.ll_aerie {
	text-transform:uppercase;
}
.ll_ae {
	width:210px;
}
.ll_ae span {
	color:#0b1720;
}
.ll_ae li:hover span {
	color:#7b1113;
}
.ll_aerie {
	width:78px;
}
.ll_aerie span {
	color:#ab1072;
}
.ll_aerie li:hover span {
	color:#414141;
}
.ll_77kids {
	width:77px;
	text-transform:lowercase;
}
.ll_77kids span {
	color:#106bac;
}
.ll_77kids li:hover span {
	color:#dd541a;
}
#toolLinks {
	float: left;
}

#toolLinks li.tl_linkWrap {
	float: left;
	list-style: none;
	position: relative;
	z-index: 0;
	padding: 3px 0;
	text-align: center;
}

#toolLinks li.js_hover,
#toolLinks li.tl_linkWrap:hover {
	z-index: 1;
	border-left: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	margin-right: -1px;
	background-color: #fff;
	-moz-box-shadow: 0 0 1px #b2b2b2;
	-webkit-box-shadow: 0 0 1px #b2b2b2;
	box-shadow: 0 0 1px #b2b2b2;
}

#toolLinks .tl_a {
	float: left;
	display: block;
	padding: 0 7px;
	font-size: 10px;
	border-left: solid 1px #b2b2b2;
}

#toolLinks li.js_hover .tl_a,
#toolLinks li.tl_linkWrap:hover .tl_a {
	border-left: none;
	display: block;
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding-bottom: 3px;
	margin-bottom: -3px;
}

#toolLinks .tl_myAccount,
#toolLinks .tl_aeRewards,
#toolLinks .tl_myBag {
	margin-left: 1px;
}

#toolLinks .tl_myAccount:hover,
#toolLinks .tl_aeRewards:hover,
#toolLinks .tl_myBag:hover {
	margin-left: 0;
}

#toolLinks .tl_myAccount .tl_a,
#toolLinks .tl_aeRewards .tl_a,
#toolLinks .tl_myBag .tl_a {
	border-left: none;
}

#toolLinks .tl_myBag .tl_a {
	text-transform: uppercase;
}

#toolLinks .tl_cover {
	position: absolute;
	top: 0;
	right: -2px;
	width: 2px;
	height: 4px;
	overflow: hidden;
	z-index: 101;
	background-color: #e7e7e7;
	padding: 0;
	margin: 0;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#toolLinks li.js_hover .tl_cover,
#toolLinks li.tl_linkWrap:hover .tl_cover {
	display: none;
}

#toolLinks .flyout {
	display: none;
	position: absolute;
	top: 15px;
	right: -1px;
	z-index: 2;
	overflow: hidden;
	height: 0;
	width: 200px;
	background-color: #fff;
	font-size: 10px;
	white-space: normal;
	text-align: left;
	-moz-box-shadow: 0 0 1px #b2b2b2;
	-webkit-box-shadow: 0 0 1px #b2b2b2;
	box-shadow: 0 0 1px #b2b2b2;
	-webkit-transition-property: height;
	-webkit-transition-duration: 1s;
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
}

.no-cssgradients #toolLinks .flyout {
	background: #fff url(/Images/shell/flyoutGradBg.png) repeat-x bottom 0;
}

#toolLinks .flyoutPad {
	padding: 8px;
}

#toolLinks li.js_hover .flyout,
#toolLinks li.tl_linkWrap:hover .flyout {
	display: block;
	height: auto;
	border: solid 1px #b2b2b2;
}

#toolLinks .flyout p {
	margin-bottom: 12px;
}

#toolLinks .flyout .sm_label {
	margin-bottom: 4px;
}

#toolLinks .flyout .in_field {
	width: 174px;
	margin-bottom: 4px;
}

#toolLinks .flyout .sm_bttn {
	margin-top: 8px;
	float: right;
	cursor: pointer;
}

#toolLinks .tl_loginName,
#toolLinks .tl_logout {
	padding: 0 2px 0 10px;
	font-size: 10px;
}

#toolLinks .tl_logout {
	padding: 0 7px 0 0;
	text-decoration: underline;
}

#toolLinks .tl_myAccount #tl_myAccount_submit,
#toolLinks .tl_wishlist #tl_wishlist_submit  {
	margin: 10px 0 10px 0;
	width: 46px;
}

#toolLinks .tl_wishlist #tl_wishlist_search_submit {
	width: 50px;
	margin: 10px 0 10px 0;
}

#toolLinks .tl_wishlist #tl_wishlist_create {
	width: 96px;
	padding: 3px;
}

#toolLinks .tl_myAccount #tl_myAccount_forgot,
#toolLinks .tl_wishlist #tl_wishlist_forgot {
	text-decoration: underline;
}

#toolLinks .tl_wishlistLinks {
	margin-bottom: 8px;
}

#toolLinks .tl_wishlistLinks a {
	display: block;
	text-decoration: underline;
}

#toolLinks .tl_wishlistLinks strong {
	font-weight: bold;
	margin-right: 6px;
}

#toolLinks .tl_myAccount #tl_myAccount_create {
	width:  99px;
	padding: 3px;
}

#toolLinks .tl_aeRewards #tl_aeRewards_link {
	margin-top: 0;
	width: 92px;
}

#toolLinks .tl_myBag_icon {
	display: inline-block;
	height: 11px;
	width: 10px;
	background: url(/Images/shell/topNavIconsNEW.png) no-repeat 0 0;
	margin: 0 4px -1px 0;
}

#toolLinks .tl_myBag .flyout {
	width: 280px;
}

#toolLinks .tl_myBag .tl_myBag_empty {
	padding: 0 0 8px;
	margin: 0;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

#toolLinks .tl_myBag .tl_myBag_promotion {
	border-top: dashed 1px #bcbcbc;
	padding: 8px 0 0;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#toolLinks .tl_myBag .tl_myBag_items_title {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

#toolLinks .tl_myBag .tl_myBag_items_scrollBox {
	height: 292px;
	overflow: auto;
	margin: 6px 0 8px;
}

#toolLinks .tl_myBag .tl_myBag_items_noScrollBox {
	margin: 6px 0 8px;
}

#toolLinks .cartlineitem {
	width: 263px;
	height: 85px;
	margin-bottom: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #d6d4c7;
}

#toolLinks .tl_myBag_items_scrollBox .cartlineitem {
	width: 243px;
}

#toolLinks div.cartlineitemAEO {
	background-image: url("/Images/captainCheckout/cart/cart-line-item-AE_narrow.jpg");
}

#toolLinks div.cartlineitem77KIDS {
	background-image: url("/Images/captainCheckout/cart/cart-line-item-77kids_narrow.jpg");
}

#toolLinks div.cartlineitemAERIE {
	background-image: url("/Images/captainCheckout/cart/cart-line-item-Aerie_narrow.jpg");
}

#toolLinks .cartimage {
	float: left;
	width: 90px;
	text-align: center;
	margin-top: 7px;
	padding-left: 10px;
}

#toolLinks .cartimage a,
#toolLinks .cartimage img {
	border: 0;
}

#toolLinks .cartcontent {
	float: left;
	width: 163px;
	margin-top: 6px;
}

#toolLinks .tl_myBag_items_scrollBox .cartcontent {
	width: 143px;
}

#toolLinks .cartcontent li {
	font-size: 9px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #626156;
}

#toolLinks .cartcontent li.productName {
	font-size: 10px;
}

#toolLinks .cartcontent ul.info li {
	height: 12px;
	overflow: hidden;
	width: 100%;
}

#toolLinks .cartcontent ul.info li.productName {
	height: 13px;
}

#toolLinks .cartcontent li  .was {
	text-decoration: line-through;
}

#toolLinks .cartcontent li .now {
	color: #a03131;
	padding-left: 3px;
}

#toolLinks .cartcontent li span.red {
	color: #a03131;
	font-weight: bold;
}

#toolLinks .cartcontent li a {
	color: #626156;
	font-weight: bold;
}

#toolLinks .cartcontent ul {
	margin: 0px;
	padding: 0px;
}

#toolLinks .tl_myBag_totals {
	border-bottom: dashed 1px #bcbcbc;
	padding-bottom: 6px;
	font-size: 9px;
	text-transform: uppercase;
}

#toolLinks .tl_myBag_itemCount {
	float: left;
	font-weight: bold;
}

#toolLinks .tl_myBag_subtotal {
	float: right;
}

#toolLinks .tl_myBag_bttns {
	padding: 8px 0 4px;
	text-align: right;
}

#toolLinks #tl_myBag_checkoutLink {
	float: right;
}

#toolLinks .tl_myBag_bttns a.tl_myBag_viewBag {
	width: 128px;
	margin: 9px 10px 0 0;
}

/************* FEATURED DEALS ***/
/* TODO: may need to make these more specific so they don't conflict/compete with other elements with same ID or class */
#featuredDeals {
	clear:right;
	float:right;
	margin:10px 0;
	width:302px;
	min-height:15px;
	overflow:hidden;
}
#featuredDeals .openCloseBox {
	background-color:#0b1720;
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	margin-right:9px;
}
.aeBranding #featuredDeals .openCloseBox {
	-moz-box-shadow: 0 1px 1px #0b1720;
	-webkit-box-shadow: 0 1px 1px #0b1720;
	box-shadow: 0 1px 1px #0b1720;	
}
.aerieBranding #featuredDeals .openCloseBox {
	background-color:#464141;
	background-image: -moz-linear-gradient(top, #464141, #252224);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#464141), to(#252224));
	-moz-box-shadow: 1px 1px 1px #dadfe3;
	-webkit-box-shadow: 1px 1px 1px #dadfe3;
	box-shadow: 1px 1px 1px #dadfe3;
}
.kidsBranding #featuredDeals .openCloseBox {
	background-color:#0576c7;
	background-image:url('/Images/77kids/webset10/09012010/kidsDeals.gif');
	-moz-box-shadow: 1px 1px 1px #dadfe3;
	-webkit-box-shadow: 1px 1px 1px #dadfe3;
	box-shadow: 1px 1px 1px #dadfe3;
	margin-right:7px;
}
#dealRotator .openCloseBox {
	width:15px;
	height:15px;
	font-size:15px;	
}
#dealBox .openCloseBox {
	width:28px;
	height:28px;
	font-size:21px;
	line-height:26px;	
}
.aeBranding #dealBox .openCloseBox {
	background-color:#0b1720;
}
.kidsBranding #featuredDeals #dealBox .openCloseBox {
	background-color:#00C849;
	background-image:none;
	background-image: -moz-linear-gradient(top, #00C849, #00a02c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00C849), to(#00a02c));
}
#dealRotator,
#dealBox {
	width:302px;	
}
#dealRotator,
.brandTitle,
.topLine,
.dealListTitle {
	cursor:pointer;
}
#dealsInRotation {
	height:15px;
	list-style-type:none;
	overflow:hidden;
}
#dealsInRotation li {
	font-weight:bold;
	color:#8d8d8d;
	font-size:12px;
	height:15px;
	position:absolute;
	top:15px;
	white-space:nowrap;
	overflow:hidden;
	width:278px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
}
.aerieBranding #dealsInRotation li {
	color:#897a1a;
}
.kidsBranding #dealsInRotation li {
	color:#00b63a;
}
#dealsInRotation .defaultDeal {
	top:0;
}
#dealBox {
	overflow:hidden;
	position:absolute;
	background-color:#a8a7a7;	
	background-image: -moz-linear-gradient(top, #a8a7a7, #717171);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a7a7), to(#717171));
	border:1px solid #BBBAB8;
	-moz-box-shadow: 1px 2px 3px #666666;
	-webkit-box-shadow: 1px 2px 3px #666666;
	box-shadow: 1px 2px 3px #666666;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	visibility:hidden;	
}
.aerieBranding #dealBox {
	background-image:none;
	background-color:#fbf6e8;
}
.kidsBranding #dealBox {
	background-image: -moz-linear-gradient(top, #f0f5f9, #fff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f5f9), to(#fff));
	border:1px solid #83939e;
}
.no-cssgradients .kidsBranding #dealBox {
	background-color:#fff;
}
.topLine {
	text-transform:uppercase;
}
#dealRotator .topLine {
	line-height:15px;
	height:15px;
	overflow:hidden;
	position:relative;
}
#dealBox .topLine {
	line-height:28px;
	padding-bottom:4px;
}
#featuredBrand {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
}
.aerieBranding #featuredBrand {
	color:#414141;
}
.kidsBranding #featuredBrand {
	color:#00b63a;
	font-size:19px;
}
.featuredBrandDealList {
	border-top:1px solid #b9b8b4;
}
.aerieBranding .featuredBrandDealList {
	border-top:1px solid #e3e3e3;
}
.kidsBranding .featuredBrandDealList {
	border-top:1px solid #aaa;	
}
.dealList {
	list-style-type:none;
	color:#fff;
	margin:0 8px;
	clear:both;
	overflow:hidden;
	position:relative;
}
.aerieBranding .dealList {
	color:#888;
}
.kidsBranding .dealList {
	text-transform:lowercase;
	color:#8D8D8D;
}
.dealList li {
	border-bottom:1px solid #B9B8B4;
}
.aerieBranding .dealList li {
	border-bottom:1px solid #e3e3e3;	
}
.kidsBranding .dealList li {
	border-bottom:1px solid #aaa;
}
.featuredBrandDealList li:first-child {
	border-top:1px solid #B9B8B4;
	margin-top:3px;
}
.aerieBranding .featuredBrandDealList li:first-child {
	border-top:1px solid #e3e3e3;
}
.kidsBranding .featuredBrandDealList li:first-child {
	border-top:1px solid #aaa;
}
.dealList li:last-child {
	margin-bottom:10px;
}
.dealItem {
	padding:10px 0 8px 8px;
}
.dealTitle {
	color:#0b1720;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
}
.aeBranding .dealTitle {
	letter-spacing:0.5px;
}
.aerieBranding .dealTitle {
	color:#414141;
}
.kidsBranding .dealTitle {
	color:#4e4e4e;
	text-transform:lowercase;	
}
.dealDesc {
	text-transform:uppercase;
	line-height:14px;
	position:relative;	
}
.aeBranding .dealDesc {
	letter-spacing:0.5px;
}
.aerieBranding .dealDesc {
	text-transform:none;
}
.kidsBranding .dealDesc {
	text-transform:lowercase;
}
.dealLink {
	text-transform:uppercase;
	text-decoration:underline;	
	font-size:9px;
	color:#fff;
}
.dealLink:hover {
	text-decoration:none;
}
.dealDesc .dealLink {
	position:relative;
	top:-1px;
	left:2px;
	font-size:8px;
}
.aerieBranding .dealLink {
	text-transform:lowercase;
	color:#897a1a;
}
.kidsBranding .dealLink {
	text-transform:lowercase;
	color:#8d8d8d;
}
.dealListTitle .dealLink {
	color:#717171;
}
.aerieBranding .dealListTitle .dealLink {
	color:#fff;
}
.kidsBranding .dealListTitle .dealLink {
	color:#fff;
}
.featuredBrandDealListTitle {
	display:none;
}
.dealListTitle {
	height:23px;
	line-height:23px;
	color:#717171;
	font-size:12px;
	font-weight:bold;
	padding-left:6px;
	text-transform:uppercase;
	background-color:#B9B8B4;
	border-bottom:1px solid #a5a29d;
	width:296px;
}
.aerieBranding .dealListTitle {
	color:#fff;
	background-color:#464141;
	background-image: -moz-linear-gradient(top, #252224, #464141);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#252224), to(#464141));
	border-bottom:1px solid #fff;
}
.kidsBranding .dealListTitle {
	color:#fff;	
	background-color:#0576c7;
	background-image: -moz-linear-gradient(top, #00C849, #00a02c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00C849), to(#00a02c));
	border-bottom:1px solid #83939e;
}
.no-cssgradients .kidsBranding .dealListTitle {
	background-color:#00B63A;
}
.aeBranding .lastBrandTitle,
.aerieBranding .lastBrandTitle,
.kidsBranding .lastBrandTitle,
#dealBox div:last-of-type {
	border-bottom:0px solid #bbb9b8;
}
.openCloseMarker {
	margin-right:6px;
}
/* End deals rotater and box */

#pageHeadLogoEtc {
	clear: both;
	margin: 0 auto;
	width: 800px;
	position:relative;
}

#brandLogo {
	display: block;
	height: auto;
	width: auto;
	overflow: hidden;
	float: left;
}

#brandLogo span {
	display: block;
	overflow: hidden;
	padding-top: 65px;
	cursor: pointer;
}

#siteSearch {
	float: right;
	display: block;
	/*height: 20px;*/
	width: auto;
}

#siteSearch .in_field {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-moz-box-shadow: inset 1px 1px 1px #666;
	-webkit-box-shadow: inset 1px 1px 1px #666;
	box-shadow: inset 1px 1px 1px #666;
	background-color: #fff;
	width: 120px;
	height: 19px;
	float: left;
	padding: 2px 4px 1px 4px; 
	color: #b2b2b2;
	font-weight: normal;
}

#siteSearchPadding {
	background-color: #c5c6c4;
	display: block;
	float: left;
	padding: 0 4px;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	background-image: -moz-linear-gradient(top, #fff, #d3d4d1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d4d1));
}

.no-cssgradients #siteSearchPadding {
	background: #fff url(/Images/shell/siteSearchGradBg.png) repeat-x bottom 0;
}

input#siteSearch_submit {
	background: url(/Images/shell/topNavIconsNEW.png) no-repeat -10px 4px transparent;
	height: 18px;
	width: 10px;
	padding: 2px 1px 2px 3px;
	display: block;
}

#content {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 6px;
	clear: both;
	background-color: #fff;
}

#contentInnerMost {
	position: relative;
	z-index: 0;
	width: 100%;
}

#toolLinks .flyout input.validatorFieldFail {  /* invalid input elements */
	border:3px solid #C52626;
	margin: -2px -2px 2px;
}

#siteSearch input.validatorFieldFail { /* invalid input elements */
	border-top: 1px solid #C52626;
	border-left: 1px solid #C52626;
	border-bottom: 1px solid #C52626;
	-moz-box-shadow: inset 1px 1px 1px #C52626;
	-webkit-box-shadow: inset 1px 1px 1px #C52626;
	box-shadow: inset 1px 1px 1px #C52626;
}

/* MAIN NAVIGATION STYLES ACROSS MODULES */
#mainNavWrapper {
	width: 812px;
	clear: both; 
	margin: 0 auto;
}

#mainNavWrapper ul,
#mainNavWrapper li {
	float: left;
	list-style: none outside none;
}

#mainNav {
	position: relative;
	width: 812px;
	background-color: black;
	z-index: 3;
}
#mainNav h2 a,
#mainNav h2 {
	font-weight: bold;
	font-size: 11px; 
}

#mainNav li a {
	display: block;
	height: 26px;
	overflow: hidden;
}

#mainNav li a span {
	display: block;
	padding-top: 30px;
	overflow: hidden;
	cursor: pointer;
}

#mainNav .navRootWrapper {
	display: none;
	position: absolute;
	left: 0;
	z-index: 0;
}

#mainNav .navRootWrapper ul {
	padding-right: 5px;
}

#mainNav .navRootWrapper li {
	float: none;
}

#mainNav .menuOn .navRootWrapper,
#mainNav li:hover .navRootWrapper {
	display: block;
	width: 812px;
}

#mainNav li:hover .navRootWrapper {
	z-index: 1;
}

#mainNav .navRootWrapper a {
	height: auto;
	width: auto;
}

#mainNav .submenuleft,
#mainNav .subMenu {
	float: left;
	height: 117px;
}

#mainNav .submenuleft li,
#mainNav .subMenu li {
	clear: both;
	padding: 0;
	display:inline;
}

#mainNav .subMenu {
	border-left: 1px solid #fff;
	padding: 5px 12px 0 4px;
}

#mainNav .submenuleft h2 a,
#mainNav .subMenu h2 a,
#mainNav .submenuleft h2 .navColHeadNoLink,
#mainNav .subMenu h2 .navColHeadNoLink,
#mainNav .submenuleft li a,
#mainNav .subMenu li a {
	padding: 0 0 0 10px;
}

*.navRootWrapper {
	top: 26px;
}

#mainNav .rolloverHolster {
	position: absolute;
	z-index: 3;
}

/*FOOTER STYLES*/

#footer {
	font-size: 9px;
	margin: 0 auto;
	width: 812px;
}

#footer_header {
	float: left;
	width:812px;
}

#footer_email_header,
#footer_social_header {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 17px;
	float: left;
	padding-right: 6px;
}
#footer_email_header a {
	text-decoration: underline;
	font-size: 10px;
}
#footer_email_form {
	float: left;
	margin-right: 12px;
}

#footer_social_content ul li {
	display: inline;
	float: left;
	margin-right: 3px;
	overflow: hidden;
}

#footer_brand_slogan {
	float: right;
}

#footer_sitemap_top {
	float: left;
	border-bottom: 1px dotted #a0a2a2;
	padding: 5px 0 12px 0;
}

.footer_sitemap_column {
	float: left;
	width: 135px;
}

.footer_sitemap_content {
	line-height: 15px;
}

.footer_sitemap_content ul {
	list-style: none;
}

.footer_sitemap_content ul li a,
.footer_sitemap_link a{
	text-decoration: none;
	color: inherit;
	outline: none;
	font-size: 9px;
}

#footer_sitemap_bottom {
	clear: both;
	padding-top:12px;
}

.footer_sitemap_header,
.footer_sitemap_link, .footer_sitemap_link a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}

.footer_sitemap_header, .footer_sitemap_link {
	padding-bottom: 6px;
}

#copy_legal_container {
	float: left;
}

/* FROM f_bottom_nav.css */
#sitesearch {
	float: right;
	padding: 2px 0 8px 0;
	height: 20px;
	vertical-align:top;
	font-weight:bold;
	color:#0b1720;
	text-transform:uppercase;
}
#sitesearch input {
	border: 1px solid #999999;
	color:#000000;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	width: 120px;
}
#sitesearch input.searchBttn {
	border: none;
	color:#FFFFFF;
	font-size: 10px;
	height: 21px;
	width: 34px;
	/*
	background:url(/Images/homepage/webset09/03112009/ae_go_button.gif) no-repeat;
	*/
	padding: 0 3px 2px 0;
}
/* aerie */
#sitesearch {
	position:relative;
}
#sitesearch input.searchbutton {
	/*	
	border: none;
	color:#FFFFFF;
	font-size: 10px;
	height: 16px;
	width: 31px;
	background:url(/Images/homepage/webset10/03312010/go_button.gif) no-repeat;
	padding: 0 2px 3px;
	*/
}
/* kids */
/*
#sitesearch {
	float: right;
	padding: 5px 0 10px 0;
	height: 20px;
	vertical-align:top;
}
#sitesearch input.searchbutton {
	border: none;
	color:#FFFFFF;
	font-size: 10px;
	height: 21px;
	width: 34px;
	background:url(/Images/homepage/webset07/redesign/j/go_button.gif) no-repeat;
	padding: 0 3px 2px 0;
	cursor:pointer;
}
*/
/* Signup for emails modal */
#signUpEmailModalHeader div.checkoutModalHeader {
	background-position: 0 -330px;
}
#signUpEmailRight {
	float: left;
	width: 170px;
	padding: 10px 15px 0 15px;
}
#signUpEmailRight h3 {
	font-size:12px;
}
#signUpFormFields {
	width: 425px;
	padding: 10px 11px 0 4px;
	float: left;
}
#signUpEmailModalHeader .uppercase {
	text-transform: uppercase;
	font-size:11px;
	margin: 0;
}
#signUpEmailModalHeader .topSpace {
	margin-top:10px;
}

#signUpFormFields fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#birthMonthModal {
	width: 75px;
	*margin-left: 3px;
}
#birthDayModal {
	width: 50px;
	*margin-left: 3px;
}
#birthYearModal {
	width: 65px;
	*margin-left: 3px;
}
#signUpFormFields .offerMsg {
	font-size: 11px;
	padding: 10px 0;
}
.underline{
	text-decoration: underline;
}
Div.offerMsg span{
	padding-right: 30px;
}
#signUpFormFields fieldset .floatLeft{
	float: left;
}
#signUpFormDivider {
	width:3px;
	height:200px;
	margin:25px 15px 0 0;
	float:left;
	background:url(/Images/captainCheckout/modals/checkoutModalDivider.gif) no-repeat;
}
#signUpFormFields fieldset input.submitbtn {
	background: transparent url("/Images/captainCheckout/btns/checkout_btns.png") no-repeat -679px 0;
	height: 28px;
	width: 66px;
	float: right;
	margin-right: 25px
}
#signUpFormFields fieldset .checkoutInputLeft {
	background: transparent url("/Images/captainCheckout/inputImages/left.gif") no-repeat 3px 3px;
	padding: 3px 3px 3px 6px;
	*background-position-y: 4px; /* ie hack to align bg */
}
#signUpFormFields fieldset .checkoutInput {
	background: transparent url("/Images/captainCheckout/inputImages/right.gif") no-repeat right top;
	width: 152px;
}
#signUpFormFields fieldset .checkoutInput {
	border: none;
	height: 17px;
	margin: 0;
	padding: 5px 4px 3px 1px;
	font-weight: bold;
	font-size: 14px;
	color: #0b1720;
}
#signUpFormFields fieldset .validatorFail .checkoutBlock {  /* invalid container elements */
	border: solid 3px #c52626;
	padding: 13px 9px 13px 8px;
}
body #signUpFormFields fieldset div.validatorFieldFail {  /* invalid input elements */
	background-color: #c52626;
}
#signUpSubmitButtons{
	width: 180px;
	height: 32px; 
	float: right;
}
#cancelSignUpSubmit{
	position: relative;
	top: 5px;
}
#sighUpBirthDaySection, #signUpGenderSection{
	display: block;
	float: left;
}
#signUpGenderSection label{
	font-weight: bold;
	color: #000;
}
#sighUpBirthDaySection{
	width: 290px;
	padding-right: 5px;
}
#signUpGenderSection span{
	display: block;
	padding-bottom: 10px;
}
#returnMsg{
	display: block;
	padding: 20px;
}
#returnMsg h2{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 15px;
}
#returnMsg p{
	font-weight: bold;
	font-size: 10px;
}
.finishSubmit{
	width: 130px;
	float: right;
	margin-top: 15px;
}

#contentTopBar {
	text-transform: uppercase;
	color: #0b1720;
	font-size: 10px;
	clear: both;
	border: solid 1px #ccc;
	margin-bottom: 6px;
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
}
.no-cssgradients #contentTopBar {
	background: #fff url(/Images/shell/contentBarGradBg.png) repeat-x bottom 0;
}
.no-cssgradients .kidsBranding #contentTopBar {
	text-transform: none;
	clear: both;
	border: none;
	background-image:none;
	background-color:#fff;
}

#contentTopBar span.sbs_label,
#contentTopBar a {
	color: #0b1720;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 8px;
	display: inline-block;
}

.kidsBranding #contentTopBar span.sbs_label,
.kidsBranding #contentTopBar a {
	color: #666;
	font-size: 11px;
	font-weight:normal;
}

#contentTopBar a.prevLink,
#contentTopBar a.nextLink {
	border-left: dashed 1px #0b1720;
}

.sbs_bar {
	text-align: right;
}

.viewAllLink_icon,
.prevLink_icon,
.nextLink_icon {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: transparent url(/Images/shell/contentBarArrows.gif) no-repeat 0 0;
	margin: 0 4px 0 0;
}

.viewAllLink_icon {
	background-position: -9px 0;
	margin: 0 0 0 4px;
}

.nextLink_icon {
	background-position: -18px 0;
	margin: 0 0 0 4px;
}

#contentTopBar a.prevLink_disabled,
#contentTopBar a.nextLink_disabled {
	color: #c8c8c8;
	cursor: default;
}

.prevLink_disabled .prevLink_icon {
	background-position: 0 -9px;
}

.nextLink_disabled .nextLink_icon {
	background-position: -18px -9px;
}

/*3rd Party Site - Investment Info */
#thirdPartyContentInnerMost #pageContent {
	background: none;
}