
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #666666;
	height: 18px;
	width: 22px;
	font-size: 11px;
}
.searchBox {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
}
.textbox {
	background-color: #eeeeee;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.info {
	border: 0px;
	font-size: 11px;
	vertical-align: text-top;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 11px;*/
	color: #000000;
}
.submit {
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #666666;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
}
.submitmailing {
	vertical-align: text-bottom;	
}

form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: disc;
}
li.bulletLrg {
	list-style-type: disc;
	font-size: 10px;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #031074;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #031074;
	text-decoration: underline;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	
}
a.addtocartButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtPriceBig {
 	color: #0033FF;
	font-weight: bold;
	font-size: 13px;
}
.txtOldPrice {
	color: #0033FF;
	text-decoration: line-through;
	font-size: 11px;
 	font-weight: normal;
}
.txtSale {
 	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	
}
.txtSaleBig {
 	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.txtOutOfStock {
	color: #FF0000;
	font-weight: bold;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #FF6600;
	text-decoration:none;
}

.txtMenuGalleries, a.txtMenuGalleries {
	color: #FF6600;
	text-decoration:none;
	font-size: 11px;
}
a.txtMenuGalleries:hover {
	color: #000000;
	text-decoration:none;
}

.txtDefault, a.txtDefault, a.txtLocation {
	color: #666666;
	text-decoration:none;
	font-size: 11px;
}

.txtDefaultWine, a.txtDefaultWine {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
	color: #600;
	
}

.blueLink, a.txtLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #FF6600;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #FF6600;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txtWishlistGiftReg {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.txtWishlistGiftReg:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 0px solid #070F72;
}
.tdListTitle {
	background-color: #070F72;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #ffffff;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #FF0000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF0000;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #66CC33;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #FF9900;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #eeeeee;	
}
.tdcartOdd {
	background-color: #cccccc;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-weight: bold;
	color: #ffffff;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 50px;
	font-size: 10px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.RatingTop {
	border-top: 1px solid #070F72;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	border-bottom: 1px solid #070F72;
}

.RatingBottom {
	background-color: #070F72;
	padding: 3px;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

.boxTitlePopProd {
	color: #666666;
	font-weight: bold;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 20px;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-left: 5px;
	
}
.latestProdCat {
	color: #666666;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
		
}

.boxContentPopProd {
	border: 0px solid #000000;
	background-color: #ffffff;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.PopProdEa {
	text-align: center;
	padding: 3px;
}

.boxTitleSales {
	color: #666666;
	font-weight: bold;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 20px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
	
}

.boxContentSales {
	border: 0px solid #000000;
	background-color: #ffffff;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.SaleItemEa {
	text-align: center;
	padding: 3px;
}


.txtBoxSaveEa {
	color: #F90707;
}


 .PopProdMarquee {height:150px;}
 .SaleMarquee {height:100px;}
 
 /* start mod: Extended Product Options - http://cubecart.expandingbrain.com */

/* COLOURS WHEN NOT SELECTED plus other default values */
.voHorizontal, .voHorizontalSelected, .voVertical, .voVerticalSelected, .voWithNames, .voWithNamesSelected {
	border: 0px solid #ffffff;    /* customize this! - default border colour */
	text-align: center;
	margin: 0px 5px 10px 5px;
	padding: 5px;
}
/* COLOURS WHEN SELECTED */
.voHorizontalSelected, .voVerticalSelected, .voWithNamesSelected {
	background-color: #ffffff;    /* customize this! - background colour when selected */
	border: 0px solid #ffffff;    /* customize this! - border colour when selected */
	text-align: center;
	margin: 0px 5px 10px 5px;
	padding: 5px;
}
/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal, .voHorizontalSelected, .voWithNames, .voWithNamesSelected {
	width:  70px;                /* customize this! - width of horizontal visual options */
	height: 70px;                /* customize this! - height of horizontal visual options */
	float: left;
}
/* 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: middle;
	margin: 5px 0;
	width:  60px;                /* customize this! - width of horizontal visual options */
	height: 40px;
}

/* end mod: Extended Product Options - http://cubecart.expandingbrain.com */

.paginate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
	color: #FF6600;
	font-weight: bold;
}
/* start mod: Gift Registry - http://cubecart.expandingbrain.com */
.txtContentTitle h1 {
	font-size: 13px;
	margin: 0;
}
.boxContent h2 {
	font-size: 12px;
	font-weight: bold;
}
.BlueBg {
	padding: 0 10px;
}
.Button {
	margin: 10px 0;
}
.giftInfo {
}
.giftNoLongerAvailable {
	color: #FF0000;
}
a.txtConfirmGift {
}
a.moveToListButton, a.moveToListButton:hover, a.deleteButton, a.deleteButton:hover {
	font-size: 85%;
    white-space: nowrap;
	color: black;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 0 3px;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
}
a.moveToListButton:hover, a.deleteButton:hover {
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
}
/* end mod: Gift Registry - http://cubecart.expandingbrain.com */
/*BEGIN - Store Quick Edit*/
.AdminLinks {
	/*background-color: Lime;*/
	text-align: center;
	padding: 2px;
	font-weight: bold;
	color: #000000;
}

.AdminLinks a { font-size: 12px; }
.AdminLinks a:hover {}

.AdminCLinks {
	/*background-color: Lime;*/
	text-align: center;
	padding: 0 2px 0 2px;
	font-weight: bold;
	color: #000000;
}
/*END - Store Quick Edit*/
.infoText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    background-color: #C0C0FF;
    border: 1px solid #4040FF;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin: 3px 0px 5px 0px;
}

.testamonial {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%;
    font-weight: normal;
    text-align: left;
    padding-left: 0px;
    padding-right: 3px;
}
.testamonialname {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    color: #ff0000;
    text-align: right;
    font-style: italic;
    padding-left: 0px;
    padding-right: 3px;
    margin-bottom: 2px;
}

.viewMoreTestimonials {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: normal;
    text-align: left;
    padding-left: 0px;
    padding-right: 3px;
	color: #600;
}

.itemsInCart {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    padding-left: 0px;
    padding-right: 3px;
	color: #600;
}

/* 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 */

.ProdMarquee {height:140px;}

/*Shopping Basket box*/

.SCart{}



/*Shopping Basket number of items*/

.SCartItems {}



/*Shopping Basket total link*/

.SCartTotal a{

	color: #FF6600;

	text-decoration: underline;

	font-weight: none;
	font-size:11px;

}



/*Shopping Basket total hover effect*/

.SCartTotal a:hover{

	text-decoration: underline;
	color: #000000;

}

/*FOOTER*/
.txtFooter, a.txtFooter {

			color: #808080; /*you can change this color*/

			text-align: center;

			font-size: 9px;

		}



		a.txtFooter {

			text-decoration: underline;

		}



		a.txtFooter:hover {

			text-decoration: underline;

			font-weight: bold;

		}