html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration:none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #222B7A;
	margin: 0px;
	font-size: 14px;	
}
img {
	border: none;
}

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

.searchBtn {
	color: #FFFFFF;
	background-color: #666666;
	border: 0px solid #666666;
	height: 18px;
	width: 30px;
	font-size: 11px;
}
.searchBox {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
	padding-left: 4px;
}
.textbox {
	background-color: #E0F0FF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.textbox_newsletter {
	background-color: #E0F0FF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	width: 140px;
}
/* IE Only width */
* html .textbox_newsletter { 
	width: 140px;
}

.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px dashed #EBEBEB;
	font-size: 11px;
	color: #000000;
}
.submit {	
	color: #FFFFFF;
	background-color: #070F72;
	padding:4px;
	height: 18px;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	border: 0px solid #0033FF;
	height: 22px;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #ffffff;
}
a.txtSession, a.txtSiteDocs {
	color: #ffffff;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color:#3300FF;
	text-decoration: underline;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #070F72;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #000000;
}
a.txtButton2:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#009900;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #000000;	
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #FF6600;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #070F72;
	text-decoration:none;
}
a.txtLink {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
a.txtLink2 {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
a.txtLink3 {
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #FF6600;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #FF6600;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #0672CC;
	width:310px;
}
.txtContentPrice {
	text-align:right;
	font-size: 14px;
	color:#006600;
	width:90px;
}
.txtSubCatDesc {
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	width:215px;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 0px solid #999999;
}
.tdListTitle {
	background-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	padding-top:3px;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 0px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#0033CC;
	text-decoration: none;
	padding: 1px 2px 2px 2px;
	border: 0px solid #006600;
}
a.txtviewCart:hover {
	font-weight: bold;
	background-color: #006600;
	border: 0px solid #000000;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #FF9900;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #EBEDFE;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
}
.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;
}
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 {
	border-top: 1px solid #070F72;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	border-bottom: 1px solid #070F72;
}

.RatingBottom {
	background-color: #070F72;
	padding: 3px;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	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;
}

#apDiv1 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:1;
	left: 23px;
	top: 255px;
	font-family:Consolas;
	font-size:17px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv2 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:2;
	left: 229px;
	top: 255px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv3 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:3;
	left: 435px;
	top: 255px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv4 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:1;
	left: 23px;
	top: 434px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv5 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:2;
	left: 229px;
	top: 434px;
	font-family:Consolas;
	font-size:20px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv6 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:3;
	left: 435px;
	top: 434px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv7 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:1;
	left: 23px;
	top: 613px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv8 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:2;
	left: 229px;
	top: 613px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv9 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:3;
	left: 435px;
	top: 613px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv10 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:1;
	left: 23px;
	top: 792px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv11 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:2;
	left: 229px;
	top: 792px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv12 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:3;
	left: 435px;
	top: 792px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv13 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:1;
	left: 23px;
	top: 971px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv14 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:2;
	left: 229px;
	top: 971px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}
#apDiv15 {
	position:absolute;
	width:160px;
	height:115px;
	z-index:3;
	left: 435px;
	top: 971px;
	font-family:Consolas;
	font-size:18px;
	font-weight:bold;
	color:#036;
	text-align:center;
}

.icon {
	position: absolute;
	z-index: 1;
	width: 200px;
	height: 200px;
}
.icon_border {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
.icon_image {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
}
.icon_image2 {
	position: absolute;
	z-index: 20;
	top: 78px;
	left: 40px;
}
.icon_text {
	z-index:30;
	position: absolute;
	width: 160px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#033;
	top: 33px;
	left: 20px;
}
.icon_text2 {
	z-index:30;
	position: absolute;
	width: 160px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#033;
	top: 23px;
	left: 20px;
}
.icon_text3 {
	z-index:30;
	position: absolute;
	width: 160px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#033;
	top: 13px;
	left: 20px;
}
.contact_us_email {
	font-weight: bold;
	color: #990000;
	font-size:12px;
}
.contact_us_telephone {
	font-weight: bold;
	color: #990000;
	font-size:20px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 350px; /*Width of Carousel Viewer itself*/
height: 70px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 75px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}