body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2d2d2d;
	background-image: url(images/main/mainbg.jpg);
	background-color: #ededed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2d2d2d;
}

a {
	color: #0e559d;
}

a:hover {
	color: #008dde;
}

h1 {
	font-size: 16px;
	color: #0e559d;
}

h2 {
	font-size: 12px;
}

img {
	border: none;
}

.topnav {
	padding-top: 2px;
	padding-bottom: 7px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	cursor: hand;
}

.topnavOver {
	padding-top: 2px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	color: #0e559d;
	text-decoration: none;
	cursor: hand;
}

.sidenav {
	padding: 20px;
}

.sidenav a {
	text-decoration: none;
}

.maincontent {
	padding: 20px;
}

.maincontent ul {
	list-style-type: square;
	margin-left: 15px;
}

.hline {
	height: 10px;
	background: repeat-x url(images/sidenav/divider.gif);
}

.vline {
	width: 5px;
	background: repeat-y url(images/main/vertdivider.gif;
}

.footerline {
	height: 20px;
	background: repeat-x url(images/footer/footerdivider.gif);
}

.footer {
	color: #b5b5b5;
	font-size: 11px;
}

.footer a {
	color: #b5b5b5;
	text-decoration: none;
	font-size: 11px;
}

.footer a:hover {
	color: #2d2d2d;
	text-decoration: none;
}
.blueheading {
	font-weight: bold;
	color: #0e559d;
}

.accessoryname a {
	font-size: 11px;
	color: #2d2d2d;
	
	text-decoration: none;
}
.productpic {
	margin: 15px;
 
 }
 
 .sctable {
	font-weight: bold;
	color: #0e559d;
	background: #ececec;
}
 
 .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.navyborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 180px;
}

.text11px {
	font-size: 11px;
}
.shoppingcart {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.topnavGreyed {

	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	cursor: hand;
}

.topnavBlue {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	text-decoration: none;
	color: #0288ed;
	font-size: 11px;
	cursor: hand;
}

.imgborder {
	border: 1px solid #dddddd;
}

/**** lightbox ****/

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

#outerImageContainer{ position: relative; background-color: #4c4c4c; 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-image: url(data:image/gif;base64,AAAA); /* 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; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #4c4c4c; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 3000px; background-color: #000; }

