/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 10px }
	noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 0;
	padding: 15px
}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0 }
	.coda-slider { background:url(images/slider_back.jpg) top left no-repeat; height:310px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 310px; overflow: hidden; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 560px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 640px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a { background: url(images/button_left.png) top left no-repeat; width: 29px; height:79px; margin:115px 0 0 -1px; }
	.coda-nav-right a { background: url(images/button_right.png) top left no-repeat; width: 29px; height:79px; margin:115px 0 0 611px;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: url(images/circle_on.png) top left no-repeat; outline:none; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px 40px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; position:absolute; margin:300px 0 0 355px; text-align:right; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: url(images/circle_off.png) top left no-repeat; display: block; float: left; margin-right: 1px; width:18px; height:18px; margin-right:5px; text-decoration: none; outline:none;  }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; width:640px; margin-bottom:340px; }
	.coda-slider { overflow: hidden; position: absolute; }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { position:absolute; z-index:210; width: 29px; height:79px; }
	.coda-nav-right { position:absolute; z-index:200; width: 29px; height:79px; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; outline:none; }


.product_header {
	font-size:18px;
	color:#5D5A5A;
	font-weight:bold;	
	margin-bottom:8px;
}

.product_body {
	width:100%;
	max-height:220px;
	overflow:hidden;
}

.product_footer {
	width:100%;	
}

.product_footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.product_footer ul li {
	display:inline;
}

.product_body_first {
	float:left;
	width:280px;
	font-size:14px;
	line-height:160%;
}

.product_body_last {
	float:right;
	width:240px;
	margin-top:18px;	
}

.no_javascript {
	width:580px;
	background-color: #FAF2DE;
}





	

