@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 960px;  
	background: #FFFFFF url(../images/bg-main.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
#mainContent h2{
	margin: 0px;
	padding: 0px;
}
#mainContent #header {
	background: #FFF;
	padding: 0;
	margin: 0;
	height: 62px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 10px Arial, Helvetica, sans-serif;
}
#header2 {
	background: #0a2956 url(../images/bg2.gif) repeat-x;
	padding: 0;
	margin: 0;
	height: 24px;
} 
#header2 h1 {
	margin: 0;
	padding: 2px 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFE866;
	text-align: right;
}

#header3{
	background: #212121 url(../images/bg3.gif) repeat-x;
	padding: 0;
	margin: 0;
	height: 44px;
	width: 789px;
	text-align: right;
	float: left;
} 
#header3left{
	background: #212121 url(../images/bg3.gif) repeat-x;
	float: left;
	height: 44px;
	width: 135px;
}
#header3right{
	background: #212121 url(../images/bg3.gif) repeat-x;
	float: right;
	height: 44px;
	width: 36px;
}
#header3 ul{
	list-style-image: url(../images/bullet1on2.gif);
}
ul.topNav{
	margin: 0px;
	padding: 8px 0px 0px;
	height: 44px;
}
ul.topNav li{
	display:inline;
	padding-right: 20px;
}
ul.topNav a, ul.topNav a:visited {
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	padding: 0px;
	margin: 0px;
  }
ul.topNav a:hover {
  color:#FFFF00;
  }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 6px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#sidebar1 li{
	margin-bottom: 4px;
}
#sidebar1 ul{
	list-style: url(../images/bullet1-2.gif);
	color: #0FF;
	font: 14px Arial, Helvetica, sans-serif;
	margin-left: 7px;
	padding-left: 7px;
	padding-top: 0px;
	margin-top: 0px;
}
#sidebar1 ul a{
	display:block;
	color: #FFF;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
.navselected{
	list-style: url(../images/bullet1on2.gif);
}
* html #sidebar1 ul a{  height: 1px;  }  /* Fixe IE6 Bug  */

#sidebar1 ul a:hover{
	color: #FFFF66;
	background: #68657C;
}
#sidebar1 h3{
	display:block;
	background: url(../images/link-heading2.gif) no-repeat;
	color: #ebcb35;
	font: bold 15px/27px Arial, Helvetica, sans-serif;
	padding-left: 5px;
	height: 27px;
	padding-top: 0px;
	margin: 0px;
}
#sidebar1 .endorsement{
	color: #DADDFE;
	font: italic 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #8179A8;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.navBox{
	margin: 0px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 156px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#sidebar2  h2 {
	padding: 0px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar2  h3 {
	margin: 0px;
	padding: 0px;
}
#sidebar2 form{
	margin: 0px;
	padding: 0px;
}
#mainContentWrapper{
	margin: 0;
	padding: 0;
	float: right;
	width: 624px;
}
#mainContentTop {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg4.gif) repeat-x;
	font: bold 18px/58px Arial, Helvetica, sans-serif;
	height: 48px;
	color: #EBCB35;
	text-align: center;
}
#mainContentTop h2{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 58px;
	font-weight: bold;
}
#mainContent {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background:#020202;
	font: 12px Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .address{
	font-size: 14px;
	padding-top: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* .section and .column are required in your HTML */
div.section {
	display:table; 
	width:624px;	
	clear: both;
}
div.column {
	display: table-cell;
	float:left;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #bfc9d4;
	border-right-color: #bfc9d4;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: center;
}

/* .column widths, minus border and padding widths */

div.t_column.section div.one {width:47px;}
div.t_column.section div.two {width:99px;}
div.t_column.section div.three {width:151px;}
div.t_column.section div.four {width:203px;}
div.t_column.section div.five {width:255px;}
div.t_column.section div.six {width:307px;}
div.t_column.section div.seven {width:359px;}
div.t_column.section div.eight {width:411px;}
div.t_column.section div.nine {width:463px;}
div.t_column.section div.ten {width:515px;}
div.t_column.section div.eleven {width:567px;}
div.t_column.section div.twelve {width:619px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin-top: 0px;
}
#McAfee {
	position:absolute;
	left:366px;
	top:2px;
	width:142px;
	height:99px;
	z-index:3;
}
#McAfeeDate{
	width: 90px;
	position: absolute;
	top: 37px;
	left: 11px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	z-index:4;
}
#plusone {
	position:absolute;
	left:150px;
	top:90px;
	width:60px;
	height:40px;
	z-index:3;
}
#plusonepage {
	position:absolute;
	left:235px;
	top:90px;
	width:80px;
	height:40px;
	z-index:3;
}
#plusonepage a{
	color: #CC0;	
}
#facebook {
	position:absolute;
	left:315px;
	top:92px;
	width:60px;
	height:28px;
	z-index:3;
}
.warning {
	color: #F30;
	font-weight: bold;
}
.outOfStock {	
	color: #FF0000;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #700;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #700;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar2 .tipTitle {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #000;
	font-weight: bold;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 .tipText {
	text-align: center;
	font-size: 11px;
	margin-bottom: 295px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#sidebar2 p {
	margin-top: 9px;
}
.productName {
	background-color: #314563;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
.productImage {
	width: 220px;
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.productDescription {
	width: 382px;
	float: left;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfc9d4;
	border-right-color: #bfc9d4;
	border-bottom-color: #bfc9d4;
	border-left-color: #bfc9d4;
}
.productName h2 {
	color: #EBCB35;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
.price {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #700;
}
input {
	font-weight: bold;
	background-color: #ECF5FF;
	width: 26px;
}
label {
	font-size: 11px;
	font-weight: bold;
}
.order {
	font-size: 12px;
	font-weight: bold;
}
.outOfStock {
	color: #F00;
	font-weight: bold;
	text-align: center;
}
.divLine {
	background-color: #bfc9d4;
	width: 100%;
	float: left;
	clear: both;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#breadcrumb{
	font-size: 12px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E6EC;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E1E6EC;
	height: 18px;
	width: 585px;
}
#orderBox{
	background-color: #D8DAF1;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C85A2;
	border-right-color: #6C85A2;
	border-bottom-color: #6C85A2;
	border-left-color: #6C85A2;
	font-size: 12px;
}
#orderBox h6{
	font-size: 16px;
	color: #330066;
	margin: 0px;
	padding: 0px;
}
.productTable{
	text-align: center;
	background-color: #FFF;
	font-size: 12px;
}
.productTable table{
	border-width: 0px;
	border-collapse:collapse;
}
.productTable td{
	padding: 0px;
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	font-weight: bold;
}
.productTable th{
	background-color: #314563;
	text-align: center;
	color: #eeeeff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.instructionTable{
	text-align: left;
	background-color: #FFF;
	font-size: 12px;
}
.instructionTable table{
	border-width: 0px;
	border-collapse:collapse;
}
.instructionTable td{
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.instructionTable th{
	background-color: #314563;
	text-align: center;
	color: #EBCB35;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-style: solid;
	border-color: #bfc9d4;
	border-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.blankTable{
	text-align: center;
	background-color: #FFF;
}
.blankTable td{
	padding: 0px;
	border-width: 0px;
}

.quantityTable table{
	border-width: 0px;
}
.quantityTable td{
	border-width: 0px;
	padding-bottom: 3px;
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-left: 5px;
}
.quantityDiv{
	width: 100%;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
.quantityRowBack{
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.productTable h2 {
	color: #EBCB35;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}

.productTable th a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0FF;
	font-size: 12px;
}
.productTable th a:visited {
	text-decoration: none;
	color: #0FF;
}
.productTable th a:hover {
	text-decoration: none;
	color: #FF0;
}
.productTable th a:active {
	text-decoration: none;
	color: #FF0;
}
.descriptionTable{
	background-color: #22395E;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.descriptionTable h2{
	color: #FFF;
}

#announceBox{	
	background-color: #22395E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #314563;
	border-right-color: #314563;
	border-bottom-color: #314563;
	border-left-color: #314563;
	color: #FFF;
	margin-top: 20px;
}
.quantityRowBack{
	background-color: #D8DAF1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.lightTable{
	background-color: #E1E6EC;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.customer{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.smallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mediumText{
	font-size: 16px;
	font-weight: normal;
}
.largeText{
	font-size: 18px;
	font-weight: bold;
}
.introText {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.boldBlue {
	color: #667B9A;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.subTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.smallYellow{
	font-size: 9px;
	color: #FFFF00;
	font-weight: bold;
}
.speedArrow{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #C10409;
}

#logo{
	position:absolute;
	left:9px;
	top:3px;
	width:116px;
	height:117px;
	z-index:3;
}

/* ============================================
   GLOBAL OUT OF STOCK OVERRIDE
   Hide all purchase controls site-wide
   ============================================ */
input[type="text"][name*="qty"],
input[type="number"][name*="qty"],
select[name*="qty"],
input[name="qty"],
form[action*="cart"] input[type="checkbox"],
form[action*="cart"] input[type="text"],
form[action*="cart"] input[type="number"],
form[action*="cart"] input[type="image"],
form[action*="cart"] select,
form[action*="cart"] textarea,
form[action*="cart"] .qty,
form[action*="cart"] .price,
form[action*="cart"] .price-display,
form[action*="cart"] .priceText,
form input[type="submit"][value*="Add"],
form input[type="submit"][value*="add"],
form input[type="submit"][value*="Cart"],
form input[type="submit"][value*="cart"],
form button[type="submit"],
.addtocart,
.add-to-cart,
#addtocart,
input[type="image"][src*="cart"],
input[type="image"][src*="add"],
img[src*="addshoppingcart"],
a[href*="cart.php"] img[src*="add"],
form[action*="cart"] a[href$=".pdf"],
form[action*="cart"] a[href*="download"],
form[action*="cart"] a[href*="pictures.php"],
.price-display,
.orderButton,
.orderNow {
	display: none !important;
}

form[action*="cart"] {
	position: relative;
	text-align: center;
}

form[action*="cart"] .quantityDiv:not(.pwpOrderSlot),
form[action*="cart"] .quantityTable,
form[action*="cart"] .quantity {
	font-size: 0;
	line-height: 0;
}

form[action*="cart"] .quantityDiv:not(.pwpOrderSlot)::before,
form[action*="cart"] .quantityTable::before,
form[action*="cart"] .quantity::before {
	content: "Out of Stock";
	display: inline-block;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	color: #b20000;
}

.outOfStockBadge {
	display: inline-block;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	color: #b20000;
}
