body {
	background: url('/urban/images/2007_holiday/utilityNavBg.gif') repeat-x 25px 0px;
}

/* ---------- HEADER DIVS: STYLING ---------- */

/* --> Header Logo/Search */
#header {
	display: block;
	width: 930px;
	height: 70px;
	clear: both; 
	position: relative;
}
#header_logo { 
	/*float: left; */
	position: absolute;
	top: -4px;
	left: 0px;
	z-index: 99;
}
#header_logo img { display: none; }
#header_logo h3 {
	margin: 27px 0px 0px 0px;
	background: url('/urban/images/2007_holiday/uo_logo_0810.gif') no-repeat 0px 0px;
}
#header_logo h3 a {
	width: 323px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#header_search {
	padding: 22px 0px 0px 0px;
	float: right;
	width: 159px;
	overflow: visible;
}
#header_search fieldset { border: none; }
input#search_field, input#newsletter_field {
	float: left;
	margin: 0px;
	padding: 3px 3px 3px 0px;
	font-size: 11px;
	width: 125px;
	height: 14px;
	text-transform: uppercase;
	color: #000000;
	border-left: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-top: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
}
input#newsletter_field {
	margin: 15px 0px 0px 0px;
	width: 175px;
}
input#search_submit, input#newsletter_submit {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 22px;
	width: 25px;
	overflow: hidden;
	font-weight: bold;
	font-size: 11px;
	background: #ffffff;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	border: none !important;
	cursor: pointer;
}
input#search_submit {
	margin: 0px 0px 0px 2px;
}
input#newsletter_submit {
	float: left;
	margin: 3px 0px 0px 58px !important;
	width: 60px !important;
	clear: both;
}
#search_submit:hover, #newsletter_submit:hover { color: #575757; }

/* secondary nav */
#secondarynav h4 a:hover, #secondarynav div.active h4 a, #secondarynav ul li a:hover,
#secondarynav ul li.active a, #secondarynav ul li.active a:hover,
#secondarynav ul li.active ul li a:hover, 
#secondarynav ul li.active ul li.active a, #secondarynav ul li.active ul li.active a:hover { 
	color: #33cccc; 
	text-decoration: underline; 
}
#secondarynav ul ul li.active { 
	list-style-type: disc; 
	color: #33cccc; 
}

/* Utility Nav (Help / Your Account / Your Cart) */
#utility {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: Helvetica, Arial, sans serif;
	font-size: 10px;
	height: 33px;
	background: url('/urban/images/2007_holiday/utilityNavBg.gif') repeat-x;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 930px;
	overflow: visible;
}
#utility a { color: #000000; }
#utility a:hover { text-decoration: underline; }
#utility ul {
	float: left;
	list-style-type: none;
}
#utility li {
	padding: 0px 11px 0px 0px;
	float: left;
}
#utility h5 {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans serif;
	font-size: 11px;
	float: left;
	text-transform: capitalize;
}
#utility_connect {
	vertical-align: bottom;
	line-height: 15px;
	float: left;
}
#utility_account {
	vertical-align: bottom;
	line-height: 15px;
	float: right;
}
#utility_account form { display: inline; }
#utility_cart { float: right; }
#utility_cart a, #utility_account h5 a { color: #000000; }
#utility_cart a:hover, #utility_account h5 a:hover { color: #000000; }
#utility_cart h5 {
	line-height: 15px;
	padding-right: 11px;
}
#utility_cart a, #utility_cart a:hover {
	color: #33cccc;
}
#utility_cart a.emptyCart, #utility_cart a.emptyCart:hover {
	color: #000000;
}
#utility_cart p#bagTextLink {
	float: left;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;	
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	background: #ffffff url('/urban/images/2007_holiday/carticon_full.gif') no-repeat 0px 1px;
}
#utility_cart p#bagTextLink.emptyCart {
	background: #ffffff url('/urban/images/2007_holiday/carticon_empty.gif') no-repeat  0px 1px;
}

/* product detail page styles */
span input.add_tocart {
	background: #33cccc !important;
}
span input.add_tocart:hover {
	background: #666666 !important;
}
div#freeReturnsMsg {
	color: #33cccc !important;
}

/* Monotate "Just For You" sidebar */
#MSBcontainer {
	position: absolute;
	width: 1000px;
	padding:0;
	border-top: 1px solid #000000;
	top: 121px;
	left: 50%;
	margin: 0 0 0 -425px;
}

#MSBcontent {
	border-left: 1px dotted #000000;
	width: 100px;
	float: right;
	padding: 10px 0 0 20px;
}

#MSBcontainer  h3 {
	font-size: 12px;
}

#MSBcontainer ol {
	margin: 0;
}

#MSBcontainer ol li {
	list-style: none;
	list-style-image: none;
}

#MSBcontainer .divide {
	height: 1px;
	background: #000000;
	margin: 10px 0 0 -20px;
}
