/* 
CSS for blackgum.com.au
By Dale Fyfe for Quoth Design
July 2007
Updated February 2012
 */

body
{
	background-color: #58684D;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table
{
	border-collapse: collapse;	
}

.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;
	border: none;
}

img:link
{
	border: none;	
}

a:visited
{
	color: #3b4931;
	font-weight: bold;
}

a:hover
{
	color: #869E8D;
	font-weight: bold;
}

.redText {
    color: #CC0000;
}

.redText a:link, .redText a:visited {
	color: #CC0000;
}

/* TABLE RELATED STYLES */
.picking td
{
	border-bottom: solid 1px #999999;
}

/* NAVIGATION RELATED STYLES */
.nav {
	width: 960px;
	border-top: solid #58684D 1px;
	border-bottom: solid #58684D 1px;
	margin: 0px auto 0px auto;
	padding: 0;
}

.navTab {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../graphics/styles/navBg.jpg);
}

.navTab li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	height: 30px;
	z-index:9999;
}
	
.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;
	background: url(../graphics/styles/navBgMO.jpg);
	border-left: solid #85937C 1px;
	border-right: solid #85937C 1px;
}

/* NAVIGATION DROP DOWN MENU ADDITIONS */

.navTab ul{
	background:#85937C; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(133,147,124,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	padding: 0;
	margin: 0;
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.navTab ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	display: inline;

}
.navTab ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display: block; /* fixed display errors and made the drop down tabs line up properly */
	margin: 0;
	width: 148px;
}

.navTab li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
.navTab li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#85937C;
	text-decoration:underline;
}
.navTab li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
.navTab li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}

/* 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;
	clear: both;
}

/* INDEX PAGE */
.indexRight
{
	float: right;
	width: 230px;
	height: 300px;
	clear: right;
}

.indexLeft
{
	width: 650px;
	clear: left;
}

.quickSearch
{
	background: url(../graphics/styles/quick_search_bg.png) repeat-x top left;
	height: 100px;
	margin-top: -4px;
}

.tradeInfo
{
	font-size: 14px;
	color: #333;
	background: url(../graphics/styles/about.png) top left no-repeat;
	width: 230px;
	height: 200px;
	margin: 0;
	/*padding: 30px 0px 0px 0px;*/
}

.tradeInfo p
{
	padding-top: 30px;
	margin: 0px 15px 0px 15px
}

.clientLogin
{
		
}

.featuredBlurb
{
	text-align: justify;
}

.last_updated
{
	font-weight: bold;
	color: #666;
	font-style: italic;	
}

.featuredHeading
{
	font-size: 20px;
	color: #333;
	font-style: italic;
	text-align: left;
}	

.featuredImg
{
	margin: 0px 10px 10px 10px;
	float: left;
}

.featuredImg img
{
	border: none;
}

.QSbox
{
	margin-left: 10px;
	color: #999;
}

.QSbutton
{
	float: right;
	padding-right: 4px; 
	background: none; 
	margin-top: -1px;
	border: none;
}

.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;
	clear: left;
	margin: 0px 0px 0px 0px;
}

.centerBlock
{
	display: block;
	width: 400px;
	margin: 0px auto 20px auto;
	padding: 0;
	clear: both;
}

/* CONTROL PANEL STYLES */
.CPcontent
{
	width: 650px;
	min-height: 320px;
	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;
	min-height: 320px;
}

.CPFunctionInfo
{
	color: #999999;
	font-size: 11px;
	display: block;
}

.CPFunctionInfo a:link, .CPFunctionInfo a:visited
{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.pickAdminButtons
{
	width: 160px;
	height: 35px;
	border: 2px solid #000;
	background: #666;
	display: inline-block;
	color: #FFF;
	margin: 0px 20px 0px 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

.pickAdminButtons a
{
	color: #FFF;
	font-weight: bold;
	display: inline;
	
}

.pickAdminButtons a:hover
{
	background: #777;
	color: #FFF;
	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;
}

.accountsTable
{
	border: solid #CCCCCC 1px;
}

.featTitle
{
	font-size: 10px;
	font-weight: bold;
}

.pagination
{
	display: block;
	width: 880px;
	height: 20px;
	margin: 0;
	padding: 0;	
}

.soonDel
{
	padding-left: 10px;
	margin-bottom: 5px;
	display: inline;
	vertical-align: middle;
}

.pickNum
{
	width: 200px;
	height: 60px;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	vertical-align: central;
	background: #CCC;
	margin: 20px auto 0px auto;
	border: 1px solid #999;
}

.picking_tab
{
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	background: #DDD
}

.markPicked
{
	width: 100px;
	height: 35px;
	background: #6F6;
	display: inline-block;	
	margin: 0 auto;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #000000;
}

.markCancelled
{
	width: 100px;
	height: 35px;
	background: #F00;
	display: inline-block;	
	margin: 0 auto;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #000000;
}

.markCancelled a
{
	color: #FFF;
}

.inputOffset
{
	margin: 5px 5px 5px 20px;	
}

/* 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 */
.orderSort
{
	height: 20px;
	border: 2px solid #000;
	background: #666;
	display: inline-block;
	color: #FFF;
	margin: 0px 20px 0px 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	line-height: 20px;
}

.orderSort a
{
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}

.orderSort a:hover
{
	background: #777;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}

.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;
}

a img
{ 
	border: 0;
}

/* ADMIN ONLY */

/* FORM */
.adminInput {
	color: #000000;
	background: #FFBFBF;
	border: 1px solid #CC0000;
	padding: 1px 0px 1px 0px;
	margin: 5px 0px 5px 0px;
}

table.infoTable tr td:first-child {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
