
/* ----------------------------------------------------------------------------
	TABLES:
   ---------------------------------------------------------------------------- */

textarea{
	font-family:"Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
}

table {
	font-size:1em;
	width:590px;
}

fieldset {
	clear:both;
	border:0;
	margin:1em 0;
	padding:1em 0;
}

legend {
	color:#9FA7B2;
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:0.8em;
	}
	
input:focus {
	border:1px solid #6D91E8!important;
}

td .special {
	display:block;
	height:0;
	width:19px;
	padding-top:19px;
	position:relative;
	z-index:99;
	left:-24px;
	background:url(../ui/icon_specialStar.gif) no-repeat;
	overflow:hidden;
	float:left;
	margin-right:-16px;	
}

form p {
	clear:both;
}

table a:visited {
	color:#133C6F!important;
}
/* 	
	----------------------------------------------------------------------
	ORDER PROGRESS
	An unordered list displayed at the bottom of the order page.
	---------------------------------------------------------------------- 
*/
.orderProgress {
	clear:both;
	float:left;
	width:590px;
	padding:0.5em 0 0.5em 0;
	border-bottom:2px solid #121212;
}
.orderProgress li {
	display:inline;
	background-image:url(../ui/icon_order_step.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
.orderProgress a {
	padding:0.25em;
	margin-right:0.8em;
	text-decoration:none!important;
}
.orderProgress .current a {
	background-color:#101010;
	color:#FFFFFF;
	cursor:default;
}
.orderProgress a.complete {
}

.orderProgress a.unavailable {
	color:#666666;
}

/* ----------------------------------------------------------------------
	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 {
	
	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 {
	text-transform:uppercase;
	font-weight:normal;
	color:#797979;
	font-size:0.8em;
	letter-spacing:0.07em;
}
#productSelection tbody th strong{
	color:#9FA7B2;
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:0.8em;
}
/* ACTUAL CONTENT */
#productSelection td {
	border-bottom:1px solid #777;
}
#productSelection .quantity {
	width:2.5em;
}
#productSelection td.total {
	width:4em;
	text-align:right;
}
#productSelection td label{
	width:auto;
	margin-bottom: 0;
	height: auto !important;
	text-align:left;
	margin-top:0;
}
#productSelection input {
	margin:0 !important;
	width:2em;
}

.productLine td {
	background-color:#949494;
}

form tbody tr:hover td {
	background-color:#A5A5A5;
} 

.odd td {
	background-color:#9F9F9F;
}

.productLine a:link {
	color:#133C6F;
}

/* Heighlighted rows */
/* Learn to spell before codding */
#productSelection .highlight td,
#productSelection tr:focus td{
	background-color:#B8AB66 !important;
}



/* ----------------------------------------------------------------------------
	FORMS:
   ---------------------------------------------------------------------------- */

	legend {
		display:block;
		width:100%;
	}
	
	fieldset,
	div.blockGroup {
		padding:0 1em 0 1em;
		margin-top:0;
		border:0;
		border-bottom:1px solid #121212;
		clear:both;
		
	}
	
	fieldset h3 {
		color:#9FA7B2;
		font-size:1.6em;
		font-weight:normal;
		margin-bottom:0.8em;
	}

	fieldset p {
		clear:both;
	}
	
	fieldset label {
		display:block;
		float:left;
		width:100px;
		color:#C8C2B2;
	}
	
	.column label {
		color:#C8C2B2;
		margin-bottom:1em;
	}
	fieldset input,
	fieldset textarea,
	fieldset select {
		border:1px solid #C4BFB9;
		padding:0.25em;
		margin:0 0.5em 0.5em 0.5em;
		background:#FFFFFF repeat-x top left url(../ui/bkg_input.jpg);
		font-family:georgia, times new roman, serif;
		font-size:0.95em;
		width:50%;
	}
	
	
	fieldset .small {
		width:20%;
	}
	fieldset textarea {
		width:70%;
		height:8em;
		overflow:auto;
	}
	
	select option.blank {
		color:#CCCCCC;
	}

	/* A invisible list to add structure to form fields */
	.formStructure {
		list-style:none;
		width:100%;
	}
	
	.formStructure li {
		margin-bottom:0.25em;
		width:100%;
		clear:both;
	}
	
	.formStructure .checkbox {
		float:left;
		margin-bottom:0.5em;
	}
	
	.formStructure .checkbox label{
		width:80%;
		margin-top:-0.3em;
	}
	.formStructure .checkbox input{
		width:auto;
		border:0;
		float:left;
		margin-bottom:0;
	}
	
	.radioColumns {
		float:left;
	}
	
	.radioColumns li{
		clear:none;
		float:left;
		width:46%;
		_width:50%;
		margin-right:2%;
		_margin-right:0;
		margin-bottom:0.5em;	
	}
	.radioColumns li label {
		width:85%;
		padding-top:0;
		margin-top:-0.25em;
	}
	
	.radioColumns li label strong {
		font-weight:normal;
		color:#FFFFFF;
	}
	
	.radioColumns li input {
		margin-top:0.25em;
		float:left;
		width:auto!important;
	}
	
	.shortDate select {
		float:left;
		width:4em;
	}
	
	.switchGroup li {
		padding-left:24px;
	}
	
	.switchGroup li.checkbox {
		padding-left:0;
		margin-top:0.5em;
		margin-bottom:0.5em;
		border-bottom:1px solid #CCCCCC;
	}
	
	div.blockGroup .formStructure li {
		_width:auto;
	}
	
	
	/* Tweak IE input positions: */
	
	.radioColumns li input,
	.checkbox input {
		_margin-top:-0.25em;
	}
	.attention {
	border-color:#B85D5D;
	background-color:#FDE4DA;}
	
	span.note {
		font-size:0.88em;
	}

/* ----------------------------------------------------------------------------
	TOTALS DISPLAY
   ---------------------------------------------------------------------------- */
  
#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:0;
	float:left;
	width:590px;
}
#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;
	font-size:1.2em;
	padding-bottom:0.2em;

}
#totals dd {
	width:40%;
	padding:0.2em 0 0.5em 0;
	float:left;
	height:1.2em;
	color:#6D91E8;
}
/* THE TOTAL PRICE */
#totals dt.price {
	font-size:1.5em;
}
/* flash box */
#totals #cartons {
	margin-left:1em;
}


.formValidation,
	#userMessage,
	.message {
		text-align:left;
		background-color:#110808;
		background-image:url(../ui/icon_error.gif);
		background-repeat:no-repeat;
		background-position: 8px 8px;
		padding-top:0.5em;
		width:590px;
		border:1px solid #B85D5D;
		margin-bottom: 0.5em;
		font-size:0.9em;
		clear:both;
	}
	
	p.message {
		padding-top:16px;
		padding-bottom:16px;
	}
	
	#userMessage h3 {
		margin-left:16px;
		font-weight:normal;
		border:0;
		color:#B85D5D;
		margin-bottom:0;
	}

	#userMessage ul {
		list-style:none;
		margin-left:16px;
		margin-bottom:0.5em;
	}
/* 	
	----------------------------------------------------------------------
	NEXT STEP
	Controls for moving through and finalising the order.
	---------------------------------------------------------------------- 
*/
#controls {
	border-top:2px solid #121212;
	padding-top:1em;
	width:590px;
	float:left;
	clear:both;

}
#controls p {
	float:left;
	width:50%;
	clear:left;
}
#controls button {
	float:right;
	margin-top:0.3em;
}

.important h3 {
	color:#E8E39F!important;
	border-bottom:0!important;
	margin-bottom:0.5em;
}


.important label {
	padding-left:1em;
}

.important {
	border-top:2px solid #121212;
	background:url(../ui/icon_attention.gif) no-repeat 0 1em;
	padding-left:30px;
	clear:both;
	margin-bottom:1em;
	padding-top:1em;
}

.he-required {
	border-color:#BB5454!important;
}
