/* Global CSS Styles – Used across all areas of the site for all media types */
@import url(/css/textStyles.css);
@import url(/css/headerStyles.css);
@import url(/css/styleAdjusters.css);
@import url(/css/formStyles.css);
@import url(/css/menu.css);
@import url(/css/core3.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
}

#defaultBodyContainer {
	width: 900px;
	margin: 0 auto 0;
	text-align: left; /* compensates for the IE5/Win bug */
}

#headerTable {
	width: 100%;
	border: 0;
	height: 80px;
	margin-bottom: 0px;
}

#headerTable tr td.accessMenu {
	height: 25px;
	padding: 5px 0;
	text-align: right;
	vertical-align: middle;
}

#headerTable tr td.mainMenu {
	padding-bottom: 2px;
	text-align: left;
}

#headerTable tr td.siteSearch {
	height: 25px;
	padding-top: 6px;
	text-align: right;
	vertical-align: bottom;
}

#headerTable2 {
	width: 100%;
	border: 0;
}

#headerTable2 tr td.accessMenu {
	height: 25px;
	padding: 5px 0;
	text-align: right;
	vertical-align: middle;
}

#headerTable2 tr td.mainMenu {
	padding-bottom: 2px;
	text-align: left;
}

#headerTable2 tr td.siteSearch {
	height: 25px;
	padding-top: 6px;
	text-align: right;
	vertical-align: bottom;
}

#mainBody {
	display: block;
	margin-bottom: 30px;
}

#mainContent, .mainContent {
	width: 680px ;
	float: right;
	margin: 0;
}

#mainContentFullWidth {
	width: 750px;
	float: left;
	margin: 0;
}

#contentSpaceColumn, .contentSpaceColumn  {
	width: 20px;
	padding: 0;
	float: left;
}

#sideContent, .sideContent {
	width: 210px;
	float: left;
}

.topBorder {
	border-top: 1px solid #E6F0FF;
}
.topPadding {
	padding-top: 15px;
}

#footerTable {
	width: 100%;
	border: 0;
	margin: 30px 0;
}

#footerTable tr td {
	padding-top: 10px;
	vertical-align: middle;
}

img {
	border: 0;
}

a {
 color: blue;
}



hr {
	/*
	color: #CCC;
	height: 1px;
	border: 0;
	*/
	background-color : #CCC;
	color : #CCC;
	height : 1px;
	border : 0 solid #CCC;
	border-top-width : thin;
}

ul.squareBullets {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
	padding-left: 0;
	
}

ul li {
	font-size: 76%;
	color: #333;
}

ul li p {
	margin-bottom: 0;
}

ul li p, ul li h1, ul li h2, ul li h3, ul li h4, ul li h5, ul li h6, ul ul li {
	font-size: 100% ! important; 
	color: #333;
}

ul.squareBullets li {
	color: #233613;
}

/* HR Line Table */
table.hrLines {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

/* HR Line Table */
table.hrLines tr td, table.hrLines tr th  {
	border-top: 1px solid #CCC;
	padding: 2px 20px 2px 0;
}

/* Shopping Cart Table */
.tblCartTable {
	background-color: #ADCFFF;
}

.tblCartTable td.heading {
	background-color: #004FBF;
	color: white;
	border-bottom: 1px solid #000;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66A5FF, EndColorStr=#004FBF);
}

.tblCartTable td.TopHeading {
	background-color: #004FBF;
	color: white;
	border-bottom: 1px solid #000;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#004FBF, EndColorStr=#333333);
}

.tblCartTable td.colStyle1 {
	background-color: #F2F7FF;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#EFEFEF, EndColorStr=#FFFFFF);*/
}

.tblCartTable td.colStyle2 {
	background-color: #E6F0FF;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#D6FFBB, EndColorStr=#F5FFEF);*/
}

.tblCartTable td.colStyle1_red {
	background-color: #FFDBDB;
}

.tblCartTable td.colStyle2_red {
	background-color: #FFAEAE;
}

.tblCartTable td.colStyle1_yellow {
	background-color: #FFFECA;
}

.tblCartTable td.colStyle2_yellow {
	background-color: #FFFD79;
}

.tblCartTable td.colStyle3 {
	background-color: #AECEFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#AECEFF, EndColorStr=#D5EBFF);
}

	/* Useful styles for making forms */
	.tblCartTable td.label {
		width: 15%;
		padding: 10px;
		vertical-align: top;
		text-align: right;
	}
	
	.tblCartTable td.input {
		width: 35%;
		padding: 10px 20px 10px 10px;
	}

.tblCartTable tr td {
	padding: 5px;
}

/* Tool tip */
a.tooltip {
	position: relative;
	text-decoration: none;
}

a.tooltip:hover span {
color: black;
position: absolute;
top: 25px;
left: 25px;
width: 200px;
text-align: left;
display: block;
background: #FDFFBE;
/*opacity: .80;*/
border: 1px solid #666;
font-size: 90%;
Padding: 0px 5px 0px 5px;
text-decoration: none;
/* For IE */
/*filter: alpha(opacity=80);*/
} 

.categoryListingDiv {
	border:1px solid #EFEFEF;
	display: inline-block;
	width:120px;
	margin: 10px 0 10px 0;
	vertical-align:top;
	text-align:center;
}
/* End of page nav options */
div#navOptions {
	text-align: left;
}

div#navOptions ul {
		list-style-type:none;
		padding: 0px 5px 0px 0px;
		display: inline;
		margin: 0;
}

div#navOptions ul li{
		padding: 0px 5px 15px 14px;
		border-left: 1px solid #666;
		display: inline;
		margin: 0;
		font-size: 14px;
		
}
div#navOptions ul li a{
		font-size: 12px;
		
}
