/* ---------- helpers ------------ */

img {
	border: 0;
}

td {
	vertical-align: top;
	font-size: 11px;
}

div, img, h1, h2, h3, dl, dd, dt, ul, li, form, p {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

span, a, b {
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
	list-style-image: none;	
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: normal;
}

/* ---------- containers and header ------------ */

body 
{
	font-family: arial, sans-serif;
	font-size: 11px;
}

#header 
{
	width: 750px;
	height: 92px;
	border-bottom: solid 2px #666666;
}

#branding 
{
	position: absolute;
	top: 16px;
	left: 20px;
}

#contact
{
	position: absolute;
	top: 16px;
	left: 490px;
}

#content
{
	width: 750px;
}

#content-container
{
	width:750px;
	padding: 20px 0px 0px 20px;
}

/* ---------- controls ---------- */

div.controls 
{
	margin: 30px 0px 0px 0px;
}

#content div.controls ul li 
{
	float: left;
	padding: 0px 10px 0px 0px;
}

#content div.controls ul li.last 
{
	float: right;
}

/* ---------- buttons ---------- */

div.controls button 
{
	margin: 6px 10px 6px 10px;		
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
}

div.controls button.visual 
{
	padding: 3px 8px 3px 8px;
	background-image: url('http://dirtworker.auburnclient.co.uk/buy/images/background_fade_yellow.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;			
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 12px;
	font-weight: bold;
	color: #144282;
	width: 100px;
	overflow: visible;
	float: left;	
	margin: 0px;	
}

body[class] div.controls button.visual {
	width: auto;
}

div.controls button.visual.submit span
{
	display: block;
	padding: 0px 20px 0px 0px;
	background-image: url('http://dirtworker.auburnclient.co.uk/buy/images/icon_check.gif');	
	background-position: right 1px;
}

/* ----------- steps ----------- */

#content div.nav-steps 
{
	float: left;
	font-size: 10px;
}

#content div.nav-steps ul li 
{
	width: 100px;
	height: 30px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	text-align: center;	
	background-image: url("http://dirtworker.auburnclient.co.uk/buy/images/background_step.gif");
	background-repeat: repeat-x;
	background-position: 0px 15px;
}

#content div.nav-steps ul li span 
{
	display: block;
}

#content div.nav-steps ul li.selected 
{
	background-image: url("http://dirtworker.auburnclient.co.uk/buy/images/background_step_c.gif");
}

#content div.nav-steps ul li.selected span
{
	background-image: url("http://dirtworker.auburnclient.co.uk/buy/images/background_step_arrow.gif");
	background-position: right 15px;	
}

#content div.nav-steps ul li b
{
	display: block;
	margin: 0px 0px 15px 0px;
}

#content div.nav-steps ul li.end span 
{
	display: none;
}

/* ------------ group heading and intro  ------------ */

#content h1 
{
	clear: both;
	width: 100%;
	font-size: 22px;
	color: #999999;
	padding: 15px 0px 15px 0px;
}

#content p 
{
	color: #999999;
	line-height: 160%;
}

#content div.intro h2 {
	background-color: #F4F4F4;
	border-bottom: solid 1px #C8C8C8;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 3px 8px;
}

#content div.subtotal {
	background-color: #F4F4F4;
	border-top: solid 1px #C8C8C8;
	border-bottom: dashed 1px #c8c8c8;
	height:30px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

#content div.total {
	background-color: #FFFDE4;
	border-top: solid 1px #C8C8C8;
	border-bottom: solid 1px #c8c8c8;
	height:30px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

#content div.intro p 
{
	margin: 8px 0px 0px 0px;
}

.ItemDetails {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	color: black;
	padding-left:10px;
}

#content div.plaintext p a {
	display: block;
	font-size: 11px;
	color: #8F3732;
}

div.group {
	float: left;
	padding: 10px 0px 0px 0px;
}

/* ------------ fields  ------------ */

div.columns 
{
	width: 550px;
}

div.group div.fields {
	float: left;
	width: 550px;
}

div.columns div.group {
	width: 270px;
}

div.columns div.group div.fields {
	width: 270px;
}

div.threecolumns 
{
	width: 550px;
}

div.threecolumns div.group {
	width: 183px;
}

div.threecolumns div.group div.fields {
	width: 183px;
}

div.field {
	float: left;
	width: 270px;
}

label {
	display: block;
	margin: 8px 0px 0px 0px;
	font-weight: bold;
}


input, textarea, select {
	width: 250px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

input.radio 
{
	width: auto;
}

.required label, .required {
	color: red;
}

/* ------------ content: terms  ------------ */

#content #terms h2 {
	margin: 20px 0px 5px 0px;
	font-size: 13px;
}

#content #terms h3 {
	margin: 5px 0px 5px 0px;	
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

#content #terms p {
	margin: 0px 0px 8px 0px;
}