/* @override http://nearlyou.com/style/main.css */

* {
	font-family: "Trebuchet MS",arial, helvetica, sans-serif;
	font-size: 12px;
	}
	
body {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
h1 {
	margin: 0;
	font-size: 16px;
	font-style: italic;
	color: rgb(51,0,102);
	}
	
h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	font-style: italic;
	color: rgb(51,0,102);
	}
	
a {
	color: #99c;
	}
	
a:hover {
	color: #f0f;
	}
	
ul.clean {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul.inline li {
	display: inline;
	margin: 0 10px;
	text-align: center;
	}
	
strong.xtra {
	font-size: 14px;
	color: rgb(51,0,102);
	font-style: italic;
	}
	
em, .address {
	color: #f0f;
	}
	
select {
	border: 1px solid #333;
	}
	
input[type=text] {
	border: 1px solid #99c;
	border-top-color: rgb(51,0,102);
	border-left-color: rgb(51,0,102);
	padding: 3px;
	color: rgb(51,0,102);;
	font-family: courier,monospace;
	}
	
table {
	border-collapse: collapse;
	}
	
th, td {
	padding: 5px;
	}
	
label {
	font-weight: bold;
	}
		
.clear {
	clear: both;
	}
	
.odd {
	background-color: #eee;
	}
	
.small {
	font-size: 10px;
	}
		
.aright {
	text-align: right;
	}
	
.pink {
	color: #f0f;
	}

.gray {
	color: #999;
	}
	
#canvas {
	width: 800px;
	margin: 10px auto;
	border: 1px solid #9999CC;
	background: url('/i/content_bg.gif') top left repeat-y;
	color: #666;
	}

#banner {
	position: relative;
	height: 67px;
	background: url('/i/banner_bg_v6.jpg') right top no-repeat;
	/*border-bottom: 1px solid #f00;*/
	}
	
#topnav {
	position: absolute;
	left: 203px;
	top: 45px;
	/*border-top: 1px solid #99c;
	border-left: 1px solid #99c;*/
	}
	
#topnav li {
	float: left;
	margin: 0;
	/*border-right: 1px solid #99c;*/
	}
	
#topnav li a {
	text-decoration: none;
	padding: 0 0 1px 15px;
	}
	
#nav-home a {
	background: url('/i/icon-home.gif') 0 50% no-repeat;
	margin-right: 15px;
	}

#nav-cart a {
	background: url('/i/icon-cart.gif') 0 50% no-repeat;
	}

	
#body {
	margin-left: 185px;
	padding: 0 0 5px 0;
	min-height: 320px;
	background: #fff url('/i/body_bg3.jpg') right top no-repeat;
	}
	
#footer {
	clear: both;
	padding: 10px;
	/*height: 66px;*/
	/*background: url('/i/purple_gradient.gif') left top no-repeat;*/
	background-color: #fff;
	border-top: 1px solid rgb(177,160,237);
	}
	
#adBox {
	float: left;
	}

#footer ul {
	width: 75%;
	display: block;
	margin: 0 auto;
	}
	
#footer ul li a {
	font-size: 14px;
	text-decoration: none;
	}
		
#main-nav {
	float: left;
	width: 185px;
	padding-top: 10px;
	background: transparent url('/i/nearlyou-descenders.gif') left top no-repeat;
	}
	
ul.menu {
	margin: 0px 0px 10px 10px;
	}
		
.menu li a {
	/*color: #fff;*/
	text-decoration: none;
	}
	
.menu ul li a {
	display: block;
	padding: 3px;
	color: #999;
	padding-left: 5px;
	}
	
.menu ul li a:hover {
	background-color: #eee;
	border-right: 1px solid #99c;
	}
	
#main-nav ul li h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0 0 0;
	color: rgb(51,0,102);
	border-bottom: 1px solid #999;
	font-style: italic;
	}
	
#main-nav h2 a {
	color: rgb(51,0,102);
	font-size: inherit;
	}
	
.menu ul li a.currentNav {
	color: rgb(51,0,102);
	background-color: #eee;
	border-right: 1px solid #99c;
	}
	
#freeShipping {
	border-top: 1px solid #99c;
	border-bottom: 1px solid #99c;
	border-right: 1px solid #99c;
	padding: 0 10px;
	margin-bottom: 10px;
	background: url(/i/desc_gradient.jpg) left top no-repeat;
	}
	
/* ========== Home page ========== */

#home #body h1 {
	padding: 10px;
	}
	
#features {
	margin: 0 auto;
	}
	
#features th, #features td {
	padding: 0;
	}
	
#features td a {
	color: rgb(51,0,102);
	text-decoration: none;
	}
	
#features img {
	border: 1px solid rgb(51,0,102);
	}
	
#features .big {
	vertical-align: top;
	}
	
#features .small img {
	width: 125px;
	height: 125px;
	margin: 0 0 0 20px;
	}
	
#features .labels td {
	height: 1%;
	padding: 5px 0 5px 20px;
	}
	
#features .labels .big {
	padding-left: 0;
	}
	
#body2 {
	margin: 0 20px;
	}
	
#body2 p {
	font-size: 14px;
	line-height: 1.3em;
	}
	
/* ========== Product Listing ========== */

#info {
	position: relative;
	padding: 10px 0 10px 10px;
	color: rgb(51,0,102);
	}

form.horizontal {
/*	position: absolute;
	top: 5px;
	right: 20px;
	height: 1%;*/
	float: right;
	padding: 0 20px 0 0;
	}
		
#info h1 {
	padding: 0 0 5px;
	}

#desc {
	margin: 0 0 10px 0;
	padding: 10px;
	border-top: 1px solid rgb(51,0,102);
	}
	
#desc a {
	text-align: right;
	}
	
#products {
	padding: 0 10px 10px 10px;
	}

#products li {
	float: left;
	width: 125px;
	height: 170px;
	margin-right: 20px;
	text-align: center;
	}
	
#products li img {
	margin-bottom: 5px;
	border: 1px solid #99c;
	}
	
#products li a {	
	text-decoration: none;
	color: rgb(51,0,102);
	}

#cat_info select {
	color: rgb(51,0,102);
	}
	
/* ========== Product Detail ========== */

#detail #info {
	padding-bottom: 0;
	}

#prod_detail {
	margin: 0 0 0 10px;
	padding: 10px 0;
	border-top: 1px solid rgb(51,0,102);
	}
	
img.prod {
	border: 1px solid #99c;
	}
	
#prod_img {
	float: left;
	}
	
#prod_info {
	width: 335px;
	margin: 0 auto;
	border: 1px solid #99c;
	border-collapse: collapse;
	}
	
#prod_info th, #prod_info td {
	padding: 5px;
	}
	
#prod_info td {
	padding: 5px 10px;
	}

#prod_info th {
	background-color: #99c;
	text-align: left;
	color: #fff;
	}
	
#descBullets li {
	margin: 5px 0;
	padding-left: 15px;
	background: url('/i/bullets_arrow.gif') 0 2px no-repeat;
	}
	
#optionList select {
	width: 150px;
	}
	
#optionList li {
	margin: 10px 0;
	}
	
.error {
	padding: 3px;
	color: #f00;
	background-color: #fcc;
	}
	
.message {
	padding: 5px 5px 5px 26px;
	}
	
.message.error {
	background: #fcc url('/i/alertIcon.gif') 5px 50% no-repeat;
	}
	
	
/* Recommended Products */

#recommended {
/*	position: relative;
	top: -40px;*/
	width: 250px;
	}
	
#recommended th {
	text-align: left;
	}
	
/* ========== Shopping Cart / Checkout ========== */
	
#cart #canvas, #checkout #canvas {
	background: none;
	}
	
#cart #body, #checkout #body {
	margin-left: 0;
	}

#cart #info, #checkout #info {
	padding-bottom: 0;
	}
	
#cartBody {
	margin-left: 10px;
	padding-right: 20px;
	border-top: 1px solid rgb(51,0,102);
	}
	
#cartTable {
	width: 770px;
	margin: 0;
	border-collapse: collapse;
	}
	
#cartTable form {
	margin: 0;
	padding: 0;
	}
	
#cartTable caption {
	padding: 10px 0;
	text-align: left;
	}
	
#cartTable tr {
	border-bottom: 1px solid #99c;
	}
	
#cartTable th, #cartTable td {
	padding: 5px;
	vertical-align: center;
	}
	
#cartTable th {
	background-color: #99c;
	text-align: left;
	color: #fff;
	}
	
th#Price, th#Total {
	text-align: right;
	}
	
th#Quantity {
	text-align: center;
	}
	
td.name {
	font-weight: bold;
	}
	
.cartOpt {
	font-weight: normal;
	}
	
#billing {
	margin: 0 auto;
	}
	
#billing_form {
	float: left;
	margin-right: 10px;
	width: 48%;
	}
	
#shipping_form {
	width: 48%;
	}

#billing_form, #shipping_form {
	border: 1px solid #99c;
	}

#billing_form th, #shipping_form th {
	background-color: #99c;
	text-align: left;
	color: #fff;
	}


	
	
	
/* ========== Static Pages ========== */

#static h1 {
	margin: 0 0 10px 10px;
	padding: 10px 0 0;
	border-bottom: 1px solid rgb(51,0,102);
	}
	
#static #text {
	margin: 10px 10px 0;
	}
	
#static p {
	margin: 0 0 10px 0;
	}
	
	
/* ========== Pop-Window ========== */

#popWindow #body {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: none;
	}
	
#popWindow h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid rgb(51,0,102);
	}
	
#popWindow p {
	margin-right: 10px;
	}

/* ========== Tabs ========== */

#filterTabs {
	float: right;
	}
	
#filterTabs ul {
	margin: 0;
	padding: 4px 0 0;
	list-style: none;
	}

#filterTabs ul li {
	float: left;
	height: auto;
	width: auto;
	background: url("/i/tab_lt_right.gif") no-repeat right top;
	margin: 0 3px 0 0;
	padding: 0;
	}
	
#filterTabs a {
	float: left;
	display: block;
	background: url("/i/tab_lt_left.gif") no-repeat left top;
	padding: 3px 10px 3px 10px /*4px 15px*/;
	color: #eee;
	font-weight: bold;
	border-bottom: 1px solid #3c4563;
	text-decoration: none;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#filterTabs a {
	float:none;
	}
/* End IE5-Mac hack */

#filterTabs a:hover {
	color: #99c;
	}

/* ========== Size Chart ========== */

a.question {
	padding-left: 16px;
	background: url(/i/btn-questionmark.gif) left 50% no-repeat;
	} 


#sizing #body {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: none;
	}
	
#sizing table {
	margin: 10px 0;
	border-collapse: collapse;
	}

#sizing table, #sizing table th {
	border: 1px solid #99c;
	padding: 5px;
	text-align: center;
	}

#sizing table th {
	padding: 5px 10px;
	}
	
#sizing table td {
	border-bottom: 1px solid #99c;
	}
	
#sizing table td.bra {
	background-color: #eee;
	border-left: 1px solid #99c;
	border-right: 1px dotted #99c;
	}
	
#specialMessage {
	background-color: rgb(51,0,102);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	}
