/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  
  -webkit-text-size-adjust:400%;
-moz-text-size-adjust:150%;
-ms-text-size-adjust:400%; 

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.cat_description {  font-family : Arial; color: #800000; font-weight: bold }
.boxText { font-family: Arial; font-size: 11px; }
.errorBox { font-family : Arial; font-size : 18px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 11px; color: #70d250; text-decoration: underline; }
.navBlue     { color: #FF0000; font-size: 8pt; font-family: Verdana; }
.subnavBlue     { color: #9966FF; font-size: 8pt; font-family: Verdana; }

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 635px) 
and (orientation : portrait) {
body, h2, h1, p, h9, td, #roundedgreybox, .main{
  font-size: 24px !IMPORTANT;
}
ul{
  font-size: 24px !IMPORTANT;
  line-height: 1.2em;
}
}

BODY {

  color: #000000;
  margin: 0px;
  background-image:url('/templates/Original/images/main_bg_grad_small_reflex.jpg');
  background-position:top;
  /*background-repeat:repeat-y;*/
  background-repeat:repeat-x;
  background-attachment:fixed;
  font-family:Arial, Helvetica, sans-serif;
}

ul {  
padding:0px;
margin-left:20px;
margin-bottom:15px;
}


h1 {  
	text-decoration: none;
  	font-weight: bold;
	font-size: 13px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 18px;
 	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 100%;
}

strong {
  text-decoration: none;
  font-weight: bold;
}

A {
  color: #003399;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #003399;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #333366;
}


TD.headerNavigation {
  font-family: Arial;
  font-size: 11px;
  background: #333366;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

a:hover.headerNavigation {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial;
  font-size: 18px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
  
}

TD.headerInfo {
  font-family: Tahoma, Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #333366;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  background: #333366;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
  border-width:0;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Arial;
  font-size: 11px;
  border-width:0;
}

.infoBoxNotice {
  background: #FF8E90;
  border-width:0;
}

.infoBoxNoticeContents {
  /*background: #FFE6E6;*/
  font-family: Arial;
  font-size: 11px;
  border-width:0;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  /*background: #333366;*/
  color: #ffffff;
  background-image:url('/images/infobox_head_back.jpg');
  height:24px;
  border-width:0;
}

TD.infoBoxHeading_main {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  /*background: #333366;*/
  color: #ffffff;
  background-image:url('/images/infobox_head_back_2.jpg');
  height:24px;
  border-width:0;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 11px;
  border-width:0;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #bfd4e8;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  padding:3px;
}

TABLE.specListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  padding:3px;
}

.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: #000066;
  color: #FFFFFF;
  font-weight: bold;
  padding:5px;
}

.productlisting-headingPrice { 
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

.breadcrumbs a {
	color:#000000;
	}
.breadcrumbs a:hover {
	color:#000000;
	}

TD.productListing-data {
  font-family: Arial;
  font-size: 13px;
  padding:3px;
}

A.pageResults {
  color: #0000FF;
}

a:hover.pageResults {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #003399;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 13px;
  font-weight:bold;
}


TD.accountCategory {
  font-family: Arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.categoryHeading {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

TD.category_desc {
  font-family: Arial;
  font-size: 11px;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer;}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 11px; color: #ff0000; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Arial;
  font-size: 11px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
.content 	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica}

/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="333366" FACE="Arial" SIZE="1"> */
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
  color: #BDCAF0;
}

 /* Show Header Page Links */
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000
}
A.HeaderPageLinks {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}
a:hover.HeaderPageLinks {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

TD.cookieUsage {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
}
.yearHeader { font-family: Helvetica, Arial, Verdana; font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth { background-color: #333366; cursor: default; width: 100%;}
.calendarHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendarWeekend { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendar { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
.event { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}

/* VJ infosystem added */
h4.infoTitle { 
  margin: 0;
  margin-bottom: 0.2em;
}

p.infoBlurb { 
  margin: 0;
  margin-bottom: 2em;
}


TD.productPriceInListing {
  font-family: Arial;
  font-size: 11px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Arial;
  font-size: 11px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Arial;
  font-size: 12px;
  background: #ccffcc;
  }
.categories {
	border:1px #666666 solid;
	padding-left:2px;
	padding-top:13px;
	/*padding-bottom:3px;*/
	padding-right:2px;
	text-align:center;
	vertical-align:middle;
	margin-top:2px;
	/*margin-bottom:2px;*/
	height:35px;
	background-image:url('/templates/Original/images/categories_back.jpg');
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
}
.categories-on {
	border:1px #666666 solid;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:2px;
	height:25px;
	background-image:url('/templates/Original/images/categories_back_on.jpg');
	font-weight:bold;
	
}

/*LIGHTBOX STYLES*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
/*#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }
*/

#prevLink { left: 0; float: left;background: url(/images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(/images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* END LIGHTBOX STYLES */

/* Store Locator */
.searchTitle {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
}

.textForm {
  font-family: arial;
  font-size: 12px;
}

input, select {
  font-family: arial;
  font-size: 12px;
}

.noResults {
  font-family: arial;
  font-size: 12px;
  color: #FF0000;
}

.resTableColor {
  background: #ffffff;
}

.resTableTitle {
  font-family: arial;
  font-size: 18px;
  color: #000000;
}

.storeInfoText {
  font-family: arial;
  font-size: 12px;
}

.storeTitle {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.linkMap {

}
/*End Store Locator */
.content {
    position:relative;
    z-index:1;
}


/* ============================================================================================================================
== TECH TIP BUBBLE - SEE http://nicolasgallagher.com/pure-css-speech-bubbles/demo/default.css FOR MORE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.techtip {
	
	padding:10px;
	margin:1em 5px 0em;
	color:#000;
	background:#f3961c; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(#f9d835, #f3961c);
	background:-o-linear-gradient(#f9d835, #f3961c);
	background:linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#FFF27F;
	-webkit-box-shadow: 2px 2px 2px 0px #aaaaaa;
	-moz-box-shadow: 2px 2px 2px 0px #aaaaaa;
	box-shadow: 2px 2px 2px 0px #aaaaaa; 
}

.techtip.left {
overflow: auto; 
	margin-left:0px;
	background:#FFF27F;
	-webkit-box-shadow: 2px 2px 2px 0px #aaaaaa;
	-moz-box-shadow: 2px 2px 2px 0px #aaaaaa;
	box-shadow: 2px 2px 2px 0px #aaaaaa; 
}
/*MAIN PAGE BOXES*/
#roundedwhitebox {
	border:#bbbbbb 1px solid;
	background-color:#ffffff;
	padding:4px;
	margin-bottom:7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa; 
}

#roundedgreybox {
	border:#cccccc 1px solid;
	background-color:#f4f4f4;
	padding:4px;
	margin-bottom:7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa; 
}
#roundedborderlessgreybox {
	background-color:#f4f4f4;
	padding:4px;
	margin-bottom:7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa; 
}

#roundedgreybox-content {
	display: inline-block;
	width: 300px;
}
#roundedbluebox {
	border:#cccccc 1px solid;
	background-color:#D9DFEF;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}
#roundeddarkgreenbox {
	border:#358E37 1px solid;
	background-color:#358E37;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}
#roundeddarkgreenbox a{
	color:#ffffff;
}
#roundedgreenbox {
	border:#cccccc 1px solid;
	background-color:#DAEFDD;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}

#roundeddarkbluebox {
	border:#4263A6 1px solid;
	background-color:#4263A6;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}
#roundeddarkbluebox a{
	color:#ffffff;
}

#roundedbox {
	border:#cccccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa; 
}
#roundedpurplebox {
	border:#cccccc 1px solid;
	background-color:#ECDCF5;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}
#roundedorangebox {
	border:#cccccc 1px solid;
	background-color:#FFE3B5;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}
#roundedredbox {
	border:#cccccc 1px solid;
	background-color:#FFABAB;
	padding:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}
#roundeddarkredbox {
	border:#a30901 1px solid;
	background-color:#a30901;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
	-moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
	box-shadow: 0px 0px 2px 0px #bbbbbb; 
}
/*TECH DATA TABLE*/

#techtable 
{
font-family:Arial, Helvetica, sans-serif;
width:100%;
	border:#cccccc 1px solid;
	background-color:#f4f4f4;
	margin-bottom:7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa;
border-spacing: 0px;
}
#techtable tr 
{
margin:0px;
padding:0px;

}
#techtable td, #techtable th 
{
font-size:.9em;
padding:2px 2px 2px 2px;
}
#techtable th 
{
font-size:1.2em;
text-align:left;
vertical-align: middle;
padding-top:5px;
padding-bottom:4px;
background-color:#4263A6;
color:#ffffff;
}
#techtable tr td 
{
color:#000000;
background-color:#f4f4f4;
border-top:#aaaaaa 0px solid;
}
#techtable tr.alt td 
{
color:#000000;
background-color:#eeeeee;
}

#techtable tr td.product 
{
color:#000000;
white-space:nowrap;
font-weight:bold;
width:120px;
}
#techtable tr td.description
{
color:#000000;
/*white-space:nowrap;*/
width:200px;
}
#techtable ul {  
margin-left:20px;
margin-bottom:0px;
margin-top:0px;
}
#techtable li {  
margin-bottom:5px;
margin-top:5px;
padding:0px;
}
