.textbox {
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
	width:150px;
	padding:2px;
	vertical-align:middle;
}
.textboxNarrow {
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
	width:40px;
	padding:2px;
	vertical-align:middle;
}
.textboxWide {
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
	width:250px;
	padding:2px;
	vertical-align:middle;
}
.textboxDisabled {
	background-color:#333;
	border: none;
}
form, ul {
	margin: 0px;
	padding: 0px;
}
ol li {
	margin:0;
	padding: 10px 0;
}
ul li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
}
li.num {
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
	color:#333;
}
a, a.txtSession {
	color:#333;
	text-decoration: none;
} 
a:hover, a.txtSession:hover {
	color:#333;
	text-decoration: underline;
} 
.txtSessionGrey {
	color:	#333;
	text-transform: capitalize;
}
.txtCopy {
	color: #333333;
}
.txtSiteDocs {
	color: #fff;
}
a.txtSiteDocs { 
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	font-size:105%;
}
a.txtSiteDocs:hover {
	color: #57b000;
	text-decoration:none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #900;
	font-weight:900;
}
.txtOutOfStock {
	color: #900;
	font-weight:900;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation, a.txtUpdate {
	color: #480;
	text-decoration:underline;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover, a.txtUpdate:hover {
	color: #333;
	text-decoration:underline;
}
.txtContentTitle {
	font-weight: bold;
	color: #333;
}
div.txtContentTitle {
	font-weight: normal;
	font-size:1.8em;
	line-height:1.6em;
	margin:5px 0 10px 0;
}
div.imgContentTitle {
	padding:10px 0 10px 0;
	height:33px;
}
.txtBoxSave {
	color: #333;
	padding-left: 16px;
}
.tblList {
	
}
.tdListTitle {
	font-weight: bold;
	color:#fff;
	background-color: #155B6A;
}
.tdEven, .tdOdd {
	background-color: #fff;
	border-bottom:1px solid #ccc;
}
.txtCartPrice {
	float: right;
	padding:0;
}
.txtCart {
	color: #333;	
}
.cartTotal {
	padding:3px 10px 0 10px; 
	margin:0;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #480;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #333;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 15px 10px;
	border: 1px dotted #CCCCCC;
	width: 640px;
	margin: auto;
	font-size:125%;
}
.txtcartProgressCurrent {
	color: #61A2DF;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color:#fff;
	background-color: #480;
}
.tdcartEven {
	background-color: #efefef;	
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
.txtStockWarn {
	
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #fff;
	background-color: #900;
	border: 1px solid #f30;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	padding-top: 5px;
	color: #fff;
	font-size:small;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.session a {
	color:#480;
	text-decoration:underline;
}
#breadcumb a {
	color:#480;
	text-decoration:underline;
}
h3 {
	font:normal normal 1.3em/1.3em  "trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
#footer p {
	padding:5px 0 0 0;
	margin:0;
}
/* Advanced Expanding Category Links by convict http://cubecartmods.eu */
.catTree ul, catTree li {
	list-style-type:none;
}

.catTree li {
	list-style-position: outside;
}

.catTree ul {
	padding-left:10px;
}

.catTreeTop {
	color: #333;
	padding-left:0;
}
/* New classes */
a.txtPdf {
	color: #480;
	text-decoration:underline;
	margin:0;
	padding:8px 0 10px 22px;
	background:url(../styleImages/electric/pdf.gif) no-repeat left;
}