body {
	background-image: url("../img/body-bg.png");
}

#header .nav a:hover, #header .nav li a.selected {
	background-color: #4c5544;	
}

#content {
	padding-top: 0;
	width: 330px;
}
#content h1, #content h1 + p {
	display: none;
}

#main {
	background-image: url("../img/main-bg.png");
	background-repeat: repeat-y;
	background-position: top left;
}
#main .features, #main .contents {
	display: none;
	float: left;
	padding: 15px 10px;
	width: 360px;
}

#main .features {
	padding-top: 20px;
}
#main .contents {
	background-color: #181b18;
	color: #4c5544;
}

.message-box {
	clear: both;
}

body.product-detail #main .features, body.product-detail #main .contents {
	display: block;
}

.product-detail #content {
	padding-top: 20px;
}

.product-detail #content h1 {
	display: block;
	padding-left: 0;
	text-transform: uppercase;
}

.product-detail h2 {
	margin-bottom: 10px;
}

.product-detail #content h4 {
	font-weight: normal;
	padding: 5px 0 9px 0;
}

.product-detail #content .left {
	margin-bottom: 8px;
}

.product-detail #content .category-belonging + img + p, .product-detail #content h4 + img + p {
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

#product-list {
	padding: 20px 0 0 20px;
}

#product-list .page-list-items li {
	background-color: #17191a;
	height: 84px;
	margin: 0 10px 10px 0;
	padding: 8px 105px 8px 10px;
	position: relative;
	width: 235px;
}

#product-list .page-list-items li:hover {
	background-color: #212425;
}

#product-list li a {
	color: #ffffff;
	text-decoration: none;
}

#product-list li a.left {
	margin: 0;
	position: absolute;
	top: 7px;
	right: 7px;
}
#product-list li h4 {
	color: #4c5544;
	margin-bottom: 5px;
}

#catalogue #product-list img {
	margin-top: -110px;
}

#catalogue .page-list-items li, #catalogue .page-list-items li:hover {
	background-color: transparent;
	float: left;
	height: auto;
	min-height: 130px;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 355px;
}

#catalogue .page-list-items .detail {
	display: none;
}

#catalogue .page-list-items h3, #catalogue .page-list-items p {
	width: 335px;
}
	
#catalogue .page-list-items h3 {
	text-transform: uppercase;
}

.referenceWeightPrice + p {
	border-top: 1px solid #1c1c1c;
	color: #ffffff;
	clear: right;
	padding-top: 10px;
}

.related, .subnav {
	margin-left: 45px;
}

.related {
	background-color: #030304;
	padding: 10px 0;	
}

.related a {
	color: #4c5544;
	text-decoration: none;
}
.related a:hover {
	text-decoration: underline;
}

.related h2, .related ul {
	padding-left: 20px;
}

.related h2 {
	margin: 6px 0 3px 0;
	text-transform: uppercase;
}

.related li {
	background: transparent url("../img/arrow-right-half.png") no-repeat center left;
	padding-left: 18px;
	text-decoration: none;
}

.searchBox .row {
	width: 350px; 
}

#side {
	float: left;
	width: 265px;
}

.subnav {
	border-top: 4px solid #0e0f10;
	border-bottom: 4px solid #0e0f10;
}

.subnav ul {
	background-color: #0e0f10;
	margin-bottom: 4px;
	padding-bottom: 0;
}
.subnav li {
	padding-left: 0;
}
.subnav li a {
	background-color: #000000;
	color: #cccccc;
	display: block;
	font-size: 10px;
	line-height: 20px;
	margin-top: 4px;
	padding-left: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.subnav li:first-child a {
	margin-top: 0;
}

.subnav li a:hover, .subnav li a.selected {
	background-color: #383f33;
}
