body {
	background: #fff;
	margin: 30px auto;
	font-family: Arial;
	margin: 0;
}

#javadisabled {
	width:100%;
	background: #574c53;
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px;
	color: #eee;
	text-align:center;
}

#javadisabled a {
	color: #fff;
	text-decoration: none;
}

#wrapper {
	width: 980px;
	margin: auto;
	margin-top: 15px;
}

#header {
	width: 920px;
	height: 35px;
	padding: 0 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	z-index: 29;
}

#header h1 {
	float: left;
}

#header #miniBag {
	width: 200px;
	height: 24px;
	background: url('../images/ui/miniBag-left.gif') #574c53 top left no-repeat;
	float: right;
	margin-top: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #f9f0f4;
}

#header #miniBag a {
	background: url('../images/ui/miniBag-right.gif') top right no-repeat;
	width: 160px;
	height: 24px;
	display: block;
	padding-left: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #f9f0f4;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
}
#header #miniBag h1 {
	display: none;
}

/* FULL BAG
-----------------------------------------------------------*/

#header #fullBag {
	width: 299px;
	height: auto;
	clear: both;
	float: right;
	display: none;
	background: #574c53;
	margin-right: 1px;
	margin-top: 5px;
}

#header #fullBag dl {
	width: 279px;
	padding: 0px 10px;
	line-height: 220%;
	border-top: 1px solid #fff;
	clear: both;
}

#header #fullBag dt {
	float: left;
	width: 233px;
	clear: both;
	border-bottom: 1px dotted #ccc;
}

#header #fullBag dt .foxee_product_quantity {
	margin-right: 5px;
}

#header #fullBag dd {
	float: right;
	width: 45px;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}

#header #fullBag dt a, #header #fullBag dd a {
	width: auto;
	display: inline;
	float: right;
	padding: 0px 2px;
	border-top: 0;
}

#header #fullBag a {
	width: 279px;
	display: block;
	border-top: 1px solid #fff;
	background: #574c53;
	text-align: left;
	padding: 0px 10px;
	clear: both;
}

#header #fullBag a:hover {
	background: #2a2529;
}

#header #fullBag .total {
	border-bottom: 0;
}

/* NAV
-----------------------------------------------------------*/

#nav {
	width: 780px;
	height: 22px;
	background: url('../images/ui/nav-bg.gif') no-repeat;
	padding: 13px 100px;
	font-size: 16px;
	z-index: -100;
}

#nav li {
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
	float: left;
}

#nav li a {
	padding: 3px 28px;
	margin-right: 2px;
	color: #473a44;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
}

#nav li a.last {
	margin-right: 0;
}

#nav li a:hover {
	background: #ffeaf3;
}

#home #nav .home a,
#store #nav .store a,
#biography #nav .biography a,
#shops #nav .shops a,
#stockists #nav .stockists a,
#exclusives #nav .exclusives a,
#press #nav .press a {
	cursor: default;
	background: #574c53; /*2a2529*/
	color: #eee;
}

/* NAV STORE
-----------------------------------------------------------*/

#filters {
	width: 920px;
	height: 55px;
	background: url('../images/ui/filters-bg.gif') #ffeaf3 bottom center no-repeat;
	margin: auto;
}

#filters h1 {
	background: url('../images/ui/filters-h1-bg.png') no-repeat top left;
	font-size: 14px;
	color: #fff;
	height: 17px;
	width: 88px;
	padding: 2px 27px;
	float: left;
	margin: 17px 10px 0 190px;

}

.filter {
	width: 148px; /* 174 */
	height: 13px; /* 21 */
	width: 174px;
	height: 21px;
/*	padding: 4px 13px;*/
	background: url('../images/ui/filter-bg.gif') no-repeat top left;
	float: left;
	margin: 17px 10px 0;
	z-index: 1;
	position: relative;
}
.filter a {
	display: block;
	text-decoration: none;
	padding: 4px 13px;
	font-size: 13px;
	color: #584d53;
}

.filter ul li {
	background: #ffcce3;
	height: 21px;
	border-top: 1px #fff solid;
}

.filter li a:hover {
	background: #fec0dc
}

#parent, #sub {
	display: none;
}

/* STOCKISTS
-----------------------------------------------------------*/

#stockists #content {
	background: #ffeaf3 url('../images/ui/coming-soon.gif') no-repeat center center;
	width: 780px;
	height: 444px;
}

#photo {
	float: left;
	width: 340px;
	height: 695px;
	margin-right: 15px;
}

#photo img {
	margin-bottom: 15px;
}

#photo img.last {
	margin-bottom: 0;
}

#copy {
	background: #ffeaf3;
	float: left;
	width: 395px;
	min-height: 645px;
	padding: 25px 15px;
	overflow: auto;
}

#exclusives #copy {
	background: #574c54;
}

#copy h2 {
	background: #574c54;
	color: #ffffff;
	padding: 3px 10px;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: capitalize;
}

#exclusives #copy h2 {
	background: #ededed;
	color: #574c54;
}

#copy p {
	color: #574c54;
	margin: 15px 0;
	font-size: 12px;
	padding: 0 10px;
}

#exclusives #copy p {
	color: #ededed;
}

#copy a {
	color: #574c54;
	font-weight: bold;
}

#exclusives #copy a {
	color: #ededed;
}

#copy p.last {
	margin-bottom: 0px;
}

#exclusives #copy hr {
	background: #574c54;
	color: #574c54;
	height: 1px;
	border: 0;
	margin: 15px 0;
	clear: both;
}

#exclusives #copy hr {
	background: #ededed;
	color: #ededed;
	height: 1px;
	border: 0;
	margin: 15px 0;
}

#copy form label {
	float: left;
	width: 60px;
	padding: 3px;
}

#copy form input.text {
	border: 0;
	background: #ededed;
	color: #574c54;
	padding: 3px;
}

#copy form input.text.hilight {
	background: #ffeaf3;
	background: #F8CEE7;
}

/* CONTENT
-----------------------------------------------------------*/

#content {
	width: 780px;
	min-height: 444px;
	overflow: visible;
	margin: 20px auto 0px auto;
}

#content h4 {
	margin: 8px 0;
}

/* HOME
-----------------------------------------------------------*/

.banner {
	margin-bottom: 20px;
}

#video { /* Fixed Video Ratio 768x432 */
	width: 780px;
	height: 444px;
	margin-bottom: 20px;
	padding: 0;
	background: #fafafb;
}

#video.loading {
	background: #574c53 url('../images/ui/loader.gif') no-repeat center center;
}

.campaign {
	width: 256px;
	height: 121px;
	background: #f4f4f4;
	float: left;
	margin: 0 6px 6px 0;
}

/* PRODUCT
-----------------------------------------------------------*/

#product {
	width: 780px;
	height: 596px;
	margin-bottom: 6px;
}

/* PACKSHOT
-----------------------------------------------------------*/

#packshot {
	width: 484px;
	height: 562px;
	float: left;
	padding: 17px;
	background: #ffeaf3 url('../images/ui/packshot-bg.gif') no-repeat bottom center;
}

#zoom {
	background: #fff;
	position: relative;
}

#zoom .loading {
	background: url('../images/ui/loader.gif') no-repeat center center;
}

#zoom span.loader {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	display: none;
	color: #999;
	background: #fff;
	font-size: 8px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
}

/* INFO
-----------------------------------------------------------*/

#info {
	width: 214px;
	height: 554px;
	float: right;
	padding: 17px;
	border: 4px solid #ffeaf3;
}

#info a {
	color: #574c53;
	text-decoration: none;
}

#info h1 {
	font-size: 18px;
	padding-bottom: 18px;
	border-bottom: 5px solid #ffeaf3;
	margin-top: 18px;
	margin-bottom: 15px;
	color: #423a3e;
}

#info h2 {
	font-size: 18px;
	color: #423a3e;
	margin-bottom: 32px;
}

#info .original_price {
	text-decoration: line-through;
}

#info p {
	font-style: italic;
	color: #584d53;
	font-size: 12px;
	line-height: 125%;
	margin: 10px 0;
	clear: both;
}

#info hr {
	background: #ffeaf3;
	color: #ffeaf3;
	height: 5px;
	border: 0;
	margin: 15px 0;
}

#info p b,
#info p.breadcrumb {
	font-style: normal;
}

#info p.breadcrumb a {
	text-decoration: none;
	color: #574c53;
}

#info p label {
	float: left;
	width: 50px;
	padding: 3px;
	font-weight: bold;
	font-style: normal;
}

#info select {
	float: left;
	width: 135px;
}

#info input {
	width: auto;
	clear: both;
	margin-top: 5px;
}

#info #thumbs {
	width: 214px;
	height: 40px;
	margin: 15px 0;
}

#info #thumbs img {
	margin-right: 4px;
	outline: #eee 1px solid;
}

#info #thumbs img:hover {
	outline: #574c53 1px solid;
}

/* SIZE GUIDE
-----------------------------------------------------------*/

#size-guide {
	margin: 10px;
	font-size: 11px;
	color: #423A3E;
}

#size-guide p {
	text-align: center;
	margin: 10px 0;

}

#size-guide table {
	width: 580px;
	border-collapse: collapse;
}

#size-guide caption {
	font-weight: bold;
	margin: 10px 0;
}

#size-guide thead {
	background: #574c53;
	color: #eee;
	padding: 4px;
}

#size-guide th {
	font-weight: normal;
	text-align: left;
}

#size-guide tr {
	border-bottom: 1px solid #eee;
	padding: 4px;
}

#size-guide a {
	text-decoration: none;
	color: #423A3E;
}

/* ITEM
-----------------------------------------------------------*/

.item {
/*	height: 267px;*/
	height: 312px;
	margin: 0px 6px 6px 0px;
	padding: 4px;
	background: #ffeaf3;
	color: #574c53;
/*	background: #574c54;
	color: #ededed;*/
	font-size: 12px;
	float: left;
	position: relative;
}

.item.last {
	margin-right: 0;
}

.item img {
	margin-bottom: 6px;
	float: left;
}

.item img.sticker {
	position: absolute;
	top: 4px;
	left: 4px;
}

.item h2 {
	float: left;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	padding-left: 4px;
}

.item a {
	text-decoration: none;
	color: #574c53;
	display: block;
}

.item h3 {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 4px;
}

.item .original_price {
	text-decoration: line-through;
}

.item .sale_price,
#info .sale_price {
	color: #B70004;
}

/* PRESS
-----------------------------------------------------------*/

.cover {
	width: 200px;
	height: 305px;
	padding: 15px;
	background: #574c54;
	color: #ededed;
	float: left;
	margin-right: 45px;
	margin-bottom: 10px;
}

.cover.last {
	margin-right: 0;
}

.cover p {
	font-size: 12px;
	margin-top: 15px;
	line-height: 100%;
}

/* FOOTER
-----------------------------------------------------------*/

.clear {
	clear: both;
}

#footer {
	width: 780px;
	height: 67px;
	padding: 0 90px;
	background: #fafafb url('../images/ui/footer-bg.gif') no-repeat top center;
	margin: 20px auto;
	clear: both;
	font-size: 11px;
	line-height: 110%;
}

#footer a {
	color: #000;
	text-decoration: none;
	margin: 0;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #address {
	width: 215px; /*255*/
	height: 37px; /*67*/
	padding: 15px 20px;
	float: left;
	margin-right: 8px;
}

#footer #address h2 {
	font-weight: bold;
}

#footer #footerNav {
	width: 479px; /*515*/
	height: 37px; /*67*/
	padding: 15px 18px;
	float: left;
}

#footer #footerNav ul {
	width: 150px;
	float: left;
	list-style-image: url('../images/ui/footer-li-bg.gif');
	list-style-position: inside;
}

#footer #footerNav p {
	float: right;
}

#footer #footerNav abbr {
	margin-right: 5px;
	font-weight: bold;
	border: none;
}

#copyright {
	font-size: 11px;
	text-align: center;
	color: #999;
	margin-bottom: 20px;
}

#copyright a {
	text-decoration: underline!important;
	color: #999;
}

#copyright a:hover {
	color: #574c54;
}

/* EOF
-----------------------------------------------------------*/