/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.
*/
#infoBox {
	margin-left: 5px;
}
#infoBox #infoBoxHead{
	background-color: #6689C9;
	background-image: url("images/info-top.gif");
	background-repeat: no-repeat;
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;

}

#infoBox #infoBoxContent  {
	background-color: #A3C3FE;
	padding: 2px 2px 2px 5px;
}

#infoBox #infoBoxBase {
	background-image: url("images/nav-base.gif");
	background-repeat: no-repeat;
}

.directoryTable {

}

.directoryTable .directoryHeader {
	background-color: #cccccc;
	color: #333333;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOn {
	background-color: #ececec;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOff {
	background-color: #dddde3;
	padding: 2px 5px 2px 5px;
}

fieldset {
	border: 0;
	margin:0;
	padding: 0;
}

.field-label {
	font-weight: bold;
	color: #333 ;
}

.validation-advice {
	background-color: #B2BB1E;
}


.formFields {
	border: 1px solid #333333;
	background-color: #cccccc;
	color: #333333;
}

.submitButton , .submitButtons {
	border: 1px solid #333333;
	background-color: #cccccc;
	color: #333333;
}

/* STORE STYLES */
.storeForm td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.categoryRow {
	font-size: 85%;
	border-bottom: 1px solid #ececec;
	padding: 2px 2px;
}

.notice {
	
	color: #A30134;

}
