.searchBtn {
  color: white;
  background-color: #090;
  border: none;
  height: 20px;
  width: 30px;
}
.searchBox, .textbox {
  width: 100px;
  color: black;
  background-color: white;
  border: 1px solid #060;
}
.textbox1 {
  color: black;
  background-color: white;
  border: 1px solid #060;
  width: 40px;
}
.textboxDisabled {
  background-color: white;
  border: none;
  font-size: 11px;
  color: #E1E1E1;
}

.submit {
  font-size: 8pt;
  background-color: #2c6e17;
  color: #FFFFFF;
  height: 18px;
  border: 1px solid #000;
}

form, ol, ul {
	margin: 0px;
	padding: 0px;
}

li {
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

li.bullet {
  list-style-type: square;
  font-size: 70%;
  color: #000000;	
}
li.bullet a {
  font-size: 8pt;
  text-decoration: none;
  color: #060;
}

li.bulletLrg {
  margin-left: 5px;
  list-style-type: square;
  color: #000000;	
}
li.num {
	font-size: 70%;
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
  font-size: 70%;
  color: #FFFFFF;
}
a.txtSession {
  color: #FFFFFF;
  text-decoration: none;
} 
a.txtSession:hover {
  color: #FFFFFF;
  text-decoration: underline;
} 

.txtSessionGrey {
  color:  #BFCCC7;
  font-size: 70%;
  text-transform: capitalize;
}
.txtCopy, .txtSiteDocs {
  color: #333333;
}


a.txtButton {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #090;
  padding: 2px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border: 1px solid black;
}

.txtOldPrice {
  text-decoration: line-through;
}

.txtSale {
  font-size: 1.2em;
  font-weight: bold;
  color: #090;
}

.txtOutOfStock {
  color: #FF0000;
}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
  text-transform: capitalize;
  font-size: 1.1em;
  color: #060;
  font-weight: bold;
  text-decoration:none;
}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 color: black;
 text-decoration: none;
}

.txtContentTitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #090;
}

.txtBoxSave {
  color: #090;
  padding-left: 16px;
}

.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
  font-size: 70%;
  color: #090;	
}
.cartTotal {
  border-top: 1px dashed #090;
  width: 150px;
  padding-top: 2px;
  margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
  text-decoration: none;
  color: #2c6e17;
}
a.txtCartProduct:hover {
  text-decoration: none;
  color: #090;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
  font-size: 70%;
  color: white;
  background-color: #090;
  text-decoration: none;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #000000;
}
a.txtviewCart:hover, a.txtButton:hover, a.txtUpdate:hover, a.txtCheckout:hover {
  background-color: #66CC33;
  color: #FFFFFF;
}
.cartProgress {
  padding: 4px;
  font-size: 1.1em;
  color: #999;
  border: 1px solid #CCCCCC;
  width: 350px;
  margin: auto;
}

.txtcartProgressCurrent {
  color: #2c6e17;
  font-weight: bold;
}

.quickBuy {
  text-align: center;
  color: #666666;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}

.tblList td {
  padding: 5px 10px;
}

.tdListTitle, .tdcartTitle {
  color: white;
  background-color: #999999;
  border-bottom: 1px solid #666666;
}
.tdEven, .tdcartEven {
  background-color: #e1e1e1;
  border-bottom: 1px solid #BFCCC7;
}

.tdOdd, .tdcartOdd {  
  border-bottom: 1px solid #BFCCC7;
  background-color: #FFFFFF;
}

a.txtCheckout {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #090;
  text-decoration: none;
  font-weight: bold;
  padding: 2px;
  border: 1px solid black;
}

a.txtUpdate {
  background-color: #2c6e17;
  color: #FFFFFF;
  border: none;
  height: 18px;
  font-weight: bold;
  border: 1px solid #090;
  text-decoration: none;
  padding: 2px;
  border: 1px solid #000000;
}

.txtStockWarn {
	font-size: 70%;
	color: #FF0000;
}
.txtError {
  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-size: 10px;
  padding-top: 5px;
  color: #BFCCC7;
}
a.txtCopyright:hover {
  text-decoration: none;
}
.dropDown {
	width: 120px;
}
