html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #597561;
}

.soc {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #093803; text-decoration: none; letter-spacing:1px;}

.cat {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #093803; text-decoration: bold; letter-spacing:1px;}

.menu {font-family: times new roman, times, serif; font-size:15px; font-weight: bold; color: #454D45; letter-spacing:1px; text-decoration: none;}

.footer {font-family: arial, helvetica, sans-serif; font-size:10px; color: #E2EFE6; text-decoration: none;}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #FFFFFF;
	background-color: #597561;
	border: 1px solid #597561;
	height: 17px;
	width: 28px;
	font-size: 11px;
}
.searchBox {
	color: #597561;
	background-color: #FFFFFF;
	border: 1px solid #597561;
	font-size: 11px;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #597561;
	font-size: 11px;
	color: #597561;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #597561;
	/*font-size: 11px;*/
	color: #597561;
}
.submit {	
	color: #597561;
	background-color: #FFFFFF;
	border: 1px black solid;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #597561;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	color: #597561;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #597561;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:1px;
}
a.txtSession, a.txtSiteDocs {
	color: #597561;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #D2113E;
	text-decoration: underline;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #597561;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9FD09E;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #9FD09E;
}
.txtOutOfStock {
	color: #9FD09E;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #597561;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #D2113E;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #597561;
	text-decoration:bold;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #D2113E;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #6D8F77;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #597561;
}
.txtBoxSave {
	color: #597561;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #597561;
}
.tdListTitle {
	background-color: #597561;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #DCF2E4;
}
.tdOdd {
	background-color: #FFFFFF;
}
.txtCartPrice {
	float: right;
	color: #000000;
	padding-right: 3px;
}
.txtCart {
	color: #597561;	
}
.cartTotal {
	border-top: 1px dashed #597561;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #D2113E;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #759f81;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #093803;
}
a.txtviewCart:hover {
	background-color: #8fb199;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #D2113E;
	background-color: #9FD09E;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #093803;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #597561;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #CF103C;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #597561;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #597561;
	border-bottom: 1px solid #000000;
}
.tdcartEven {
	background-color: #DCF2E4;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #000000;
}
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9FD09E;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #597561;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9FD09E;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #597561;
}
.txtStockWarn {
	color: #597561;
}
.txtError {
	font-weight: bold;
	color: #9FD09E;
	background-color: #FFFFFF;
	border: 1px solid #597561;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #A9D5A8;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #597561;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	border-top: 1px solid #597561;
	border-right: 1px solid #597561;
	border-left: 1px solid #597561;
	background-color: #9FD09E;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #597561;
	border-left: 1px solid #597561;
	background-color: #FFFFFF;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #597561;
	border-left: 1px solid #597561;
	background-color: #FFFFFF;
	padding: 3px;
	border-bottom: 1px solid #597561;
}

.RatingBottom {
	background-color: #9FD09E;
	padding: 3px;
	border-right: 1px solid #597561;
	border-left: 1px solid #597561;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #597561;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}
/* 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 */
	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 */
	border: 1px solid #C0DAF9;    /* customize this! - border colour when selected */
}
/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal, .voHorizontalSelected, .voWithNames, .voWithNamesSelected {
	width:  120px;                /* customize this! - width of horizontal visual options */
	height: 145px;                /* 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 */

