a
{
  outline: none;
  text-decoration:none;
  color:#0E51A3;
}

a:hover {
	color: #780e01;
}

.reverseLink {
	font-weight:bold;
	color: #780e01;
}

a.reverseLink:hover {
	color:#0E51A3;
}

.searchBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #780e01;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}

a.searchBtn:hover {
	background-color: #780e01;
	color: #FFFFFF;
}

.searchBox {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E51A3;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.submit {	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0E51A3;
	font-weight: bold;
	border: 1px solid #000000;
}
form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;	
}
li.bulletLrg {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;	
}
li.num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a.txtSession {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
} 
a.txtSession:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d2a74b;
} 
.txtSessionGrey {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.txtCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #05549E;
}
a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E51A3;
	padding: 3px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #780e01;
	padding: 3px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FFCC33;
}
.txtOutOfStock {
	color: #FFCC33;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.txtSiteDocs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0E51A3;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFCC33;*/
	color: #780e01;
	text-decoration:none;
}
.txtContentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #780e01;
	margin-left:1px;
	
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #676767;
	width:100%;
}
.tdListTitle {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0E51A3;
	border-bottom: 1px solid #676767;
}
.tdEven {
	background-color: #FFFFFF;
	color:#000000;
}
.tdOdd {
	background-color: #CCCCCC;
	color:#000000;
}
.txtCartPrice {
	float: right;
	color:#999999;
	padding-right: 3px;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;	
}
.cartTotal {
	border-top: 1px solid 999999;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #999999;
}
a.txtCartProduct:hover {
	position:relative;
	text-decoration: none;
	color: #d2a74b;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #FFCC33;
	color: #000000;
}
.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#333333;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #0E51A3;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #FFFFFF;
	color:#000000;	
}
.tdcartOdd {
	background-color: #CCCCCC;
	color:#000000;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E51A3;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E51A3;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	font-size: 70%;
	color: #FFCC33;
}
.txtError {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E51A3;
	border: 1px solid #000000;
	padding:2px;
	margin-right:15px;
}
.txtCopyright, a.txtCopyright {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#F8F8F8;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.txtCat {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.txtCat:hover {
	color:#d2a74b;
	
}

/*Styles I've added*/
.txtH4 {
	font:Arial, Helvetica, sans-serif;
	color:#0E51A3;
	font-size:18px;
}

.txtFooter {
	text-align:right;
	color:#999999;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

.imgLeft {
	float:left;
	margin-bottom:10px;
	margin-top:20px;
	border:thin solid #333333;
	border-left:#666666 thin solid;
	border-top:#666666 thin solid;
}

.imgRight {
	float:right;
	margin-left:10px;
	border:thin solid #333333;
	border-left:#666666 thin solid;
	border-top:#666666 thin solid;
}

.imgProd {
	border:thin solid #333333;
	border-left:#666666 thin solid;
	border-top:#666666 thin solid;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	width:350px;
}

.txtQuoteName {
	font-size:10px;
	font-style:normal;
	text-align:left;
	font-weight:bold;
}

.txtCaption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
}

a.txtFriend {
	color:#780e01;
	text-decoration:none;
}

a.txtFriend:hover {
	color:#0E51A3;
}