
/* ----------------------------------------------------------------------------
	TABLES:
   ---------------------------------------------------------------------------- */
   


.highlight td {
	background-color:#F0EAC4;
}

tr:hover td {
	background-color:#FFFFFF;
}

.highlight:hover td {
	background-color:#FFF9D0;
}

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;
	
}

/*-----------------------------------------------
	ORDER FORMS:
  -----------------------------------------------*/
  
  form {
		width:100%;
		float:left;
	}

	form table {
		width:100%;
		font-size:0.9em;
		margin:1em 0;
	}
	
	form table thead{
		margin-bottom:0.5em;
	}	
	
	form table thead th {
		text-align:left;
		font-weight:normal;
		padding:0.5em;
		background-color:#E1E2D4;
		color:#474636;
		font-weight:bold;
	}
	

	
	form table tbody th {
		font-size:1.5em;
		font-weight:normal;
		padding:0.5em;
		text-align:left;
		color:#444444;
		border-bottom:1px solid #666666;
	}
	
	form th strong {
		font-weight:normal;
	}
	
	form table tbody td {
		font-family:arial, sans-serif;
		border-bottom:1px solid #CCCCCC;
		padding:0 0.5em;
	}
	
	/* Tweaked spacing for the confirmation screen (it doesn't display the inputs that prop the form table cells open)*/
	#confirm table tbody td {
	}
	
	form table tbody .name,
	form table tbody .variantName {
		padding-left:0.5em;
	}
	form table tbody .name {
		width:18em;
	}
	
	form table label {
		margin-top:0!important;
		text-align:left;
	}
	
	form table label span {
		font-weight:normal;
		color:#666;
	}
	
	form table label span strong {
		color:#D64836;
		
	}
	
	form table input {
		width:1.5em;
		font-size:0.9em;
		padding:0.25em;
		margin:0.25em 0!important;
	}
	
	form .highlight td {
		background-color:#FFF8C8;
	}
	form table .quantity {
		width:2.5em;
		margin-right:0;
	}
	form table td.pricePerBottle, 
	form table td.pricePerDozen {
		width:3.5em;
	}
	form table td.total {
		text-align:right;
		width:4em;
	}
	
	#confirm .blockGroup {
		background-color:#F1F2E4;
	}

/* ----------------------------------------------------------------------------
	FORMS:
   ---------------------------------------------------------------------------- */
	
	fieldset,
	div.blockGroup {
		background-color:#F6F6F4;
		padding:1em 1em 0.5em 1em;
		width:466px;
		margin-top:1em;
		padding-top:1em;
		border:1px solid #C4BFB9;
		clear:both;
		float:left;
	}
	
	fieldset h3 {
		border-bottom:1px solid #CCCCCC;
	}

	fieldset p {
		clear:both;
		margin-bottom:0pt;
	}
	
	fieldset label {
		display:block;
		float:left;
		width:100px;
		font-size:0.85em;
		color:#403F3C;
	}
	fieldset input,
	fieldset textarea,
	fieldset select {
		background:#FFFFFF repeat-x top left url(../ui/bkg_input.jpg);
		font-family:georgia, times new roman, serif;
		font-size:0.85em;;
	}
	
	fieldset textarea {
		width:70%;
		height:8em;
		overflow:auto;
	}
	
	
	

	/* 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;
	}
	
	.formStructure .checkbox label{
		width:80%;
	}
	.formStructure .checkbox input{
		width:auto;
		border:0;
		float:left;
	}
	
	.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:#000000;
	}
	
	.radioColumns li input {
		margin-top:0.25em;
		float:left;
		width:auto;
	}
	
	.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:red;}
	

/* ----------------------------------------------------------------------------
	TOTALS DISPLAY
   ---------------------------------------------------------------------------- */
  
#totals {
	padding-top:0.5em;
	margin-top:0;
	padding-bottom:0.5em;
	float:left;
	background-color:#F1F2E4;
	width:100%;
}
#totals #graphics {
	float:left;
}

#totals dl {
	float:right;
	width:50%;
	margin-top:1em;
}

#totals dt, #totals dd {
	height:auto;
	min-height:0;
	padding-bottom:0.4em;
	padding-bottom:0.4em;
	
}

#totals dt {
	width:60%;
}

#totals dd {
	/*padding-left:65%;*/
	text-align:right;
	margin-right:1em;

}

#controls {
	border-top:2px solid#E1E2D4;
	background-color:#F1F2E4;
	float:left;
	width:96%;
	padding:1.2em 2%;
}
#controls p {
	clear:left;
	float:left;
	line-height:1.3em;
	margin-bottom:0pt;
	width:75%;
}
#controls button {
	float:right;
	margin-top:0;
}

#order #freight dt {
	width:28%;
	margin-left:10%;
	position:relative;
	min-height:1.2em;
}
#order #freight dd {
	font-weight:bold;	
	padding-left:2%;
	min-height:1.2em;
	float:left;
	text-align:right;
	width:15%;
}
#order #freight .total {
	border-top:1px solid #909090;
	padding-top:0.5em;
	font-size:1.3em;
}
#order #freight p {
	margin-bottom:1.6em;
}

/* 	
	----------------------------------------------------------------------
	SHIPPING DESTINATION
	Styling the radio buttons on the shipping page so they sit correctly.
	---------------------------------------------------------------------- 
*/
#freight label {
	width:45%;
	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;
}