html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	color: #333333;
}

h1 { font-size: 130% ; color: #68bca5 }

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #FFFFFF;
	background-color: #2b6771;
	border: 1px solid #b1d16c;
	height: 20px;
	width: 30px;
	font-size: 10px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}

.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px dashed #e1e1e1;
	font-size: 12px;
	color: #e1e1e1;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	color: #ffffff;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #2b6771;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	color: #333333;	
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

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: #666666;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #70cdcc;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #2b6771;
	border: 1px solid #b1d16c;
	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: #2b6771;
	border: 1px solid #b1d16c;
	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: #70cdcc;
	border: 1px solid #66bbba;
	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:12px;
}
.txtSale {
 	color: #70cdcc;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:16px;
	font-weight:bold;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #2b6771;
	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: #2b6771;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url('../../../skins/KitaBlue/styleImages/backgrounds/hdr-main.png') #ffffff;
	height: 15px;
	border-top: 0px solid #E1E1E1;
	border-left: 0px solid #E1E1E1;
	border-right: 0px solid #E1E1E1;
	padding: 12px 5px 5px 5px;
}
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #333333;
	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: #666666;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	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: #2b6771;
	border: 1px solid #b1d16c;
	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: #70cdcc;
	border: 1px solid #66bbba;
	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: #e1e1e1;
	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 #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #666666;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.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: 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;
}

a.topLink { color: #0000ff ; text-decoration: underline }
a.topLink:active, a.topLink:link, a.topLink:visited { color: #0000ff ; text-decoration: underline }
a.topLink:hover { color: #666666 ; text-decoration: underline }

a.breadcrumb { color: #ffffff ; text-decoration: underline }
a.breadcrumb:active, a.breadcrumb:link, a.breadcrumb:visited { color: #ffffff ; text-decoration: underline }
a.breadcrumb:hover { color: #000000 ; text-decoration: underline }

a.button { color: #ffffff ; text-decoration: none ; background: #2b6771 ; padding: 3px 10px 3px 10px ; font-weight: bold ; border: 1px solid #b1d16c }
a.button:active, a.button:link, a.button:visited { color: #ffffff ; text-decoration: none ; background: #2b6771 ; padding: 3px 10px 3px 10px ; font-weight: bold ; border: 1px solid #b1d16c }
a.button:hover { color: #999999 ; text-decoration: none ; background: #2b6771 ; padding: 3px 10px 3px 10px ; font-weight: bold ; border: 1px solid #b1d16c }

a.buttonr { color: #ff0000 ; text-decoration: none ; background: #ffcc00 ; padding: 3px 10px 3px 10px ; font-weight: bold ; border: 1px solid #ff0000 }
a.buttonr:active, a.buttonr:link, a.buttonr:visited { color: #ff0000 ; text-decoration: none ; background: #ffcc00 ; padding: 3px 10px 3px 10px ; font-weight: bold ; border: 1px solid #ff0000 }
a.buttonr:hover { color: #999999 ; text-decoration: none ; background: #ffcc00 ; padding: 3px 10px 3px 10px ; font-weight: bold ; border: 1px solid #ff0000 }

/* ################################ Left Hand Menu ################################ */
ul#lhNav { margin: 0px ; padding: 0px ; list-style: none ; width: auto ; font: 11px "Lucida Sans", "Lucida Sans Unicode", Verdana ; line-height: 13px ; text-align: left }
ul#lhNav li ul{ list-style: none ; font: 11px "Lucida Sans", "Lucida Sans Unicode", Verdana }
ul#lhNav li ul, li.menuHeading { width: auto }
ul#lhNav li { position: relative ; margin: 0px }
ul#lhNav li ul li { position: relative ; margin: 0px }
ul#lhNav li a { display: block ; text-decoration: none ; color: #333333 ; padding: 3px ; background: #ffffff ; text-indent: 0px ; border-bottom: 1px solid #68bca5 ; font: 11px "Lucida Sans", "Lucida Sans Unicode", Verdana ; text-align: left  ; width: auto }

/* Fix IE. Hide from IE Mac &*/
* html ul#lhNav li, * html ul#lhNav li ul li { float: left; height: 1%; }
* html ul#lhNav li a, * html ul#lhNav li ul li a { height: 1%; }
/* End */

ul#lhNav li a:hover { color: #68bca5 ; padding: 3px ; background: #ffffff ; text-indent: 0px ; font: 11px "Lucida Sans", "Lucida Sans Unicode", Verdana ; text-align: left  ; width: auto } /* Hover Styles */
* html ul#lhNav li ul li a:hover { background: #ffffff } /* Hover Styles */ /* hack */
ul#lhNav li:hover ul, ul#lhNav li.over ul { display: block } /* The magic */
ul#lhNav li.over ul li a, ul#lhNav li:hover ul li a, ul#lhNav li.selectedHeading:hover ul li a {background-color: transparent;}
ul#lhNav li:hover a, ul#lhNav li.over a, ul#lhNav li:hover ul li a:hover { background: #ffffff }
/* ################################ Left Hand Menu ################################ */
