* {
	margin: 0;
	padding: 0;
}

	/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
	
		
		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: 0px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
	
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 5px 0 5px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 98%; height: 490px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 200px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #fff; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 590px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 490px;
			background: #fff;
		}
		
		.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: 590px;
			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;
			position: relative;
			width: 590px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			display:none;
		}
		
		.stripNav ul li {
			display:none;
		}
		
		.stripNav li a { /* The nav links */
		display:none;
		}
		
		
		.stripNav li a:hover {
			display:none;
		}
		
		.stripNav li a.current {
			filter:alpha(opacity=90);
		-moz-opacity:0.90;
		-khtml-opacity: 0.90;
		opacity: 0.90;
			color: #333;
		}
		
		
		#productHead {
		width:590px;
		display:block;
		padding:5px;
		position: relative;
		}
			#productHead h1{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	text-align: left;	
		}
		
		#productCon {
		width:540px;
		float:left;
		position: relative;
	
		}
		
		#productImage {
			float:left;
			width:200px;
			margin:10px;
		}
		#productDescription {
			margin-top:10px;
			float:right;
			width:300px;
		}
	
		
		
		
	#nav_links {
margin:0;
margin-top:10px;
width:340px;
height:70px;
}

#nav_links ul {
list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

#nav_links li {
list-style-type: none;
	float: left;

}

#nav_links li a{
	background-image: url(../../images/layout/link_over3.png);
	background-position: 0px 0px;
	width:50px;
	height:70px;
	overflow:hidden;
	display:block;
	
}

#nav_links li a:hover {
background-image: url(../../images/layout/link_over3.png);
	background-position: -50px 0px;
	width:50px;
	height:70px;
	overflow:hidden;
	display:block;
	margin:0;
float:left;

}

#linkthumb { 
	float: left;
	margin: 5px;
	width:50px;
	height:70px;
	float:left;
}



/* Submit button Styles*/
.addCart {
	color:#555;
	text-decoration:none;
	width:115px;
	height:18px;
	background:url(../../images/layout/submit_btn.png) top left;
	display:block;
	float:right;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	border:none;
	padding-top:7px;
	padding-left:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	/* for Internet Explorer */
/*\*/
* html .addCart {
padding-left: 5px; 

}
.addCart:hover { 
text-decoration:none; 
background-position:bottom left; 
color:#fff; 
}


#shippingChart {
	background-image: url(../../images/layout/table.jpg);
	background-repeat: no-repeat;
	width:290px;
	height:150px;
}

#shippingChart h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-left:8px;
	padding-top:10px;
	margin-bottom:8px;
}
#shippingChart p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	margin-left:8px;
	margin-right:8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

