html { overflow-y: scroll; }

body {
	background: #322A28 url(../images/background.jpg) top center no-repeat;
	text-align: center;
	font: 11px verdana, arial, helvectica;
	margin: 0 auto;
}

/*
 * Common Elements and Classes
 * -------------------------------------------------- */
a img { border: none; }

a:active { outline: none; }

select {
	font: 11px verdana, arial, helvetica;
	color: #666;
}

input {
	font: bold 11px verdana, arial, helvetica;
	color: #666;
}

.hidden { display: none; visibility: hidden; }

/*
 * Header 
 * -------------------------------------------------- */
#header { 
	height: 80px; 
	width: 775px;
	margin: 0 auto;
	position: relative;
}

#header a {	text-decoration: none; }

#header .branding {
	height: 30px;
	width: 180px; 
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	background: transparent url(../images/header/logo_header.png) top left no-repeat;
	text-indent: -9999px;
}

#header .nav {
	position: absolute;
	text-transform: uppercase;	
}

#header .nav ul {
	padding: 0;
	margin: 0;
}

#header .nav ul li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

#header .nav ul li a { color: #fff; }

#header .nav ul li a.active,
#header .nav ul li a:active,
#header .nav ul li a:hover { color: #000; }

#header .main {
	top: 53px;
	left: 0;
	font: bold 17px "Arial Narrow", Arial, Helvetica, sans-serif;
}

#header .main ul li {
	margin: 0 15px 0 0;
}

#header .util {	
	top: 10px;
	right: 0;
	font: normal 9px Helvetica, Arial, sans-serif;
	color: #fff;
}

#header .util ul li a:active,
#header .util ul li a:hover { color: #fff; text-decoration: underline; }

#header .search {
	height: 19px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	right: 0;	
}

#header .search .kw {
	height: 19px;
	width: 141px;
	padding: 4px 5px;
	display: block;
	float: left;
	border: none;
	background-color: rgba(255,255,255,.35);
	font: normal 10px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#header .oas { 
	height: 34px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}

#headerCMS, #doc_header_1 { 
	width: 775px !important;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#headerCMS img {
	display: block;
}

#doc_headerInclude_2_1 { width: 223px !important; height: 34px !important; overflow: hidden; }

/*
 * E-mail Iframe 
 * -------------------------------------------------- */
#emailSlider {
	height: 272px;
	width: 280px;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 77;
	background: #666;
	color: #666;
	border: 1px solid #000;
}

#email_iframe {
	height: 268px;
	width: 276px;
	margin: 2px;
}

#emailDropBody {
	height: 268px;
	width: 276px;
	background: #fff;
}

#hiddenIframe {
	display: none;
}

#emailDropClose {
	position: absolute;
	top: 5px;
	right: 5px;
}

#emailDropContent {
	padding: 19px;
	font: normal 10px/1.2 Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
}

#emailDropContent .first-to-know {
	margin: 0 0 11px 0;
	font-size: 13px;
}

#emailDropContent .sign-up {
	margin: 0 0 24px 0;
	font-size: 14px;
	font-weight: bold;
}

.thanks #emailDropContent .sign-up {
	margin: 0 0 17px 0;
}

#emailDropContent .label,
#emailDropContent .input {
	margin-bottom: 10px;
	display: block;
	float: left;
}

#emailDropContent .label {
	width: 80px;
	clear: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 23px;
}

#emailDropContent .input {
	width: 157px;
	font: normal 10px/1.2 Helvetica, Arial, sans-serif;
	color: #000;
}

#emailDropContent .input label {
	width: 60px;
	display: block;
	float: left;
	overflow: hidden;
	color: #333;
}

#emailDropContent .required { 
	font-weight: bold;
	color: #F30;
}

#emailDropContent p.required {
	padding: 16px 0 10px 0;
	margin: 0;
	clear: both;
}

#emailDropContent .privacy {
	width: 165px;
	margin: 0;
	float: left;
	color: #333;
}

#emailDropContent .privacy a {
	color: #333;
	text-decoration: underline;
}

.emailDropText {
	font: 10px helvetica;
	color: #666;
}

/*
 * Footer 
 * -------------------------------------------------- */
#footer { width: 775px; height: 112px; margin: 0 auto; border-top: 1px solid #524A48; clear: both; color: #fff; font: normal 9px Helvetica, Arial, sans-serif; text-transform: uppercase; clear: both; }
#footer a { color: #fff; text-decoration: none; }
#footer #row1 { padding-top: 9px; }
#footer #row2, #footer #row3 { padding-top: 8px; text-align: left; }
#footer #row1, #footer #row2 { font: bold 12px Helvetica; }
#footer #row1 a:hover, #footer #row2 a:hover, #footer #row3 a:hover { text-decoration: underline; }

#footer #row1 .facebook, #footer #row1 .twitter, #footer #row1 .mobile { height: 21px; padding: 0 19px 0 31px; display: block; float: left; line-height: 22px; }
#footer #row1 .facebook { background: url(../images/footer/facebook.gif) no-repeat left center; }
#footer #row1 .twitter { background: url(../images/footer/twitter.gif) no-repeat left center; }
#footer #row1 .mobile { background: url(../images/footer/mobile.gif) no-repeat left center; }
#footer #row1 #footerShipCMS { float: right; width: 400px !important; height: 21px !important; overflow: hidden; }

#footer #row2 .custService { float: left; }

#footer #row3 ul { list-style-type: none; margin: 0; padding: 0; }
#footer #row3 ul li { float: left; background: url(../images/footer/footer_divider.gif) no-repeat right 2px; padding: 0 12px; }
@media screen and (-webkit-min-device-pixel-ratio:0){ #footer #row3 ul li { padding: 0 15px; } }

#footer #row3 ul li.first { padding-left: 0px; padding-right: 14px; }
@media screen and (-webkit-min-device-pixel-ratio:0){ #footer #row3 ul li.first { padding-right: 14px; } }
#footer #row3 ul li.last { padding-right: 0px; background: none; padding-left: 15px; color: #fff !important; }
@media screen and (-webkit-min-device-pixel-ratio:0){ #footer #row3 ul li.last { padding-left: 14px; } }

#footer #emailFtr1 { height: 21px; width: 263px !important; float: right; margin-top: -4px; padding: 0; }

#emailAddrFtr {	height: 17px; width: 168px; border: 1px solid #fff; background: transparent; font: normal 10px Helvetica, Arial, sans-serif; color: #fff; padding-left: 5px; position: relative; top: -4px; *top: -3px; }

#emailSubFtr { width: 68px; height: 17px; position: relative; top: 1px; background: transparent; border: none; cursor: pointer; }

#formHolderFtr form { width: 286px; margin: 0; padding: 0; vertical-align: top; }

#footerThanksCMS { width: 263px !important; height: 17px !important; overflow: hidden; }
/*
 * Wrapper 
 * -------------------------------------------------- */
#content {
	clear: both;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
	width: 775px;
	overflow: hidden;
}

#prodbody, 
#catbody, 
#shopbody, 
#fambody, 
#doc_home_1 {
	width: 780px;
	margin: 0;
	float: left;
	background: transparent;
}

#store-locator {
	width: 780px;
	margin: 0;
	float: left;
	background: #fff;
}

/*
 * Left Navigation
 * -------------------------------------------------- */
#leftNavBar {
	width: 167px;
	float: left;
	background-color: rgba(0,0,0,.35);
}

#indentSub {
	width: 157px;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	color: #fff;
}

#leftNavBar a {
	font: normal 11px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

#leftNavBar a:active,
#leftNavBar a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#leftNavBar .lnavHead {
	margin: 15px 0 5px 7px;
	font: bold 11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .05px;
	color: #fff;
}

#leftNavBar .lnavHead #lnavSale {
	font-weight: bold;
	color: #F05223;
}

.LNav01P,
.Nav01P,
.Nav02P,
.Nav03P,
.Nav04P,
.Nav05P,
.Nav06P,
.viewAllA {
	text-align: left;
	height: 16px;
}

.LNav01P { text-indent: 10px; }
.LNav01P span { font: bold 11px Helvetica, Arial, sans-serif; }
.Nav01P	{ text-indent: 15px; }
.Nav02P { text-indent: 17px; }
.Nav02P span { font: 11px Helvetica, Arial, sans-serif; }
.Nav03P { text-indent: 30px; }
.Nav04P { text-indent: 24px; }
.Nav05P { text-indent: 30px; }
.Nav06P { text-indent: 24px; }

.viewAllA {
	margin-bottom: 12px;
	text-indent: 15px;
}

#shopbyLoop { 
	width: 160px; 
	margin: 10px 0 2px 5px; 
}

#CMSNav, 
#CMSNav2 { width: 167px; }

/*
 * Content
 * -------------------------------------------------- */
#cat_content, 
#shop_content {
	width: 608px;
	background: transparent !important;
}

#fam_content {
	width: 608px;
	margin-left: 0;
	float: left;
	background: transparent !important;
}

#content_container {
	width: 607px;
	margin-left: 1px !important;
	float: left;
	background: transparent !important;
}

#search_content {
	width: 607px;
	margin-left: 1px !important;
	float: left;
	background: #fff;	
}
#search_content ul {
	display: block;
	padding: 0;
	margin: 0 0 11px 14px;
}
#search_content ul.pad {
	margin-top: 11px;
}
#search_content ul li.pad {
	margin-top: 6px;
}
#search_content ul li {
	list-style: disc;
	list-style-position: outside;
	font: 11px verdana, arial, helvetica;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 14px;
	padding-top: 0;
}
#search_content hr {
	border-top: 1px solid #000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
}

#hd_content {
	width: 593px;
	padding: 12px 0 0 14px;
	margin-left: 1px !important;
	float: left;
	background: #fff;	
}

#content_container > div > form {
	margin: 0;							/* Deals with a Firefox spacing issue */
}

.content {
	background: #fff;
}

#fam_content .content {
	margin-top: 35px;
}

#checkoutbody {
	background: #fff;
	float: left;
	width: 775px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*
 * Breadcrumbs
 * -------------------------------------------------- */
#breadcrumb {
	width: 100%;
	height: 35px;
	padding: 0;
	margin: 0; 
	float: left;
	background-color: rgba(255,255,255,.35);
	font: normal 11px Verdana, sans-serif;
	text-align: left;
	color: #000;
}

#breadcrumb strong {
	font-weight: normal;
	display: block;
	margin: 9px 0 0 11px;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active,
#breadCrumbSearch a:link,
#breadCrumbSearch a:visited,
#breadCrumbSearch a:hover,
#breadCrumbSearch a:active { 
	color: #000; 
}

#breadCrumbSearch {
	width: 607px;
	margin: 0 0 0 1px;
	padding: 12px 0 0 0;
	float: left;
	background-color: rgba(255,255,255,.35);
}

#breadCrumbSearch .breadcrumb {
	margin-left: 12px;
}

#breadCrumbSearch #searchPag {
	width: 607px;
	padding: 9px 0 3px 0;
	margin: 12px 0 0 0;
	background: #c2c2c2;
	overflow: hidden;
}

#breadCrumbSearch #searchCaption {
	width: 388px;
	padding-left: 12px;
	float: left;
	font-weight: bold;
	color: #555;
}

#breadCrumbSearch #searchCaption span {
	color: #000;
	font-weight: bold;
}

#breadCrumbSearch #searchNumber {
	width: 199px;
	margin-right: 10px;
	float: right;
	text-align: right;
	color: #000;
	font-weight: bold;
}
#breadCrumbSearch #searchSortBy {
	float: left;
	width: 338px;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	vertical-align: top;
	padding-left: 12px;
	margin-top: 3px;
}
#breadCrumbSearch #searchSortBy input, 
#breadCrumbSearch #searchSortBy select {
	margin-top: 6px;
	vertical-align: top;
}
#breadCrumbSearch #searchSortBy span {
	display: block;
	margin: 8px 5px 0 0;
	text-transform: uppercase;
	float: left;
}
#breadCrumbSearch #searchSortBy #sortGo {
	margin: 0;
	vertical-align: top;
}
#breadCrumbSearch #SeachPagCount {
	float: right;
	width: 240px;
	text-align: right;
	font-size:11px;
	color:#5A5A5A;
	font-weight:bold;
	margin-top: 9px;
	margin-right: 10px;
}

#breadCrumbSearch #breadcrumb {
	margin:5px 0 5px 0;
}

/*
 * helpdesk
 * -------------------------------------------------- */
.helpdeskblock {
	font: bold 11px arial, helvetica;
	margin: 4px 4px 0 0;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
}

dt a {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

dd {
	margin: 0;
	padding: 0;
}

dd a {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

/* random stuff */
#topnav_row3 {
	float: left;
	top: 105px;
	height: 13px;
	text-align: left;
	width: 821px;
	position: absolute;
	clear: both;
	overflow: hidden;
}

#topnav_row3 img {
	float: right;
}

#frame {
	width: 775px;
	margin: 0 auto;
	text-align: left;
}

#boys\_oas\_left1 {
	float: left;
	width: 374px;
	border: 1px solid #fff;
	background: #EAE5DB;
}

#boys\_right\_container {
	float: left;
	width: 222px;
	background: #EAE5DB;
}

#boys\_oas\_right1 {
	margin: 12px 7px 0 7px;
	border: 1px solid #fff;
}

#boys\_oas\_right2 {
	margin: 0 7px 12px 7px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* product */
#prod\_multi\_col1 {
	float: left;
	width: 291px;
}

#prod\_multi\_col2 {
	float: left;
	width: 298px;
	margin-left: 18px;
}

#prod\_thumb\_header {
	font-family: verdana;
	font-size: 10px;
	color: #000;
	margin: 10px 0 6px 0;
}

#prod\_thumbnail\_container { }

#prod\_actionButtons { margin: 4px 0 17px 0; }

#prod\_outfit\_name { font: bold 13px verdana; color: #666; }

#colorsizebox {
	width: 282px;
	height: 67px;
	border: #C1C1C0 1px solid;
}

#prodavailbox {
	width: 262px;
	height: 35px;
	margin-top: 6px;
}

#prod\_multi\_col1 {
	float: left;
	width: 291px;
}

#prod\_multi\_col2 {
	float: left;
	width: 298px;
	margin-left: 18px;
}

#prod\_thumb\_header {
	font-family: verdana;
	font-size: 10px;
	color: #000;
	margin: 10px 0 6px 0;
}

#prod\_thumbnail\_container { }

#prod\_outfit\_name { font: bold 13px verdana; color: #666; }

#prodswatch {
	width: 282px;
	height: 79px;
	border: #C1C1C0 1px solid;
	margin-bottom: 6px;
}

#ymal\_addtobag img { margin-bottom: 3px; }

.prod\_thumbnails { float: left; }

.swatchtext {
	height: 32px;
	margin: 3px 9px 1px 10px;
}

.prodpricexout {
	font: normal 10px verdana;
	color: #000;
	text-decoration: line-through;
}

.prodpricenow {
	font: bold 10px verdana;
	color: #903;
}

.prodbluebold {
	font: bold 10px verdana;
	color: #000;
}

.prod\_description {
	font: normal 11px verdana;
	color: #999;
}

.prod\_description a {
	color: #000;
}

.prod\_size\_chart {
	font: normal 10px verdana;
	color: #000;
}

.prod\_see\_details {
	font: bold 10px verdana;
	color: #000;
}

.prod\_choose\_size { margin-bottom: 6px; }

.prod\_choose\_color {
	float: left;
	margin-right: 19px;
}

.prod\_qty { float: left; }

.prod\_separator {
	width: 298px;
	height: 1px;
	background: #9A9A9A;
}

.prod\_marginBottom6 { margin-bottom: 6px; }

.prod\_marginBottom7 { margin-bottom: 7px; }

.prod\_marginBottom10 { margin-bottom: 10px; }

.prodnav {
	width: 291px;
	height: 39px;
}

.swatch {
	width: 262px;
	height: 38px;
	margin: 0 8px 0 10px;
}

.swatch img {
	padding: 0px;
	border: 0px;
	margin-right: 1px;
}

.prodCode {
	font-family: verdana;
	font-size: 10px;
	color: #000;
	padding: 1px;
}

.prod\_also {
	width: 607px;
	float: left;
}

.prod\_also\_img {
	float: left;
	display: block;
}

.prod\_also\_header {
	float: left;
	width: 607px;
	height: 28px;
}

.prod\_details { height: 184px; }

.prodavailtext {
	display: block;
	float: left;
	height: 18px;
	padding-right: 4px;
}

.ymalprodtitle {
	display: block;
	padding: 8px 0 9px 17px;
}

.ymalpricebox {
	display: block;
	padding: 0 0 11px 17px;
}

.ymalprodcodebox {
	display: block;
	padding: 0 0 9px 17px;
}

.addtowishlist {
	font: normal 11px verdana;
	color: #999;
	padding-top: 1.2em;
}

.prod\_thumbnails { float: left; }

.prod_name {
	margin-top: 10px;
	font: bold 11px verdana;
	color: #000;
}

.prod_name a {
	font: bold 11px verdana;
	color: #000;
}

.prod_price {
	font: normal 10px verdana;
	color: #666;
}

.prod_description {
	font: normal 11px verdana;
	color: #000;
}

ul.prod_description,
ul.prod_description li {
	color: #000 !important;
}

.prod\_size\_chart {
	font: normal 10px verdana;
	color: #000;
}

.prod\_see\_details {
	font: bold 10px verdana;
	color: #f30;
}

.prod\_choose\_size {
	margin-bottom: 6px;
}

.prod\_choose\_color {
	float: left;
	margin-right: 19px;
}

.prod\_qty { float: left; }

.prod\_separator {
	width: 298px;
	height: 1px;
	background: #9A9A9A;
}

.prod\_marginLeft10 { margin-left: 10px; }

.prod\_marginBottom6 { margin-bottom: 6px; }

.prod\_marginBottom7 { margin-bottom: 7px; }

.prod\_marginBottom9 { margin-bottom: 9px; }

.prod\_marginBottom10 { margin-bottom: 10px; }

.prod\_addToWishList { font: 10px verdana; color: #000; }

.outfitName {
	font: bold 13px Verdana, Arial, Helvetica;
	color: #666;
}

.productName {
	font: bold 11px Verdana, Arial, Helvetica;
	text-decoration: underline;
	color: #666;
}

#prodbody .rvp {
	min-height: 20px;
	background: #fff;
}

/*global stuff */
.pagetext {
	font-size: 11px;
	color: #666;
}
#search_content .pagetext {
	display: block;
	margin: 25px 0 0 0;
	color: #000;
}


.pagelink {
	color: #000;
	font-size: 11px;
}

.pagelink:hover { color: #333; }

.leftnavhead {
	color: #fff;
	font-size: 11px;
	font-weight: bold
}

.leftnavlink {
	font-size: 11px;
	color: #fff;
}

.leftnavlink h2 {
	font: normal 11px Helvetica;
	margin: 0;
	color: #fff;
}

.leftnavlink:active h2,
.leftnavlink:hover h2 {
	font-weight: bold;
	text-decoration: underline;
}

.leftnavlinkon {
	font: bold 11px Helvetica;
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
}

.leftnavlinkon h2 {
	font: bold 11px Helvetica;
	text-decoration: underline;
	margin: 0;
}

.leftnavsubhead {
	color: #fff;
	font-family: Helvetica;
	font-size: 11px;
	text-decoration: none;
}

.leftnavsubheadon {
	color: #fff;
	font: bold 11px Helvetica;
	font-weight: bold !important;
	text-decoration: none !important;
}

.leftnav\_cat {
	text-align: left;
	height: 16px;
	text-indent: 10px;
	text-transform: uppercase;
	padding-top: 11px;
	color: #fff;
	font-family: helvetica, arial;
	font-size: 11px;
	letter-spacing: 1px;
}

.leftnav1 {
	text-align: left;
	height: 16px;
	text-indent: 12px;
	padding-top: 11px;
	color: #333;
	font-family: helvetica, arial;
	font-size: 11px;
	letter-spacing: 1px;
}

.leftnav2 {
	text-align: left;
	height: 16px;
	text-indent: 18px;
	color: #666;
}

.leftnav3 {
	text-align: left;
	height: 16px;
	text-indent: 30px;
	color: #666;
}

.rowColor1 { color: #CECECE; }

.rowColor2 { color: #333; }

.rightnavhead {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	background: #e7e7e7;
}

.rightnavlink {
	color: #fff;
	font-size: 10px;
}

.rightnavlink:hover { color: #e83800; }

.subheadlarge {
	font: bold 18px arial, helvetica;
	color: #000;
	text-decoration: none;
}

.subheadmed {
	font: bold 16px arial, helvetica;
	color: #000;
	text-decoration: none;
}

.subheadsmall {
	font: bold 11px verdana, arial, helvetica;
	color: #666;
	text-decoration: none;
}
#search_content .subheadsmall {
	display: inline;
	color: #000;
	margin-bottom: 0;
}

.prodhead { color: #000; font-size: 12px; }

.proddesc { font-size: 10px; color: #444; }

.prodtitle {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.prodtitle\_sm {
	color: #444;
	font-size: 11px;
}

.listprice {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #777;
}

span.listpricestrike {
	font: normal 11px verdana, arial, helvetica;
	color: #666;
	text-decoration: line-through;
}

span.ourprice {
	font: bold 11px verdana, arial, helvetica;
	color: #444;
}

span.ourpricevp {
	font: normal 11px verdana, arial, helvetica;
	color: #903;
}

span.ourpricevpbold {
	font: bold 11px verdana, arial, helvetica;
	color: #903;
}

.prodourprice {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.buyinfo {
	font-size: 10px;
	color: #444;
	font-weight: bold;
}

.regImage {
	border-color: #E3E3E3;
	border-width: 2px;
}

.infofeaturehead {
	color: #636363;
	font: bold 12px verdana, geneva;
}

.swatchborderoff {
	border-color: #E8E8E8;
	color: #E8E8E8;
}

.padding { padding: 5px; }

.navpadding {
	padding-left: 12px;
	padding-right: 6px;
}

.highlight {
	background: #666;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/*.breadcrumb {size: 11px; color:#F5F5F5;}*/
.viewall {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.results {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.search_header_text_bottom .results { color: #000; }

.resultson {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.resultsnext {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.searchsortby {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.search_header_text {
	color: #fff;
	font: 11px verdana;
}

.search_header_text_bottom {
	text-align: right;
	color: #000;
	font: bold 11px verdana;
	margin-right: 30px;
}

/* helpdesk style */
.hd\_pagelink {
	color: #666;
	text-decoration: none;
}

.header {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.subheadNumber {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.subnavHeader {
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}

.hdpaneltitle {
	font: bold 14px verdana, arial, helvetica;
	color: #000;
}

.hdbodycontent {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #666;
}

/* gift center styles */
.giftCenterText {
	font-size: 10px;
	font-family: verdana, helvetica;
	color: #000;
	text-decoration: underline;
}

.giftCenterText:hover {
	text-decoration: underline;
	color: #e83800
}

.giftCenterBold {
	font: bold 10px verdana, helvetica;
	color: #000;
	text-decoration: none;
}

.giftCenterLink {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.giftCenterLink:hover {
	text-decoration: underline;
	color: #e83800;
}

/* no search results */
.noresults {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #ebebf0;
}

.noresults2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.nosearchresultsheader {
	font-family: verdana, geneva;
	font-size: 16;
	color: #e7e7e7;
	font-weight: bold;
}

.noresultsbody {
	font-size: 10px;
	font-family: verdana, geneva;
	color: #000;
}

.noresultsheader3 {
	font-family: verdana, geneva;
	font-size: 12;
	color: #000;
	font-weight: bold;
}

.noresultslinks {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

.noresultslinks:hover { color: #e83800; }

/* search results */
#searchbox1 {
	margin-bottom: 7px;
}

#searchbox1, #searchbox2 {
	float: left;
	width: 222px;
	height: 164px;
	background: #fff url(../images/bg_salesearch_box_041107.gif) no-repeat;
}

/* sale page */
.searchboxtitle {
	text-indent: 13px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.ddtitle {
	text-indent: 13px;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-top: 14px;
}

.ddbox {
	padding-left: 13px;
	float: left;
	width: 100%;
	margin-top: 2px;
}

.ddtext {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

/*site palette*/
.maincolor { background: #c2c2c2; }

.maincolor, .maincolor b, .maincolor font, .maincolor a {
	color: #000 !important;
	font: 10px verdana, arial, helvetica;
}
.maincolor a {
	font-weight: bold;
}

.secondarycolor {
	height: 0;
	overflow: hidden;
	display: none;
	background: #fff;
	color: #000;
}

.tertiarycolor { background: #E3E3E3; }

.wizmaincolor {
	background: #c2c2c2;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

.wizhighcolor {
	background: #c2c2c2;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

/*shopping2.0 checkout styles*/
.error {
	font: bold 11px/8px verdana, geneva;
	color: #e83800;
	border-style: 2px solid #c00;
	width: 550px;
	height: 65px;
}

.error2 {
	font: bold 11px verdana, geneva;
	background: #ffff00;
	padding: 1px;
}

.alert {
	color: #000;
	font-weight: bold;
}

.details {
	font-size: 10px;
	color: #343434;
}

.promodetails {
	font-family: verdana, geneva;
	font-size: 9.5px;
	color: #666;
}

/* family page */
#fam_top1 {
	float: left;
	width: 302px;
	margin: 0 1px 0 1px;
}

#fam_top2 {
	float: left;
	width: 302px;
	border-right: 1px;
}

#famsearchtxt {
	font: bold 12px verdana, arial, helvetica;
	color: #000;
}

/*collection page*/
.prod\_sectionhead {
	background: #EBEBF0;
	color: #63639C;
}


.prod\_slicehead {
	background: #F5F5F5;
	font: bold 12px verdana, geneva;
	color: #63639C;
}

.prod\_filterborder { background: #9A9A9A; }

.prod\_filterbody { background: #EBEBF0; }

.prod\_related {
	font: bold 12px verdana, geneva;
	color: #63639C;
}

/* subcategory page */
.subcatprods {
	text-decoration: none;
	color: #666;
	font-size: 11px;
}

#subcat_top1 {
	float: left;
	width: 302px;
	margin-right: 1px;
}

#subcat_top2 {
	float: left;
	width: 302px;
	border-right: 1px;
}

#subcat\_header {
	float: left;
	width: 607px;
	height: 35px;
	background: #fff url(../images/oas/title_bg.gif) repeat-x;
	text-align: left;
}

/*checkout 2004*/
.checkbg\_lt {
	background: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #000;
}

.checkbg\_dk {
	background: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #000;
}

.checkbg\_border {
	border: solid 1px #c2c2c2;
}

.check\_bullet {
	color: #c00;
}

.cartrow1, 
.cartrow1 a, 
.cartrow1 b, 
.cartrow1 td {
	background: #f2f2f2;
	font-family: verdana;
	font-size: 10px;
	color: #333;
}

.cartrow2 {
	background: #fff;
	font: 10px verdana;
	color: #333;
}

/*Added styles 9-2007 for segmentation page addition */
#search_header {
	float: left;
	width: 609px;
	height: 60px;
	background: #999;
	text-align: left;
	margin-bottom: 2px;
}

#search_header_content {
	float: left;
	width: 600px;
	text-align: right;
	margin-top: 10px;
}

#search_header_text {
	font-size: 10px;
	color: #fff;
	position: relative;
}

/*recently viewed products*/
#recently-viewed {
	float: left;
	width: 607px;
	margin: 0;
	padding: 0;
	height: 112px;
	background: #fff;
	border-top: 1px solid #B2B3B7;
}

.rv-text {
	float: left;
	text-align: center;
	color: #4d7aa7;
	width: 240px;
	font-family: Helvetica Neue 65 Medium;
	font-size: 15px;
	margin: 45px 0px 0px 5px;
}

.rv-prodTitle {
	color: #534741;
	font-family: Helvetica Neue 65 Medium;
	font-size: 9px;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}

.rvprods {
	float: left;
	width: 118px;
	text-align: center;
	margin: 13px 0px 0px 0px;
}

.rvprodsTitle {
	margin: 5px 0px;
	height: 10px;
	text-align: center;
}

.rvprodImage { border: solid 1px #666; }

/*See All Segmentation*/
#seeAllHeader {
	background: transparent url(../images/gradient_gray.gif) top left repeat-x;
	height: 62px;
	overflow: hidden;
	clear: both;
}

#seeAllHeader h1, #seeAllHeader h2  {
	margin: 0px;
	padding: 0px;
	font: normal 16pt helvetica;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 30px;
	color: #333;
}

.seeAllPadTop { margin-top: 10px; }

#seeAllHeaderLeft { float: left; }

#seeAllHeaderRight {
	float: left;
	margin-left: 15px;
	padding-top: 36px;
	padding-right: 10px;
}

.viewAllLink {
	color: #666;
	font-size: 10px;
	font-weight: bold;
}

#promoText, #promoText a {
	color: #f30 !important;
	font: bold 11px verdana;
	text-transform: uppercase;
}


.noResultKeyw { font-size:10px; }

#doc_family_2, #doc_family_2 * { z-index:1; }

#emailHold, #genderHold { width: 100%; height: 28px; }

#requiredHold { width: 100%; height: 25px; }

#wedontShare{
float:left;
font: 10px Helvetica;
color:#333;
width:100%;
}
#a11 { color:#F05223; }

#female { margin-left: 20px; }

#thankDvi{
font: bold 17px Helvetica;
color:#333;
height:36px;
}

#thankSub{
font: bold 9px/15px Helvetica;
color:#333;
height: 50px;
}
#thankSub2{
font: bold 10px Helvetica;
color:#333;
}

#emailDropThanksContent {
color:#666;
font-family:helvetica;
font-size:11px;
position:absolute;
top:10px;
left:18px;
text-align:left;
}

#contentOas{
width: 775px;
overflow: hidden;
}

/*
 * Private Sale
 * -------------------------------------------------- */
#privateSaleHolder{
	background-repeat: repeat-x;
	height:72px;
	color: #999;
	width: 775px;
	margin:0pt auto;
	z-index: 10;
}

#privateSaleTopHeader{
	height:18px;
	width:775px;
	text-align:right;
	float:left;
	z-index: 10;
}

#privateNav{
margin-top: 5px;
*margin-top: 3px;
width:775px;
z-index: 10;
}

#privateNav a{
	font-family:Helvetica;
	font-size:10px;
	text-decoration:none;
	color:#666;
}

#privateNav a:hover { color: #000; }

#privateSaleHeader{
	height:54px;
	text-align:center;
	position: relative;
	top: 0px;
	left: 0px;
	width:775px;
	background:#e55a1f;
	z-index: 10;
}

#SampleSaleFooter{
width: 775px;
height:22px;
overflow:hidden !important;
background:#e55a1f;
}

#cartHolder{
width: 775px;
margin:0pt auto;
text-align:center;
position: relative;
z-index: 200;
}
#privateheader{
width: 775px;
height:20px;
margin:0 auto;
position:relative;
text-align:center;
z-index: 10;
}

#container-control {
	width: 775px;
	overflow: hidden;
}

#doc_shop_2, #doc_shop_3 {
	background: #fff;
}

/*
 * Associate Ordering System
 * -------------------------------------------------- */
.orderingSystem {
	float: left;
	color: #002d58;
	font: bold 13px/18px 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
	width: 614px;
	padding: 4px 0 9px 0;
	background: #e0e0e0 url(../images/orderSys-mid.gif) repeat-y 0 0;
	margin: 0;
}

.orderingSystemTop {
	width: 614px;
	float: left;
	height: 4px;
	background: #e0e0e0 url(../images/orderSys-top.gif) no-repeat 0 0;
	padding: 0;
	/* zero font line spacing to aviod extra space in IE6 */
	font: bold 0/0 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
}

.orderingSystemBot {
	float: left;
	width: 614px;
	height: 4px;
	background: #e0e0e0 url(../images/orderSys-bot.gif) no-repeat 0 0;
	padding: 0;
	/* zero font line spacing to aviod extra space in IE6 */
	font: bold 0/0 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
}

.orderingSystem p.docTitle {
	text-align: left;
	float: left;
	color: #33c;
	width: 540px;
	font: bold 12px 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
	width: 420px;
	margin-left: 10px;
	text-transform: uppercase;
}

.orderingSystem a {
	margin: 0;
	padding: 0;
	font: 11px/18px 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
}

.orderingSystem a:hover {
	text-decoration: none;
}

.orderingSystem a.orderSysLogout {
	float: right;
	color: #002d58;
	width: 36px;
	margin-right: 9px;
}

.orderingSystem p {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	color: #000;
	margin-left: 10px;
}

.orderingSystem p.orderSysdetails {
	text-align: left;
	width: 380px;
}

.orderingSystem p.orderSysStore {
	width: 96px;
}
.orderingSystem p.orderSysID {
	float: right;
	text-align: right;
	width: 76px;
	margin-right:9px;
}

/*
 * Associate Ordering System Form
 * -------------------------------------------------- */
.orderSysForm {
	color: #666;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	width:542px;
	padding:0;
	margin:20px auto 20px auto;
} 

.orderSysForm .orderSysFormTop {
	width:542px;
	height:4px;
	background: #e0e0e0 url(../images/orderSysForm-top.gif) no-repeat 0 0;
	margin:0;
	padding:0;
	/* zero font line spacing to aviod extra space in IE6 */
	font: bold 0/0 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
}

.orderSysForm .orderSysFormBreak {
	width:542px;
	height:2px;
	background: #e0e0e0 url(../images/orderSysForm-break.gif) no-repeat 0 0;
	margin:0;
	padding:0;
	/* zero font line spacing to aviod extra space in IE6 */
	font: bold 0/0 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
}

.orderSysForm .orderSysFormBot {
	width:542px;
	height:2px;
	background: #e0e0e0 url(../images/orderSysForm-bot.gif) no-repeat 0 0;
	margin:0;
	padding:0;
	/* zero font line spacing to aviod extra space in IE6 */
	font: bold 0/0 'Helvetica Neue', Helvetica, 'Apple Gothic', sans-serif;
}

.orderSysForm .orderSysFormHeader {
	width:542px;
	height:86px;
	background: #e0e0e0 url(../images/orderSysForm-greyMid.gif) repeat-y 0 0;
	margin:0;
	padding:0;
}

.orderSysForm .orderSysFormHeader h1 {
	width:197px;
	height:81px;
	text-indent: -9999px;
	overflow: hidden;
	background: #e0e0e0 url(../images/orderSysForm-logo.gif) no-repeat 0 0;
	margin:0 auto 0 auto;
	padding:0;
}

.orderSysForm .orderSysFormContent {
	width:542px;
	background: #e0e0e0 url(../images/orderSysForm-whiteMid.gif) repeat-y 0 0;
	margin:0;
	padding:20px 0 0 0;
}

.orderSysForm .orderSysFormContent p {
	margin:0;
	padding:0;
	text-align: center;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}

.orderSysForm .orderSysFormContent form {
	margin:30px auto 0 auto;
	padding:0 0 30px 0;
	width:400px;
}

.orderSysForm .orderSysFormContent label {
	float:right;
	color: #666;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	padding:0;
	margin:9px 10px 0 0;
}

.orderSysForm .orderSysFormContent span.details {
	float:right;
	color: #666;
	font: 9px/18px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

.orderSysForm .orderSysFormContent label span, 
.orderSysForm .orderSysFormContent span.details span {
	color: #002d58;
	padding:0;
	margin:0;
}

.orderSysForm .orderSysFormContent input.fields {
	float:right;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	padding:2px;
	margin:7px 0 0 0;
	width:200px;
}

.orderSysForm .orderSysFormContent input.submitButton {
	float:right;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	padding:0;
	margin:10px 0 0 0;
	width:85px;
	height:18px;
	color: #fff;
	background: #002d58;
	border:0;
	text-transform: uppercase;
}

.orderSysForm .orderSysFormContent input.submitButton:hover {
	color: #fff;
	background: #666;
}

.orderSysForm br.clear, #noResultsForm, .clear {
	clear: both;
}
.search-keywords {
	float: left;
	display: block;
	margin-top: 9px;
}
.search-go {
	display: block;
	float: left;
	margin-left: 6px;
}