html, body, table, tr, td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #51444e;
}

img {
	border: none;
}

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

.searchBtn {
	color: #FFFFFF;
	background-color: #ed587a;
	border: 1px solid #ed587a;
	height: 20px;
	width: 30px;
	font-size: 11px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
.searchBox {
	border: 1px solid #d3cec5;
	background-image: url(../styleImages/lupa.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0 2px;
	height: 23px;
	margin-left: 11px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 0;
	margin-bottom: 5px;
	width: 115px;
	}

.pink {
	color: #ed587a;
	}
	
.textbox {
	color: #51444e;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	padding: 2px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
.submit {	
	color: #FFFFFF;
	height: 55px;
	/* font-weight: bold; */
       background-image: url(../styleImages/b_proceed2.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	background-color: #FFFFFF;
	border: none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
/* .submit:hover {
	background-image: url(../styleImages/b_proceed2_hover.gif);
} */

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

.submit2 {	
	color: #FFFFFF;
    font-weight: bold;
	background-repeat: no-repeat;
	padding: 2px;
	font-size: 12px;
	background-color: #ED587A;
	border: none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

  .submit2:hover {
	background-color: #51444E;
}

.couponCode td{
	background-color: #f2f0ed;
	padding: 8px;
	margin-bottom: 10px;
	}

.couponCode td div.warn {
	color: #51444e;
	background-color: #f2f0ed;
	border: 1px dashed #51444e;
	padding-top:5px;
	padding-bottom: 5px;
	}

.redeemFeedback {
	color: #ed587a;
	padding-top:5px;
	padding-bottom: 5px;
	font-size: 14px;
	}

ol, ul {
	margin-left: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
	margin-top: 4px;
}

li {
	margin: 0px;
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(../styleImages/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-image: none;
	line-height: 120%;
	margin-bottom: 12px;
}

.paddedcol li {
	margin-bottom: 0px;
	}

li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #51444e;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #51444e;
}
a.txtSession, a.txtSiteDocs {
	color: #ed587a;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #ed587a;
	text-decoration: underline;
}
.txtButton {
	color: #FFFFFF;
	background-color: #ed587a;
	border: 1px solid #ed587a;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
	
a.txtButton {
	color: #FFFFFF;
	background-color: #ed587a;
	border: 1px solid #ed587a;
	font-family:Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #51444e;
	border: 1px solid #51444e;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
	color: #ed587a;
}
.txtSale {
 	color: #c3e37e;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.txtOutOfStock {
	color: #ed587a;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	text-align: right;
	text-decoration:blink;
}

.txtInStock {
	color: #51444e;
	font-weight: bold;
	font-size: 12px;	
}

#prodInfoRight {
	float: right;
	padding: 5px;
	text-align: right;
	width: 290px;
	border: 0;
	}
	
#prodInfo .txtOutOfStock {
	display: block;
	}
	
.selectOptionBox {
	font-size: 11px;
	width: 100px;
	}

.boxSaleItems {
	background-color: #ffffff;
	padding: 4px;
	}
	
.saleItem {	
	font-size: 11px;
	text-align: center;
	border-top: 1px dashed #cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	}

.saleItem a, .saleItem a:visited {
	text-decoration: none;
	color: #51444e;
	}

.saleItemSave {
	padding: 2px;
	font-weight: bold;
	color: #ed587a;
	font-size: 12px;
	}

.boxTestimonial {
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	text-align: center;
	border-top: 1px dashed #cccccc;
	}

.Testimonial_intro {height:94px;}
	
/*
#prodInfo .txtOutOfStock {
	padding: 8px;
	display: block;
	}
*/

.txtcartProgressCurrent {
	font-weight: bold;
	color:#ed587a;
	font-size: larger;
	}

.txtOutOfStockOverPic {
	background-color: #ffffff;
	color: #ed587a;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	position: relative;
	top: -70px;
	text-align: center;
	}

.buyButton {
	display: block;
	float: right;
	width: 120px;
	margin-left: 6px;
	padding-left: 0;
	text-align: right;
	}

/*
.buyButton {
	padding: 5px;
	display: block;
	}
*/

.shippingStatus {
	position: relative;
	top: -66px;
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0;
	left: 114px;
	z-index: 1000;	
}

#statusLegend {
	font-size: 11px;
	}

#statusLegend li {
	margin-bottom: 1px;
	margin-top: 5px;
	background-image: url(../styleImages/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	list-style-image: none;
	}
	
#statusLegend h4 {
	border-top: 1px dashed #e1e1e1;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	}


.txtPrice {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #51444e;
}


/* used in the product page only */
	
#price {
	color: #90B144;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 8px;
	width: 180px;
	}
	
#price .txtOldPrice {
	font-size: 13px;
	font-weight: normal;
	color: #ed587a;
	}
	
#price B {
	color: #51444e;
	padding-left: 4px;
	}
	
/* -- */

.small {
	font-size: 11px;
	}
	
.tiny {
	font-size: 9px;
	}

.smallpink {
	font-size: 11px;
	color: #ed587a;
	}

.medium {
	font-size: 12px;
	}

.txtPriceSmall {
	font-size:12px;
	font-weight: bold;
	color: #90B144;
	margin-bottom: 4px;
	}

.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #ed587a;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #51444e;
	text-decoration:none;
}

a.errorLink {
	color: #ed587A;
	text-decoration:none;
}

a.errorLink:hover {
	color: #51444e;
	text-decoration:none;	
}

a:visited {
	text-decoration:none;
	}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #ed587a;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #ed587a;
	text-decoration:none;
}
.txtContentTitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ED587A;
	background-color: #EAE8E5;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}

.prodOption {
	font-size: 13px;
	color: #ED587A;
	width: 570px;
}

.txtBoxSave {
	color: #ed587a;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #ed587a;
	padding-right: 3px;
	font-size: 11px;
	font-weight: bold;
	
}
.txtCart {
	color: #51444e;	
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0;
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 4px;
	margin-top: 6px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 130%;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #51444e;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #ed587a;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #C3E37E;
	border: 1px solid #b1d16c;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #ed587a;
	border: 1px solid #66bbba;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	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: #e1e1e1;
	border: 1px solid #cccccc;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #51444e;
	padding: 9px;
}
.txtfdProgressCurrent {
	color: #ed587a;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #51444e;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 14px;
	
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 2px;
	padding-top: 2px;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 2px;
	padding-top: 2px;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.cartTotal TD {
	background-color: #fbd5dd;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ed587a;
	border-bottom: 2px solid #ed587a;
	font-size: 13px;
	}

.txtStockWarn {
	color: #ed587a;
}
.txtError {
	color: #ed587a;
	background-color: #eae8e5;
	border: 1px solid #eae8e5;
	padding: 8px;
	font-size: 14px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.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: #e1e1e1;
	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;
}


.catDescription {
	font-size: 12px;
	line-height: 140%;
	}
	
#productText li {
	margin-bottom: 0px;
	}
	
/* 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 */

.infoText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
/*  font-weight: bold;*/
    color: #51444e;
    background-color: #E0FFB8;
    border: none;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin: 3px 0px 5px 0px;
}

.infoFeedback {
    font-family: Verdana, Arial, Helvetica, sans-serif;
/*  font-weight: bold;*/
    color: #51444e;
    background-color: #E0FFB8;
    border: none;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin: 3px 0px 5px 0px;
}

.featured { 
	float: left; 
	margin: 4px; 
	padding-top: 4px; 
	text-align: center;  
	width: 175px; 
	height: 150px;
	display:inline;background: url(../styleImages/backgrounds/latest_bg01.png) no-repeat center top;
}

.featured:hover {
	background: url(../styleImages/backgrounds/latest_bg02.png) no-repeat center top;
}

.featuredTitle { 
	font-size: 110%; 
	font-weight: bold; 
	color: #FFFFFF; 
	margin: 0; 
	padding: 3px 3px 3px 20px;  
}

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

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

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


.txtBoxSaveEa {
	color: #F90707;
}

.SaleMarquee {height:110px;}
 
 /*---------------------------------
  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 15px 0;
}
.bookmarkLinks p, .bookmarkLinksInline p {
	font-weight:900;
	margin:0;
	padding:0 0 6px 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 8px 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;
}

.paginate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: -50px;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:200;
border-right-color: 3px #ED587A;
border-bottom-color: 3px #ED587A;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: navy;
margin: 3px 8px;
}

.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;
	}