
/* =================================================================================== Slide Show */

#slide_main {
	margin-top: 12px;
	margin-bottom: 12px;
	}

#slide_main,
#slide_wrap {
	width: 100%;
	text-align: center;
	}
#slide_wrap {
	}
.slide_container {
	margin: 0 auto;
	}
.slide_container a {
	display: block;
	}
#slide_wrap noscript .make_table,
#slide_wrap #loading_slides .make_table {
	height: 200px;
	font-size: 14px;
	}

#slide_caption_main {
	display: none;
	height: 1px;
	}

/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	}
.nivo-caption p {
	padding:5px;
	margin:0;
	}
.nivo-caption a {
	display:inline !important;
	}
.nivo-html-caption {
    display:none;
	}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:99;
	cursor:pointer;
	}
.nivo-prevNav {
	left:0px;
	}
.nivo-nextNav {
	right:0px;
	}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	}

/* ------------------------------------------ Text Prev / Next */

.nivo-directionNav {
	font-size: 22px;
	}

.nivo-directionNav a,
.entry_content .nivo-directionNav a,
#content .nivo-directionNav a {
	margin-top: -16px;
	padding: 3px 10px;
	background: #000000;
	color: #ffffff;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	}
.nivo-directionNav a.nivo-prevNav,
.entry_content .nivo-directionNav a.nivo-prevNav,
#content .nivo-directionNav a.nivo-prevNav {
	padding-left: 10px;
	}
.nivo-directionNav a.nivo-nextNav,
.entry_content .nivo-directionNav a.nivo-nextNav,
#content .nivo-directionNav a.nivo-nextNav {
	padding-right: 10px;
	}
.nivo-directionNav a:hover,
.entry_content .nivo-directionNav a:hover,
#content .nivo-directionNav a:hover,
.hover_nav .nivo-directionNav a,
.hover_nav .entry_content .nivo-directionNav a,
.hover_nav #content .nivo-directionNav a,
.arrow_nav .nivo-directionNav a:hover,
.entry_content .arrow_nav .nivo-directionNav a:hover,
#content .arrow_nav .nivo-directionNav a:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	color: #ffffff;
	}

/* ------------------------------------------ Arrows Prev / Next */

.arrow_nav .nivo-directionNav a,
.entry_content .arrow_nav .nivo-directionNav a,
#content .arrow_nav .nivo-directionNav a {
	margin-top: -23px;
	height: 46px;
	width: 25px;
	padding: 0;
	background: url(arrows.png) no-repeat left center;
	text-indent: -9999px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	}
.arrow_nav .nivo-directionNav a.nivo-prevNav,
.entry_content .arrow_nav .nivo-directionNav a.nivo-prevNav,
#content .arrow_nav .nivo-directionNav a.nivo-prevNav {
	margin-left: 15px;
	}
.arrow_nav .nivo-directionNav a.nivo-nextNav,
.entry_content .arrow_nav .nivo-directionNav a.nivo-nextNav,
#content .arrow_nav .nivo-directionNav a.nivo-nextNav {
	margin-right: 15px;
	background-position: right center;
	}
.arrow_nav.out_arrow .nivo-directionNav a.nivo-prevNav,
.entry_content .arrow_nav.out_arrow .nivo-directionNav a.nivo-prevNav,
#content .arrow_nav.out_arrow .nivo-directionNav a.nivo-prevNav {
	margin-left: -28px;
	}
.arrow_nav.out_arrow .nivo-directionNav a.nivo-nextNav,
.entry_content .arrow_nav.out_arrow .nivo-directionNav a.nivo-nextNav,
#content .arrow_nav.out_arrow .nivo-directionNav a.nivo-nextNav {
	margin-right: -28px;
	}

/* ------------------------------------------ Half Image Prev / Next */

.half_image_nav .nivo-directionNav a,
.entry_content .half_image_nav .nivo-directionNav a,
#content .half_image_nav .nivo-directionNav a {
	top:0;
	height: 100%;
	width: 50%;
	padding: 0;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: -9999px;
	}

/* ------------------------------------------ Numbers Controls */

.slide_container.has_control {
	margin-bottom: 34px;
	}
.slide_container.has_control .nivo-controlNav {
	position: absolute;
	width: 100%;
	top: auto;
	bottom: -28px;
	left: 0;
	font-size: 12px;
	line-height: 1.1;
	}
	
.slide_container.has_control .nivo-controlNav a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 8px;
	padding: 4px 8px;
	color: #ffffff;
	background: #000000;
	box-shadow: inset 0 0 4px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: inset 0 0 4px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: inset 0 0 4px 0px rgba(0, 0, 0, 0.07);
	opacity: 0.3;
	filter: alpha(opacity = 30);
	}
.slide_container.has_control .nivo-controlNav a.active {
	opacity: 1.0;
	filter: alpha(opacity = 100);	
	}
	
/* ------------------------------------------ Buttons Controls */

.slide_container.has_control.button_control .nivo-controlNav a {
	text-indent: -9999px;
	background: none;
	border: 1px solid #000000;
	width: 10px;
	height: 10px;
	padding: 0;
	}
.slide_container.has_control.button_control .nivo-controlNav a.active {
	text-indent: -9999px;
	background: none;
	border: 1px solid #000000;
	background: #000000;
	width: 10px;
	height: 10px;
	padding: 0;
	}
	
/* ------------------------------------------ Thumbnail Controls */

.slide_container.has_control.thumb_control {
	margin-bottom: 70px;
	}
.slide_container.has_control.thumb_control .nivo-controlNav {
	position: absolute;
	width: 100%;
	top: auto;
	bottom: -50px;
	left: 0;
	font-size: 12px;
	line-height: 1.1;
	height: 30px;
	}

.slide_container.has_control.thumb_control .nivo-controlNav a {
	width: 70px;
	height: 40px;
	padding: 0;
	background: none;
	border: 0 none;
	overflow: hidden;
	}
.slide_container.has_control.thumb_control .nivo-controlNav a img {
	width: 76px;
	margin-left: -8px;
	}
	

/* =================================================================================== Product Page Quanitity */	

#content .button_container.qty {
	padding: 4px 0 8px 0;
	zoom: 1;
	}
#content #qty_addtocart {
	display: block;
	float: left;
	}
#content #qty_addtocart input,
#content #qty_addtocart input#qty_input,
#content #qty_addtocart input[type=text] {
	width: 24px;
	text-align: center;
	margin: 0;
	}
#content .after_qty_addtocart {
	display: block;
	float: left;
	padding-left: 10px;
	font-size: 15px;
	line-height: 28px;
	}
