body {
	color: #002c52;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

div#header {
	height: 122px;
	position: relative;
}

div#header-top {
	background-color: #002c52;
	border-bottom: 4px solid #e7511e;
	height: 98px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

div#header-bottom {
	height: 20px;
	left: 0;
	position: absolute;
	top: 102px;
	width: 100%;
	z-index: 20;
}

/* Logo */

div#header-logo {
	left: 30px;
	position: absolute;
	top: 35px;
}

/* Meta Navigation */

div#header-meta-nav {
	color: #5e7a92;
	font-size: 11px;
	left: 197px;
	position: absolute;
	top: 8px;
}

div#header-meta-nav li {
	display: inline;
	padding-right: 3px;
}

div#header-meta-nav a {
	color: #5e7a92;
	text-decoration: none;
}

div#header-meta-nav a:hover {
	color: #b5c2cd;
	text-decoration: underline;
}

/* Navigation Level 1 */

div#header-main-nav {
	left: 198px;
	position: absolute;
	top: 39px;
}

div#header-main-nav-collection {
	background-color: yellow;
	left: 33px;
	position: absolute;
	top: 29px;
}

/* Navigation Level 2 */

div#header-sub-nav {
	font-size: 12px;
	left: 30px;
	position: absolute;
	top: 0;
}

div#header-sub-nav ul {
	position: relative;
	top: 3px; /* required to compensate top padding of li */
}

div#header-sub-nav li {
	border-left: 1px solid #e7511e;
	display: inline;
	padding: 3px 8px 0 5px;
}

div#header-sub-nav a {
	color: #e7511e;
	position: relative;
	text-decoration: none;
	top: 1px;
}

div#header-sub-nav a.active {
	color: #f19778;
}

div#header-sub-nav a:hover {
	text-decoration: underline;
}

/* Basket */

div#header-basket {
	border: 1px solid #e7511e;
	color: #fff;
	font-size: 11px;
	height: 52px;
	left: 831px;
	line-height: 14px;
	padding: 3px 4px;
	position: absolute;
	top: 8px;
	width: 90px;
}


/* Content */

div#content {
	margin: 10px 30px;
	position: relative;
	width: 900px;
}


/* Products */

div#products-left {
	left: 0;
	position: absolute;
	top: 0;
	width: 222px;
}

div#products {
	left: 226px;
	position: relative;
	top: 0;
	width: 674px;
}

div.box-title {
	background-color: #002c52;
	color: #fff;
	font-size: 12px;
	height: 21px;
	letter-spacing: 1px;
	line-height: 21px;
	margin-bottom: 4px;
	padding-left: 5px;
	text-transform: uppercase;
}

/* Category box */

div.category-box {
	background-color: #e7511e;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	padding: 4px 0 6px 0;
}

div.category-box a {
	color: #f9d3c7;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}

div.category-box a:hover {
	color: #fff;
	text-decoration: underline;
}

div.category-box a.active {
	background-color: #ec8568;
	color: #fff;
}

/* Filter box */

div.filter-box {
	background-color: #a6b5c2;
	font-size: 11px;
	height: 300px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	padding: 4px 0 6px 0;
}

/* Products overview */

/* Products banner width breadcrumbs */

div#products-banner {
	background-color: #e8e8e8;
	height: 153px;
	margin-bottom: 4px;
	position: relative;
}

/* PRODUCT OVERVIEW WIDE (pow) */

/* pow breadcrumbs */

div#products-breadcrumbs {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; IE8*/
	background-color: #b5c2cd;
	color: #002c52;
	/*filter: alpha(opacity=70); IE5-7*/
	font-size: 12px;
	height: 21px;
	letter-spacing: 1px;
	line-height: 21px;
	opacity: 0.7;
	padding-left: 5px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 669px;
	z-index: 10;
}

div#products-breadcrumbs li {
	display: inline;
}

div#products-breadcrumbs a {
	color: #002c52;
	text-decoration: none;
}

div#products-breadcrumbs a:hover {
	text-decoration: underline;
}

/* Products paging */

div#products-paging {
	background-color: #e7511e;
	color: #f9d3c7;
	font-size: 10px;
	height: 21px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	padding: 0 5px;
	position: relative;
	text-transform: uppercase;
}

div#products-paging ul {
	display: inline;
	letter-spacing: normal;
}

div#products-paging li {
	display: inline;
}

div#products-paging img {
	position: relative;
	top: 3px;
}

div#products-paging a {
	color: #f9d3c7;
	text-decoration: none;
}

div#products-paging a.active {
	color: #fff;
}

div#products-paging span.vspacer {
	padding-right: 24px;
}

div#products-paging select {
	text-transform: none;
}

/* Product boxes */

div#products-boxes {
	margin-bottom: 4px;
	position: relative;
}

div.product-box-wrapper {
	border: 1px solid #e7511e;
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}

div.product-box-wrapper.last {
	margin-right: 0;
}

div.product-box-wide {
	background-color: #f4f4f4;
	border: 3px solid #fff;
	height: 204px;
	padding: 5px;
	width: 204px;
}

div.product-box-wide div.name {
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	z-index:10;
}

div.product-box-wide div.name a {
	color: #002c52;
	text-decoration: none;
}

div.product-box-wide div.price {
	color: #e7511e;
	margin-top: 2px;
	position: relative;
	z-index:10;
}

div.product-box-wide div.price span.oldprice {
	color:#002C52;
	text-decoration:line-through;
}

div.product-box-wide div.price span.currency {
	font-size: 10px;
}

div.product-box-wide div.image {
	text-align: center;
	position: absolute;
	top: 40px;
	width: 214px;
}

/* narrow */
div.product-box-narrow {
	background-color: #f4f4f4;
	border: 3px solid #fff;
	height: 204px;
	padding: 5px;
	width: 91px;
}

div.product-box-narrow div.name {
	/*letter-spacing: 1px;*/
	position: relative;
	text-transform: uppercase;
	font-size:10px;
	z-index:10;
}

div.product-box-narrow div.name a {
	color: #002c52;
	text-decoration: none;
}

div.product-box-narrow div.price {
	color: #e7511e;
	margin-top: 2px;
	position: relative;
	font-size:10px;
	font-weight:bold;
	z-index:10;
}

div.product-box-narrow div.price span.oldprice {
	color:#002C52;
	text-decoration:line-through;
	font-weight:normal;
}

div.product-box-narrow div.price span.currency {
	/*font-size: 10px;*/
}

div.product-box-narrow div.image {
	text-align: center;
	position: absolute;
	top: 80px;
	width: 91px;
}


/* FOOTER (footer) */

div#footer {
	clear: both;
	color: #002c52;
	margin: 0 30px 20px 30px;
	font-size: 11px;
	text-align: right;
	width: 900px;
}

div#footer a {
	color: #002c52;
}

