﻿/*  YUI RESET */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 11pt;
	color: #444;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*  END YUI RESET */

.border { border: 1px solid #000; }

.navLinksSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0662cd;
}

.imageButtons
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.imageButtons li 
{
	background: #073467;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0px 3px;
	color: #fff;
}
.imageButtons li.selected
{
	background: #F6890C;
}
.imageButtons a, .imageButtons a:visited, .imageButtons a:active, .imageButtons a:hover
{
	color: #fff;
	text-decoration: none;
}

.navLinksSmall a, .navLinksSmall a:visited
{
	text-decoration: none;
	color: #0662cd;
}

.5padAboveBelow {
	padding-top: 5px;
	padding-bottom: 5px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.footerAlign {
	text-align: center;
	vertical-align: middle;
}
.headBlueMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0662cd;
}
.lineSpace1 {
	line-height: 25px;
}
.lineSpace2 {
	line-height: 19px;
}


.content
{
	width: 100%;
}
.bodyText
{
	margin: 12px 3px;
}

.searchBox
{
	border: solid 1px #787A7C;
	padding: 2px 5px;
	width: 80%;
	font-family: Arial;
	color: #F99D31;
	font-weight: bold;
	font-size: 10pt;
}

.navigation
{
	background-color: #e8e8e8;
	width: 100%;
}


a, a:visited, a:active
{ 
	color: #0662cd;
	text-decoration:underline;
}
a:hover
{
	color: #F99D32;
}


.nav0
{
	color: #FFFFFF;
	font-size: 11pt;
	padding: 8px 2px 6px 6px;
	text-decoration: none;
	font-weight: bold;
}	

.nav1
{
	color: #FFF;
	padding: 4px 2px 6px 6px;
	width: 100%;
}
.nav2
{
	color: #0662cd;
	padding: 3px 3px 2px 12px;
	width: 100%;
	font-size: 10pt;
}
.nav3
{
	color: #FFF;
	padding: 3px 2px 3px 18px;
	width: 100%;
}

.nav0 a, .nav0 a:hover, .nav0 a:visited
{
	color: #111;
	text-decoration: none;
}

.nav1 a, .nav1 a:hover, .nav1 a:visited
{
	color: #444;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
}
.nav2 a, .nav2 a:hover, .nav2 a:visited
{
	color: #0062cd;
	text-decoration: none;
	padding: 1px;
}
.nav3 a, .nav3 a:hover, .nav3 a:visited
{
	color: #555;
	text-decoration: none;
	padding: 1px;
	font-size: smaller;
}

.crumbs
{
	font-size: 8pt;
	color: #0662cd;
	text-transform: uppercase;
}

.deleteLink
{
	float: left;
}

.pageHeading
{
	padding: 5px 0px 0px 0px;
	font-size: 18pt;
	font-family: Georgia;
	color: #F99D32;
}

.heading
{
	font-size: 18pt;
	font-family: Georgia;
	color: #F99D32;
}

.headingBlack
{
	font-size: 14pt;
	font-family: Georgia;
	color: #0663CD;
}
.headingBlue
{
	font-size: 18pt;
	font-family: Georgia;
	color: #0663CD;
}
.searchResults
{
	position: absolute; 
	width: 300px; 
	background-color: #eee;
	border-top: solid 0px #A0A0A0;
	border-left: solid 2px #A0A0A0;
	border-right: solid 2px #A0A0A0;
	border-bottom: solid 4px #A0A0A0;
	margin: 5px 0px 0px -164px;
	display: none;
}

.searchRow
{
	float: left;
	clear: both;
	text-align: left;
	padding: 8px 0px 8px 5px;
	width: 295px;
	color: #333;
	font-weight: bold;
}

.searchRow:hover, .searchRowSelected
{
	background-color: #ddd;
	cursor: pointer;
	float: left;
	clear: both;
	text-align: left;
	padding: 8px 0px 8px 5px;
	width: 295px;
	color: #333;
	font-weight: bold;
}

.searchExtra
{
	font-size: 8pt;
	color: #777;
}

.searchImageContainer
{
	float:left;
	height: 65px;
	width: 65px;
	padding-right: 5px;
	text-align: center;
}
.relatedImageContainer
{
	float:left;
	width: 75px;
	height: 75px;
	padding-right: 5px;
	text-align: center;
}
.relatedImage
{
	vertical-align: middle;
}
.relatedLabel
{
	color: #444;
	font-size: 10pt;
	font-weight: bold;
}

.contactTable td
{
	padding: 2px;
}

.contactTable td input, .contactTable td textarea, .contactTable td select
{
	width: 250px;
	border: solid 1px #a0a0a0;
}
.contactTable td
{
	width: 50%;
}

.productsTable a, .productsTable td a
{
	text-decoration: none;
}


.imageContainer
{
	float: left;
}

.subImageContainer
{
	padding: 5px 0px;
	width: 140px;
}

.imageContainer img
{	
	display: block;
	margin: 0px auto;
}

.brands
{
	padding: 10px 0px;
}
.brands img
{
	display: inline;
	padding: 7px 10px;
	vertical-align: middle;
	width: 115px;
}

#navDrawer
{
	background: #fff;
	border: solid 1px #898989;
	font-size: 10pt;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	overflow: hidden;
}	
#navDrawer:hover
{
	width: 650px;
}


.product > td
{
	padding: 10px;
}
.data-cell td
{
	padding: 3px;
}
.product-title
{
	font-weight: bold;
}
.product-image 
{
	width: 150px;
}
.borderBottom 
{
	border-bottom:thin #666;
}