/*------------ Global/Default Styles -------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% arial, verdana, sans-serif;
	background: #232323 url('../images/bg.gif') top repeat-x;
	color: #000;
}

h1 a {
	background: url('../images/oak-warehouse.gif') no-repeat;
	margin: 30px 20px;
	width: 305px;
	height: 20px;
	float: left
}

h1 span {display: none}

h2 {
	text-align: left;
	font: 120% verdana, arial, sans-serif;
	margin: 30px 30px 15px 30px;
	letter-spacing: -1px
}

h3 {
	text-align: left;
	margin: 30px 30px 15px 30px;
	letter-spacing: -1px;
}

p, address {
	text-align: left;
	margin: 0 30px 20px 30px;
	line-height: 150%;
}

ul, ol{
	text-align: left;
	margin: 0 30px 20px 80px;
	line-height: 150%;
}

object {
	float: right;
	margin: 0 10px;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #2794d3;
}

a:hover {
	text-decoration: none;
	color: #2794d3;
}

a img {border: none}

label {font-size: 80%}

legend {
	font-size: 80%;
	font-weight: bold;
}

button {
	padding: 0 20px;
	width: auto;
	overflow: visible;
}

/*------------------- ID Styles --------------------*/

#wrap {
	width: 980px;
	background: #000;
	border: 1px solid #000;
	margin: auto;
	overflow: hidden;
}

#tel {margin: 20px 20px 0 0}

#basket {
	float: right;
	width: 340px;
	margin-top: 35px;
}

#basket a, #basket a:hover {
	text-decoration: none;
	color: #fff;
}

#basket dt {display: none}

#basket dd {
	margin-right: 8px;
	font-size: 70%;
	padding: 1px 4px;
	display: inline;
}

#basket dd.viewtrolley {padding-top: 3px}

#basket dd.viewtrolley a {
	text-decoration: underline;
	font-weight: bold;
	color: #2794d3;
}

#basket dd.viewtrolley a:hover {
	text-decoration: none;
}

#basket dd.viewtrolley span {
	background: url('../images/basket-icon.gif') no-repeat;
	padding-left: 17px;
}

#basket .number {
	color: #dc9018;
	font-weight: bold;
}


ul#nav {
	clear: both;
	margin: 10px 0 0 0;
	float: left; /* IE Fix */
}

ul#nav li {display: inline}

ul#nav li a {
	background: #b1b1b1 url('../images/nav-bg.gif') top repeat-x;
	color: #000;
	width: 244px;
	display: block;
	float: left;
	border-right: 1px solid #7c8285;
	text-align: center;
	text-decoration: none;
	font: bold 95% arial, verdana, sans-serif;
	letter-spacing: -1px;
}

ul#nav li a#end {
	border: 0;
	width: 245px;
	color: #d80606;
}

ul#nav li a:hover, ul#nav li a#end:hover {color: #4d8bf8}

ul#nav li a span {
	background: url('../images/nav-corner.gif') 235px 1px no-repeat;
	display: block;
	padding: 8px 0;
}

ul#nav li a#end span {background-position: 236px 1px}

#strap {
	background: #dc9018 url('../images/strap.jpg') top no-repeat;
	height: 197px;
	clear: both;
}

#strap2 {
	background: #dc9018;
	height: 27px;
	clear: both;
}

#strap a, #strap2 a {
	float: right;
	margin: 5px 5px 0 0;
}

#strapflash {
	margin: 0;
	display: block;
}

#content {
	text-align: center;
	overflow: hidden;
	background: #fff;
	width: 100%;
	clear: both;
}

#content h2#looking {
	background: #000;
	color: #fff;
	margin: 0;
	padding: 8px 10px;
	font-size: 95%;
	letter-spacing: 0;
}

#content p, #content address, #content ol {font-size: 80%}
#content p.center {text-align: center}
#content p.small {font-size: 70%}
#content p#big strong {text-transform: uppercase}

#content ul {
	margin: 0 30px 20px 50px;
	font-size: 80%;
}

#content table {
	margin: 20px auto;
	background: #fff;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	font-size: 80%;
}

#content table th {
	background: #dc9018;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	color: #000;
	padding: 5px
}

#content table td {
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	color: #000;
	padding: 5px
}

#main {
	float: left;
	width: 447px;
	height: 199px;
}

#lookingfor {
	float: left;
	width: 532px;
	background: #fff;
	border-right: 1px solid #b2c8bd;
}

#search {
	float: left;
	width: 271px;
	background: #fff;
	border-right: 1px solid #b2c8bd;
	font-weight: bold;
}
#search form {margin-top: 20px}
#search label {margin-right: 5px}
#search p {float: right}
#search img {float: left}
#search span {
	float: left;
	margin-right: 5px;
}

#popular {
	float: left;
	width: 175px;
	background: #fff;
}


#contactBox, #basketSubmit {
	overflow: hidden;
	margin: 0 30px;
}

#contactBox #qwerleft, #basketSubmit #qwerleft,
#contactBox #qwerright, #basketSubmit #qwerright {
	width: 49%;
	float: left;
}

#contactBox #qwerright, #basketSubmit #qwerright {float: right}

#contactBox fieldset, #basketSubmit fieldset {
	margin-bottom: 3%;
	border: 1px solid #b1b1b1;
	padding: 10px;
}

#contactBox legend, #basketSubmit legend {
	margin-left: 5px;
	padding: 10px 5px;
}

#contactBox div input, #basketSubmit div input,
#contactBox div select, #basketSubmit div select,
#contactBox textarea, #basketSubmit textarea {
	margin-bottom: 5px;
	width: 55%;
	border: 1px solid #a5acb2;
	padding: 2px;
}

#basketSubmit input#terms {
	float: left;
	margin-left: 5px;
}

#contactBox div select, #basketSubmit div select {
	margin-left: 18px;
	width: 35%;
	float: left;
}

#contactBox textarea, #basketSubmit textarea {width: 90%}

#contactBox div label, #basketSubmit div label {
	float: left;
	width: 35%;
	text-align: right;
	overflow: hidden;
}

#contactBox br, #basketSubmit br {clear: left}

#contactBox span, #basketSubmit span, .astric {
	color: #cf3f3f;
	font-size: 130%;
	font-weight: bold;
}

#contactBox button, #basketSubmit button {float: right}


#footer {
	margin: 0;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
	color: #fff;
	position: relative;
	font-size: 65%;
	font-weight: bold;
	text-align: center;
}

#footer address, #footer ul {
	margin: 0;
	font-style: normal;
	text-align: center;
}

#footer address {margin: 5px 0}

#footer p {
	margin: 5px 0;
	text-align: center;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0 8px 0 3px;
}

#footer ul li.end {
	border: none;
	padding: 0;
}

#footer .url {display: none}

#copy {
	clear: both;
	margin-top: 10px;
}

#textbox {
	background: #1c1c1c;
	height: 150px;
	overflow: auto;
	font-size: 12px;
	color: #fff;
	padding: 13px;
	text-align: justify;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #4d8bf8;
	scrollbar-base-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #1c1c1c;
	scrollbar-highlight-color: #000;
}

#textbox p {
	margin-left: 0;
	margin-right: 0;
}

#textbox h1 {
	font-size: 120%;
	margin-bottom: 10px;
}

/*------------------ Class Styles ------------------*/

.clear {clear: both}
.bold {font-weight: bold}
.red {color: #cf3f3f}
.left {float: left}
.right {float: right}


.r {
	float: right;
	margin: 0 10px;
}

.l {
	float: left;
	margin: 5px 10px;
}

.productList table {width: 920px}

.totalProductHeader,
.deliveryPriceHeader,
.vatCostHeader,
.totalHeader {text-align: right}

.bar {
	border-bottom: 27px solid #dc9018;
	height: 32px;
}

.pro {
	background: #fff;
	border: 3px solid #000;
	margin: 15px 30px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
}

.pro h3 {
	background: #000;
	margin: 0;
	padding: 8px 0;
	margin-bottom: 20px;
	text-align: center;
}

.pro h3 a {color: #fff}

.pro p.ref {
	float: right;
	margin: -49px 5px 0 0;
	color: #fff;
	font-weight: bold
}

.pro p.black {
	margin-right: 8px;
	color: #000;
}

.pro img {
	float: left;
	margin: 20px;
}

.pro img.purchase {
	float: none;
	clear: both;
	margin: 0;
}

.pro span {
	font-size: 180%;
	font-weight: bold;
	margin-left: 5px;
}

.pro div.productBox {
	font-size: 100%;
	font-weight: bold;
	color: #8ccd0a;
	float: right;
	margin: 0 10px 10px 10px;
}

.pro div.productBox img {margin: 5px 5px 0 0}
.pro button.removeBut {margin-left: 10px}
.pro table div.productBox {margin: 0}
.pro table .bold {font-size: 180%}

.pro .floatRight {
	width: 659px;
	float: right;
}