.searchBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	color: #000000;
	background-color: #efefef;
	border: #ffffff 1px outset;
	height: 18px;
	width: 30px;
	margin-top:1px;
	cursor:pointer;
}

.searchBtn:hover {
	background-color:#f5f5f5;
	cursor:pointer;
}

.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-color: #ffffff;
	border: 1px inset #ffffff;
	margin-top:1px;
}

.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;
}

.submit {	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EFEFEF;
	border: 1px outset #ffffff;
	cursor:pointer;
	height: 18px;
	font-weight: bold;
}

.submit:hover {
	background-color:#E0E0E0;
}

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: 70%;
	color: #000000;	
}

li.bulletLrg {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;	
}

li.num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;		
}

li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

.txtSession {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight:bold;
}

a.txtSession {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
} 

a.txtSession:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: underline;
} 

.txtSessionGrey {
	color:	#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	text-transform: capitalize;
}

.txtCopy, .txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

a.txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ff9c00;
	text-decoration: none;
}

a.txtSiteDocs:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #EFEFEF;
	border: outset 1px #ffffff;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

a.txtButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ff9c00;
	text-decoration:none;
}

a.txtSiteDocs:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9c00;
	text-decoration:none;
}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:underline;
}

.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #454545;
}

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

.tblList {
	border:0px solid #c0c0c0;
	background-color:#E0E0E0;
}

.tdListTitle {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom: 0px solid #c0c0c0;
}

.tdEven {
	background-color: #ffffff;
	padding-top:20px;
	padding-bottom:15px;
	border-bottom: 1px dotted #efefef;
}

.tdOdd {
	background-color: #ffffff;
	padding-top:20px;
	padding-bottom:15px;
	border-bottom: 1px dotted #efefef;
}

.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}

.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;	
}

.cartTotal {
	width: 180px;
	padding-top: 2px;
	margin-top: 3px;
}

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #ff9c00;
}

a.txtCartProduct:hover {
	text-decoration: underline;
	color: #000000;
}

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: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px outset #ffffff;
}

a.txtviewCart:hover {
	background-color: #E0E0E0;
	color: #000000;
}

.cartProgress {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}

.txtcartProgressCurrent {
	color: #61A2DF;
	font-weight: bold;
}

.quickBuy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
	color: #666666;
}

.tdcartTitle {
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
	border-bottom: 1px solid #666666;
}

.tdcartEven {
	background-color: #EFEFEF;	
}

.tdcartOdd {
	background-color: #FFFFFF;
}

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

a.txtCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}

a.txtUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}

.txtStockWarn {
	font-size: 70%;
	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: 10px;
	padding-top: 5px;
	color: #333333;
}

a.txtCopyright {
	color:#031074;
}

a.txtCopyright:hover {
	text-decoration: underline;
}

.dropDown {
	width: 120px;
	font-size:10px;
}
