
/******************************
 ** 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 {
	padding: 11px 20px 12px 20px;
}

/* 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: 270px;
	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;
}


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

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


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