a,  a:link {
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	text-decoration: none;
} 
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
} 
a:focus {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

hr {
	color: #804000;
	height: 1px;
	width: 80%;
	background: url(../styleImages/divider-barbed-wire.jpg) no-repeat;
}
/**SEARCH FACILITY
********************/
.searchBox {
	color: #462213;
	background: #E5D6A5;
	border: 1px solid #B3832D;
	font-size: 12px;
	margin-left:3px;
	width: 110px; 
	}

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

.SmallTitle  {
	color: #CC9933;
	float:left;
	margin-top:2px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	}

/**GENERAL FORM ELEMENTS
*****************************/	
form {margin: 0px;padding: 0px;}
form#GiftCert {	margin-left:10px;}
input { vertical-align: middle;}
.textbox {
	color: #462213;
	background: #FFFFFF;
	border: 1px solid #462213;
	font-size: 12px;
	}

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

.textboxDisabled {
	color: #666666;
	background: #FFFFFF;
	border: 1px dashed #CCCCCC;
	font-size: 12px;
	}

/**GENERAL LIST STYLING
**************************/
ul {margin: 3px 0 0 5px;padding: 0px;}
ol {margin: 3px 0px 0px 30px;padding: 0px;}
ol li {
	margin-bottom: 15px;

}
ol li.num {
	color: #462213;
}
ul li {list-style-position: inside;margin: 0px;padding: 0px;}
li.bullet {list-style-type: square;}
li.nobullet {list-style-type:none;margin-left:0;}
li.bulletLrg {list-style-type: square;}
li.nobullet a:hover {
	color:#462213;
	text-decoration: underline;
	}


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

.SubmitBtn {
	background: url(../styleImages/icons/button.gif) no-repeat;
	height: 20px;
	width: 38px;
	padding: 0;
	/* margin:-17px 0 0 0; */
	text-align: right;
	float: right;
	border: none;
	display: block;
	cursor: pointer;
	}
.LeftBoxMail.SubmitBtn {
	background: url(../styleImages/icons/button.gif) no-repeat;
	height: 20px;
	width:38px;
	padding:0;
	/* margin:-17px 0 0 0; */
	border:none;
	float: none;
	}
.AddBtn {
	background:transparent url(../styleImages/icons/add.gif) no-repeat;
	height: 17px;
	width:17px;
	padding:0;
	margin: 3px 15px 0px 0px;
	text-align:right;
	float:right;
	border:none;
	/*display:block;*/
	cursor: pointer;
	}

.UpDateBtn {	
	background-image:url(../styleImages/icons/Rtbutton.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#FFFFFF;
	color: #663366;
	margin:0;
	padding:0 0 3px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	background-color:#CC9933;
	color: #420D0E;
	padding:2px 8px;
	margin:0;
	text-decoration:none;
	border: 1px solid #420D0E;
	font: bold 14px/24px Georgia, "Times New Roman", Times, serif;
}
a.txtviewCart:hover {
	background-color:#420D0E;
	color: #CC9933;
	border: 1px solid #CC9933;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	background-color:#CC9933;
	color: #420D0E;
	padding:5px 10px;
	margin:0;
	text-transform:uppercase;
	text-decoration:none;
	border: 1px solid #420D0E;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
}


/**PRICING STYLES
*******************/
.txtOldPrice {
	text-decoration:line-through;
	color: #CC3300;
}
.Sale {
	color:#993300;
}
.OutOfStock {
	color:#993300;
}
.Save {
	color:#CC3300;
}


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

a.txtLocation:hover {
	color: #462213;
	text-decoration: underline;
	}

a.txtLink, a.txtSelected, a.txtDefault {
	color: #462213;
	text-decoration:none;
	font-weight:bold;
	}

a.txtLink:hover, a.txtSelected:hover, 
a.txtSelected:active, a.txtDefault:hover {
	color: #462213;
	text-decoration:underline;
	font-weight:bold;
	}

a.txtLinkPass, a.txtSelectedPass, a.txtDefaultPass {
	color: #E3D7AA;
	text-decoration:none;
	font-weight:normal;
	}

a.txtLinkPass:hover, a.txtSelectedPass:hover, 
a.txtSelectedPass:active, a.txtDefaultPass:hover {
	color: #CC9900;
	text-decoration:none;
	font-weight:normal;
	}

/**YOUR ACCOUNT PAGE
**********************/
#Account ul {margin:20px;}
#Account li {
	list-style-type: square;
	color: #3AA8CC;
	background:#FFFFFF;
	}

#Account a {
	color: #3AA8CC;
	background:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

#Account a:hover {
	color: #FF9900;
	background: #FFFFFF;
	}


/**SHOPPING BASKET HOME PAGE
*****************************/
.subHeadingCart {
	margin: 50px 0px 0px;
	padding: 0px;
	height: 38px;
	background: url(../styleImages/basket-header.jpg);
	}
.subHeadingCart h3 {
	color: #39170B;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding-top: 15px;
	padding-right: 5pt;
	padding-left: 10px;	
	}
.subHeadingCart h3 a {
	color: #39170B;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeadingCart h3 a:hover {
	color: #39170B;
	text-decoration:underline;
	border:none;
	padding-right:50px;
	}

.BasketProduct {
	color: #462213;
	padding: 6px 10px 6px 10px;
	margin: 0px;
	line-height: 20px;
	background: url(../styleImages/left-bkgrd.jpg) repeat-y center center;

}

.BasketProduct p {
	padding: 0px;
	margin: 0px 5px 0px 0px;

}

.BasketProduct span {
	float: right;
	margin: 0px;
	padding: 6px 0px 6px 3px;
	color: #462213;
}

.BasketProduct span .icon {padding-top:4px;}

#BasketItems{
	margin: 6px 0px 3px;
	padding: 6px 10px 6px 10px;
	border-top: 1px dotted #462213;
	color: #462213;
	background: url(../styleImages/left-bkgrd.jpg) repeat-y center center;
}

.TotalItems{
	text-align:right;
	float:right;
	margin-left: 5px;
	color: #462213;
	
	}

#BasketTotal{
	color: #462213;
	margin-bottom: 10px;
	padding: 6px 10px 6px 10px;
	background: url(../styleImages/left-bkgrd.jpg) repeat-y center center;

	}


.TotalPrice{
	text-align:right;
	float:right;
	margin: 0px 5px 0px 0;
	padding: 0px;
	color: #462213;
	font-weight:bold;
}

#BasketView {
	text-align: left; 
	margin-top:10px;
	font-size:12px;
	}

a.BasketBtn, a.BasketBtn:hover {
	background-color:#CC9933;
	color:  #462213;
	margin:0px;
	}


/**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 {
	color: #462213;
	padding: 4px;
	border: 1px solid #462213;
	width: 450px;
	margin: 20px auto;
	text-align:center;
	}

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

.quickBuy {
	text-align: center;
	color: #602615;
	background:#CC9900;
	padding: 4px 0;
	width:92%;
	margin:0 auto 10px;
	}
	
.tdcartTitle {
	font-weight: bold;
	color: #E3D7AA;
	background:#602615; 
	}


.tdcartEven {
	border-bottom: 1px dotted #462213;
	border-top: 1px dotted #462213;
	}

.tdcartOdd {
	color: #462213;
	}

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

.txtStockWarn {color: #FF4600;}

.dropDown {
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #462213;
	font-size: 12px;
	color: #462213;
	}

/**STEP ONE PAGE
******************/
#InfoBox {
	margin-top:20px;
	}

#InfoBox td {
	padding: 10px 5px 10px 0;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	}

.Prompt {
	text-transform:uppercase; 
	font-weight:normal; 
	padding:5px 10px;
	text-align:left;
	float:left;
	}

#InfoBox .ButtonRt {
	margin-top:5px;
	}

.Heading {
	text-transform:uppercase; 
	font-weight:bold; 
	padding-left:10px;
	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:outside;}
#ViewOrders .tdcartOdd {color: #FFFFFF;background: #45D2FF;}
#ViewOrders .tdcartEven {
	background: #3DB9E1;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
#ViewOrders a {color:#FFFFFF; text-decoration:underline;}
#ViewOrders a:hover {color: #FFAA00; text-decoration:none;}

/**MISCELLANEOUS 
******************/
.txtError {
	font-weight: bold;
	color: #050F72;
	background: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
	}
	
.txtOutOfStock {
	color: #FF0000;
	font-size: 10px;
}

#shipping-select {
	width: 110px;
}


/*** 	FROM CURRENT STYLESHEET - NO LONGER USEING ***/
/**LANGUAGE BOX

****************/
#LangFlag {
	margin-bottom:-3px;
}

/**SEARCH FACILITY
********************/

.SmallTitle  {
	color: #CC9933;
	float:left;
	margin:-1px 0 0 0;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top: 3px;
	width:auto;
	height:auto;
	padding:0px;
	text-align:center;
	float:left;
	} 

.InfoBox{	
	float: left;
	text-align: center;
	width: 115px;
	height: 165px;
	margin: 5px 5px 20px;
	padding:0;

	}


/**LATEST PRODUCTS - HOME PAGE
*******************************/
.LPBox {/*height difference between IE6 & good browsers */	
	float: left;	
	text-align: center;	
	width: 115px;	
	height: auto;	
	margin: 5px;	
	padding:0;	
	}

.BlueBg {
	color: #E3D7AA;
	background: #602615;
	font-size:14px;
	width:100%;
	margin:0;
	padding:0 5px 2px 5px;
	height:32px;
	}

.BlueBg span {
	float:left;
	margin:5px 0 0 5px;
	font-size:14px;
	}
		
.ButtonLt {
	text-align:left;
	float:left;
	margin-top:5px;
	margin-left:5px;
	}

.ButtonRt {
	text-align:right;
	float:right;
	margin-top:5px;
	margin-right:5px;
	}
.ButtonRtTell {
	/*text-align:right;
	float:right;*/
	margin-top:5px;
	margin-right:5px;
	margin-left:270px;
	}

.ButtonRt .submit {
	color: #420D0E;
	background-color: #CC9900;
	padding:2px 10px;
	margin:0;
	text-decoration:none;
	border: 1px solid #420D0E;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	}

.ButtonRt .submit:hover {
	color: #420D0E;
	background-color: #E3D7AA;
	}	
	
.BlueBgTell {
	color: #E3D7AA;
	background: #602615;
	font-size:14px;
	width:100%;
	margin:0;
	padding:0 5px 2px 5px;
	height:32px;
	}

.BlueBgTell span {
	float:left;
	margin:5px 0 0 5px;
	font-size:11px;
	}
		

a.txtButton {
	color: #420D0E;
	background-color: #CC9900;
	padding:2px 3px;
	margin:0;
	text-decoration:none;
	border: 1px solid #420D0E;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
}
a.txtButton:hover {
	color: #420D0E;
	background-color: #E3D7AA;
	padding:2px 3px;
	margin:0;
	text-decoration:none;
	border: 1px solid #420D0E;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;

}
/**SITEMAP MOD
*******************/
ul.sitemap, li.sitemap {
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	font-weight: normal;
}
/*a.txtButton, .submit {
	color: #420D0E;
	background-color: #CC9900;
	margin:0;
	text-decoration:none;
	border: 1px solid #420D0E;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	}
a.txtButton, .submit:hover{
	color: #420D0E;
	background-color: #E3D7AA;
	}*/


