/* ---------- helpers ------------ */
body 
{
	background-image: url("background_body.gif");
	background-repeat: repeat-x;	
}


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 ------------ */

html, body 
{
    width: 100%;
}

body 
{
	font-family: arial, sans-serif;
	font-size: 11px;

}

#header 
{
	width: 813px;
	height: 140px;
	border-bottom: solid 2px #666666;
}

#branding 
{
	position: absolute;
	top: 50px;
	left: 30px;
}

#contact
{
	position: absolute;
	top: 50px;
	left: 560px;
}

#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('button_pay.jpg');
	background-repeat:no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 100px;
	height: 39px;
	overflow: visible;
	float: left;	
	margin: 0px;
	border:none;
		
}

div.controls button.visual.submit span
{
	display: block;
	padding: 0px 20px 0px 0px;
	background-image: url('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("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("background_step_c.gif");
}

#content div.nav-steps ul li.selected span
{
	background-image: url("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: 5px 0px 3px 8px;
}

#content div.subtotal {
	background-color: #F4F4F4;
	border-top: solid 1px #C8C8C8;
	border-bottom: dashed 1px #c8c8c8;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 7px 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;
	width: 315px;
}

#content div.intro p 
{
	margin: 8px 0px 0px 0px;
}

.ItemDetails {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	color: black;
	padding: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.ItemHeader {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: black;
	padding: 5px 0px 5px 8px;
	background-color: #F4F4F4; 
	border-bottom: solid 1px #C8C8C8;
	font-weight: bold;
}

#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;
}

.errortext {
	color : Red;
	font-size : 10pt;
}



/* Start Shopping Basket Table Styles */

td.Column1Header {width: 315px; border-bottom: solid 1px #C8C8C8;}
td.Column2Header {width: 85px; border-bottom: solid 1px #C8C8C8;}
td.Column3Header {width: 75px; border-bottom: solid 1px #C8C8C8;}
td.Column4Header {width: 75px; border-bottom: solid 1px #C8C8C8;}
td.Column1 {width: 315px; border-bottom: 1px dashed #CCCCCC;}
td.Column2 {width: 85px; border-bottom: 1px dashed #CCCCCC;}
td.Column3 {width: 75px;color: Red; font-weight: bold; border-bottom: 1px dashed #CCCCCC;}
td.Column4 {width: 75px; border-bottom: 1px dashed #CCCCCC;}

/* End Shopping Basket Table Styles */



