.searchBtn {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #74D900;
	border: 1px solid #666666;
	*/
	border:0;
	height: 14px;
	width: 9px;
	background-image: url("../styleImages/icons/arrow01.gif");
	background-repeat:no-repeat;
	margin-left:5px;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.textbox {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Mailing List  Button*/
.submit {	
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	height: 18px;
	color: #000000;
	border: none;
	background-color: #74D900;
	border: 1px solid #000000;
	*/
	border:0;
	height: 14px;
	width: 9px;
	background-image: url("../styleImages/icons/arrow01.gif");
	background-repeat:no-repeat;
	margin-left:5px;
}
.add {	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	height: 18px;
	color: #ffffff;
	border: none;
	background-color: #848284;
	padding-left:4px;
	padding-right:4px;
}

form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	/*list-style-type: square;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ff7f00;	
	list-style-image: url("../styleImages/icons/arrow.gif");

}
li.bulletLrg {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ff7f00;	
}
li.num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #031074;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #031074;
	text-decoration: underline;
}

/* Content Text Button*/
a.txtButton {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E7004D;
	/*
	background-color: #ffffff;
	*/
	padding: 2px;
	padding-left:6px;
	padding-right:6px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
/* Category Items hover button when click category: viewCat*/
a.txtButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E7004D;
	/*
	background-color: #FF6600;
	*/
	padding: 2px;
	padding-left:6px;
	padding-right:6px;
	line-height: 20px;
	text-align: center;
	text-decoration: underline;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	/*color: #FF6600;*/
	text-decoration:underline;
}
a.txtLink{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
}
a.txtLink2, a.txtLocation {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b7d7b;
	text-decoration:none;
}
a.txtLink2:hover  {
 	font-family: Arial, Helvetica, sans-serif;
	color: #7b7d7b;
	text-decoration:underline;
}
.txtDefault, a.txtDefault {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}
a.txtDefault:hover  {
 	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:underline;
}

.txtCurDir, a.txtCurDir {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b7d7b;
	text-decoration:none;
}
a.txtCurDir:hover  {
 	font-family: Arial, Helvetica, sans-serif;
	color: #7b7d7b;
	text-decoration:underline;
}


a.txtLink:hover, a.txtLocation:hover  {
 	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.txtDefault2:active, a.txtDefault2:link, a.txtDefault2:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}
a.txtDefault2:hover{
 	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:underline;
}

.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #ffffff;
	padding-left:5px;
}
.txtContentTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
/* sale items Save text color*/
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
/* Items title border colour*/
.tblList {
	/*border: 1px solid #B3B3B3;*/
}

/* Items title background colour*/
.tdListTitle {
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
    border-top: 1px solid #B3B3B3;
	background-color: #FFFFFF;
}
/* Items colour*/
.tdOdd {
    border-top: 1px solid #B3B3B3;
	background-color: #ffffff;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;	
}
/* Shopping Cart Inside Content Box Size*/
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 172px;
	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: #FF6600;
}
/* Text View Cart Button*/
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	background-color: #808080;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	padding-left:6px;
	padding-right:6px;
	/* border: 1px solid #000000;*/
}
a.txtviewCart:hover {
	background-color: #BABABA;
	color: #ffffff;
}
.cartProgress {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #FF9900;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* View Basket: Cart table header background colour*/
.tdcartTitle {
	font-weight: bold;
	color: #ffffff;
	background-color: #848284;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
    border-top: 1px solid #CCCCCC;
	background-color: #ffffff;	
}
.tdcartOdd {
     border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
/*Continue Button*/
a.txtCheckout:active, a.txtCheckout:link, a.txtCheckout:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #848284;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left:4px;
	padding-right:4px;
	border: 1px solid #000000;
}
a.txtCheckout:hover {
	background-color: #BABABA;
	color: #ffffff;
}

/*Update Basket button*/
a.txtUpdate:active, a.txtUpdate:link, a.txtUpdate:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #848284;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left:4px;
	padding-right:4px;
	border: 1px solid #000000;
}
a.txtUpdate:hover {
	background-color: #BABABA;
	color: #ffffff;
}

.txtStockWarn {
	font-size: 75%;
	color: #FF0000;
}
.txtError {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 0px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 166px;
}

