/* CSS Document */

/* HTML */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	line-height: 18px;
}

img {
	border: 0px;
}

label {
	width: 150px;
	position: absolute;
}

input {
	margin-left: 175px;
}

textarea {
	margin-left: 175px;
}

/* Layout Divs */

#container {
	width: 960px;
	height: auto;
	background-image: url(../images/page/bg_container_top.png);
	background-position: top;
}

#header {
	width: 950px;
	height: 150px;
	background-image: url(../images/header/header.png);
}

#hmenu {
	width: 950px;
	height: 40px;
	background-image: url(../images/hmenu/hmenu.png);
	text-align: left;
}

#hmenuLinks {
	width: 940px;
	margin-left: 10px;
}

#hmenuLinks a {
	font-weight: bold;
	color: #FC6602;
	line-height: 40px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#hmenuLinks a:hover {
	color: #FFFFFF;
}

#body {
	width: 938px;
	height: auto;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-bottom: 5px #FC6602 dotted;
	text-align: left;
}

#bodyLeft {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 4px;
}

#bodyMid {
	float: left;
	width: 510px;
	height: auto;
	margin-left: 10px;
}

#bodyRight {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 10px;
}

#blockHdr {
	width: 200px;
	height: 25px;
	background-image: url(../images/blocks/200widehdr.png);
	background-position: bottom;
	border-bottom: 1px solid #999999;
	text-align: left;
}

#blockHdr .text {
	line-height: 25px;
	margin-left: 5px;
	font-weight: bold;
}

#block {
	width: 200px;
	height: auto;
	text-align: left;
}

#block a {
	display: block;
	width: 45px;
	height: 18px;
	background-color: #FF6600;
	text-decoration: none;
	color: #FFFFFF;
}

.moreLink {
	display: block;
	width: 45px;
	height: 18px;
	background-color: #FF6600;
	text-decoration: none;
	color: #FFFFFF;
}

#block a:hover {
	text-decoration: none;
	color: #000000;
}

#tyreMenuBlock {
	width: 200px;
	height: auto;
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
}

#tyreMenuBlock a {
	display: block;
	width: 200px;
	height: 20px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #FC6602;
	text-decoration: none;
	background-image: url(../images/vmenu/bg_link.png);
}

#tyreMenuBlock a:hover {
	color: #000000;
	background-image: url(../images/vmenu/bg_link_hover.png);
}

#midBlockHdr {
	width: 510px;
	height: 25px;
	background-image: url(../images/blocks/510widehdr.png);
	background-position: bottom;
	border-bottom: 1px solid #999999;
	text-align: left;
}

#midBlockHdr .text {
	line-height: 25px;
	margin-left: 5px;
	font-weight: bold;
}

#midBlock {
	width: 510px;
	height: auto;
	text-align: left;
}

.midBlockProduct {
	width: 510px;
	height: auto;
	background-color: #EEEEEE;
	text-align: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.midBlockProductHeader {
	width: 510px;
	height: 20px;
	background-color: #FC8D42;
	font-weight: bold;
	color: #000000;
}

.grossPrice {
	float: right;
}

#footer {
	width: 960px;
	height: 75px;
	background-image: url(../images/page/bg_container_btm.png);
	background-position: top;
	margin-bottom: 10px;
}

#tyreSearch {
	width: 508px;
	height: 210px;
	border: 1px solid #FC8D42;
	background-image: url(../images/tyre_search/bg_tyre_search.png);
}

#tyreSearch p {
	font-weight: bold;
	margin-left: 3px;
}

#tyreSearch label {
	position: absolute;
	width: 90px;
	margin-left: 3px;
	font-weight: bold;
}

#tyreSearch .row {
	height: 15px;
}

#tyreSearch select {
	position: absolute;
	margin-left: 90px;
}

#tyreSearch .searchList {
	width: 75px;
	color: #FF0000;
	font-weight: bold;
	background-color: #EEEEEE;
	border: outset #FF6600;
}

.marginLeft90 {
	margin-left: 90px;
	width: 75px;
	background-color: #FF6600;
	color: #000000;
	font-weight: bold;
}

#webtelligent {
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}

#webtelligent a {
	text-decoration: none;
	color: #999999;
}

.captcha {
	margin-left: 175px;
}

.pagination {
	color: #FFFFFF;
	padding: 5px;
	background-color: #FF6600;
}

.pagination a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	background-color: #FF6600;
}

.pagination a:hover {
	color: #000000;
}

.wireframe {
	width: 510px;
	height: auto;
}

.bold {
	font-weight: bold;
}


