/*************************************************************
 * Styles for Shopping Cart
 *************************************************************/

.store_errorrow {
	background:#FF9999;;
}

.cssForm fieldset, .tableForm fieldset, .plainForm fieldset {
	border: 1px solid silver;
	margin: 5px 0px 10px 0px;
	padding: 10px 5px 5px 5px;
}

.cssForm fieldset legend, .tableForm fieldset legend, .plainForm fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #3e879e; 
	margin-bottom: 5px;
}

.cssForm input {
	margin-bottom: 10px;
}

.cssForm label, .cssForm textarea, .cssForm select {
	float: left;
	margin-bottom: 10px;
}

.cssForm label.requiredField {
	border-right: 4px solid #3e879e;
	height: 1.4em;
}

.cssForm label.optionalField {
	border-right: 6px solid #ffffff;
	height: 1.2em;
}

.plainForm input {
	margin-bottom: 5px;
}

.cssForm label {
	text-align: left;
	width: 11em;
	padding-right: 10px;
}

.cssForm br {
	clear: left;
}

.cssForm .smallBtn, .tableForm .smallBtn, .plainForm .smallBtn {
	width: 8em;
}

.cssForm .smallField, .tableForm .smallField, .plainForm .smallField {
	width: 8em;
}

.cssForm .xsmallField, .tableForm .xsmallField, .plainForm .xsmallField {
	width: 4em;
}

.cssForm .wide, .plainForm .wide {
	width: 14em;
}

.cssForm .xwide, .plainForm .xwide {
	width: 20em;
}

.cssForm .xxwide, .plainForm .xxwide {
	width: 28em;
}

.cssForm .add, .plainForm .add {
	border: 1px solid #000000;
	background: #0099CC;
	color: #ffffff;
	padding: 4px;
}

.cssForm .proceed, .plainForm .proceed {
	border: 1px solid #000000;
	background: #009900;
	color: #ffffff;
	padding: 4px;
}

.cssForm textarea, .plainForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.darkBtn {
	background-color: #3e879e;
	color: #ffffff;
	padding: 3px;
}

.lightBtn {
	background-color: #BD962D;
	color: #ffffff;
	padding: 3px;
}

.requiredFieldTitle {
	border-left: 4px solid #3e879e;
	padding-left: 6px;
	margin-left: 4px;
	color: #000000;
	font-weight: bold;
}

/****************************************************
 * Special displays
 ****************************************************/
 
.error {
	color: #FF0000;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #EB7A99;
	background-color: #FEDEE1;
	display:block;
}

.highlight {
	color: #000000;
	padding: 5px;
	border: 1px solid #006699;
	background-color: #D6E1F5;
	display:block;
}

.highlight p {
	color: #000000;
	display: block;
}

.highlight ul {
	list-style: square;
}

.highlight2 {
	padding: 3px;
	background-color: #F4E2C2;
	display: block;
	margin: 10px 0px;
	width: 100%;
}

.showCells {
	margin-bottom: 7px;
}

.showCells td {
	border: 1px solid silver;
	padding: 3px;
}

.showCells th {
	border: 1px solid silver;
	background: #D6E1F5;
	padding: 3px;
}

.showCells .detailCell {
	border: 0px;
	background: #FFF2CC;
	padding: 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}

a.editLink  {
	color:#1D78A1;
	text-decoration: none;
	font-size: 12px;
}

a:hover.editLink  {
	color:#1D78A1;
	text-decoration: underline;
	font-size: 12px;
}
