/**SEARCH FACILITY
********************/
.SubmitBtn {
	background: url(../styleImages/icons/button.gif) no-repeat;
	height: 18px;
	width:20px;
	margin:0 3px;
	border:none;
	cursor: pointer;
}

.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #010000;
	background-color: #FFFFFF;
	border: 1px solid #e95402;
}

#searchStr {
	margin-right:20px;
	width:110px;
}

/**GENERAL FORM ELEMENTS
*****************************/	
form {margin: 0px;padding: 0px;}
form#GiftCert {	margin-left:10px;}
input { vertical-align: middle;}

.textbox {
	background-color: #FFFFFF;
	border: 1px solid #e95402;
	font-size: 11px;
	padding:2px;
	color: #010000;
}

.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 {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 1.3em;
	list-style-position: outside;
	color: #444444;	
}
li.bulletLrg {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;	
}
ol  {
	list-style-position: outside;
}
li.num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0 10px 0 25px;
	width: 140px;
	_width:120px;	
	color: #FFFFFF;	
	list-style-type:decimal;
	display:list-item;
	vertical-align:top;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}


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

a.txtButton, a.txtButton:visited, .submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #636363;
	text-decoration: none;
	padding: 4px 7px;
	border: 1px solid #FFFFFF;
	font-size:11px;
	margin:auto;
	text-align:center;
	*position:relative; /* for IE 6 & 7 */
}
	
a.txtButton:hover, .submit:hover { background-color: #9a2005; }
	
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #9a2005;
	text-decoration: none;
	padding: 4px 7px;
	border: 1px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size:11px;
}
	
.submit {
	margin:0;
	padding: 2px;
}


/**PRICING STYLES
*******************/
.txtOldPrice { font-size: 12px; font-weight:normal; text-decoration: line-through; }

.txtSale { font-size: 14px; font-weight:bold; color: #FF0000;}

.txtOutOfStock { color: #FF0000; }

.Save {color:#F90707;}


/**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;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
}
.cartTotal {
	border-top: 1px dashed #dadada;
	padding-top: 2px;
	margin-top: 3px;
}
.cartTSship {
	font-size: 11px;
}
.cartGST {
	font-style: italic;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: underline;
}

a.txtCartProduct:hover {
	text-decoration: none;
}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #636363;
	text-decoration: none;
	padding: 4px 7px;
	border: 1px solid #FFFFFF;
	font-size:11px;
	*position:relative; /* for IE 6 & 7 */
}

a.txtviewCart:hover {
	background-color: #9a2005;
	color: #FFFFFF;
}

/**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;
	text-align:center;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}

.txtcartProgressCurrent {
	color: #9a2005;
	font-weight: bold;
}

.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 12px 0;
}

.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9a2005;
	padding: 4px;
}

.tdcartEven { border-top: 1px solid #dadada; }

.tdcartOdd { border-top: 1px solid #dadada; }

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}

.txtCheckout, a.txtCheckout, a.txtCheckout:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #212d3e;
	text-decoration: none;
	padding: 2px;
	*padding: 1px; /* for IE 6 & 7 */
	border: 1px solid #FFFFFF;
	*margin-bottom:-3px; /* for IE 6 & 7 */
}

.txtUpdate, a.txtUpdate, a.txtUpdate:visited, a.txtUpdate:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #212d3e;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}

.txtStockWarn {
	font-size: 90%;
	color: #FF0000;
}

.dropDown, .dropDownLang, .dropDownCurr { width: 130px; }

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

/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0;
	color:#FFFFFF;
}

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