﻿#basket div.basket-steps 
{
	font-size: 10px;
	clear:both;
}
div.basket-steps ul
{
	clear:both;
}
div.clear
{
	clear:both;
	margin-bottom: 30px;
}
#basket div.basket-steps ul li 
{
	width: 100px;
	height: 30px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	text-align: center;	
	background-image: url("/images/bg/step.gif");
	background-repeat: repeat-x;
	background-position: 0px 15px;
}

#basket div.basket-steps ul li span 
{
	display: block;
}

#basket div.basket-steps ul li.selected 
{
	background-image: url("/images/bg/step_c.gif");
}

#basket div.basket-steps ul li.selected span
{
	background-image: url("/images/bg/step_arrow.gif");
	background-position: right 15px;	
	background-repeat:no-repeat;
}

#basket div.basket-steps ul li b
{
	display: block;
	margin: 0px 0px 15px 0px;
}

#basket div.basket-steps ul li.end span 
{
	display: none;
}

#basket td.Column1Header {width: 305px; border-bottom: solid 1px #C8C8C8;}
#basket td.Column2Header {width: 90px; border-bottom: solid 1px #C8C8C8;}
#basket td.Column1 {width: 305px; border-bottom: 1px dashed #CCCCCC;}
#basket td.Column2 {width: 90px; border-bottom: 1px dashed #CCCCCC;}

#basket .intro
{
	padding-right: 20px;
}

#basket div.group {
	float: left;
	padding: 10px 0px 0px 0px;
}

#basket div.columns 
{
	width: 550px;
}

#basket div.group div.fields {
	float: left;
	width: 550px;
}

#basket div.columns div.group {
	width: 270px;
}

#basket div.columns div.group div.fields {
	width: 270px;
}

#basket div.threecolumns 
{
	width: 550px;
}

#basket div.threecolumns div.group {
	width: 183px;
}

#basket div.threecolumns div.group div.fields {
	width: 183px;
}

#basket div.field {
	float: left;
	width: 270px;
}

#basket label {
	display: block;
	margin: 8px 0px 0px 0px;
	font-weight: bold;
}


#basket input, #basket textarea, #basket select {
	width: 250px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#basket input.radio 
{
	width: auto;
}

#basket .required label, #basket .required {
	color: red;
}

#basket .errortext {
	color : Red;
	font-size : 10pt;
}


/* ---------- controls ---------- */

#basket div.controls 
{
	margin: 40px 0px 0px 0px;
	text-align: right;
	clear:both;
}



/* ---------- buttons ---------- */

#basket div.controls input 
{
	width: 120px;
	margin: 6px 10px 6px 10px;		
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
}

