/* ----------------------------------------------------------------------
	ORDER FORM
	Some generalised ordering layouts.
	---------------------------------------------------------------------- */
#order {
	width:100%;
}

textarea{
	font-family:"Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;

}

/* ----------------------------------------------------------------------
	SELECTION TABLE
	Some slightly complex layouts to style the table used for selection.
	We need to set borders, widths and colours. It also involves a 
	few background images, say in the table headers. 
	----------------------------------------------------------------------*/
#productSelection {
	width:100%;
	text-align:left;
	clear:both;
}
#productSelection th,
#productSelection td {
	padding:0.5em 10px;
}
/* HEADING STYLES */
#productSelection th {
	border-bottom:1px solid #7D7A60;
}
#productSelection thead th {
	font-weight:bold;
	background-color:#444444;
	color:#FFFFFF;
}
#productSelection tbody th strong{
	font-size:1.6em;
	font-weight:bold;
	color:#333333;
	display:block;
	margin-bottom:0.5em;
}
/* ACTUAL CONTENT */
#productSelection td {
	border-bottom:1px solid #CECDC3;
}
#productSelection .quantity {
	width:2.5em;
}
#productSelection td.total {
	width:5em;
	text-align:right;
}
#productSelection td label{
	width:auto;
	margin-bottom: 0;
	height: auto !important;
	text-align:left;
	font-weight:bold;
	margin-top:0;
}
#productSelection input {
	margin:0 !important;
	width:2em;
}
/* Heighlighted rows */
/* Learn to spell before codding */
#productSelection .highlight {
	background-color:#ECECE4 !important;
}

/* ----------------------------------------------------------------------
	TOTALS
	A styled definition list for the name/value pairs. 
	Positioning of the flash file.
	---------------------------------------------------------------------- */
	
#totals .orderDisplay {
	float:left;
}

#totals #bonus {
	visibility:hidden;
	background-image:none;
	background-repeat:no-repeat;
	width:80px;
	height:0;
	padding-top:95px;
	overflow:hidden;
	float:left;
}
/* container for flash file etc */ 
#totals #graphics {
	margin-top:0.6em;
	float:left;
}
#totals #cartons {
	float:left;
}
#totals {
	margin-top:1em;
	background-color:#E9E9E9;
	float:left;
}
#totals dl {
	margin-top:1.2em;
	margin-bottom:1em;
	width:20em;
	float:right;
}
#totals dt {
	float:left;
	width:50%;
	text-align:right;
	margin-right:10px;
	padding-right:10px;
	padding-bottom:0.2em;
	font-weight:bold;
}
#totals dd {
	width:40%;
	padding:0.2em 0 0.5em 0;
	float:left;
	height:1.2em;
	color:#2D4983;
}
/* THE TOTAL PRICE */
#totals dt.price {
	font-size:1.5em;
}
/* flash box */
#totals #cartons {
	margin-left:1em;
}

/* 	
	----------------------------------------------------------------------
	NEXT STEP
	Controls for moving through and finalising the order.
	---------------------------------------------------------------------- 
*/

#controls {
	border-top:2px solid #999999;
	padding:1.2em 2% 0 2%;
	width:100%;
	width/**/:96%; /* Hide from IE 5 */
	float:left;
	margin-bottom:1.2em;
	background-color:#E9E9E9;
}
#controls p {
	float:left;
	width:50%;
	clear:left;
}
#controls button {
	float:right;
	margin-top:0.3em;
}

/* 	
	----------------------------------------------------------------------
	SHIPPING DESTINATION
	Styling the radio buttons on the shipping page so they sit correctly.
	---------------------------------------------------------------------- 
*/
#freight label {
	width:29%;
	height:3.5em !important;
	clear:none;
	text-align:left;
	margin-left:1%;
}
#freight label.full {
	width:95%;
	height:auto !important;
	text-align:left;
}
#freight label span {
	font-weight:normal;
}
#freight label strong {
	display:block;
}
#freight .option {
    clear:none;
    margin-right:0pt !important;
}
/* 	
	----------------------------------------------------------------------
	ORDER PROGRESS
	An unordered list displayed at the bottom of the order page.
	---------------------------------------------------------------------- 
*/
.orderProgress {
	clear:both;
	float:left;
	width:92%;
	border:1px solid #999999;
	padding:1.2em 4% 1.2em 4%;
	margin-left:0 !important;
	margin-bottom:1.2em;
	display:inline; /* Hack to stop IE margin doubling */
}
.orderProgress li {
	display:inline;
	list-style-type:none;
	list-style-position:inside;
}
.orderProgress a {
	margin-left:0.8em;
	font-size:1.2em;
}
.orderProgress .current a {
	font-weight:bold;
	color:#AE2D0E;
}
.orderProgress .complete a {
	color:#666666;
}

/* 	
	----------------------------------------------------------------------
	CONFIRMATION PAGE
	Some small layout tweaks for the confirmation page
	---------------------------------------------------------------------- 
*/
#listSub label,
#orderUpdate .box label {
	width:auto;
	clear:none;
	padding:0 0 0 0.5em;
	text-align:left;
}
#orderUpdate .box label {
	width:370px;
}
#orderUpdate .box {
	width:100%;
	float:left;
}
#orderUpdate {
	padding:1.2em 4% 0 4%;
	float:left;
}
#orderUpdate h3 {
	margin-bottom:0.8em;
}
#orderUpdate button {
	float:right;
}

/* 	
	----------------------------------------------------------------------
	ERROR DISPLAY
	Simple little DIV that we are using to display some inline errors.
	---------------------------------------------------------------------- 
*/
.error {
	z-index:6;
	line-height:1em;
	position:absolute;
	background-color:#660000;
	color:#ffffff;
	padding:0.5em 0.7em;
	width:12em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	border:1px solid #330000;
}

/* Server side validation style */

.formValidation {
	background-color:#FFFAA8;
	background-image:url(../images/icon_error.gif);
	background-repeat:no-repeat;
	background-position: 8px 8px;
	padding:10px 4px 0px 48px;
	border:1px solid #F7DC7B;
	margin-bottom: 0.5em;
}

/* 	
	----------------------------------------------------------------------
	SPECIAL
	just some colour changes and the like for the specials in the
	selection table.
	---------------------------------------------------------------------- 
*/
#productSelection #specialTitle {
	color:#DF1325;
}
#productSelection #specialNote {
	color:#666666;
}

#order .attention {border-color:red;}


/*
	----------------------------------------------------------------------
	CONFIRMATION PAGE:
	Some tweaks for the disclaimer checkbox &c
	---------------------------------------------------------------------- 
*/
#order #confirmForm h3 {
	margin: 0.5em 0;
}

#order #confirmForm .option,
#order #confirmForm label {
	margin:0 0 0.25em 0;
}

#order #confirmForm .option {
	margin-top:0.5em;
	_margin-top:0;
}

#order #confirmForm #contentBox{
	margin-bottom:1em;
}

/*	----------------------------------------------------------------------
	Form styles, unrelated to ordering:
*/
#content .buttonBar {
	border:1px solid #CCCCCC;
	background-color:#ececec;
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	margin:1em 0!important;
	margin-top:1em!important;
}

#content #confirm .buttonBar p {
    text-align:left;
    float:left;
    width:78%;
    padding:0.5em;
    padding-top:1.2em;
    font-size:0.9em;
}
#content .buttonBar button {
	margin-right:1em;
	float:right;
}

