/**SEARCH FACILITY
********************/
.searchBox {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	margin-left:3px; 
	}

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

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

/**GENERAL FORM ELEMENTS
*****************************/	
form#GiftCert {	margin-left:10px;}
.textbox {
	color: #151515;
	background: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
	}

.textboxDisabled {
	color: #000000;
	background: #FFFFFF;
	border: none;
	font-size: 14px;
	}

.logbutoon {
	color: #FFFFFF;
	font-size: 0.1px;
	background:transparent url(../styleImages/login.png) no-repeat;
	height: 25px;
	width: 67px;
	border:none;
	cursor: pointer;
}

.logbutoon:hover {
	color: #FFFFFF;
	font-size: 0.1px;
	background:transparent url(../styleImages/login_over.png) no-repeat;
	height: 26px;
	width: 68px;
	border:none;
	cursor: pointer;
}

.updatebutoon {
	color: #FFFFFF;
	font-size: 0.1px;
	background:transparent url(../styleImages/update.png) no-repeat;
	height: 25px;
	width: 109px;
	border:none;
	cursor: pointer;
}

.updatebutoon:hover {
	color: #FFFFFF;
	font-size: 0.1px;
	background:transparent url(../styleImages/update_over.png) no-repeat;
	height: 26px;
	width: 109px;
	border:none;
	cursor: pointer;
}

.submitbutoon {
	color: #FFFFFF;
	font-size: 0.1px;
	background:transparent url(../styleImages/submit.png) no-repeat;
	height: 25px;
	width: 109px;
	border:none;
	cursor: pointer;
}

.submitbutoon:hover {
	color: #FFFFFF;
	font-size: 0.1px;
	background:transparent url(../styleImages/submit_over.png) no-repeat;
	height: 26px;
	width: 109px;
	border:none;
	cursor: pointer;
}

.SubmitBtn {
	height: 17px;
	width:17px;
	padding:0;
	margin:-17px 0 0 0;
	text-align:right;
	float:left;
	border:none;
	}

.AddBtn {
	background:transparent url(../styleImages/icons/add.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;
	}


/**GENERAL LIST STYLING
**************************/

ol {margin: 3px 0 0 2em;padding: 0;}
ol li.num {color: #C6EADD;list-style-type:outside;}
li.bullet {list-style-type: square;}
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:#FFFFFF;
	color: #663366;
	margin:0;
	padding:0 0 3px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	}

.BlueBg {
	color: #000000;
	font-size:14px;
	width:100%;
	margin:0px;
	text-align: left;
	padding:6px 5px 6px 5px;
	}

a.txtButton {
	color: #000000;
	line-height:10px;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	}

a.txtButton:hover {
	color: #FF0000;
	}

	
.submit {
	color: #000000;
	line-height:14px;
	font-size:14px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}


/**PRICING STYLES
*******************/
.txtOldPrice { font-size: 11px; text-decoration:line-through; line-height: 10px;}
.Sale { font-size: 20px; color:#FF0000; line-height: 10px;}
.Norm { font-size: 20px; color:#000000;}
.OutOfStock { font-size: 11px; color:#FF0000;}
.Save { font-size: 11px; color:#000000; background: #667777;}

.txtOldPrice_cat { font-size: 12px; text-decoration:line-through; line-height: 10px;}
.Sale_cat { font-size: 12px; color:#FF0000; line-height: 10px;}
.Norm_cat { font-size: 12px; color:#000000; line-height: 10px;}


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

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

a.txtLink, a.txtSelected {
	color: #000000;
	background: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

a.txtLink:hover, a.txtSelected:hover, a.txtSelected:active {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
.txtDefault, a.txtDefault {
	width: 100%;
	line-height: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	text-decoration:none;
	}
	
a.txtDefault:hover {
	line-height: 10px;
	font-size: 12px;
	color: #000000;
	}
	
.txtLatest, a.txtLatest {
		line-height: 10px;
		font-size: 11px;
		text-transform: uppercase;
		color: #FFFFFF;
		text-decoration:none;
		}

a.txtLatest:hover {
		line-height: 10px;
		font-size: 11px;
		color: #FFFFFF;
		}
		
.txtCatMain, a.txtCatMain {
		line-height: 10px;
		font-size: 11px;
		text-transform: uppercase;
		color: #FFFFFF;
		text-decoration:none;
		}

a.txtCatMain:hover {
		line-height: 10px;
		font-size: 11px;
		color: #FFFFFF;
		}

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

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

/**YOUR ACCOUNT PAGE
**********************/
#Account ul {margin:20px;}
#Account li {
	color: #667777;
	background:#FFFFFF;
	}

#Account a {
	font-size: 14px;
	color: #FF4600;
	background:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	}

#Account a:hover {
	color: #9BBFB2;
	background: #FFFFFF;
	}


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

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

.BasketProduct span {
	float:right;
	margin:0px 0 0 0;
	padding:0;
	color: #000000;
	}

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

#BasketItems{
	margin:0px 0;
	padding:0px 0px 0;
	border-top:1px dotted #FFFFFF;
	color: #000000;
	background: #667777;
	}

.TotalItems{
	text-align:right;
	float:right;
	margin:0px 0px 0 0;
	color: #000000;
	background: #667777;
	}

#BasketTotal{
	color: #000000;
	background:#667777;
	margin:0 0 0px 0;
	padding:0 0px;
	}


.TotalPrice{
	text-align:right;
	float:right;
	margin:0px 0px 0px 0;
	padding:0;
	color: #000000;
	background: #667777;
	}

#BasketView {
	text-align: left; 
	margin-top:0px;
	font-size:14px;
	}

a.BasketBtn, a.BasketBtn:hover {
	color: #000000;
	margin:0;
	padding:0 0px 0px 0px;
	text-decoration:none;
	}


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

#cartTable {
	margin-bottom:10px;
	}
	
#cartTablesubmit {
	position: absolute;
	bottom:20px;
	}

.cartProgress {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	color: #999999;
	padding: 4px;
	width: 575px;
	margin: 0 0 2px 0;
	text-align:center;
	}

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

#cart table tbody tr td {
	font-size: 12px;
	line-height: 14px;
}

.quickBuy {
	text-align: center;
	color: #000000;
 	padding: 4px 0;
	width:87%;
	margin:0 auto 10px;
	}
	
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999; 
	border-left: 1px solid #eee;
	padding: 10px;
	}

.tdcartEven {
	height: auto;
	background: #eee;
	color: #000000;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	}

.tdcartOdd {
	height: auto;
	background: #eee;
	color: #000000;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	}

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

.txtStockWarn {color: #FF4600;}

.dropDown {
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 9px;
	color: #6F9994;
	}

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

.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;  
	text-align:left;
	}


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


/**PERSONAL PROFILE PAGE
************************/
#Profile { }



/**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: #A5C9BC;}
#ViewOrders .tdcartEven {
	background: #CCCCCC;
	color: #000000;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
#ViewOrders a {color:#000000; text-decoration:underline;}
#ViewOrders a:hover {color: #FF0000; text-decoration:none;}

/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	display: none;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	background:#000000;
	font-size:1px;
	}

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


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


.txtOutOfStock {
	font-size: 12px;
	line-height: 12px;
	color: #ff0000;
	background: #fff;
	padding: 4px;
	letter-spacing: 1px;
}


#shipping-select {
	width: 80px;
}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
