
/******************************
 ** TABS
 *******************************/
.coda-slider-wrapper { padding: 20px 0 }
.coda-slider { background: #fff; }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 550px !important;
	font-size: 12px;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 550px;
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px;
}

/* Tab nav */
.coda-nav ul {
	margin-left: 0;
	padding-left: 0;
}

/* Tab Links */
.coda-nav ul li a {
	background: #ccc;
	font-size: 13px;
	padding: 4px 20px;
	margin: 0 10px 10px 0;
	text-align: left;
}
.coda-nav ul li a.current, .coda-nav ul li a:hover {
	background: #666;
}
/*body#sousvide-cooking #coda-nav-1 li.tab2 a,
body#sousvide-cooking #coda-nav-1 li.tab4 a,
body#sousvide-cooking #coda-nav-1 li.tab5 a,
a.prod-acc
*/
.coda-nav ul li.accessories a,
.coda-nav ul li.faq a,
.coda-nav ul li.history a,
.coda-nav ul li.steps a,
.coda-nav ul li.recipes a
{
	padding: 11px 20px 12px 20px !important;
}

/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 0;
}

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

#products-tabs {
	margin-top: 6px;
}

#products-tabs .panel {
	text-align: left;
}

#products-tabs .panel-wrapper h2 {
	display: none;
}

/* Each subsection of the "More Information" tab */
.product-panel {
	width: 590px;
	height: 128px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}




.product-panel img.product-thumb {
	float: left;
	margin-right: 10px;
}
.product-panel a.product-name {
	float: left;
}
.product-panel a.red-button {
	position: absolute;
	left: 130px;
	bottom: 0;
}

/******************************
 ** Accessories LONG
 *******************************/

.product-panel-long {
	clear: both;
	width: 550px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	
}


.product-panel-long h3{
	margin: 0;
	padding: 0;
}

.product-panel-long h3 a{
	text-decoration: none;
	color: #000;
}





.acc-image-150 {
	float: left;
	width: 150px;
}

.acc-text-400 {
	float: right;
	width: 400px;
}

.acc-image-265 {
	float: left;
	width: 265px;
	text-align: center;
}

.acc-text-275{
	float: right;
	width: 260px;
	color: #666;
}



.product-panel-long #price-cat {
	color: #666;
	font-size: 12px;
	margin-left: 0px;
}

.product-panel-long  .red-button {
	margin-left: -5px;
}



/******************************
 ** VIDEOS
 *******************************/
#product-media-video {
	margin: 1em 0 0 0;
}

ul.more-videos-list {
	display: none;
}


/******************************
 ** PHOTOS
 *******************************/
img.product-photo {
	width: 350px;
	height: 260px;
}

#sousvideprofessional h2.prod-acc { 
	border: 1px solid red;
	color: green;
	}

