html, body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #077022;
}

img {
	border: none;
}

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

.searchBtn {
	color: #FFFFFF;
	background-color: #128e32;
	border: 1px solid #077022;
	height: 20px;
	width: 30px;
	font-size: 13px;
}
.searchBox {
	color: #077022;
	background-color: #FFFFFF;
	border: 1px solid #077022;
	font-size: 13px;
}
.textbox {
	background-color: #E0F0FF;
	border: 1px solid #077022;
	font-size: 13px;
	color: #077022;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 13px;*/
	color: #077022;
}
.submit {	
	color: #FFFFFF;
	background-color: #077022;
	border: 1px #077022 solid;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 13px;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px auto;
	padding: 0px;
	color: #077022;	
}
li {
	list-style-position: inside;
	margin: 0px auto;
	padding: 0px;
}
li.bullet {
	list-style-type: disk;
}
li.bulletLrg {
	list-style-type: disk;
	font-size: 15px;
}

li.num {
	color: #077022;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #077022;
}
a.txtSession, a.txtSiteDocs {
	color: #077022;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #128e32;
	text-decoration: underline;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #128e32;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #077022;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #077022;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #128e32;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #077022;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #128e32;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #128e32;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 15px;
	font-weight: bold;
	color: #077022;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 0px none;
}
.tdListTitle {
	background-color: #077022;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEvenOddInner {
	background-color: #fce7e7;
	background-image: url(../styleImages/backgrounds/productTdGradient2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.tdOddEvenInner {
	background-color: #FFFFFFFF;
}
.tdEven {
	background-color: #fce7e7;
	background-image: url(../styleImages/backgrounds/productTdGradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.tdOdd {
	background-color: #fce7e7;
	background-image: url(../styleImages/backgrounds/productTdGradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.txtCartPrice {
	float: right;
	color: #FFFFFF;
	padding-right: 6px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #077022;
	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: #128e32;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #128e32;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #077022;
}
a.txtviewCart:hover {
	background-color: #128e32;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #128e32;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #077022;
}
.cartProgress {
	font-weight: normal;
	color: #077022;
	padding: 4px;
	border: 1px solid #077022;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #128e32;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #077022;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #077022;
	border-bottom: 1px solid #128e32;
}
.tdcartEven {
	background-color: #faa9a9;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #128e32;
}
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #128e32;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #077022;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #128e32;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #077022;
}
.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: 13px;*/
	padding-top: 5px;
	color: #077022;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #077022;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	border-top: 1px solid #077022;
	border-right: 1px solid #077022;
	border-left: 1px solid #077022;
	background-color: #EBEDFE;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #077022;
	border-left: 1px solid #077022;
	background-color: #EBEDFE;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #077022;
	border-left: 1px solid #077022;
	background-color: #EBEDFE;
	padding: 3px;
	border-bottom: 1px solid #077022;
}

.RatingBottom {
	background-color: #077022;
	padding: 3px;
	border-right: 1px solid #077022;
	border-left: 1px solid #077022;
	color: #FFFFFF;
	/*font-size: 13px;*/
}

a.sortLink {
	color: #FFFFFF;
	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 2px 2px 2px;
	padding: 2px;
}
/* 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:  110px;                /* customize this! - width of horizontal visual options */
	height: 140px;                /* 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 */
/* start mod: Gift Registry - http://cubecart.expandingbrain.com */
.txtContentTitle h1 {
	font-size: 13px;
	margin: 0;
}
.boxContent h2 {
	font-size: 12px;
	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 #AAAAAA;
}
/* end mod: Gift Registry - http://cubecart.expandingbrain.com */