/**SEARCH FACILITY
********************/
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 110px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #6a0d00;
}

#searchStr {
	margin-right:20px;
	width:110px;
}
	
.searchBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	height: 20px;
	width: 30px;
	background-color:#4b0e0d;
	border: 1px solid #e49745;
	color:#f6c782;
}	


/**GENERAL FORM ELEMENTS
*****************************/	
form {margin: 0px;padding: 0px;}
form#GiftCert {	margin-left:10px;}
input { vertical-align: middle;}
.textbox {
	background-color: #fcf7de;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#colLeft .textbox {
	background-color: #fcf7de;
	border: 1px solid #f6c782;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input#email {margin-left:10px;width:110px;}

.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/**GENERAL LIST STYLING
**************************/
ul {margin: 0; padding: 0;}
ol {margin: 0; padding: 0;}
ol li.num {list-style-type:outside;}

li.bullet {
	padding:0;
	margin:0;
}


li.bulletLrg {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

li.num {
	font-size: 12px;
	margin-left: 1.8em;
	list-style-position: outside;
	color: #f6c782;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}


/**GENERAL BUTTONS
*******************/

a.txtButton, a.txtButton:visited, .submit {
	color: #f5dcb7;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	margin-bottom: 6px;
	padding: 2px 4px;
	background-color: #430f0e;
	border: 1px solid #f8b150;	
}
	
a.txtButton:hover, .submit:hover { color: #f5dcb7; background-color: #b92835; }
	
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #430f0e;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	margin-bottom: 6px;
	padding: 2px 4px;
	background-color: #f8b150;
	border: 1px solid #f8b150;
}
	
.submit {
	margin:2px 0 0 0;
	border: 1px solid #f8b150;
}


/**PRICING STYLES
*******************/
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.Save {color:#542b2e;}


/**GENERAL LINKS
*****************/
a.txtLocation {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
}

a.txtLocation:hover {
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
}


/**YOUR ACCOUNT PAGE
**********************/
ul#Account {margin-top:20px;}

ul#Account .li-nav, ul#Account .li-nav a {
	display: block;
	float:none;
}


/**SHOPPING BASKET HOME PAGE
*****************************/
.txtCartPrice {
	float: right;
	padding-right: 3px;
	color: #f6c782;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	color: #f6c782;
}
.cartTotal {
	padding-top: 10px;
	margin-top: 3px;
	color: #f6c782;	
}
.cartTSship {
	color: #000000;
}
.cartGST {
	color: #000000;
	font-style: italic;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	font-weight: normal;
	color: #f5dcb7;
	background-color: #430f0e;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #f8b150;
}
a.txtviewCart:hover {
	background-color: #b92835;
	color: #f5dcb7;
}

/**VIEW CART PAGES
********************/
#CartView {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
	
form#cart {
	padding-right:5px;
	margin-bottom:20px;
}

#cartTable {
	margin-bottom:20px;
}

.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #552f98;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px auto;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #940000;
}
.tdcartEven {
	background-color: #FFFFFF;
	border-bottom: 1px solid #940000;
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #940000;
}
.tdCartSubTotal {
}
.txtCheckout, a.txtCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 2px;
	background-color:#4b0e0d;
	border: 1px solid #e49745;
	color:#f5dcb7;
}
a.txtUpdate {
	font-family: Arial, Helvetica, sans-serif;
	color: #f5dcb7;
	background-color: #430f0e;
	text-decoration: none;
	padding: 2px;
	border: none;
}
.txtStockWarn {
	font-size: 95%;
	color: #FF0000;
}

.dropDown {
	width: 145px;
}
.dropDownLang {
	width: 120px;
}
.dropDownCurr {
	width: 145px;
}

/**STEP ONE PAGE
******************/
.InfoBox {
	padding: 10px 0;
	margin: 20px 0px 10px;
	border-top: 1px dotted #ebd9d8;
}

.InfoBox .BlueBg {height:30px;}

.InfoBox .BlueBg .Button {
	float:right;
	text-indent:0;
	margin-top:-20px;
}

.Heading {
	text-transform:uppercase; 
	font-weight:bold; 
	padding-left:10px;
	text-align:left;
}

.HeadingHalf {
	text-transform:uppercase; 
	font-weight:bold; 
	text-align:left;
}


/**EDIT INVOICE PAGE
**********************/
#EditInvoice {margin-bottom:20px;}
#EditInvoice td.nudge80 {padding-left:80px;}


/**PERSONAL PROFILE PAGE
************************/
#Profile {margin:10px auto;}



/**VIEW ORDERS
*****************/
#ViewOrders {margin-bottom:15px;}
#ViewOrdersInfo {margin-bottom:25px;}
#ViewOrdersInfo ol {margin-left:20px;}
#ViewOrdersInfo ol li {list-style-position:inside;}
#ViewOrders .tdcartOdd {border-bottom: 1px dotted #ebd9d8;}
#ViewOrders .tdcartEven {border-bottom: 1px dotted #ebd9d8;	}

/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}


/**MISCELLANEOUS 
******************/
.txtError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#shipping-select {
	width: 110px;
}


a.txtDefaultSF {
	color: #000000;
	text-decoration:underline;
}

a.txtDefaultSF:hover {
	color: #000000;
	text-decoration:none;
}

a.txtDefaultSF:visited {
	color: #000000;
	text-decoration:none;
}

/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	color: black;
	background-color: #E0FFB8;
	padding: 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* Field error messages */
span.validation-advice, span.custom-advice, label.error {
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFFFF; /* set this to fix problem in IE */
	font-weight: bold;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
