html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Geneva; 
	font-size: 0.82em;
	color: #000;
	font-weight: normal;
}

img {
	border: none;
}

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

.searchBtn {
	color: #FFFFFF;
	background-color: #24b;
	border: 1px solid #000;
	height: 18px;
	width: 30px;
	font-size: 11px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.searchBox {
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #abd;
	font-size: 0.82em;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	height: 16px;
}
.textbox {
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #abd;
	font-size: 0.82em;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #abd;
	/*font-size: 0.82em;*/
	color: #333;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	color: #FFFFFF;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #24b;
	border: 1px solid #000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #333333;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 0.82em;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #03c;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #d20;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #24b;
	border: 1px solid #000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #24b;
	border: 1px solid #000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #d20;
	border: 1px solid #02a;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:0.85em;
}
.txtSale {
 	color: #b00;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:0.82em;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:0.85em;
	font-weight:bold;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 0.82em;
}
a.txtSiteDocs:hover {
	color: #b00;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #b00;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #b00;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background-color: #cccccc;
	height: 16px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
}
.txtBoxSave {
	color: #b00;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #333;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #333;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #333;
}
.txtCartPrice {
	float: right;
	color: #03c;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.cartTotal {
	border-top: 1px dashed #333;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #24b;
	border: 1px solid #000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #b00;
	border: 1px solid #46f;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #b00;
	border: 1px solid #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #333;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #03c;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #333;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #333;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #333;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.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: 108px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

#RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

#RatingBottom {
	background-color: #333;
	padding: 3px;
	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;
	align: right;
}

h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 1px;
	padding-top: 0px;
	text-align: center;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: left;
	color: #b00;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 1px;
	
	
}

H3 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

H4 {
	font-family: Arial, Helvetica;
	font-size: 1em;
	color: #000066;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #006;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 1px;
	padding-top: 0px;
	text-align: center;
}

.border1 {
	border: 1px solid #666666;
}

.boxTitlePopProd {
font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background-color: #cccccc;
	
	height: 15px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}
	
.boxContentPopProd {
	border: 1px solid #333;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 5px;
}
	
.PopProdEa {
	text-align: center;
	padding: 3px;
}

/* 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: 0.82em auto 0.82em auto;
	background-color: #E0FFB8;
	padding: 1px 0.82em;
	position: relative;
}
.divEmailError {
	margin: 0.82em auto 2em auto;
	padding: 0.82em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 0.82em 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;
}

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

/* start mod: Gift Registry - http://cubecart.expandingbrain.com */
.txtContentTitle h1 {
	font-size: 13px;
	margin: 0;
}
.boxContent h2 {
	font-size: 0.82em;
	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 #cccccc;
}
/* end mod: Gift Registry - http://cubecart.expandingbrain.com */

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

/* COLOURS WHEN NOT SELECTED plus other default values */
.voHorizontal, .voHorizontalSelected, .voVertical, .voVerticalSelected, .voWithNames, .voWithNamesSelected {
	/*border: 1px solid #E0EAF9;    /* customize this! - default border colour */
	border: 1px solid #D0E6F9;
	text-align: center;
	margin: 0 5px 10px 5px;
	padding: 5px;
}
/* COLOURS WHEN SELECTED */
.voHorizontalSelected, .voVerticalSelected, .voWithNamesSelected {
	/*background-color: #F5F7FF;    /* customize this! - background colour when selected */
	background-color: #E8F4FF;
	/*border: 1px solid #C0DAF9;    /* customize this! - border colour when selected */
	border: 1px solid #BBCCDD;
}
/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal, .voHorizontalSelected, .voWithNames, .voWithNamesSelected {
	width:  160px;                /* customize this! - width of horizontal visual options */
	height: 185px;                /* 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;
}

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

.red {
	color: #CC0000;
	font-weight: bold;
}

.bigtext {
	font-family: "Bradley Hand", "Blackadder", Cracked, Times;
	font-size: 24px;
	font-weight: bold;
	}
	
.rightmarg {
	padding-right: 2px;
	}
	
.Languages ul li img {
border:0;}
.Languages ul li {
display: inline;list-style-type: none;font-family:Arial, Helvetica, sans-serif;font-size:75%;color:#333333;text-decoration:none;
}

/*---------------------------------
  Social Bookmarks by Electric Studio, http;//www.electricstudio.co.uk
----------------------------------*/
.bookmarkHolder {
	position:relative;
	bottom:18px;
	right:0;
	margin:0 auto;
	width:950px;
}
.bookmarkButton {
	float:right;
	width:120px;
	text-align:right;
}
.bookmarkLinks {
	border:solid 2px #D20000;
	background-color:#fff;
	padding:10px;
	width:130px;
	display: none;
	position:absolute;
	bottom:0;
	right:0;
}
.bookmarkLinksInline {
	padding:0 0 23px 10px;
}
.bookmarkLinks p, .bookmarkLinksInline p {
	font-weight:900;
	margin:0;
	padding:0 0 4px 0;
}
.bookmarkLinks ul, .bookmarkLinksInline ul{
	list-style:none;
	margin:0;
	padding:0;
}
.bookmarkLinks ul li{
	text-align:left;
	padding:2px 4px 8px 0 ;
}
.bookmarkLinksInline ul li{
	text-align:left;
	float:left;
	padding:2px 10px 0px 0 ;
}
ul li.delicious {
	background:url("../styleImages/backgrounds/delicious.png") no-repeat 0 0;
}
ul li.digg {
	background:url("../styleImages/backgrounds/digg.png") no-repeat 0 0;
}
ul li.reddit {
	background:url("../styleImages/backgrounds/reddit.png") no-repeat 0 0;
}
ul li.facebook {
	background:url("../styleImages/backgrounds/facebook.png") no-repeat 0 0;
}
ul li.stumbleupon {
	background:url("../styleImages/backgrounds/stumbleupon.png") no-repeat 0 0
}
ul li.sphinn {
	background:url("../styleImages/backgrounds/sphinn.png") no-repeat 0 0
}
ul li.google {
	background:url("../styleImages/backgrounds/google.png") no-repeat 0 0
}
ul li.mixx {
	background:url("../styleImages/backgrounds/mixx.png") no-repeat 0 0
}
.bookmarkLinksInline ul li a, .bookmarkLinks ul li a {
	padding:0 0 0 23px;
	margin:0 0 0 0px;
}

.backbutton {
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
	color: #D00;
	background-color: #fff;