html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	height: 20px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 50px;
}
.searchBox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
color:#757575;
padding:3px;
width:90px;
font-size: 12px;
}

.searchBox:focus {
	color: #333333;
	border: 1px solid #BBBBBB;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px dashed #e1e1e1;
	font-size: 12px;
	color: #e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
}
.submit {	
	color: #FFFFFF;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #78A415;
	border: 1px solid #6E9810;
	font-family:Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 20px;
	padding: 0px;
	color: #333333;	
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #c32226;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #d53236;
	text-decoration: none;
}
.txtButton {
	color: #FFFFFF;
	background-color: #78A415;
	border: 1px solid #6E9810;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #78A415;
	border: 1px solid #6E9810;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #95be02;
	border: 1px solid #86ab03;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
 	color: #C32226;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	padding: 5px;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #c3e37e;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #32617E;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #528Eb3;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #32617E;
	background-color: none;;
	height: 24px;
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
}
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
	background-color: #eeeeee;
}
.tdListTitle {
	background-color: #4384ad;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #c32226;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #78a415;
	border: 1px solid #6e9810;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #95be02;
	border: 1px solid #86ab03;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #32617E;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
	display: none;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

.RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

.RatingBottom {
	background-color: #e1e1e1;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

#featured {
	width: 100%;
	height: 250px;
	background: url("../styleImages/backgrounds/bannerBG.jpg") top left repeat-x;
}

#banner {
	height: 225px;
	width: 325px;
	margin: 0 auto;
	background: url("../styleImages/backgrounds/banner0002.jpg") top left no-repeat;
	padding-left: 675px;
	padding-top: 25px;
	}
	
#banner #special {
	background: url("../styleImages/specials/proxtalker-special.png") top left no-repeat;
	width: 299px;
	height: 210px;
}

#special img.btn {
	vertical-align: baseline;
	margin-top: 153px;
	margin-left: 120px;
	border: 0px;
}
	
#banner p {
	margin: 0px 20px;
	padding-top: 20px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.4em;
	}
	
#nav_expand {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 5px;
}
	
#nav {
	width: 665px;
	height: 119px;
	background: url("../styleImages/backgrounds/navBG.png") top left no-repeat;
}

#nav ul {
	height: 87px;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	}
	
#nav ul li {
	float: left;
	vertical-align: baseline;
	margin: 0px 2px;
	}
	
#nav li#Resources {
	width: 96px;
	}
	
#welcome {
	width: 315px;
	height: 99px;
	float: right;
	padding: 10px;
	background: url("../styleImages/backgrounds/welcomeBG.png") top left no-repeat;
}


#latestProductsBox {
	width: 655px;
}

#boxTop {
	background: url("../styleImages/backgrounds/boxTopBG.png") top left no-repeat;
	width: 655px;
	height: 45px;
	font-weight: bold;
	font-size: 26px;
	padding-left: 60px;
	padding-top: 5px;
	color: #666666;
}

#boxBottom {
	background: url("../styleImages/backgrounds/boxBottomBG.png") top left no-repeat;
	width: 655px;
	height: 12px;
}

#boxMiddle {
	background: url("../styleImages/backgrounds/boxMiddleBG.png") top left repeat-y;
	width: 635px;
	padding: 0px 10px;
}
/*
Footer CSS
*/
#footer {
	background: none;
	width: 1000px;
	padding: 0px 10px 5px 10px;
	margin-top: 10px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #191919;
	text-align: right;
}

#footer a {
	color: #757575;
	font-weight: bold;
}

#footer a:hover {
	color: #444;
}

#footer_cap {
	background: url(images/bottom_cap.gif) no-repeat top center;
	margin: 0 auto;
	width: 1012px;
	padding: 0 0 20px 0;
	height: 5px;
}

#footer_links {
	clear: both;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #cccccc;
	text-align: left;
	}
	
#footer_links p {
	font-size: 13px;
	color: #32617E;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
	
#footer_links td {
	width: 25%;
	}
	
#footer_links ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	line-height: 14px;
	margin-top: 5px;
	}
	
#footer_links a {
	font-weight: normal;
	font-size: 13px;
	color: #757575;
	text-decoration: none;
	}
	
#footer_links a:hover {
	color: #444444;
}
	
#footer_links .categoryTitle {
	margin-bottom: 4px;
	}
	
#footer_links .categoryTitle a {
	color: #32617E;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	}

