/**SEARCH FACILITY
**********************/
#Search {
	background:#CDD6AA;
	width:175px;
	height:25px;
	padding:8px 0 0 5px;
	margin:10px 0 0 0;
	}


.searchBtn {
	background-image:url(../styleImages/icons/searchBtn.gif);
	background-repeat:no-repeat;
	background-position: right center;
	height:23px;
	width:23px;
	border:none;
	text-align:right;
	float:right;
	display:block;
	cursor: pointer;
	background-color:#CDD6AA; 
	margin:-2px 7px 0 0; 
	}
	
.cartGST {
	color: #000000;
	font-style: italic;
}
	
.searchBox {
	color: #696969;
	background-color: #FFFFFF;
	height:14px;
	font-size:0.8em;
	float:left;
	border: 1px solid #ACB468;
	}

/**FORM ELEMENTS
*****************/
form, ol, ul {
	margin: 0px;
	padding: 0px;
	}

.textbox {
	background: #FFFFFF;
	border: 1px solid #ACB468;
	font-size: 10px;
	color: #696969;
	}
	
.textbox_width {
	background: #FFFFFF;
	border: 1px solid #ACB468;
	font-size: 10px;
	color: #696969;
	width:100px;
	}
	
.textbox_country {
	background: #FFFFFF;
	border: 1px solid #ACB468;
	font-size: 10px;
	color: #696969;
	width:145px;
	}
		
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-size: 11px;
	color: #000000;
	}

.submit {	
	color: #ACB468;
	background: #6F2004;
	height: 22px;
	padding:3px;
	text-transform:uppercase;
	font:bold 11px Arial, Verdana, Helvetica, sans-serif;
	border:none;
	width:auto;
	}

.submit:hover {
	color: #FCFCFC;
	background-color: #808000;
	}



.submit_Gry {	
	color: #FFFFFF;
	background: #414141;
	line-height: 20px;
	padding:2px 5px;
	text-transform:uppercase;
	font:bold 11px Arial, Verdana, Helvetica, sans-serif;
	border:none;
	}

.submit_Gry:hover {
	color:#ACB468;
	background:#6F2004;
	}


#ChangePassword .submit {width:120px;}


/**LIST STYLING & HYPERLINKS
*******************************/
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	}


li.bullet {
	list-style-type: square;
	color: #6F2004;	
	background: #FFFFFF;
	}

li.bulletLrg {
	list-style-type: square;
	color: #6F2004;	
	background: #FFFFFF;
	}

li.num {
	color: #6F2004;		
	background: #FFFFFF;
	list-style-position:outside;
	margin:0 4px 5px 25px;
	}

li.num a:link, li.num a:visited, li.num a:hover {
	color: #ACB468;
	background: #FFFFFF;
	text-decoration:none;
	}
	
li.num a:hover {text-decoration:underline;}



/**MY ACCOUNT
***************/
#MyAccount {
	width:200px;
	margin:0px auto;
	padding:20px;
	}

li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6F2004;
	background: #FFFFFF;
	text-transform:uppercase;
	}

.txtDefault, a.txtDefault, 
a.txtLink, a.txtLocation {
	color: #ACB468;
	background: #FFFFFF;
	text-decoration:none;
	}

a.txtDefault:hover, a.txtLink:hover, 
a.txtLocation:hover {text-decoration:underline;}

.txtCopy {color: #333333; background: #FFFFFF;}



/**GENERAL BUTTONS
********************/
a.txtButton {
	color: #ACB468;
	background-color: #6f2004;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	}


a.txtButton:hover {
	color: #FCFCFC;
	background-color: #808000;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	}


/**MISCELLANEOUS
******************/
.txtOldPrice {text-decoration: line-through;}
.txtSale {font-weight:bold; color: #6F2004; background: #FFFFFF;}
.txtOutOfStock {font-weight:bold; color: #6F2004; background: #FFFFFF;}
.txtBoxSave {font-weight:bold; color: #6F2004; background: #FFFFFF;}
.center {text-align:center;}


/**SHOPPING BASKET HOME PAGE
*******************************/
#Cart {	
	margin-bottom: 10px;
	padding-right:5px;
	}

#CartProduct {
	border-bottom: 1px dotted #6F2004;
	text-align:left;
	}


#CartProduct a  {
	color: #6F2004;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#CartProduct a:hover {
	color: #ACB468;
	background: #FFFFFF;
	text-decoration:none;
	}

#CartProduct {
	color: #6F2004;
	background: #FFFFFF;
	font-weight: bold;
	}

#CartItems, #CartTotal {text-align: left;}

#CartItems span, #CartTotal span, #CartProduct span{  
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	}

#CartTotal {font-weight:bold;}

#CartView {
	text-align: center; 
	padding-top: 3px;
	margin-bottom: 10px;
	}

#CartView a {
	color: #ACB468;
	background: #6F2004;
	text-decoration: none;
	padding: 5px;
	text-transform:uppercase;
	font:bold 11px Arial, Verdana, Helvetica, sans-serif;
	}

#CartView a:hover {
	color: #FCFCFC;
	background-color: #808000;
	text-decoration:none;
	}

/**VIEW CART PAGES
*********************/
#ViewBasket {
	background-image:url(../styleImages/headers/ViewBasket.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:20px 0;
	height:51px;
	width:400px;
	padding:0;
	text-align:left;
	} 

#ViewBasket h1 {
	display:none;
	text-align:left;
	margin:40px 0;
	padding:0;
	color:#696969;
	background:#FFFFFF;
	font-weight:normal;
	font-family:"Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px; 
	}/*This will hide the text in your header */


#cartProgress {
	color: #ACB468;
	background: #6F2004;
	padding: 4px;
	border: 1px solid #333333;
	width: 550px;
	margin: 40px auto;
	text-transform:uppercase;
	text-align:center;
	font:16px Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	}

#cartProgressInner {
	padding:5px;
	border:3px double #ACB468;
	}

.txtcartProgressCurrent {
	color: #FFFFFF;
	background: #6F2004;
	}

.quickBuy {
	text-align: center;
	color: #696969;
	background: #FFFFFF;
	margin:0;
	}

.CartProdImage img {
	width:75px; 
	height:90px; 
	}

.CartProdName {margin-bottom:10px;}


.tdcartTitle {
	color: #6B7A4F;
	background-color:#DBE8AC; 
	border-top: 1px solid #ACB468;
	text-transform:uppercase;
	}

.tdTitle {
	color: #6B7A4F;
	background-color:#DBE8AC; 
	border-top: 1px solid #ACB468;
	border-bottom: 1px solid #ACB468;
	text-transform:uppercase;
	}
	
.tdcartEven {
	background-color: #414141;
	border-top: 1px solid #ACB468;
	color: #DBE8AC; 
	font-size:13px;
	}
 
.tdcartOdd {
	background-color: #414141;
	border-top: 1px solid #ACB468;
	color: #DBE8AC; 
	font-size:13px;
	}
	
.tdcartEven a:link, .tdcartEven a:visited, .tdcartEven a:hover {
	color: #FFFFFF;
	background-color: #414141;
	text-decoration:none;
	}

.tdcartOdd a:link, .tdcartOdd a:visited, .tdcartOdd a:hover {
	color: #FFFFFF;
	background-color: #414141;
	text-decoration:none;
	}

.tdcartEven a:hover, .tdcartOdd a:hover {text-decoration:underline;}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 3px double #ACB468;
	}

a.txtCheckout, a.txtUpdate {
	color: #ACB468;
	background-color: #6F2004;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ACB468;
	text-transform:uppercase;
	}


a.txtUpdate:hover, a.txtCheckout:hover {
	color: #FCFCFC;
	background-color: #808000;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ACB468;
	text-transform:uppercase;
	}


.txtStockWarn {color: #FF0000;}

.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
	}


/**STEP 1 PAGE
****************/
.regSep{
	padding: 20px 10px;
	margin: 20px 0px;
	border-top: 3px double #ACB468;
	}

.regSep p {margin-bottom:20px;}

#LoginForm {
	width:300px;
	margin:0 auto;
	}

#LoginForm p {text-align:center;}

.floatRight {
	float:right;
	position:relative;
	margin-top:-40px;
	line-height:24px;
	width:auto;
	}


/**LOGIN PAGE
****************/
#Login {margin:10px auto;}

#Login td {padding:0 0 5px 5px;}



/**SERIRA DESIGNS COPYRIGHT NOTIFICATION
******************************************/
#DesignerCredits {
	color: #6F2004;
	background:#CDD6AA;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	margin:5px auto;
	} 

#DesignerCredits a {	
	color: #6B7A4F;
	background:#CDD6AA;
	}
	
#DesignerCredits a:hover {text-decoration:underline;}

/**DEVELLION COPYRIGHT NOTIFICATION
*************************************/
.txtCopyright {
	color: #6B7A4F;
	background:#ACB468;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	} 

a.txtCopyright {	
	color: #FCFCFC;
	background:#ACB468;
	}
	
a.txtCopyright:hover {text-decoration: none;}


/**MISCELLANEOUS
*****************/
.dropDown {
	width: 120px;
	border:1px solid #CCC;
	}


.dropDownBox {
	width: 140px;
	border:1px solid #CCC;
	margin-top:5px;
	color: #696969;
	font-size:11px;
	}