/*
body {

	background-color: #e7ebf0;
	background-image: url("/img/bg-repeat.gif");
	background-position: center top;
    background-repeat: repeat-x ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
}
*/

div.prodDesc li{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 73%;*/
}
img {
	border: 0;
}
.darkRed {
	color: #006B3D;
}
#siteContainer {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	/*background-color: #FFF;*/
	/*padding:0 10px;*/
	clear:both;
}
#defaultFooterContainer {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
div.spacer {
clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #436089;
	text-decoration: underline;
}
a:hover {
	color: #5C5C5C;
	text-decoration: underline;
}
table.productDetails tr.alternate {
	background-color: #77EA93;
	padding: 4px 7px;
}
table.productDetails  {
	background-color: #E6FFEC;
	margin-bottom: 10px;
}
.tblCleanLightTable {
}

.tblCleanLightTable td.heading {
	color: #666;
	background-color: #CCC;
	padding: 2px;
	border-bottom: 1px solid #AAA;
}
.tblCleanLightTable tr td.label {
		padding: 1px 4px;
}
	
.tblCleanLightTable tr td.input {
		padding: 1px 4px;
}	
.tblCleanLightTable td.info {
		padding-left: 15px;
}

.tblCleanLightTable tr td {
	padding: 1px 0;
	vertical-align: top;
	text-align: left;
}

.tblCleanLightTable tr.spacerRow {
	height: 15px;
}

/* Default Display Table */
.tblDefaultTable {
	background-color: #CCC;
}
.tblDefaultTable td.heading {
	background-color: #4B65A4;
	border-bottom: 1px solid #333;
}
.tblDefaultTable td.colStyle1 {
	background-color: #EEEEEE;
}
.tblDefaultTable td.colStyle2 {
	background-color: #C2FDD1;
}
/* Useful styles for making forms */
.tblDefaultTable td.label {
	width: 15%;
	padding: 7px;
	vertical-align: top;
	text-align: right;
}
.tblDefaultTable td.input {
	width: 35%;
	padding: 7px 10px 7px 7px;
}
.tblDefaultTable tr td {
	padding: 5px;
}
div.checkBoxBlock {
	float: left;
	margin: 0px 10px 0px 0px;
	background-color: transparent;
}
.underline {
	text-decoration: underline;
}
#transbox h1, #transbox div {
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 2px 0;
	border-bottom: 1px solid #CCC;
}
table.infoBar tr td.tile {
	background-image: url("/img/productInfo/infoBarBgTile.gif");
	background-position: top;
	background-repeat: repeat-x;
	padding: 0 10px;
}
h2.slimline {
padding: 2px;
font-size: 90%;
border-bottom: 1px solid #CCC;
text-align: left;
}

/* Shopping Cart Table */
.tblCartTable {
	background-color: #E6FFFF;
}

.tblCartTable td.heading {
	background-color: #77EA93;
	color: black;
	padding: 5px;
}

.tblCartTable td.colStyle1 {
	background-color: #EFEFEF;
}

.tblCartTable td.colStyle2 {
	background-color: #fff;
}

.tblCartTable td.colStyle3 {
	background-color: #AECEFF;
}
.tblCartTable td.label {
		width: 15%;
		padding: 5px;
		vertical-align: top;
		text-align: right;
}
.tblCartTable td.input {
		width: 35%;
		padding: 10px 20px 10px 10px;
	}

.tblCartTable tr td {
	padding: 5px;
}
table.productDetails  {
	background-color: #E6FFFF;
	margin-bottom: 10px;
}

table.productDetails tr td {
	padding: 4px 7px;
}

table.productDetails tr.alternate {
	background-color: #80FFFF;
	padding: 4px 7px;
}

table.productDetails tr.alternate td {
	border-top: 1px solid #60BFBF;
	border-bottom: 1px solid #60BFBF;
}
/* Tool tip */
a.tooltip {
	position: relative;
	text-decoration: none;	
}

a.tooltip:hover span {
	z-index: 1000000;
	float:inherit;
	width: 100px;
color: black;
  position: absolute;
  top: 5px;
  left: 20px;
  display: block;
  background: #FFE;
  opacity: .90;
  border: 1px solid #666;
  font-size: 90%;
  Padding: 0px 5px 0px 5px;
 text-decoration: none;
 /* For IE */
 filter: alpha(opacity=90);
  } 
/* New Collapsable Menu */
#sideColMenu div {
padding: 0px;
background-color: white;
}

#sideColMenu div a  {
	display: block;
	padding: 2px 3px;
}

#sideColMenu div a {
	background-color: #DDD;
	color: #333;
	border: 0;
}

#sideColMenu div a:hover {
   background-color: #CCC; 
  }
  
.infoGrid {
background-color: #CCC;
margin-bottom: 20px;
}

.infoGrid tbody tr td, .infoGrid thead tr th  {
background-color: white;
text-align: left;
font-size: 80%;
padding: 3px;
}

a.greyMenuOption {
color:#777777 !important;
padding-left: 26px !important;