/* 
CSS for blackgum.com.au
By Dale Fyfe for Quoth Design
July 2007
Updated October 2008
 */

body
{
	background-color: #58684D;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.borderTop
{
	position: relative;
	top: 0px;
}

.borderBottom
{
	position: relative;
	bottom: -5px;
}

.infoImg {
	float: left;
	margin: 0px 25px 10px 30px;
	padding-top: 10px;
}

a:link
{
	color: #303f61;
	font-weight: bold;
}

a:visited
{
	color: #3b4931;
	font-weight: bold;
}

a:hover
{
	color: #869E8D;
	font-weight: bold;
}

.redText a:link, .redText a:visited {
	color: #CC0000;
}

/* NAVIGATION RELATED STYLES */
.nav {
	width: 960px;
	border-top: solid #58684D 1px;
	border-bottom: solid #58684D 1px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#navTab {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../graphics/styles/navBg.jpg);
}

#navTab li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
	vertical-align: middle;
	display: inline;
}
	
#navTab a:link, #navTab a:visited {
	padding: 8px 5px 8px 5px;
	margin: 0px 1px 0px 1px;
	text-decoration: underline;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left: solid #85937C 1px;
	border-right: solid #85937C 1px;
	vertical-align: middle;
}

#navTab a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 30px;
	background: url(../graphics/styles/navBgMO.jpg);
	border-left: solid #85937C 1px;
	border-right: solid #85937C 1px;
}

/* GENERAL STYLES */

.container
{
	width: 980px;
	margin: 0px auto 0px auto;
	background: url(../graphics/blackgumBody.jpg) repeat-y;
	padding: 0;
}

.header
{
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0;
}

.content
{
	padding: 25px 45px 10px 45px;
	min-height: 350px;
}

.leftColumn
{
	
}

.logo1
{
	float: left;
	margin: 2px 0px 0px 15px;
}

.logo2
{
	float: left;
	margin: 2px 0px 0px 15px;
}

.bold
{
	font-weight: bold;
}

.smallHeading
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #58684D;
	margin: 5px 5px 5px 10px;
}

.textCenter
{
	text-align: center;
}

.footer
{
	text-align: center;
	color: #999999;
	position: relative;
	bottom: 0px;
	clear: left;
	padding: 0px 0px 0px 0px;
}

.greeting
{
	float: right;
	color: #6a6a6a;
	text-align: right;
	padding-right: 20px;
}

.centerBlock
{
	width: 400px;
	margin: 40px auto 20px auto;
}

/* CONTROL PANEL STYLES */
.CPcontent
{
	width: 650px;
	min-height: 200px;
	margin: 10px auto 30px auto;
	border: #58684D solid 2px;
	padding-bottom: 20px;
}

.CPHeading
{
	background: no-repeat left url(../graphics/styles/divider.jpg);
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0px 0px 10px;
	display: block;
	margin-bottom: 5px;
}

.CPcontent li
{
	padding-top: 10px;
}

.ACPfunctionDividerLeft
{
	width: 323px;
	border-left: #58684D solid 1px;
	float: right;
	display: block;
}

.ACPfunctionDividerRight
{
	
	width: 47%;
	display: block;
}

.CPFunctionInfo
{
	color: #999999;
	font-size: 11px;
	display: block;
}

.CPFunctionInfo a:link, .CPFunctionInfo a:visited
{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

/* FORM STYLES */
.indexLogin
{
	margin: 35px auto 30px auto;
	width: 350px;
	border: #58684D solid 2px;
	padding-bottom: 20px;
}

.loginHeading
{
	background: no-repeat left url(../graphics/styles/userLoginHeader.jpg);
	height: 40px;
}

.indexInput
{
	margin-left: 140px;
}

.indexCreateAcc
{
	float: right;
	clear: left;
	display: block;
	width: 50%;
	position: relative;
	top: -130px;
}

input {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #58684D;
	padding: 1px 0px 1px 0px;
	margin: 5px 0px 5px 0px;
}

.quantityInput {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #58684D;
	padding: 1px 0px 1px 0px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

.srcQty {
	color: #0033FF;
	font-weight: bold;
	text-align: center;
}

textarea {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #58684D;
	padding: 1px 0px 1px 0px;
	margin: 5px 0px 5px 0px;
}

.indexLabel
{
	width: 100px;
	margin-top: 5px;
	float: left;
	font-weight: bold;
	display: inline;
	padding: 0px 10px 5px 15px;
}

.indexButtons
{
	margin: 10px 0px 10px 125px;
}

.createButtons
{
	margin: 10px 0px 10px 155px;
}

.submit
{
	border: none;
}

.createAccount
{
	width: 650px;
	margin: 10px auto 30px auto;
	border: #58684D solid 2px;
	padding-bottom: 20px;
}

.createHeading
{
	background: no-repeat left url(../graphics/styles/divider.jpg);
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0px 0px 10px;
	display: block;
	margin-bottom: 5px;
}

.formLabel
{
	width: 130px;
	margin-top: 5px;
	float: left;
	font-weight: bold;
	display: inline;
	padding: 0px 10px 5px 15px;
}

.formLabelLong
{
	width: 150px;
	margin-top: 5px;
	float: left;
	font-weight: bold;
	display: inline;
	padding: 0px 10px 5px 15px;
	clear: right;
}

.requiredField
{
	color: #FF0000;
	font-weight: bold;
}

#txtHint
{
	display: inline;
	color: #FF0000;
}

#txtHint2
{
	float: right;
	display: inline;
	width: 200px;
	color: #FF0000;
}

.MDinfoText
{
	padding: 5px 0px 5px 0px;
	display: block;
	font-weight: bold;
}

.MDhint
{
	padding: 5px 5px 5px 0px;
	z-index: -100;
	display: block;
	float: right;
	width: 310px;
}
table {
	text-align: left;
	border: 1px #CCCCCC solid;
}

.accountsTable
{
	border: solid #CCCCCC 1px;
}

/* ITEM DISPLAY STYLES */
.detailContent {
	width: 400px;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
	border: #000000 solid 1px;
	margin: 15px auto 15px auto;
	min-height: 400px;
}

.editInfoTable {
	margin: 0px auto 0px auto;
	text-align: center;
}

/* ORDER DISPLAY STYLES */
.topInfo {
	display: block;
}

.contactInfo {
	float: right;
	width: 50%;
	display: inline;
}

.itemTable {
	width: 100%;
	clear: both;
}

.infoHeading {
	font-size: 13px;
	font-weight: bold;
}

.subHeading {
	font-size: 16px;
	font-weight: bold;
}

.orderNo {
	font-size: 24px;
	font-weight: bold;
}

.orderSubmit {
	margin-left: 130px;
}

.orderInput {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #58684D;
	padding: 1px 0px 1px 0px;
	margin: 2px 0px 2px 0px;
}

.formLabel
{
	width: 120px;
	margin-top: 5px;
	float: left;
	font-weight: bold;
	display: inline;
	padding: 0px 5px 5px 5px;
}

/* IMAGE DISPLAY */

.floatLeft
{
	float: left;
	margin: 0px 5px 5px 0px;
}

.floatRight
{
	float: right;
	margin: 0px 0px 5px 5px;
}

/* ADMIN ONLY */

/* FORM */
.adminInput {
	color: #000000;
	background: #FFBFBF;
	border: 1px solid #CC0000;
	padding: 1px 0px 1px 0px;
	margin: 5px 0px 5px 0px;
}
