/**SEARCH FACILITY
********************/
.searchBox {
	color: #413e42;
	background: #f0f0f0;
	border: 1px solid #413e42;
	font-size: 10px;
	margin-left:3px; 
	}

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

.SmallTitle  {
	font-size: 12px;
	color: #f0f0f0;
	text-transform: uppercase; 
	float:left;
	margin-top:2px;
	}

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

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

.textboxDisabled {
	color: #333333;
	background: #f0f0f0;
	border: none;
	font-size: 10px;
	}

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

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


/**GENERAL LIST STYLING
**************************/
ul {margin: 3px 0 0 5px;padding: 0px;}
ol {margin: 3px 0 0 2em;padding: 0;}
ol li.num {color: #413e42;list-style-type:outside;}
ul li {list-style-position: inside;margin: 0px;padding: 0px;}
li.bullet {list-style-type: none;}
li.nobullet {list-style-type:none;margin-left:0;}
li.bulletLrg {list-style-type: square;}


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

.BlueBg {
	color: #9ea594;
	background: #f0f0f0;
	border: 1px solid #9ea594;
	font-size:12px;
	font-weight:bold;
	width:650px;
	margin:0px;
	text-align: right;
	padding:6px 5px 6px 5px;
	}

a.txtButton {
	color: #f0f0f0;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	border: 1px solid #9ea594;
	line-height:22px;
	font-size:12px;
	padding:0 5px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

a.txtButton:hover {
	color: #f0f0f0;
	}
	
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #f0f0f0;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #9ea594;
}
a.txtviewCart:hover {
	border:1px solid #9ea594;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #f0f0f0;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #9ea594;
}
	
.submit {
	color: #f0f0f0;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:14px;
	font-size:12px;
	padding:3px 3px 0;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #9ea594;
	}


/**PRICING STYLES
*******************/
.txtOldPrice {text-decoration:line-through;}
.Sale {color:#9ea594;background:#f0f0f0;}
.OutOfStock {color:#FF0000;background:#f0f0f0;}
.Save {color:#413e42; background: #f0f0f0;}


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

a.txtLocation:hover {
	color: #413e42;
	background: #e1e3dd;
	text-decoration:none;
	}

a.txtLink, a.txtSelected, a.txtDefault {
	color: #413e42;
	background: #e1e3dd;
	text-decoration:none;
	font-weight:none;
	}

a.txtLink:hover, a.txtSelected:hover, 
a.txtSelected:active, a.txtDefault:hover {
	color: #413e42;
	background: #e1e3dd;
	text-decoration:none;
	font-weight:bold;
	}

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

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

/**YOUR ACCOUNT PAGE
**********************/
#Account ul {margin:20px;}
#Account li {
	list-style-type: square;
	color: #9ea594;
	background:#f0f0f0;
	}

#Account a {
	color: #9ea594;
	background:#f0f0f0;
	font-weight:bold;
	text-decoration:none;
	}

#Account a:hover {
	color: #9ea594;
	background: #f0f0f0;
	}


/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct {
	color: #413e42;
	padding:3px 0;
	margin:0;
	}

.BasketProduct p {
	padding:0;
	margin:0 5px 0 0;
	line-height:20px;
	}

.BasketProduct span {
	float:right;
	margin:-21px 0 0 0;
	padding:0;
	color: #413e42;
	}

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

#BasketItems{
	margin:3px 0;
	padding:3px 5px 0;
	border-top:1px dotted #9ea594;
	color: #413e42;
	background: #f0f0f0;
	}

.TotalItems{
	text-align:right;
	float:right;
	margin:-20px 5px 0 0;
	color: #413e42;
	background: #f0f0f0;
	font-weight:bold;
	}

#BasketTotal{
	color: #413e42;
	background:#f0f0f0;
	margin:10px 0 10px 0;
	padding:0 5px;
	border-bottom:1px dotted #9ea594;

	}


.TotalPrice{
	text-align:right;
	float:right;
	margin:-21px 5px 10px 0;
	padding:0;
	color: #413e42;
	background: #f0f0f0;
	font-weight:bold;
	}

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

a.BasketBtn, a.BasketBtn:hover {
	background-image:url(../styleImages/icons/button.gif);
	width:13px;
	height:21px;
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#f0f0f0;
	color: #413e42;
	margin:0;
	padding:0 20px 3px 0px;
	text-decoration:none;
	}


/**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: #333333;
	background: #f0f0f0;
	padding: 4px;
	border: 1px solid #9ea594;
	width: 350px;
	margin: 20px auto;
	text-align:center;
	}

.txtcartProgressCurrent {
	color: #9ea594;
	background: #f0f0f0;
	font-weight: bold;
	}

.quickBuy {
	text-align: center;
	color: #333333;
	background:#f0f0f0;
 	padding: 4px 0;
	width:87%;
	margin:0 auto 10px;
	}
	
.tdcartTitle {
	font-weight: bold;
	color: #f0f0f0;
	background:#9ea594; 
	}


.tdcartEven {
	background:#f0f0f0; 
	color: #333333;
	border-bottom: 1px dotted #9ea594;
	border-top: 1px dotted #9ea594;
	}

.tdcartOdd {
	background: #f0f0f0;
	color: #333333;
	border-bottom: 1px dotted #9ea594;

	}

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

.txtStockWarn {color: #FF4600;}

.dropDown {
	width: 200px;
	margin-top: 5px;
	background-color: #f0f0f0;
	border: 1px solid #9ea594;
	font-size: 12px;
	color: #413e42;
	}

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

.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:normal; 
	padding-left:10px;
	text-align:left;
	float: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: #413e42;background: #e1e3dd;}
#ViewOrders .tdcartEven {
	background: #9ea594;
	color: #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	}
	
#ViewOrders a {color:#f0f0f0; text-decoration:underline;}
#ViewOrders a:hover {color: #413e42; text-decoration:none;}

/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align: center;
	padding-top: 5px;
	color: #9ea594;
    background-image: url(../styleImages/title.jpg);
	background-repeat: repeat-x;
	height:25px;
	font-size:11px;
	}

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


/**MISCELLANEOUS 
******************/
.txtError {
	font-weight: bold;
	color: #f0f0f0;
	background: #9ea594;
	border: 1px solid #9ea594;
	padding: 2px;
	}


.txtOutOfStock {
	color: #FF0000;
	font-size: 75%;
}

#shipping-select {
	width: 110px;
}

infoText {     font-family: Verdana, Arial, Helvetica, sans-serif;     font-weight: bold;
    text-align: center;     color: #ff0000;     background-color: #C0C0FF;     border: 1px solid #4040FF;     padding-top: 2px;     padding-right: 2px;     padding-bottom: 2px;     padding-left: 2px;     margin: 3px 0px 5px 0px;
}

#coupon {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}