/*
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: 700px;
	margin: 20px 0px 15px 12px;
	padding: 0px 0px 0px 0px;
}

#genericForm.narrowForm {
	width: 496px;
}

#tabPanel #genericForm {
	margin: 12px 0px 0px 24px;
	padding: 0px 0px 15px 0px;
}

#genericForm h2, #basketForm h2 {
	display: block !important;
	border: none !important;
	margin: 0px 0px 1px 0px !important;
	padding: 3px 7px 3px 7px !important;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 12px !important;
	line-height: 15px !important;
	font-weight: bold !important;
	text-transform: none !important;
	background-color: #177694 !important;
	color: #FFFFFF !important;
}

.mandatory {
	color: #ff3300;
}

#genericForm .formArea, #basketForm .formArea {
	display: block;
	position: relative;
	clear: both;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}
#basketForm .formArea {
	width: 700px;
}
#genericForm .darkerArea, #basketForm .darkerArea {
	background-color: #d6e4e9 !important;
}
#tabPanel #genericForm .formArea {
	background-color: #f5f5f5;
}

form input.fullWidth, form textarea.fullWidth, form select.fullWidth {
	width: 510px;
}
.moreMargin {
	margin-bottom: 5px;
}
#genericForm.narrowForm input.fullWidth {
	width: 310px;
}

form input.smallWidth, form textarea.smallWidth {
	width: 100px;
}

form input.mediumWidth, form textarea.mediumWidth {
	width: 250px;
}

form select.limitWidth {
	width: 250px;
}

form select.smallWidth {
	width: 60px;
}

/*
Standard area elements
----------------------
*/

#genericForm .formArea.standard p, #basketForm .formArea.standard p {
	margin: 0px 0px 0px 0px !important;
	padding: 5px 7px 5px 8px !important;
}

#genericForm .formArea.standard label, #basketForm .formArea.standard label {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 7px 0px 7px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#genericForm .formArea.standard .fieldRight {
	position: absolute;
	top: 7px;
	right: 14px;
	_right: 20px;
}

#genericForm .formArea.standard .fieldRight label {
	display: inline;
}

#genericForm .formArea.standard .fieldRight input {
	width: 200px;
	/* IE Hack */
	_vertical-align: middle;
}

#genericForm .formArea label.noLabelPosition {
	display: inline !important;
	position: relative !important;
	top: auto !important;
}
	
/*
Tabbed area elements
---------------------
*/

#genericForm .formArea.tabbed p, #basketForm .formArea.tabbed p {
	margin: 0px 0px 0px 0px !important;
	padding: 5px 7px 5px 170px !important;
}

#genericForm .formArea.tabbed ul, #basketForm .formArea.tabbed ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 5px 160px;
}

#genericForm .formArea.errorText p, #basketForm .formArea.errorText p {
	margin: 0px 0px 0px 0px;
	padding: 7px 9px 7px 9px;
	color: #ff0000;
	font-weight: bold;
}

#genericForm .formArea.tabbed label, #basketForm .formArea.tabbed label {
	display: block;
	position: absolute;
	top: 11px;
	left: 9px;
	width: 168px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
#genericForm .formArea.tabbed label span.smallText {
	font-weight: normal;
	font-size: 9px;
}

#genericForm.narrowForm .formArea.tabbed label {
	width: 150px;
}

#genericForm .formArea.tabbed p.noInput, #basketForm .formArea.tabbed p.noInput {
	padding: 5px 7px 12px 170px !important;
	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;
	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;
	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 !important;
	padding: 12px 10px 12px 10px !important;
}

#genericForm #submitArea input, #basketForm #submitArea input {
	font-size: 12px;
	margin: 0px 30px 0px 30px;
}

#genericForm #submitArea.grey, #basketForm #submitArea.grey {
	background-color: #cccccc;
}

/*
Summary styles
--------------
*/

.detailsBox,.detailsBoxError {
	display: block;
	position: relative;
	background-color: #ffffff;
	margin: 0px 0px 1px 0px !important;
	padding: 0px 0px 0px 0px !important;
	width: 700px;
}

.detailsBox h2, .detailsBoxError h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 9px 7px 9px 7px !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 !important;
	padding: 10px 0px 0px 0px !important;
}
.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 7px;
}
.detailsBox .detailsRight {
	display: inline;
	float: right;
	width: 300px;
	margin: 0px 7px 12px 0px;
}
.detailsBox .detailsFull,.detailsBoxError .detailsFull {
	display: block;
	margin: 0px 7px 0px 7px;
	padding: 0px 0px 10px 0px;
}

.detailsBox dl {
	margin: 10px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.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: 536px;
	text-align: left;
}
.detailsBox dd .orderSubItem {
	display: inline;
	float: left;
	width: 525px;
	text-align: left;
	padding-left: 11px;
}
.detailsBox dd .orderPrice {
	display: block;
	float: right;
	width: 150px;
	font-weight: bold;
	text-align: right;
}
.detailsBox dd .totalItem {
	display: inline;
	float: left;
	width: 536px;
	text-align: right;
}
.detailsBox dd .totalPrice {
	display: inline;
	float: right;
	width: 150px;
	font-weight: bold;
	text-align: right;
}
.detailsBox .divide {
	border-top: 1px solid #000000;
	margin-top: 5px;
	padding-top: 5px;
}
.detailsBox .divideBottom {
	border-bottom: 1px solid #000000;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

