@import url("menu.css");

* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #2B3D72;
}

#showcase a {
	color: #FFFFFF;
}

body {
	font-size: small;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color:#FFFFEE;
/*background-image:url("../images/snow.gif");*/
background-repeat:repeat-x;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.wrapper {
	width: 940px;
	padding: 5px;
	overflow: hidden;
}

h1, h2 {
	display: none;
}

#page {
	z-index: 0;
	position: relative;
	margin: 20px auto 0 auto;
	border: 1px solid #9BA3BC;
	background: #FFF;
}

#header {
	width: 940px;
	overflow: hidden;
}

#header img#mainLogo {
	float: left;
	margin: 12px 0 0 20px;
}

#header #miniBasket {
	float: right;
	display: inline;
	width: 315px;
	min-height: 95px;
	_height: 95px;
	margin: 10px 20px 0 0;
	padding: 0 0 0 15px;
	color: #2B3D72;
	background: url('../images/shopping_bag_large.jpg') 240px 5px no-repeat #D4D8E3;
}

#header #miniBasket img {
	float: right;
}

#header #miniBasket h3 {
	margin: 10px 0;
	font-size: 120%;
	text-transform: uppercase;
}

#header #miniBasket p {
	margin: 0 0 5px 0;
}

#content {
	z-index: 0;
	position: relative;
	width: 920px;
	margin: 55px 0 0 0;
	padding: 20px 0 20px 20px;
	background: #D9DCE6;
	overflow: hidden;
}

/* ----- Left Content ----- */

#leftContent {
	float: left;
	width: 200px;
	color: #2B3D72;
	background: #B6BBCF;
}

#leftContent h3 {
	margin: 10px 0 5px 10px;
	font-size: 110%;
}

#leftContent ul.subNav {
	margin: 5px 5px 10px 5px;
	list-style: none;
}

#leftContent ul.subNav li {
	display: inline;
}

#leftContent ul.subNav li a {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #2B3D72;
	color: #2B3D72;
	text-decoration: none;
}

#leftContent ul.subNav li a:hover {
	color: #FFF;
	background: #707DA0;
}

#leftContent ul.subNav li a span {
	text-transform: uppercase;
}

#leftContent #showcase {
	padding: 5px 0;
	color: #FFF;
	background: #2B3D72;
}

#leftContent #showcase h3 span {
	color: #B6BBCF;
}

#leftContent #showcase ul.subNav li a {
	color: #B6BBCF;
	background: #2B3D72;
	border-bottom: 1px dotted #B6BBCF;
}

#leftContent #showcase ul.subNav li a:hover {
	color: #2B3D72;
	background: #B6BBCF;
}

#leftContent #showcase p {
	margin: 0 10px 10px 10px;
	font-size: 90%;
}

#leftContent #brands {
	width: 160px;
	margin: 10px;
	padding: 10px;
	color: #55648E;
	background: url('../images/brands_bg.gif') bottom right no-repeat #FFF;
}

#leftContent #brands h3 {
	margin: 0 0 5px 0;
}

#leftContent #brands ul {
	list-style: none;
	text-transform: uppercase;
}

#leftContent #brands ul li {
	margin: 0 0 5px 0;
}

/* ----- Right Content ----- */

#rightContent {
	float: right;
	width: 700px;
}

#rightContent #fullWidth,
#rightContent #shoppingBasket {
	width: 660px;
	margin: 0 0 20px 0;
	padding: 10px;
	color: #2B3D72;
	overflow: hidden;
}

#rightContent #fullWidth h3,
#rightContent #shoppingBasket h3 {
	float: left;
	margin: 0 0 15px 0;
	font-size: 110%;
	text-transform: uppercase;
}

#rightContent #fullWidth h4 {
	clear: both;
	margin: 0 0 10px 0;
}

#rightContent h4.catName {
	width: 660px;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	font-size: 105%;
	color: #2B3D72;
	background: #B6BBCF;
}

#rightContent #fullWidth p {
	clear: both;
	margin: 0 0 10px 0;
}

#rightContent #fullWidth ul {
	margin: 0 0 10px 15px;
}

#rightContent #fullWidth ol {
	margin: 0 0 10px 20px;
}

#rightContent #fullWidth ul li,
#rightContent #fullWidth ol li {
	margin: 0 0 10px 0;
}

#rightContent #fullWidth form {
	float: right;
	margin: 0 0 15px 0;
}

#rightContent #fullWidth form dl {
	overflow: hidden;
}

#rightContent #fullWidth form dl dt {
	float: left;
	margin: 0 10px 0 0;
}

#rightContent #fullWidth form dl dd {
	float: left;
}

#rightContent #halfWidth {
	float: left;
	width: 310px;
	padding: 10px;
	background: #FFF;
}

#rightContent #halfWidth h3 {
	margin: 0 0 10px 0;
	font-size: 130%;
	color: #2B3D72;
}

#rightContent #halfWidth p {
	color: #555;
}

#rightContent #halfWidth a img#promoBanner {
	display: block;
	width: 310px;
	height: 410px;
	margin: 10px 0 10px 0;
}

#rightContent #halfWidth h3 span {
	font-weight: normal;
}

#rightContent #halfWidth #joinForm {
	width: 310px;
	color: #2B3D72;
	background: url('../images/join_form_bg.gif') top left no-repeat #C0C5D5;
	overflow: hidden;
}

#rightContent #halfWidth #joinForm h3 {
	width: 290px;
	margin: 0;
	padding: 5px 10px;
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	background: url('../images/join_form_h3_bg.gif') top left no-repeat #2A3D72;
}

#rightContent #halfWidth #joinForm p {
	margin: 5px 10px;
	color: #2B3D72;
}

#rightContent #halfWidth #joinForm form {
	width: 300px;
	padding: 0 0 10px 10px;
	overflow: hidden;
}

#rightContent #halfWidth #joinForm form dl {
	float: left;
	width: 140px;
	margin: 0 10px 5px 0;
	overflow: hidden;
}

#rightContent #halfWidth #joinForm form dl dt {
	font-size: 90%;
}

#rightContent #halfWidth #joinForm form dl dd input {
	width: 138px;
	height: 20px;
	border: 1px solid #2B3D72;
}

#rightContent #halfWidth #joinForm form input.button {
	float: right;
	margin: 0 10px 0 0;	
	padding: 2px 5px;
	color: #FFF;
	background: #2B3D72;
	border: none;
}

/* ----- Product List ----- */

#rightContent ul.productList {
	list-style: none;
	overflow: hidden;
}

#rightContent ul#productListHalf {
	float: right;
	width: 350px;
}

#rightContent ul#productListFull {
	_display: inline;
	*display: inline;
	width: 700px;
}

#rightContent ul.productList li {
	float: left;
	width: 155px;
	height: 295px;
	margin: 0 20px 20px 0;
	position: relative;
}

#rightContent ul#productListHalf li {
	min-height: 315px;
	_height: 315px;
	background: url('../images/product_list_li_half_bg.gif') bottom right no-repeat #FFF;
}

#rightContent ul#productListFull li {
	min-height: 250px;
	_height: 300px;
	background: url('../images/product_list_li_full_bg.gif') bottom right no-repeat #FFF;
}

#rightContent ul.productList li h4 {
	margin: 0 10px 10px 10px;
	font-size: 100%;
}

#rightContent ul.productList li img {
	margin: 0 10px;
} 

#rightContent ul.productList li h4 a {
	color: #2B3D72;
	text-decoration: none;
}

#rightContent ul.productList li p {
	margin: 0 10px 10px 10px;
	color: #555;
}

#rightContent ul.productList li p a {
	color: #555;
	text-decoration: none;
}

#rightContent ul.productList li p span {
	color: #2B3D72;
	text-transform: uppercase;
}

#rightContent ul.productList li a.add,
#rightContent ul.productList li a.fauxButton {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 155px;
	height: 21px;
	padding: 4px 0 0 0;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: url('../images/add_to_bag_bg.gif') top left repeat-x #2B3D72;
}

#rightContent ul.productList li a.soldOut,
#rightContent #productDetail #leftColumn a.soldOut {
	background: url('../images/sold_out_bg.gif') top left repeat-x #A1204C;
}

/* ----- Product Detail ----- */

#rightContent #productDetail {
	width: 630px;
	margin: 0 0 20px 0;
	padding: 25px;
	color: #2B3D72;
	background: url('../images/product_detail_bg.gif') bottom right no-repeat #FFF;
	overflow: hidden;
}

#rightContent #productDetail #leftColumn {
	float: left;
	width: 340px;
}

#rightContent #productDetail #leftColumn h3 {
	margin: 0 0 15px 0;
	font-size: 140%;
}

#rightContent #productDetail #leftColumn h4 {
	margin: 0 0 15px 0;
	font-size: 120%;
}

#rightContent #productDetail #leftColumn p {
	clear: both;
	margin: 0 0 10px 0;
}

#rightContent #productDetail #leftColumn ul {
	margin: 0 0 0 25px;
}

#rightContent #productDetail #leftColumn ul li {
	line-height: 1.4em;
}

#rightContent #productDetail #leftColumn p#price {
	font-size: 120%;
}

#rightContent #productDetail #leftColumn p#size {
	font-size: 110%;
}

#rightContent #productDetail #leftColumn p#quantity {
	margin: 0 0 20px 0;
}

#rightContent #productDetail #leftColumn .button {
	float: left;
	width: 155px;
	margin: 0 0 20px 0;
	_margin: 0;
	padding: 4px 0 4px 0;
	color: #FFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: none;
	background: url('../images/add_to_bag_bg.gif') top left repeat-x #2B3D72;
	cursor: pointer;
}

#rightContent #productDetail #leftColumn img#shoppingBag {
	float: left;
	margin: -2px 0 0 5px;
}

#rightContent #productDetail #leftColumn a#back {
	font-size: 120%;
	color: #2B3D72;
	text-transform: uppercase;
	text-decoration: none;
}

#rightContent #productDetail #viewer {
    padding: 0 0 200px 0;
    width: 270px;
	float: right;
}

#rightContent #productDetail img#productImage {
}

#rightContent #productDetail img#secondaryProductImage {
}

/* ----- Footer ----- */
	
#footer {
	margin: 0 auto;
}

#footer ul {
	margin: 5px 0 20px 0;
	font-size: 85%;
	list-style: none;
	text-transform: uppercase;
	overflow: hidden;
}

#footer ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #2B3D72;
}

#footer ul li.noBorder {
	border-right: none;
}

#footer ul li a {
	color: #2B3D72;
	text-decoration: none;
}

/* ----- BASKET ----- */

#shoppingBasket table {
	clear: left;
	width: 100%;
}

#shoppingBasket table tr#tableHeader {
	font-size: 110%;
	text-align: left;
	color: #FFF;
	background: url('../images/add_to_bag_bg.gif') top left repeat-x #2B3D72;
}

#shoppingBasket table td {
	padding: 10px 5px;
}

#shoppingBasket table tr#tableHeader th, #shoppingBasket table tr#tableHeader tr td {
	padding: 4px;
}

#shoppingBasket table tr#disTotal td {
}

#shoppingBasket table tr#delTotal td {
	padding: 25px 5px;
	border-top: 1px dashed #2B3D72;
}

#shoppingBasket table tr#grandTotal td {
	padding: 25px 5px;
	border-top: 1px solid #2B3D72;
}

#shoppingBasket table tr#lastRow {

}

