/**SEARCH FACILITY
********************/
.searchBox
{
	color: #666666;
	background: transparent;
	border: 1px solid #000065;
	font-size: 10px;
	margin-left: 3px;
	width: 110px;
}
#search_box
{
	float: right;
	background-color: transparent;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 4px;
}
.SmallSearchTitle
{
	font-weight: bold;
	margin-left: 10px;
}
#searchStr
{
	margin-right: 20px;
	width: 110px;
}
.SmallTitle
{
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	float: left;
	margin-top: 2px;
}
/**GENERAL FORM ELEMENTS
*****************************/
FORM
{
	margin: 0px 0px 0;
	padding: 0 0px;
}
FORM#GiftCert
{
	margin-left: 10px;
}
INPUT
{
	vertical-align: middle;
}
#search_box .search_box FORM INPUT.SearchSubmitBtn
{
	margin-right: 5px;
	margin-bottom: 2px;
	background-image: url(../styleImages/icons/button.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
}
.textbox
{
	color: #000;
	background: #FEE8C8;
	border: 1px solid #000065;
	font-size: 12px;
}
INPUT#email
{
	margin-left: 10px;
	width: 120px;
}
.textboxDisabled
{
	color: #666666;
	background: #FFFFFF;
	border: 1px dashed #CCCCCC;
	font-size: 10px;
}
.SubmitBtn
{
	background: transparent url(../styleImages/icons/button.gif);
	height: 17px;
	width: 17px;
	padding: 0;
/*margin:-17px 0 0 0;*/
	text-align: right;
/*float: right;
commented out by GTW*/
	border: none;
/*display: block;
commented out by GTW*/
	cursor: pointer;
/*margin-right: 620px;
commented out by GTW*/
	display: inline;
/*added by GTW*/
}
.AddBtn
{
	background: transparent url(../styleImages/icons/add.gif) no-repeat;
	height: 19px;
	width: 19px;
	padding: 0;
	margin: 4px 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: #000065;
	font-weight: bold;
}
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;
	padding: 5px 0 8px;
	margin-top: 0px;
	line-height: 1;
	font-weight: bold;
}
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;
	background: #CC6600;
	font-size: 14px;
	width: 100%;
	margin: 0px;
	text-align: right;
	padding: 6px 5px;
}
A.txtButton
{
	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;
	text-transform: uppercase;
	text-decoration: none;
	border: 4px solid #AB7F5D;
}
A.txtButton:hover
{
	color: #FFFFFF;
}
A.txtviewCart:active, A.txtviewCart:link, A.txtviewCart:visited
{
	color: #CC6600;
	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;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #000;
}
A.txtviewCart:hover
{
	border: 2px solid #A52929;
}
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;
	text-transform: uppercase;
	text-decoration: none;
	border: 4px solid #2B3136;
}
.submit
{
	color: #FFFFFF;
	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;
	text-transform: uppercase;
	text-decoration: none;
	border: 4px solid #AA7E5C;
}
/**PRICING STYLES
*******************/
.txtOldPrice
{
	text-decoration: line-through;
	color: #000065;
	font-weight: bold;
	background-color: #FCC36C;
}
.Sale
{
	color: #32393E;
	background: transparent;
}
.OutOfStock
{
	color: #FF0000;
	background: #FFFFFF;
}
.Save
{
	color: #FE3200;
	background: transparent;
	font-weight: bold;
	font-size: 120%;
}
/**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: transparent;
	text-decoration: none;
	font-weight: bold;
}
A.txtLink:hover, A.txtSelected:hover, A.txtSelected:active, A.txtDefault:hover
{
	color: #AB3527;
	background: transparent;
	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: transparent;
}
#Account A
{
	color: #0F1414;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
#Account A:hover
{
	color: #9BBFB2;
	background: transparent;
}
/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct
{
	color: #000;
	padding: 3px 0px;
	margin: 0px;
	line-height: 20px;
}
.BasketProduct P
{
	padding: 0px 0px 0px 8px;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
}
.BasketProduct SPAN
{
	float: right;
	margin: 0px;
	padding: 0px;
	color: #000;
}
.BasketProduct SPAN .icon
{
	padding-top: 4px;
}
#BasketItems
{
	margin: 3px 0px;
	padding: 3px 5px 0px 8px;
	border-top: 1px dotted #000;
	color: #000;
	font-weight: bold;
}
.TotalItems
{
	text-align: right;
	float: right;
	margin-left: 5px;
	color: #000;
	font-weight: bold;
}
#BasketTotal
{
	color: #000;
	margin-bottom: 10px;
	padding-left: 8px;
	font-weight: bold;
}
.TotalPrice
{
	text-align: right;
	float: right;
	margin: 0px 5px 0px 0;
	padding: 0px;
	color: #000;
	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
{
	color: #333333;
	background: #DCA976;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: 20px auto;
	text-align: center;
}
.txtcartProgressCurrent
{
	color: #C6EADD;
	background: #DCA976;
	font-weight: bold;
}
.quickBuy
{
	text-align: center;
	color: #333333;
	background: #DCA976;
	padding: 4px 0;
	width: 87%;
	margin: 0 auto 10px;
}
.tdcartTitle
{
	font-weight: bold;
	color: #000;
	background: #CC6600;
}
.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 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;
	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: #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: #CC6600;
	font-size: 11px;
	width: 858px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
A.txtCopyright:hover
{
	text-decoration: none;
}
/**MISCELLANEOUS
******************/
.txtError
{
	font-weight: bold;
	color: #050F72;
	background: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtOutOfStock
{
	color: #FF0000;
	font-size: 75%;
}
#shipping-select
{
	width: 110px;
}
.txtfooter, A.txtfooter
{
	text-align: center;
	padding-top: 5px;
	color: #FE3200;
	background: transparent;
	font-size: 11px;
	/*[disabled]width:858px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-weight: bold;
}
A.txtfooter:hover
{
	text-decoration: none;
}
/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	color: black;
	background-color: #E0FFB8;
	padding: 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* Field error messages */
span.validation-advice, span.custom-advice, label.error {
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFFFF; /* set this to fix problem in IE */
	font-weight: bold;
}

/* This is for the CAPTCHA */
#recaptcha_area {
	margin: 0.5em 0;
}
.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {
	border: 1px solid #70CDCC !important;
}
.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {
	border: 2px solid #FF3333 !important;
}
.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {
	border: 1px solid #B1D16C !important;
}
.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {
    display: none;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */

