* { margin: 0; padding: 0 }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-color:#000000;
	color:#FFFF00;
}

a{
	font-size:18px;
	line-height:inherit;
	color:#FF0;
}

a.tooltip{
	color:#FF0;
	border-bottom:dashed #FF0 thin;
}

h1{

}

h2{

}

h3{
	
}

.error{
	color:#F00;
	font-weight:bold;
	font-size:14px;
}

.h3a { 
border-bottom: 1px solid silver;
margin-bottom: 5px;
padding-bottom: 3px;
text-align: left;
color:#FF0;
}

.h3b { 
border-bottom: 1px solid silver;
margin-bottom: 5px;
padding-bottom: 3px;
text-align: left;
color:#000000;
}

h4 {
border-bottom: 1px solid silver;
margin-bottom: 5px;
padding-bottom: 3px;
text-align: left;
color:#000000;
}

label {
	color:#000;
	font-size:16px;
	line-height:inherit;
}

.setup{
font-size: 18px;
line-height:inherit;
text-align: right;
color:#FFFF00;
}

.model{
font-size: 22px;
line-height:inherit;
text-align: right;
color:#FFFF00;

}

.price{
font-size: 18px;
line-height:inherit;
text-align: right;
color:#FFFF00;
}

.rebate{
border-bottom: 2px solid silver;
margin-bottom: 2px;
padding-bottom: 1px;
font-size: 12px;
line-height:inherit;
text-align: right;
color:#FFFF00;
}

.customerInfo{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	line-height:inherit;
	color:#FF3;
}

.formShip {
	color:#FF3;
	text-align:center;
	font-size: 13px;
	line-height: 1.4em;
}

span {
	color:#000;
	font-size:14px;
	line-height:inherit;
	font-weight:bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

td.servicesIndex{
	vertical-align:top;
	text-align:left;
	padding:15px;
	width: 500px;
}

td.myToolbar {
	text-align:center;
	vertical-align:top;
}

img{
	border:none;
}

td.H1{
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	vertical-align:top;
	font-size:24px;
	line-height:inherit;
}

td.picture{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:top;
	font-size:24px;
	line-height:inherit;
	border:none;
}

td.background{
vertical-align:top;
text-align:center;
border:none;
}

td.addon{
text-align:center;
font-size:16px;
line-height:inherit;
}

td.specs{
text-align:right;
font-size: 13px;
line-height: 1.4em;
color:#000000;
}

td.specsleft{
text-align:left;
font-size: 13px;
line-height: 1.4em;
color:#000000;
}

td.formField {
	color: #FF3;
	font-size: 13px;
	line-height: 1.4em;
	text-align: right;
}

td.general {
	color: #FF3;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	vertical-align:text-top;
}

td.centered {
	color: #FF3;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
	vertical-align:text-top;
}


th {
	font-family: Arial, Helvetica, sans-serif;
}

td.cart{
text-align:center;
}

td.header{
text-align:right
}

a.headlink{
font-size:9px;
line-height:inherit;
color:#FFFF00
}

ul.overview {
text-align:left;
font-size:13px;
line-height: 1.4em;
}

		p { text-align: left; margin: 15px 0; color:#000000; }
		
		p, ul { font-size: 13px; line-height: 1.4em; color:#000000 } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px; color:#FF0 }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		#slider {
		width: 600px;
		margin: 0px;
		}

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 480px;
			clear: both;
			background:#6BAD50;
			opacity: 0.3;
			filter:alpha(opacity=30);
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 600px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			width: 600px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a {
			background:url(../Pictures/siteResx/sliderResx/overviewload.png);
			opacity: 0.5;
			filter:alpha(opacity=50);
			background-repeat:no-repeat;
			background-position:center;
		}
		.stripNav li.tab2 a { 
			background:url(../Pictures/siteResx/sliderResx/specsload.png);
			opacity: 0.5;
			filter:alpha(opacity=50);
			background-repeat:no-repeat;
			background-position:center;
		}
		.stripNav li.tab3 a { 
			background:url(../Pictures/siteResx/sliderResx/warrantyload.png);
			opacity: 0.5;
			filter:alpha(opacity=50);
			background-repeat:no-repeat;
			background-position:center;

		}
		
		.stripNav li.tab1 a:hover { 
			background:url(../Pictures/siteResx/sliderResx/overviewHover.png);
			background-repeat:no-repeat;
			background-position:center; 
		}
		.stripNav li.tab2 a:hover { 
			background:url(../Pictures/siteResx/sliderResx/specsHover.png);
			background-repeat:no-repeat;
			background-position:center; 
		}
		.stripNav li.tab3 a:hover { 
			background:url(../Pictures/siteResx/sliderResx/warrantyHover.png);
			background-repeat:no-repeat;
			background-position:center; 
 		}
		
		.stripNav li.tab1 a.current {
			background:url(../Pictures/siteResx/sliderResx/overviewCurrent.png);
			background-repeat:no-repeat;
			background-position:center;
		}
		.stripNav li.tab2 a.current {
			background:url(../Pictures/siteResx/sliderResx/specsCurrent.png);
			background-repeat:no-repeat;
			background-position:center;
		}
		.stripNav li.tab3 a.current {
			background:url(../Pictures/siteResx/sliderResx/warrantyCurrent.png);
			background-repeat:no-repeat;
			background-position:center;		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
		div#liSwitcher-controls {  
			float: right;  
			margin-right: 0.9em;  
			display: none;  
		}  
		  
		div#liSwitcher-controls a.liSwitcher-buttons {  
			background-image: url(../../image/LIchangerInterval/gallery-buttonsprite.png);  
			background-repeat: no-repeat;  
			display: block;  
			float: left;  
			margin: 0 3px;  
			color: #000;  
		}  
		  
		div#liSwitcher-controls a.liSwitcher-buttons:hover {color: #666;}  
		  
		div#liSwitcher-controls a.liSwitcher-buttons:active {color: #888;} 
		
		div#liSwitcher-viewport ul li{
			list-style-type:none;
		}