/**SEARCH FACILITY
********************/
.searchBox {
	color: #000;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	margin-left:3px;
	width: 215px; 
	}

#searchStr {
	margin-right:20px;
	width:110px;
	}

.SmallTitle  {
	font-size: 12px;
	color: #FFFFFF;
	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: #111111;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	}

input#email {margin-left:10px;width:110px;}

.textboxDisabled {
	color: #666666;
	background: #FFFFFF;
	border: 1px dashed #CCCCCC;
	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: 17px;
	width:17px;
	padding:0;
	margin:-17px 0 0 0;
	text-align:right;
	float:right;
	border:none;
	display:block;
	cursor: pointer;
	}


/**GENERAL LIST STYLING
**************************/
ul {margin: 3px 0px 0px 5px;padding: 0px;}
ol {margin: 3px 0px 0px 30px;padding: 0px;}
ol li.num {color: #C6EADD;list-style-type:outside;}
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;}


/**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: #ffffff;
	font-size:14px;
	width:100%;
	margin:0px;
	text-align: right;
	padding:6px 5px 6px 5px;
	}

a.txtButton {
	color: #343434;
	background:#efefef;
	line-height:25px;
	font-size:12px;
	padding:4px 10px 4px 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #c3c4c4;
	height:25px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
	
	
a.txtButton:hover {
	color:#999;
	}
	
	
a.txtaddbasket{
	color: #343434;
	font-weight:bold;
	background:url(../styleImages/add-to-cart.jpg);
	line-height:45px;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	height:45px;
	width:134px;
	float:right;
	text-align:center;
	
}

	
a.txtApplyBut {
	color: #343434;
	background:url(../styleImages/apply-but.gif) no-repeat top left;
	line-height:36px;
	font-size:12px;
	width:132px;
	height:37px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
text-align:center;
	}

a.txtCheckoutBut{
	color: #343434;
	font-weight:bold;
	background:url(../styleImages/checkout-but.gif) no-repeat top left;
	line-height:36px;
	font-size:12px;
	width:156px;
	height:37px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
		display:block;
text-align:center;
	
}



	
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #333;
	background:url(../styleImages/view_btn.gif) no-repeat;
	background-position:left top;
	font-size:12px;
	font-weight: bold;
	padding: 15px 23px;
	text-transform:uppercase;
	text-decoration:none;
}

a.txtcheckoutCart:active, a.txtcheckoutCart:link, a.txtcheckoutCart:visited {
	color: #333;
	background:url(../styleImages/checkout_btn.gif) no-repeat;
	background-position:left top;
	font-size:12px;
	font-weight: bold;
	padding: 15px 13px;
	text-transform:uppercase;
	text-decoration:none;
}

a.txtviewCart:hover {

}

a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	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:4px solid #2B3136;
}
	
.submit {
	color: #FFFFFF;
	background: #8CA42C;
	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:4px solid #FFFFFF;
	}


/**PRICING STYLES
*******************/
.txtOldPrice {text-decoration:line-through;}
.Sale {color:#32393E;background:#FFFFFF;}
.OutOfStock {color:#FF0000;background:#FFFFFF;}
.Save {color:#32393E; background: #667777;}


/**GENERAL LINKS
*****************/
a.txtLocation {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

a.txtLocation:hover {
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}

a.txtLink, a.txtSelected, a.txtDefault {
	color: #32393E;
	background: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

a.txtLink:hover, a.txtSelected:hover, 
a.txtSelected:active, a.txtDefault:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

a.txtLinkPass, a.txtSelectedPass, a.txtDefaultPass {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
	}

a.txtLinkPass:hover, a.txtSelectedPass:hover, 
a.txtSelectedPass:active, a.txtDefaultPass:hover {
	color: #C6EADD;
	text-decoration:none;
	font-weight:normal;
	}

/**YOUR ACCOUNT PAGE
**********************/
#Account ul {margin:20px;}
#Account li {
	list-style-type: square;
	color: #667777;
	background:#FFFFFF;
	}

#Account a {
	color: #667777;
	background:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

#Account a:hover {
	color: #9BBFB2;
	background: #FFFFFF;
	}


/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct {
	padding: 3px 0px;
	margin: 0px;
	line-height: 20px;
}

.BasketProduct p {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.BasketProduct span {
	float: right;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}



.BasketProduct span .icon {padding-top:4px;}

#BasketItems{
	margin: 3px 0px;
	padding: 3px 5px 0px;
}

.TotalItems{
	text-align:right;
	float:right;
	margin-left: 5px 0px 0;
	font-weight:bold;
	}

#BasketTotal{
	padding-left: 5px;
	}


.TotalPrice{
	text-align:right;
	float:right;
	margin: 0px 5px 0px 0;
	padding: 0px;
	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);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#FFFFFF;
	color: #663366;
	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 {
	text-transform:uppercase;
	font-size:11px;
	color: #333333;
	background: #FFFFFF;
	padding: 6px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	width: 683px;
	margin: 20px auto 20px auto;
	text-align:center;
	float:left;
	}
	
form#cart td{padding:5px;}



.txtcartProgressCurrent {
	color: #985B3C;
	background: #FFFFFF;
	font-weight: bold;
	}

.quickBuy {
	text-align: center;
	color: #333333;
	background:#FFFFFF;
 	padding: 4px 0;
	width:87%;
	margin:0 auto 10px;
	}
	
.tdcartTitle {
	padding:5px 0 5px 0;
	font-weight: bold;
	color: #111111; 
	background-color:#F3F3F3;
	}
	
#registerForm .textbox{padding:3px;}


.tdcartEven {
	background:#FFFFFF; 
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	}

.tdcartOdd {
	background: #FFFFFF;
	color: #333333;
	}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px dotted #999999;
	}
	
	#coupon-row{background:#F3F3F3;}

.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; 
	font-weight:normal; 
	padding-left:20px;
	text-align:left;
	float:left;
	font-size:28px;
	}


/**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: #A5C9BC;}
#ViewOrders .tdcartEven {
	background: #9BBFB2;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
#ViewOrders a {color:#FFFFFF; text-decoration:underline;}
#ViewOrders a:hover {color: #C6EADD; text-decoration:none;}

/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	background:#32393E;
	font-size:11px;
	}

a.txtCopyright:hover {text-decoration: none;}


/**MISCELLANEOUS 
******************/
.txtError {
	font-weight: bold;
	color: #050F72;
	background: #FFCECE;
	border: 1px solid #FF0000;
	padding: 5px;
	margin:0 0 0 0;
	font-size:12px;
	color:#111111!important;
	}


.txtOutOfStock {
	color: #FF0000;
	font-size: 75%;
}

#shipping-select {
	width: 110px;
}

#Announcement h1{
	font: 41px Georgia, "Times New Roman", Times, serif;
	color: #8ca42c;
	margin-bottom: 30px;
}

#Announcement p{
	font: 17px "Times New Roman", Times, serif;
	line-height: 30px;
}

#Announcement a{
	text-decoration: underline;
	color: #552420;
}


/* start mod: Extended Product Options - http://cubecart.expandingbrain.com */

/* COLOURS WHEN NOT SELECTED plus other default values */
.voHorizontal, .voHorizontalSelected, .voVertical, .voVerticalSelected, .voWithNames, .voWithNamesSelected {
	text-align: left;
	margin: 0 5px 10px 5px;
	padding: 5px 0 5px 80px;
	height:54px;
	line-height:54px;
	font-size:24px;
	vertical-align:bottom;
}
.voWithNames input, .voWithNamesSelected input{
	margin: -2px 0 0;
}
/* COLOURS WHEN SELECTED */
.voHorizontalSelected, .voVerticalSelected, .voWithNamesSelected {

}
/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal, .voHorizontalSelected, .voWithNames, .voWithNamesSelected {

}
/* SIZE OF VERTICAL VISUAL OPTIONS */
.voVertical, .voVerticalSelected {
	width:  140px;                /* customize this! - width of vertical visual options */
	height: 130px;                /* customize this! - height of vertical visual options */
	padding-left: 0;
}
.voImage {
	vertical-align: top;
	margin: 0;
}

/* end mod: Extended Product Options - http://cubecart.expandingbrain.com */
#ProdOptions textarea.textbox,
#ProdOptions input.textbox{
	width: 350px;
	padding: 8px;
}
#ProdOptions label.textbox{
	border:0;
	display:block;
	float:left;
	font-size:18px;
	padding:8px;
	width:300px;
}

/************* Lightbox Begin ************/
#lightboxBCWrapper {
	filter: alpha(opacity=80);
	background:#000;
	display:none;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	position:absolute;
	z-index:24;
}
#lightboxBC {
	background:#fff;
	border: 2px solid black;
	display:none;
	padding: 2px 8px 8px;
	position:absolute;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-moz-box-shadow: black 5px 5px 5px;
	-webkit-box-shadow: black 5px 5px 5px;
	box-shadow: black 5px 5px 5px;		
	z-index:25;
	*width: 600px;
	*margin-left:-25%;
	*left:-25%;
}
#lbTitle {color:#8CA42C;font:24px Georgia,"Times New Roman",Times,serif;}

#lbClose{
 background:url("../styleImages/window_close.gif") no-repeat scroll 0px 4px transparent;
 color:#767874;
 float:right;
 cursor:pointer;
 padding: 6px 6px 0 0;
 height:24px;
 line-height:24px;
 display:block;
 font-weight:bold;
 width:24px;
}
#lbContents{ clear:both; padding-top:4px; }
#lbScrollPane { width:730px; height:400px; overflow:scroll; overflow-x: hidden;  }
.colourSwatch {  width: 162px; margin-bottom:10px; padding:5px; float:left; cursor:pointer;  }
.colourSwatch:hover { border: 1px solid #ccc; -moz-box-shadow: 3px 3px 3px #ccc; -webkit-box-shadow: 3px 3px 3px #ccc; padding:4px; }
.nameFont span,
.textFont span,
.colourSwatch span { display:block; text-transform:capitalize; text-align:center; }
.nameFont, .textFont {  width: 230px; margin-bottom:10px; padding:3px; float:left; cursor:pointer;  }
.nameFont:hover, .textFont:hover { border: 1px solid #ccc; -moz-box-shadow: 3px 3px 3px #ccc; -webkit-box-shadow: 3px 3px 3px #ccc; padding:2px; }
/************* Lightbox End ************/

#po_7 { display:none; }
#option-1 .option-header,
#option-2 .option-header,
#option-3 .option-header,
#option-4 .option-header,
#option-5 .option-header,
#option-6 .option-header,
#option-8 .option-header,
#option-9 .option-header{ display:block; }

.option-header{ display:none; }

#option-73 .option-values,
#option-91 .option-values,
#option-7 .option-values{ padding-left:80px; padding-top:20px; text-align:center; width:160px; }
#option-91, #option-73 { float:left; }


#viewSwatch { clear:left; color:#552420; cursor:pointer;  text-decoration:underline; text-transform:capitalize; }
#swatchPreview { border:1px solid black; cursor:pointer; height:100px; width:100px;  margin: 0 12px; }
.colourBlurb {
float:right;
padding:20px 40px 0 0;
width:380px;
}
.fontBlurb {
	padding-left:80px;
}
#extended-options  #option-10, #extended-options  #option-11, #extended-options #option-12, #extended-options #option-13,
#extended-options  #option-20, #extended-options  #option-21, #extended-options  #option-22, #extended-options  #option-23, #extended-options  #option-24, #extended-options  #option-25, #extended-options  #option-26, #extended-options  #option-27,#extended-options  #option-28,#extended-options  #option-29,#extended-options  #option-30,
#extended-options #option-14, #extended-options #option-15, #extended-options #option-16, #extended-options #option-17, #extended-options #option-19 {margin-bottom:20px; }
#viewTextFonts,
#viewNameFonts,
#extended-options h3 #viewWording{
color:#552420;
cursor:pointer;
float:right;
font-size:14px;
padding:6px;
text-decoration: underline;
}
#option-8 .option-header,
#option-9 .option-header { border: 1px dotted #a1a1a1; border-left-width:0;border-right-width:0; padding:20px; margin-left:75px; }
#option-8 .option-header strong,
#option-9 .option-header strong { color:#552320; font-size:20px; margin-right:12px;}




#loginnow, #checkoutnow{border:1px dotted #999; width:335px; }
#loginnow a, #checkotnow a {color:#4D1F1C; text-decoration:underline;}
#loginnow{float:left; margin:0 20px 0 0; }
#loginnow #inner, #checkoutnow #inner{padding:0 20px 20px 20px; }

a.checkoutbut {background: url("../styleImages/backgrounds/checkoutbut2.gif") 0 0 no-repeat; color:#3d570a; display:block; line-height:36px; font-size:12px; font-weight:bold; border:0; padding:0; width:132px; height:36px; text-align:center; text-transform:none; clear:both; color: #343434;
text-transform:uppercase;
text-decoration:none; margin:0 0 0 85px;
}

.loginbut {
background:url(../styleImages/backgrounds/loginbut2.gif);
text-align:center;
border:none;
color:#343434;
font-size:12px;
line-height:14px;
text-decoration:none;
text-transform:uppercase;
width:91px;
height:36px;
text-transform:uppercase;
font-family:"Times New Roman", Times, serif;
cursor:pointer;
}

.option-values{
	clear:left;
}



#checkoutnow{ float:left; }

.clear{clear:both;}

#fbsharebtn { /*float:right*/ margin:0 0 5px 0; }

.tcslink { color:#0000FF !important; text-decoration:underline !important; }
