html, body {
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	color: #1C2939;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}
.searchMenu {
	background-image: url(../styleImages/searchmenu.gif);
	height: 50px;
}
.searchBtn {
	background-image: url(../styleImages/go.png);
	vertical-align: middle;
	background-color: transparent;
	position: static;
	background-position: center;
	background-repeat: no-repeat;
	width: 68px;
	height: 40px;
	border: none;
}
.searchBox {
	color: #666;
	vertical-align: middle;
	margin-right: 70px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	font-size: 14px;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	margin: 10px;
	width: 30%;
	height: 18px;
	padding: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
	-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}
.textbox:focus, .textboxupper:focus, .textboxlower:focus, .textboxcaps:focus {
	color: #333333;
	background: #FCF8C7;
	border: 3px solid #FFD166;
	font-size: 14px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox:hover, .textboxupper:hover, .textboxlower:hover, .textboxcaps:hover {
	color: #333333;
	background: #FCF8C7;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxupper {
	color: #333333;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(99%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ffffff',GradientType=0 ); /* ie */border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 5px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox {
	color: #333333;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(99%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ffffff',GradientType=0 ); /* ie */border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxcaps {
	color: #333333;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(99%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ffffff',GradientType=0 ); /* ie */border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxlower {
	color: #333333;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(99%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ffffff',GradientType=0 ); /* ie */border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 5px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	color: #333333;
	background: #eeeeee; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* ie */
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	color: #FFFFFF;
	height: 30px;
	font-weight: bold;
	border-style: none;
	font-size: 12px;
	background-image: url(../styleImages/centcolbg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
}
input.largerCheckbox {
	width: 10px;
	height: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}

/* Heading */
h1 {
	font-size: 18px;
	color: #726E4C;
}

h2 {
	font-size: 16px;
	color: #726E4C;
}

h3 {
	font-size: 14px;
	color: #726E4C;
}

h4 {
	font-size: 12px;
	color: #726E4C;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #333333;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: disc;
}
li.bulletLrg {
	list-style-image: url(../styleImages/bullet.gif);
	font-size: 14px;
	color: #0099FF;
	letter-spacing: -0.3px;
	font-weight: bold;
}

li.num {
	color: #0099FF;		
}
li.account {
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtLink, .txtLocation {
	color: #666666;
	text-decoration: none;
	padding-bottom: 8px;
}
a.txtSession, a.txtLink, a.txtLocation {
	color: #666666;
	text-decoration: none;
	text-decoration: underline;
	padding-bottom: 8px;
}
a.txtSession:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #666666;
	text-decoration: underline;
	padding-bottom: 8px;
}
.txtTop {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 800;
}
a.txtTop {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 800;
	text-decoration: underline;
}
a.txtTop:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 800;
	text-decoration: underline;
}
.txtTopSess {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	margin-left: 100px;
	text-align: left;
}
a.txtTopSess {
	color: #FFFFFF;
	text-decoration: underline;
	float: left;
	margin-left: 100px;
	text-align: left;
}
a.txtTopSess:hover {
	color: #FFFFFF;
	text-decoration: underline;
	float: left;
	margin-left: 100px;
	text-align: left;
}
.txtProdButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 22px;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../styleImages/buy-bg.gif);
	background-repeat: no-repeat;
	border-style: none;
	background-position: center;
	padding: 40px;
	text-decoration: none;
}
.txtProdButton:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 22px;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../styleImages/buy-bg.gif);
	background-repeat: no-repeat;
	border-style: none;
	background-position: center;
	padding: 40px;
	text-decoration: underline;
}
.txtButton {
	color: #FFFFFF;
	background-color: #66CC00;
	background-image: url(../styleImages/centcolbg.jpg);
	border: 1px solid #4ea500;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-box-shadow: 0px 1px 3px #6D8752;
	-webkit-box-shadow: 0px 1px 3px #6D8752;
	box-shadow: 0px 1px 3px #6D8752;
}
.txtButton:hover {
	color: #FFFFFF;
	background-color: #66CC00;
	background-image: url(../styleImages/centcolbgover.jpg);
	border: 1px solid #4ea500;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
	text-align: center;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-box-shadow: 0px 1px 3px #6D8752;
	-webkit-box-shadow: 0px 1px 3px #6D8752;
	box-shadow: 0px 1px 3px #6D8752;
}
.txtInfoButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../styleImages/prod-button.gif);
	text-shadow: #666 1px 1px 3px;
	border: 2px solid #09F;
	background-position: center;
	height: 25px;
	padding: 5px;
	text-decoration: none;
}
.txtInfoButton:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../styleImages/prod-button.gif);
	text-shadow: #666 1px 1px 3px;
	border: 2px solid #09F;
	background-position: center;
	height: 25px;
	padding: 5px;
	text-decoration: underline;
}
a.txtButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../styleImages/centcolbg.jpg);
	height: 30px;
	padding: 4px;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../styleImages/centcolbg.jpg);
	height: 18px;
	padding: 4px;
	text-decoration: none;
}
.txtOldPrice {
    font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #808080;
	padding-bottom: 10px;	
	text-decoration: line-through;
}
.txtSale {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: -0.4px;
	color: #0099FF;
	padding-bottom: 10px;
}
.txtOutOfStock {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #666666;
	text-decoration:none;
}
.txtPrice {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: -0.4px;
	color: #0099FF;
	padding-bottom: 10px;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1px;
	font-size: 11px;
	font-weight: 200px;
}
a.txtSiteDocs:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1px;
	font-size: 11px;
	font-weight: 200px;
}
.txtDefault, a.txtDefault {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #333333;
	letter-spacing: -0.3px;
	text-decoration:none;
}
.txtFeatured, a.txtFeatured {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #137DD5;
	font-size: 20px;
	letter-spacing: -0.3px;
	text-decoration:none;
}

.txtFeaturedCat, a.txtFeaturedCat {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #137DD5;
	font-size: 17px;
	letter-spacing: -0.3px;
	text-decoration:none;
	
}
.txtDefaultX, a.txtDefaultX {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	letter-spacing: -0.2px;
	color: #333;
	text-decoration:none;
}
.txtTestimonials, a.txtTestimonials {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	letter-spacing: -0.2px;
	color: #069;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration:none;
}
.txtTestimonialsReview {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #069;
	text-decoration:none;
}
.txtDefaultC, a.txtDefaultC {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #666666;
	letter-spacing: 0px;
	text-decoration:none;
}
.txtDefaultX2, a.txtDefaultX2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	letter-spacing: 0px;
	color: #333;
	text-decoration:none;
}
.txtDefaultSort, a.txtDefaultSort {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	background-image: url(../styleImages/sort.jpg);
	color: #666;
	text-decoration:none;
}
a.txtDefault:hover {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #66CC00;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align:  left;
	color: #0078BF;
	background-color: #ECF1F4;
	border: #A5B8C7 1px solid;
	height: 18px;
	padding: 10px;
	padding-bottom:20px;
	text-decoration: none;
}
.txtBlogTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: -0.4px;
	font-weight: bold;
	text-align:  left;
	color: #4A535B;
	background-color: #ECF1F4;
	background-image: url("../styleImages/backgrounds/blogbg.png");
	background-position: top right;
	background-repeat: no-repeat;
	border: #A5B8C7 1px solid;
	height: 18px;
	padding: 10px;
	padding-bottom:20px;
	text-decoration: none;
}
.txtHeaderTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 25px;
	letter-spacing: -1.3px;
	text-shadow:#069;
	font-weight: 900;
	color: #FFFFFF;
}
.txtProdInfoTitle {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align:  left;
	color: #0078BF;
	background-color: #ECF1F4;
	border: #A5B8C7 1px solid;
	height: 18px;
	padding: 10px;
	padding-bottom:10px;
	text-decoration: none;
}
.location {
	padding-bottom: 15px;
}
.txtBoxSave {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	font-weight: bold;
}
.tblList {
}
.tdListTitle {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1px;
	font-size: 11px;
	font-weight: 200px;
	text-decoration: none;
}
.sortProds {
	background: #f6f8f9; /* old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #E3E8EE;
	letter-spacing: 0.1px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.tdListTitle:active, a.tdListTitle:link {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1px;
	font-size: 11px;
	font-weight: 200px;
	text-decoration: underline;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px solid #C7DCE9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #C7DCE9;
	padding-top: 10px;
	padding-bottom: 10px;
}
.txtCartPrice {
	color: #ECFFCE;
	font-size: 18px;
	padding-right: 3px;
}
.txtCart {
	color: #FFFFFF;	
}
.cartTotal {
	border-bottom: 0px solid #C6D0DD;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 1px;
}
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: #66CC00;
	background-image: url(../styleImages/centcolbg.jpg);
	border: 1px solid #4ea500;	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -0.8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
	text-shadow: #666 1px 1px 3px;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #66CC00;
	background-image: url(../styleImages/centcolbg.jpg);
	border: 1px solid #4ea500;	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -0.8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 10px;
	text-align: center;
	text-decoration: underline;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
	text-shadow: #666 1px 1px 3px;
}
a.txtBuyBtn:active, a.txtBuyBtn:link, a.txtBuyBtn:visited {
	color: #FFFFFF;
	background-color: #66CC00;
	background-image: url(../styleImages/centcolbg.jpg);
	border: 1px solid #4ea500;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-box-shadow: 0px 1px 3px #6D8752;
	-webkit-box-shadow: 0px 1px 3px #6D8752;
	box-shadow: 0px 1px 3px #6D8752;
}
a.txtBuyBtn:hover {
	color: #FFFFFF;
	background-color: #66CC00;
	background-image: url(../styleImages/centcolbgover.jpg);
	border: 1px solid #4ea500;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
	text-align: center;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-box-shadow: 0px 1px 3px #6D8752;
	-webkit-box-shadow: 0px 1px 3px #6D8752;
	box-shadow: 0px 1px 3px #6D8752;
}
a.prodBuyBtn:hover, a.prodBuyBtn:link, a.prodBuyBtn:visited, a.prodBuyBtn {
	color: #FFFFFF;
	background-color: #66CC00;
	background-image: url(../styleImages/centcolbg.jpg);
	border: 1px solid #4ea500;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -0.1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-box-shadow: 0px 1px 3px #6D8752;
	-webkit-box-shadow: 0px 1px 3px #6D8752;
	box-shadow: 0px 1px 3px #6D8752;
}
a.txtLikeThis:active, a.txtLikeThis:link, a.txtLikeThis:visited {
	color: #FFFFFF;
	background-color: #09F;
	background-image: url(../styleImages/centcolbgblue.jpg);
	border: 1px solid #09C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-box-shadow: 0px 2px 3px #999;
	-webkit-box-shadow: 0px 2px 3px #999;
	box-shadow: 0px 2px 3px #999;
}
a.txtLikeThis:hover {
	color: #FFFFFF;
	background-color: #09F;
	background-image: url(../styleImages/centcolbgblueover.jpg);
	border: 1px solid #09C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 1px;
	text-align: center;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-box-shadow: 0px 2px 3px #999;
	-webkit-box-shadow: 0px 2px 3px #999;
	box-shadow: 0px 2px 3px #999;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #66CC00;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: -0.1px;
	color: #0062B3;
	background-color: #ffffff;
	border-bottom: 0px solid #C6D0DD;
}
.couponMessage {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0px;
	color: #52420C;
	margin-top: 30px;
	background-color: #FBF9D0;
	padding: 20px;
	border: 1px solid #FC0;
}
.tdBlueHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #808080;
	padding: 10px;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 0px solid #C6D0DD;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 0px solid #C6D0DD;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	letter-spacing: 0px;
	text-align: center;
	color: #862022;
	background-color: #F9E8E8;
	border:#DD2226 1px solid;
	padding: 10px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	font-size: 9px;
	color: #FFF;
	border: 1px solid #B1DDFE;
	background-color: #6abcf8;
	padding: 2px;
	text-transform: uppercase;
	margin-left: 3px;
	font-weight: 200;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.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-family: Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1px;
	line-height: 20px;
	font-size: 11px;
	border: 1px solid #CCC;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

#RatingBottom {
	background-color: #CDDBE0;
	padding: 6px;
	padding-left: 15px;
	color: #394E62;
	font-size: 11px;
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}


/*---------------------------------
  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 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	letter-spacing: -0.1px;
	color: #55BF00;
	font-weight: 900;
	text-decoration:none;
	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 {
    font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	letter-spacing: -0.1px;
	color: #A0A0A4;
	text-indent: 10px;
	font-weight: 900;
	text-decoration:none;
	padding:0 0 0 26px;
	margin:0 0 0 0px;
}
.curvedBox {
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	color: #666;
	padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
a.curvedBox {
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding: 20px;
	width:90%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.boxTitlePopProd {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.2px;
	text-align:center;
	color: #FFFFFF;
	background-image: url(../styleImages/leftcolbgwide.jpg);
	height: 20px;
	padding: 5px;
	border: #CCC;
}

.boxContentPopProd {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.PopProdEa {
	text-align: center;
	padding: 3px;
	padding-top: 10px;
}
 .ProdMarquee {
	 height:230px;
	 direction:up;
}
.BlueMenu {
	width: 900px;
	background-color: #F5F9FA;
	border: 3px solid #109ee6;
	padding: 10px;
	-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 0px 10px 15px #666;
	-webkit-box-shadow: 0px 10px 15px #666;
	box-shadow: 0px 10px 15px #666;

}
.txtBlueMenu, a.txtBlueMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #006BD7;
	font-size: 11px;
	padding-top: 3px;
	line-height: 12px;
	text-indent: 5px;
	padding-bottom: 5px;
	font-weight: 100;
}
a.txtBlueMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006BD7;
	font-size: 11px;
	padding-top: 3px;
	line-height: 12px;
	text-indent: 5px;
	padding-bottom: 5px;
	font-weight: 100;
	background-color: #AFD7FE;
}
.BlueMenuDesc {
	background:#109ee6;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#FFF;
	margin-bottom: 15px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}
.BlueMenuCat {
	font-size: 13px;
	color: #47565F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-top: 5px;
	letter-spacing: -0.3px;
	padding-bottom: 5px;
}
a.BlueViewAll:active, a.BlueViewAll:link, a.BlueViewAll:visited {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	letter-spacing: -0.5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: #036 2px 1px 5px;
	color: #FFFFFF;
	background-color: #109ee6;
	height: 18px;
	padding: 10px;
	padding-bottom:10px;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
a.BlueViewAll:hover {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	letter-spacing: -0.5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: #036 2px 1px 5px;
	color: #FFFFFF;
	background-color: #0B64A6;
	height: 18px;
	padding: 10px;
	padding-bottom:10px;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
.GreenMenu {
	font-size: 16px;
	width: 250px;
	background: #F2FEE7;
	border: 3px solid #58B306;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 0px 10px 15px #666;
	-webkit-box-shadow: 0px 10px 15px #666;
	box-shadow: 0px 10px 15px #666;
}
.txtGreenMenu, a.txtGreenMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 250px;
}
.tdGreenMenu, a.tdGreenMenu {
	border-top: 1px dotted #090; 
}
.GreenMenuDesc {
	background: #D1FBAC;
	border: 1px solid #63C21D;
	padding:10px;
	width:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#060
}
.roundme {
	background: #E6F5FF;
	border: 1px solid #94BFE2;
	border-bottom: 5px solid #94BFE2;
	border-radius: 3px;
	padding: 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
	/*HelpDesk Styles Added 1st April 2011*/

.tdTicketHeader {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	text-align:  left;
	color: #2C3858;
	background-color: #DCE3ED;
	height: 18px;
	padding: 10px;
	padding-bottom:10px;
	text-decoration: none;
}
.txtClosedTicket {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align:  left;
	color: #999;
	background-color: #F4F4F4;
	border: #CCC 1px solid;
	height: 18px;
	padding: 10px;
	padding-bottom:10px;
	text-decoration: none;
}
.txtOpenTicket {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align:  left;
	color: #0078BF;
	background-color: #ECF1F4;
	border: #A5B8C7 1px solid;
	height: 18px;
	padding: 10px;
	padding-bottom:10px;
	text-decoration: none;
}
#countdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 4px 0;
	padding-left: 30px;
	margin-bottom: 5px;
	color: #1B7AB4;
	background: #DFE6EC;
	background-image: url(http://www.evolution-slimming.com/store/clockbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border: 1px solid #4273A4;
} 
#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

#topbar{
position: absolute;
border: 5px solid #008be2;
margin-top: 50px;
padding: 40px;
height: 200px;
background-color: #3C98FF;
width: 650px;
visibility: hidden;
z-index: 100;
-moz-box-shadow: 0 0 10px 3px #666;
-webkit-box-shadow: 0 0 10px 3px #666;
background-image: url(popupgb.gif);
background-repeat: repeat-x;
background-position: center;
}

/*Currency list management and font*/
.Currency ul li {
	display: inline;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
	padding-left: 2px;
	padding-right: 10px;
}

/*Currency links - link effects*/
.Currency ul li a {
	color: #FFF;
	text-decoration: none;
	font-variant: small-caps;
	padding-top: 15px;
}
.Currency ul li a:hover {
	color: #FFF;
	text-decoration: underline;
	font-variant: small-caps;
	padding-top: 15px;
}

/*Current Currency Selected*/
.CurrencySelect{
	  color: #FFF!important;
	  background-color: #6BBB13;
}

/*Language list management and font*/
.Language ul li {
	display: inline;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: right;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 15px;
}

/*Language links - link effects*/
.Language ul li a {
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	padding-top: 15px;
}
.Language ul li a:hover {
	color: #000;
	text-decoration: underline;
	font-variant: small-caps;
	padding-top: 15px;
}
.Language ul li img {
	border: 1px solid #8CF;
	list-style-type: none;
	display: inline;
}
/*^'^ Navigation Structure ^'^*/
.bg {background: url(http://www.evolution-slimming.com/store/skins/KitaBlue/styleImages/bg.jpg);}
.menu {padding-left: 5%; margin:0; list-style:none; height:40px; background:#fff url(http://www.evolution-slimming.com/store/skins/KitaBlue/styleImages/bg.jpg) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:white; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(images/button4.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(images/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; padding:3px 0; white-space:nowrap; width:auto; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:650px;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:692px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#95d2ee; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}
