/*
Generic form elements
---------------------
*/

#errorReport {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #ff3300;
}
#errorReport dt {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
#errorReport dd {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 8px;
}

#genericForm, #basketForm {
	display: block;
	width: 675px;
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#genericForm h2, #basketForm h2 {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 2px 2px 2px 9px;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0079C1;
}

#basketForm h2 {
	text-transform: none;
	padding: 2px 0px 2px 4px;
	margin: 0px 75px 1px 0px;
}

.mandatory {
	color: #ff3300;
}

#genericForm .formArea, #basketForm .formArea {
	display: block;
	position: relative;
	clear: both;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #EBF5FA;
}
#basketForm .formArea {
	width: 600px;
}
#genericForm .darkerArea, #basketForm .darkerArea {
	background-color: #D2E8F4 !important;
}

form input.fullWidth, form textarea.fullWidth, form select.fullWidth {
	width: 485px;
}

form input.smallWidth, form textarea.smallWidth {
	width: 75px;
}

form input.mediumWidth, form textarea.mediumWidth {
	width: 300px;
}

form select.limitWidth {
	width: 150px;
}

form select.smallWidth {
	width: 40px;
}

/*
Standard area elements
----------------------
*/

#genericForm .formArea.standard p, #basketForm .formArea.standard p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 9px;
}

#genericForm .formArea.standard label, #basketForm .formArea.standard label {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3a4f8d;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Tabbed area elements
---------------------
*/

#genericForm .formArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 170px;
}

#basketForm .formArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 190px !important;
}

#genericForm .formArea.tabbed ul, #basketForm .formArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 160px;
}

#genericForm .formArea.errorText p, #basketForm .formArea.errorText p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 9px;
	color: #ff0000;
	font-weight: bold;
}

#genericForm .formArea.tabbed label {
	display: block;
	position: absolute;
	top: 11px;
	left: 9px;
	width: 148px;
	color: #3a4f8d;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#basketForm .formArea.tabbed label {
	display: block;
	position: absolute;
	top: 11px;
	left: 9px;
	width: 168px !important;
	color: #3a4f8d;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Three column elements
---------------------
*/

#genericForm .threecol input {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 11px;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#genericForm .threecol label {
	display: block;
	margin: 0px 225px 0px 0px;
	padding: 5px 0px 5px 32px;
	line-height: 14px;
	color: #3a4f8d;
	font-weight: bold;
}

#genericForm .threecol select {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
Other form elements
---------------------
*/

#genericForm .helpText, #basketForm .helpText  {
	font-size: 10px;
	line-height: 12px;
	color: #3a4f8d;
	font-weight: normal;
}

.formAreaSpacer  {
	display: block;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	line-height: 1px;
}

#genericForm #submitArea, #basketForm #submitArea {
	display: block;
	background-color: #0079C1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}

#genericForm #submitArea p, #basketForm #submitArea p {
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 12px 10px;
}

#genericForm #submitArea input, #basketForm #submitArea input {
	font-size: 12px;
	margin: 0px 30px 0px 30px;
}

/*
Summary styles
--------------
*/

.detailsBox,.detailsBoxError {
	display: block;
	position: relative;
	background-color: #EBF5FA;
	margin: 0px 0px 1px 0px !important;
	padding: 0px 0px 0px 0px !important;
	width: 675px;
}

.detailsBox h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 10px 9px 11px 9px !important;
	background-color: #D2E8F4 !important;
	color: #000000 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	text-transform: none !important;
	border-bottom: 1px solid #ffffff !important;
}
.detailsBoxError h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 10px 9px 11px 9px !important;
	background-color: #D2E8F4 !important;
	color: #FF3300 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	text-transform: none !important;
	border-bottom: 1px solid #ffffff !important;
}

.detailsBox .padBottom{
	padding-bottom: 15px !important;
}

.detailsBox p,.detailsBoxError p {
	margin: 0px 0px 2px 0px;
	padding: 10px 0px 0px 0px;
}
.detailsBoxError p {
	color: #FF3300;
}

.detailsBox input {
	margin: 0px 0px 12px 9px;
	padding: 0px;
	font-size: 12px;
}

.detailsBox .detailsLeft {
	display: inline;
	float: left;
	width: 300px;
	margin: 0px 0px 12px 9px;
}
.detailsBox .detailsRight {
	display: inline;
	float: right;
	width: 300px;
	margin: 0px 9px 12px 0px;
}
.detailsBox .detailsFull,.detailsBoxError .detailsFull {
	display: block;
	margin: 0px 10px 12px 9px;
}

.detailsBox dl {
	margin: 10px 0px 2px 0px;
	padding: 0px;
}
.detailsBox dt {
	display: none;
}
.detailsBox dd {
	display: block;
	position: relative;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
.detailsBox dd .orderItem {
	display: inline;
	float: left;
	width: 500px;
	text-align: left;
}
.detailsBox dd .orderPrice {
	display: block;
	float: right;
	width: 156px;
	font-weight: bold;
	text-align: right;
}
.detailsBox dd .totalItem {
	display: inline;
	float: left;
	width: 500px;
	text-align: right;
}
.detailsBox dd .totalPrice {
	display: inline;
	float: right;
	width: 156px;
	font-weight: bold;
	text-align: right;
}
.detailsBox .divide {
	border-top: 1px solid #0079C1;
	margin-top: 5px;
	padding-top: 5px;
}
.detailsBox .divideBottom {
	border-bottom: 1px solid #0079C1;
	margin-bottom: 4px;
	padding-bottom: 8px;
}
