/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * EM CloudZoom
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000!important;
	color:#fff!important;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
	left:0;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
	background-repeat: no-repeat;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
/**
 * EMThemes
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

.colorpicker {
	width:356px;
	height:176px;
	overflow:hidden;
	position:absolute;
	background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_background.png);
	font-family:Arial, Helvetica, sans-serif;
	display:none;
 z-index:999;
}
.colorpicker_color {
	width:150px;
	height:150px;
	left:14px;
	top:13px;
	position:absolute;
	background:#f00;
	overflow:hidden;
	cursor:crosshair;
}
.colorpicker_color div {
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:150px;
	background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position:absolute;
	top:0;
	left:0;
	width:11px;
	height:11px;
	overflow:hidden;
	background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_select.gif);
	margin:-5px 0 0 -5px;
}
.colorpicker_hue {
	position:absolute;
	top:13px;
	left:171px;
	width:35px;
	height:150px;
	cursor:n-resize;
}
.colorpicker_hue div {
	position:absolute;
	width:35px;
	height:9px;
	overflow:hidden;
	background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_indic.gif) left top;
	margin:-4px 0 0 0;
	left:0px;
}
.colorpicker_new_color {
	position:absolute;
	width:60px;
	height:30px;
	left:213px;
	top:13px;
	background:#f00;
}
.colorpicker_current_color {
	position:absolute;
	width:60px;
	height:30px;
	left:283px;
	top:13px;
	background:#f00;
}
.colorpicker input {
	background-color:transparent !important;
	border:1px solid transparent !important;
	position:absolute;
	font-size:10px !important;
	line-height:14px !Important;
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	top:4px;
	right:11px;
	text-align:right;
	margin:0 !important;
	padding:0 !important;
	height:11px !important;
	width:auto !important
}
.colorpicker_hex {
	position:absolute;
	width:72px;
	height:22px;
	background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_hex.png) top;
	left:212px;
	top:142px;
}
.colorpicker_hex input {
	right:6px;
}
.colorpicker_field {
	height:22px;
	width:62px;
	background-position:top;
	position:absolute;
}
.colorpicker_field span {
	position:absolute;
	width:12px;
	height:22px;
	overflow:hidden;
	top:0;
	right:0;
	cursor:n-resize;
}
.colorpicker_rgb_r {
	background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_rgb_r.png);
	top:52px;
	left:212px;
}
.colorpicker_rgb_g {
	background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_rgb_g.png);
	top:82px;
	left:212px;
}
.colorpicker_rgb_b {
	background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_rgb_b.png);
	top:112px;
	left:212px;
}
.colorpicker_hsb_h {
	background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_hsb_h.png);
	top:52px;
	left:282px;
}
.colorpicker_hsb_s {
	background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_hsb_s.png);
	top:82px;
	left:282px;
}
.colorpicker_hsb_b {
	background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_hsb_b.png);
	top:112px;
	left:282px;
}
.colorpicker_submit {
	position:absolute;
	width:22px;
	height:22px;
	background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/colorpicker_submit.png) top;
	left:322px;
	top:142px;
	overflow:hidden;
}
.colorpicker_focus {	background-position:center;}
.colorpicker_hex.colorpicker_focus {	background-position:bottom;}
.colorpicker_submit.colorpicker_focus {	background-position:bottom;}
.colorpicker_slider {
	background-position:bottom;
}
#demotool_variation{left:-391px;}
#demotool_variation .row{margin-left:0;}

.btn-toggle {background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/close-open.png") no-repeat scroll 0 0 transparent; display:block; position:fixed; left:0; text-indent:-999px; top:258px; width:47px;height:47px;display:block;text-indent:-99999px; border:#cecece 1px solid; border-left:none; z-index:106;}

#demotool_variation{border:#cecece 1px solid;background:#fff;width:390px;z-index:105;position:absolute;top:0;left:-100%}
#demotool_variation .copyright {background:#e5e5e5;padding:8px 15px;color:#7F7F7F;font:12px Tahoma,Arial,Helvetica,sans-serif;clear:both;float:left;margin:15px 0 0 0;width:360px;}
#demotool_variation .copyright a{font-weight:bold;color:#878686}
.demotool-title{background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/bg_var.png") repeat-x;height:31px;font:bold 12px Tahoma,Arial,Helvetica,sans-serif;color:#fff;
line-height:30px;padding:0 15px;margin-bottom:6px;}
.content-title{background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/bg_bottom_title.png") repeat-x bottom center #fff;padding-bottom:8px;cursor:pointer;}
.content-title span{color:#ba0014;font:bold 12px Tahoma,Arial,Helvetica,sans-serif;padding:2px 15px 8px;display:block;}
.demotool-content .desc{padding:5px 0 5px 9px;background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/icons.png) -695px -685px no-repeat;color:#878686;font:italic 10px/1.35 Arial, Helvetica, sans-serif;}
.demotool-content #em_variation_google_font_preview{margin-bottom:0;}
.demotool-content .col-1 .desc{min-height:55px;padding-bottom:0;color:#878686;}
.demotool-content .col-1 .third .desc{min-height:80px}
.demotool-content .box{border:#e0e0e0 1px solid;border-width:0 0 1px 0;margin:0 15px;float:left;clear:both;width:360px;padding:0 0 20px;}
.demotool-content .box.last{border-bottom:none;}
.demotool-content .box.first{padding:9px 0 14px 0;}
.demotool-content .box .title {font:bold 11px Tahoma,Arial,Helvetica,sans-serif;color:#000;text-transform:uppercase;cursor:default;}
.demotool-content .box .title .name_title{float:left;margin-top:2px;}
.demotool-content .box .title .box-tgl {float:right;background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/var_close.png") no-repeat scroll 0 0 transparent;width:19px;height:19px;text-indent:-99999px;cursor:pointer;margin-right:10px;}
.demotool-content .box.close .title .box-tgl{background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/var_show.png") no-repeat scroll 0 0 transparent;}
.demotool-content .box .content{clear:both;}
.demotool-content a.btn-reset,
.demotool-content a.btn-apply {display:block;height:32px;margin:15px 0 0 15px;text-indent:-999px;float:left;}
.demotool-content a.btn-reset{background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/btn_reset.png") no-repeat scroll 0 0 transparent;width:78px;}
.demotool-content a.btn-apply {background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/btn_apply.png") no-repeat scroll 0 0 transparent;width:97px;}
.demotool-content .box .content .col-1:first-child{margin-left:0;}
.demotool-content .box .content .col a:hover{text-decoration:none;}
.demotool-content .box .content .input{overflow:hidden;}
.demotool-content .box .content .input a{display:inline-block;float:left;}
.demotool-content .box .content .input a:hover img{border:2px solid #000000}
.demotool-content .box .content .input a.selected img{border:2px solid #000000}
.demotool-content .box .content .input a img{border:2px solid #ffffff}
.demotool-content .box .content .col{float:left;}
.demotool-content .box .content .col-1{width:112px;margin-left:12px;}
.demotool-content .box .content .col .input.input_font{border:0 none;float:left;margin:0;padding:6px 2px;min-height:21px;background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/bg_select_font.png") no-repeat scroll 0 0 transparent;width:360px;}
.demotool-content .box .content .col .input select{width:352px;padding:0;border:1px solid #DDDDDD;}
.demotool-content .box .content .col .input select#em_variation_google_font option {border-top:1px solid #f0e7e7;padding:3px 4px;}
.demotool-content .box .content .col .input select#em_variation_google_font option:first-child {border-top:none;}
.demotool-content .box .content .row .label,
.demotool-content .box .content .col select{font:12px Tahoma,Arial,Helvetica,sans-serif;color:#000;padding:0;border:none;background:none;background-color:transparent;-webkit-appearance:none;text-shadow:none;}
.demotool-content .box .content .row .label{padding:14px 0 8px;}
.demotool-content .box .content select option{padding-right:0;}
.demotool-content .box .content .col .input input{height:30px;border:#e1e1e1 1px solid;background:#fff;padding:0 5px;color:#000;font-size:11px;line-height:30px;width:350px;box-shadow:none;border-radius:0;}
.demotool-content .box .content .col-1 .input input{width:75px;}

@media screen and (-webkit-min-device-pixel-ratio:0){
.demotool-content .box .content .col-1 .input.input_font{background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/variation/bg_select_font_1.png") no-repeat scroll 0 0 transparent;width:165px;}
}

.qrcode {position:fixed;top:307px;left:0;z-index:106}
.qrcode li{width:49px;}
.qrcode li a span{display:block;width:47px;height:47px;background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_mobile.png") no-repeat scroll 0 0 transparent;text-indent:-999px;top:307px;
 width:47px;height:47px;text-indent:-99999px;border:#cecece 1px solid;border-left:none;border-top:none;}
.qrcode li a img{border:1px solid #CECECE;padding:10px;background:#fff;z-index:99;max-width:none !important}

/*Color*/
.color_variation .btn_color_variation{
background: url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/skin-picker.png") no-repeat scroll 0 0 transparent;
position: fixed;
left: 0;
text-indent: -999px;
top: 210px;
z-index: 125;
width: 47px;
height: 47px;
display: block;
border: 1px solid #CECECE;
border-left: none; box-shadow:0 0 10px #999999;}
.color_variation .colordiv {position:absolute; left:19%; top:10%;z-index:999;background:#F6F6F6;
				  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; /* border radius */
				  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); 
				  -moz-box-shadow: 0 0 15px rgba(0,0,0,.3); 
				  box-shadow: 0 0 15px rgba(0,0,0,.3); /* box shadow */
				  webkit-background-clip: padding-box; 	/* smoother borders with webkit */
				  }
.color_variation .color_content .slider_container {margin-bottom:0;padding-bottom:0;}
.color_variation .btn_color_variation {background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/skin-picker.png") no-repeat scroll 0 0; border:1px solid #CECECE;border-left:none; display:block; height:47px; left:0; position:fixed; text-indent:-999px; top:210px; width:47px; z-index:106;}
.color_variation .colordiv .btn_color_close {background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/btn_popup-close.png") no-repeat scroll 0 0; display:block; height:38px; position:absolute; right:-18px; text-align:left; text-indent:-99999px; top:-20px; width:38px;}
#bg_fade_color {background-color:#000000; height:1500px; left:0; margin:0; padding:0; position:fixed; top:0; visibility:hidden; width:100%; z-index:998;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 10002; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; position:relative;}
#topClose{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; position:relative;}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#fancybox-overlay,
#overlay{ position: absolute; top: 0; left: 0; z-index: 10001; width: 100%; background-color: #000; }
.fancybox-opened {z-index: 10002 !important;}

/*#bottomNav{position:absolute;}*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {margin:0; padding:0; }

body          {background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:left; }

img           {border:0; vertical-align:top; }

a             {text-decoration:none; }
a:hover       {text-decoration:underline; }
:focus        {outline:0; }

/* Headings */
h1            {font-size:20px; font-weight:normal; line-height:1.15; }
h2            {font-size:18px; font-weight:normal; line-height:1.25; }
h3            {font-size:16px; font-weight:bold; line-height:1.25; }
h4            {font-size:14px; font-weight:bold; }
h5            {font-size:12px; font-weight:bold; }
h6            {font-size:11px; font-weight:bold; }

/* Forms */
form          {display:inline; }
fieldset      {border:0; }
legend        {display:none; }

/* Table */
table         {border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td {vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        {font-weight:bold; }
address       {font-style:normal; }
cite          {font-style:normal; }
q,
blockquote    {quotes:none; }
q:before,
q:after       {content:''; }
small,big     {font-size:1em; }
sup           {font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         {list-style:none; }

/* Tools */
.hidden       {display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         {white-space:nowrap !important; }
.wrap         {white-space:normal !important; }
.a-left       {text-align:left !important; }
.a-center     {text-align:center !important; }
.a-right      {text-align:right !important; }
.v-top        {vertical-align:top; }
.v-middle     {vertical-align:middle; }
.f-left,
.left         {float:left !important; }
.f-right,
.right        {float:right !important; }
.f-none       {float:none !important; }
.f-fix        {float:left; width:100%; }
.no-display   {display:none; }
.no-margin    {margin:0 !important; }
.no-padding   {padding:0 !important; }
.no-bg        {background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {margin:0 auto; padding:0; text-align:left; }
.page-print {background:#fff; padding:20px; text-align:left; }
.page-empty {background:#fff; padding:20px; text-align:left; }
.page-popup {padding:20px; text-align:left; }
.main-container {}
.main {margin:10px 0; }

/* Base Columns */
.col-left {float:left; padding:5px 5px 0; }
.col-main {float:left; padding:5px; }
.col-right {float:right; padding:5px 0 0; }
.em_main{/*margin-bottom:20px;*/}

/* 1 Column Layout */
.col1-layout .col-main {float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {width:484px; margin-left:10px; }
.col3-layout .col-wrapper {float:left; width:748px; }
.col3-layout .col-wrapper .col-main {float:right; }

/* Content Columns */
.col2-set .col-1 {float:left; width:49%; }
.col2-set .col-2 {float:right; width:49%; }
.col2-set .col-narrow {width:33%; }
.col2-set .col-wide {width:65%; }

.col3-set .col-1 {float:left; width:32%; }
.col3-set .col-2 {float:left; width:32%; margin-left:2%; }
.col3-set .col-3 {float:right; width:32%; }

.col4-set .col-1 {float:left; width:23.5%; }
.col4-set .col-2 {float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 {float:left; width:23.5%; }
.col4-set .col-4 {float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea {border:1px solid #ddd; }
input.input-text,textarea {padding:2px; }
select {padding:1px; }
select option {padding-right:10px; }
select.multiselect option {padding:2px 5px; }
textarea {overflow:auto; }
input.radio {margin-right:3px; margin-top:-2px;}
input.checkbox {margin-right:3px;  margin-top:-2px; }
input.qty {width:3.5em !important; }
button.button::-moz-focus-inner {padding:0; border:0; } /* FF Fix */
button.button {overflow:visible; width:auto; border:0; padding:0; margin:0 0 2px; background:transparent; cursor:pointer; }
button.button span {float:left; text-align:center; white-space:nowrap; }
button.button span span {padding:5px 15px 5px 0 }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}
p.control input.checkbox,
p.control input.radio {margin-right:6px;float:left; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight {background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list {width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li.control{margin-bottom:5px;}
.form-list label {float:left; position:relative; z-index:0;}
.form-list label.required {}
.form-list label.required em {float:right; font-style:normal; color:#e70808; position:absolute; top:8px; right:-8px; }
.form-list li.control label {float:none; display:inline-block; padding:0; }
.form-list li.control input.radio,
.form-list li.control input.checkbox {margin-right:6px;margin-top:3px; float:left }
.form-list li.control .input-box {clear:none; display:inline; width:auto; }
.form-list .input-box,.form-list .input-range {display:block; clear:both; }
.form-list li.fields {width:100%}
.form-list .field {float:right; width:290px; /*padding-bottom:8px; */ /*margin-right:10px*/}
.form-list .field:first-child , .fields .field:first-child, .fields .field.first{float:left}
.form-list input.input-text {width:265px; }
.form-list textarea {width:265px; height:10em; }
.form-list select {width:287px; }
.form-list li.wide .input-box {}
.form-list li.wide input.input-text {width:581px; }
.form-list li.wide textarea {width:611px; }
.form-list li.wide select {width:603px; }
.form-list li.additional-row {border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove {float:right; margin:5px 0 0; }
.form-list .input-range input.input-text {width:140px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {width:auto; }

.form-list .name-prefix {width:65px; }
.form-list .name-prefix select {width:55px; }
.form-list .name-prefix input.input-text {width:49px; }

.form-list .name-suffix {width:65px; }
.form-list .name-suffix select {width:55px; }
.form-list .name-suffix input.input-text {width:49px; }

.form-list .name-middlename {width:70px; }
.form-list .name-middlename input.input-text {width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname {width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname {width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname {width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname {width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname {width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {float:left; width:85px; }
.form-list .customer-dob input.input-text {display:block; width:74px; }
.form-list .customer-dob label {font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {width:46px; }
.form-list .customer-dob .dob-year {width:140px; }
.form-list .customer-dob .dob-year input.input-text {width:134px; }
.buttons-set p.back-link{margin:0; padding:0;}
.buttons-set {clear:both; padding:3px 5px 5px 0; }
.buttons-set .back-link small {display:none;}
.buttons-set button.button {float:left;  margin-right:2px; }
.buttons-set p.required {margin:0 10% 5px 0; }

.buttons-set-order {}
#add_recipient_button{float:left;}
.fieldset {float:left; width:100%}
.fieldset .legend { position:relative;}

.customer-account-edit .fieldset {width:100%}

/* Form Validation */
.validation-advice {clear:both; min-height:13px; margin:0 0 7px; padding-left:17px; padding-top:2px; font-size:10px; line-height:13px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#e70808; }
.validation-failed {border:1px solid #ebc9c9 !important; background:#faeeee !important; }
.validation-passed {}
p.required {font-size:10px; text-align:right; color:#f00!important; clear:left; padding-top:5px;}
/* Expiration date and CVV number validation fix */
.v-fix {float:left; }
.v-fix .validation-advice {display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success {color:#3d6611; /*font-weight:bold;*/ }
.error {color:#f00; /*font-weight:bold;*/ }
.notice {color:#ccc; }

.std .messages, .messages{list-style:none !important; margin:5px 0 10px; padding:0 ; width:100%; overflow:hidden;  }
.cms-index-index .em_main .messages{margin-top:20px}
.messages ul, .std .messages ul {list-style:none !important;  padding:0 ;  margin:0;}
.messages ul li {margin-bottom:0;}
.error-msg,
.note-msg,
.notice-msg {border-style:solid; border-width:1px; background-position:10px 7px; background-repeat:no-repeat; min-height:14px; padding:8px 8px 8px 32px;  }
.error-msg {border-color:#f16048; background-color:#ffe3e3; background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_msg-error.gif); color:#df280a; }
.note-msg,
.notice-msg {border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {padding:10px; border:1px solid #ddd; }
.breadcrumbs li {display:inline; }

/* Page Heading */
.page-title {padding:10px 0 5px;/*my acc*/ margin:0 0 10px; }
.page-title h1,
.page-title h2 {font-size:18px; color:#000; }
.page-title .separator {margin:0 3px; }
.page-title .link-rss {float:right; }
.title-buttons {text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {float:left; }

.subtitle,
.sub-title {clear:both; }

/* Pager */
.pager {border:1px solid #ddd; padding:5px; margin:0; text-align:center; }
.pager .amount {float:left; }
.pager .limiter {float:right; }
.pager .pages {margin:0 135px; line-height:33px; white-space:nowrap; display:inline;}
.pager .pages ol {display:inline; }
.pager .pages li {display:inline; }
.pager .pages .current {}
/*.pager .pages { margin:9px auto; display:inline-block;margin-right:35px;}
.pager .pages strong {font-weight:bold; float:left;margin:2px 6px 0 0;color:#999898;font:12px Arial;text-transform:none;display:none;}*/
.pager .pages li {display:inline; margin:0 0 0 18px;text-align:center;line-height:13px;}
.pager .pages li:first-child {margin-left:9px;}
.pager .pages li a{color:#999898;font:bold 11px Arial; }
.pager .pages li a:hover{text-decoration:none; color:#303030}
.pager .pages li a .v-middle{margin:-1px 5px 0}
.pager .pages li a.next .v-middle{margin-right:0;}
.pager .pages li a.previous,
.pager .pages li a.next{}
.pager .pages li a.previous span{padding-right:15px;}
.pager .pages .current {color:#303030 }
Q.page-sitemap .pager .pages {margin:0; float:right;}

/* Sorter dropdown*/
.sorter {border:1px solid #ddd; padding:5px; }
.pager label,
.sorter label{float:left; margin-top:0; text-transform:lowercase;}
.pager label,
.sort-by label{margin-right:10px; margin-top:7px; text-transform:lowercase;}
.sorter .view-mode {float:left; margin:7px 0 5px }
.sort-by label {float:left;}
.sorter .sort-by {float:right;}
.sorter .link-feed {}
.pager select,
.sorter select,
.limiter  select, .sort-by select{width:auto; height:24px; line-height:24px; text-transform:lowercase; padding-top:0; padding-bottom:0; margin-bottom:0;}
.limiter label{float:left}


/* Toolbar */
.toolbar {padding-bottom:15px}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}
.pager .amount{ margin-top:7px;}
.pager .limiter{float:right;}


/*View mode*/
.view-mode strong.grid , .view-mode a.grid:hover{background-position:-197px -223px;}
.view-mode .grid, .view-mode .list { display:inline-block; height:14px; margin-top:0; text-indent:-9999px; width:12px; margin-left:7px;  background:url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/icons.png") no-repeat scroll 0 0 transparent; margin-top:5px}
.view-mode .list{}
.view-mode a.list {background-position:-229px -223px;}
.view-mode a.grid {background-position:-197px -245px}
.view-mode strong.list,.view-mode a.list:hover { background-position:-229px -245px;}


/* Shopping cart total summary row expandable to details */
tr.summary-total {cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse {float:right; text-align:right; padding-left:20px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse {background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td {font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td {border-top:1px solid #d2d8db; }
tr.summary-details-excluded {font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info {display:block; }
.cart-tax-info,
.cart-tax-info .cart-price {padding-right:20px; }
.cart-tax-total {display:block; padding-right:20px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price {display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded {background-position:100% -53px; }

/* Class:std - styles for admin-controlled content */
/*.std .subtitle {padding:0; }
.std ol.ol {list-style:decimal outside; padding-left:1.5em; }
.std ul.disc {list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt {font-weight:bold; }
.std dl dd {margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {margin:0 0 1em; padding:0; }
.std ul {list-style:disc outside; padding-left:1.5em; }
.std ol {list-style:decimal outside; padding-left:1.5em; }
.std ul ul {list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {margin:.5em 0; }
.std dt {font-weight:bold; }
.std dd {padding:0 0 0 1.5em; }
.std blockquote {font-style:italic; padding:0 0 0 1.5em; }
.std address {font-style:normal; }
.std b,
.std strong {font-weight:bold; }
.std i,
.std em {font-style:italic; }*/

/* Misc */
.links li {display:inline;}
.links li.first {padding-left:0 !important;}
.links li.last {background:none !important; padding-right:0 !important; }

.link-cart {/*font-weight:bold;*/ }
#wishlist-sidebar .link-cart {margin-top: 6px; float: left; }
.link-cart:hover {text-decoration:none;}
.link-print {background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; margin-top:4px; display:inline-block; }
.link-rss {background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove {display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 {display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    {display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-right:2px;}

.cards-list dt {margin:5px 0 0; }
.cards-list .offset {padding:2px 0 2px 20px; }


.separator {margin:0 3px; }

.divider {clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript {border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner {width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p {margin:0; }

/* Demo Notice */
.demo-notice {margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie {border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner {width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p {margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions {}

/* ======================================================================================= */


/* Header ================================================================================ */
.logo {float:left; }
.header-container {z-index:103; position:relative; /*button Main-slideshow*/}
.header {}
.header .logo {float:left; text-decoration:none !important; }
.header .logo strong {position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo {margin:0; padding:0; }
.quick-access{border-bottom:1px solid #cccccc}
.quick-access .links li {background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/link-line.png) right 0 no-repeat;}
.header .welcome-msg {/*font-weight:bold;*/ text-align:right; font-size:77%; text-transform:uppercase; margin-top:10px; padding:0 20px; }
.header .welcome-msg a {}
.header .links {display:inline; float:right; }

.header .form-search {text-align:left; }
.header .form-search label{display:none; }
.quick-access .form-search button.button span span{text-indent:-999em; text-align:left;}
.header .form-search input.input-text{width:278px; margin-right:3px; }
.quick-access .form-search button.button span span{height:27px; width:28px;}
.header .form-search .search-autocomplete {z-index:999; position:relative; left:-1px!important; top:32px!important; overflow:hidden;width:100% !important;}
.header .form-search .search-autocomplete ul {background-color:#fff; margin-bottom:0;}
.header .form-search .search-autocomplete li {padding:8px 10px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li.last {border-bottom:none; }
.header .form-search .search-autocomplete li .amount {float:right; /*font-weight:bold;*/ }
.header .form-search .search-autocomplete li.selected, .header .form-search .search-autocomplete li:hover {background:#f6f6f6;}
.header .form-language {clear:both; text-align:right; }
.header-container .top-container {clear:both; text-align:right;}
.form-language label{display:none;}
.form-language ul li{float:left; margin-right:2px; padding-bottom:0; }
.form-language .block-title {display:none}

.emarea2 ul.hoz strong{font-family:Arial}
.icon.f-left{margin-right:5px}

/********** < Navigation */
.nav-container {}
#nav {}

/* All Levels */
#nav li {text-align:left; position:relative; }
#nav li.over {z-index:998; }
#nav li.parent {}
#nav li a {display:block; text-decoration:none; }
#nav li a:hover {text-decoration:none; }
#nav li a span {display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span {white-space:normal; }

/* 1st Level */
#nav li {float:left; }
#nav li a {float:left; }
#nav li a:hover { }
#nav li.over a,
#nav li.active a { }

/* 2nd Level */
#nav ul,
#nav div {position:absolute; width:150px; top:25px; left:-10000px; }
#nav div ul {position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div {top:-10px; }

#nav ul li {float:none; border-bottom:1px solid #ddd; }
#nav ul li.last {border-bottom:0; }
#nav ul li a {float:none; padding:3px 9px; font-weight:normal; }
#nav ul li a:hover { }
#nav ul li.active > a,
#nav ul li.over > a {}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {left:100%; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block .block-title {padding:3px 10px; }
.block .block-title strong {}
.block .block-title strong span {}
.block .block-title a {text-decoration:none !important; }
.block .block-subtitle {}
.block .block-subtitle a:hover {text-decoration:none}
.block .block-content {padding:10px; }
.block .block-content li.item,.widget-static-block  li {padding:5px 0; }
.block .block-content li.item.last {padding-bottom:0; }
.block .btn-remove,
.block .btn-edit {float:right;}
.block .actions {}
.block .actions a {float:right; }
.block.block-tags .actions a {float:left; }
.block .empty {padding-top:10px; margin:0;}
.block.block-compare .empty {padding-top:0;}

.block li.odd {}
.block li.even { }

/* Mini Products List */
.mini-products-list li {padding:5px 0; }
.mini-products-list .product-image {float:left; padding:5px 10px 5px 0;  }
.block-compare .product-shop,
.mini-products-list .product-details {margin-left:95px; }
.mini-products-list .product-details h4 {font-size:1em; /*font-weight:bold;*/ margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr {white-space:normal !important; }

/* Block:Account */
.block-account {}

/* Block:Currency Switcher */
.footer .block.block-currency .block-title{line-height:17px; padding-right:10px;}
.footer .block-currency {float:right; }
.footer .block-currency .block-title span {text-transform:uppercase; font-size:10px;}
.footer .block-currency select {width:90px; border:1px solid #51504f; background:transparent; font-size:10px; padding:0; }
.footer .block.block-currency >div{float:left; padding:0;}
.sidebar .block.block-currency select{width:100%;}

/* Block:Layered Navigation */
.block-layered-nav li {padding:3px 0; position:relative;}
.block-layered-nav dt {/*font-weight:bold;*/ font-family:Arial}
.block-layered-nav .block-subtitle{}
.block-layered-nav .btn-remove { }

/* Block:Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal {}
.block-cart .actions {padding-bottom:10px;}
.block-cart .actions .paypal-logo {float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or {clear:both; display:block; padding:0 55px 5px 0; }

/* Block:Wishlist */
.block-wishlist {}
#wishlist-table input ,#wishlist-table .link-edit{clear:left; display:block; margin:5px 0; }
#wishlist-table .link-edit:hover{text-decoration:none; }
.my-wishlist #wishlist-table .product-name {margin-bottom:10px}
.block-wishlist .block-subtitle {margin-bottom:12px;}
.block-wishlist .actions a {float:left;}

/* Block:Related */
.block-related .link-wishlist {margin-top:5px; }
.block-related input.checkbox {float:left; margin-right:-20px; }
.block-related .product {margin-left:20px; }
.block-related .product .product-image {float:left; }
.block-related .product .product-details {margin-left:70px; }
.sidebar .block-related .block-content {padding-top: 0;}

/* Block:Compare Products */
.block-compare li .product-name{margin-bottom:8px}
.block.block-compare li.even {background-color:transparent;}
.block.block-compare li.item .btn-remove {}
.block-compare ol {list-style:none; padding-left:0; margin-bottom:20px;}
.block-compare .actions {/*margin-bottom:7px */}
.block-compare .actions a {float:left; margin-right:15px; margin-bottom:5px }
.compare-table td p{margin:0;}
.compare-table td .old-price{margin:0 5px 0 0;}
.page-popup .buttons-set {padding-right:0;}
.page-popup .buttons-set button.button{float:right; margin-right:0;}
.compare-table .btn-remove{float:left; margin-top:3px;}

/* Block:Recently Viewed */
.block-viewed ol p {margin-bottom:0; }
.block-viewed #recently-viewed-items li.item {padding:1px 0; }
.sidebar .block-viewed .block-content {padding-bottom:8px; padding-top: 0;}

/* Block:Recently Compared */
.block-compared {}

/* Block:Poll */
.block-poll input.radio {float:left; margin:5px -18px 0 0; }
.block-poll .label {display:block; margin-left:18px; background:none; text-shadow:none }
.block-poll li {padding:3px 9px; }
.block-poll .actions {margin:5px 0 0; }
.block-poll .answer {/*font-weight:bold;*/ }
.block-poll .votes {float:right; margin-left:10px; }

/* Block:Subscribe */
.block-subscribe input.input-text {width:198px}
.block-subscribe .input-box {width:220px; }

/* Block:Reorder */
.block-reorder {}
.block-reorder li {padding:5px 0; }
.block-reorder input.checkbox {float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .product-name {margin-left:20px; margin-bottom:5px;}
.sidebar .block-reorder .block-content {padding-top:6px;}
.block-reorder .block-subtitle {padding-bottom:6px; }

/* Block:Banner */
.block-banner {padding:10px 0!important;}
.block-banner .block-content {text-align:center; }

/* Block:Login */
.block-login label {/*font-weight:bold;*/ color:#666; }
.block-login input.input-text {display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo {display:block; margin:10px 0 25px; text-align:center; }
.sidebar .paypal-logo a {float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {border:0; margin:0 0 7px; }
.category-image {width:100%; overflow:hidden; margin:0 0 15px; text-align:center; }
.category-image img {}
.category-description {margin:0 0 15px; }
.category-products {padding-top:15px}
.cms-index-index .category-products {padding-top:10px}

/* View Type:Grid */
.products-grid {position:relative; }
.products-grid.last {border-bottom:0; }
.products-grid li.item {float:left; /*width:167px;*/ padding:0;width:286px;min-height:280px}
.products-grid .product-image {display:block; padding:9px; }
.products-grid .product-shop {padding:15px 10px 10px 10px; overflow:hidden}
.products-grid .product-name {margin:0 0 5px; /*font-weight:bold;*/ font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box {margin:5px 0 9px; clear:both;}
.products-grid .availability {line-height:21px; }
.products-grid .ratings .rating-box {margin-top:4px;}
.products-grid .ratings {margin-bottom:0; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {width:632px; margin:0 auto; }
.col1-layout .products-grid {width:790px; margin:0 auto; }
.menu-container .products-grid .ratings .rating-box {margin-top: 2px;}

/* View Type:List */
.products-list li.item {padding:12px 10px; }
.products-list .product-image {float:left; /*margin:0 0 10px;*/ position:relative;}
.products-list .product-shop {/* margin-left:270px;*/ }
.products-list .product-name {margin:0 0 5px; /*font-weight:bold;*/ font-size:13px; }
.products-list .product-name a {}
.products-list .price-box {margin:10px 13px 15px 0; }
.products-list .availability {margin:3px 0 0; display:block; }
.products-list .desc {clear:both; padding:6px 0 0; margin:0 0 10px; line-height:1.35; }
.products-list .ratings .rating-box {margin-top:5px;}
.desc .link-learn {font-size:11px; }
.products-list .add-to-links {clear:both; }
.products-list .add-to-links li {display:inline; }
.products-list .add-to-links .separator {display:inline; margin:0 2px; }
.products-list .no-rating,.products-list .ratings,.products-list .tags {margin-top:0; }

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating,
.ratings,.tags {/* line-height:1.25; */margin:8px 0 7px; overflow:hidden}
.ratings strong {float:left; margin:1px 3px 0 0; }
.ratings .rating-links {margin:0; }
.ratings .rating-links .separator {margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box {width:75px; height:11px; font-size:0; line-height:0; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating {float:left; height:11px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/rating.png) 0 100% repeat-x; }
.ratings .rating-box {float:left; margin-right:10px; margin-top:4px}
.ratings .amount {}
.ratings-table th{line-height:1.15; padding:5px 0; }
.ratings-table td {padding:8px;}

/* Availability */
.availability {margin:0; }
.availability-only {margin:0 0 7px; }
.availability-only a {background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded {background-position:100% -15px; }
.availability-only strong {}

.availability-only-details {margin:0 0 7px; }
.availability-only-details th {background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td {border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price {white-space:nowrap !important; }

.price-box {}
.price-box .price {/*font-weight:bold;*/ }

/* Regular price */
.regular-price {display:block;}
.regular-price .price {/*font-weight:bold;*/ }

/* Old price */
.old-price {margin:0 5px 0 0;display:inline;}
.old-price .price-label {white-space:nowrap; display:none;}
.old-price .price {/*font-weight:bold;*/ text-decoration:line-through;color:#8a8a8a; }

/* Special price */
.special-price {display:inline;}
.special-price .price-label {/*font-weight:bold;*/ white-space:nowrap; display:none;}
.special-price .price {/*font-weight:bold;*/ }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label {/*font-weight:bold;*/ white-space:nowrap; }

.minimal-price-link {/*display:block;*/ }
.minimal-price-link .label {background:none;
border-radius:0;
text-shadow:none;
font-weight:normal;
padding:0;}

/* Excluding tax */
.price-excluding-tax {display:block; }
.price-excluding-tax .label {white-space:nowrap; }
.price-excluding-tax .price {font-weight:normal; }

/* Including tax */
.price-including-tax {display:block; }
.price-including-tax .label {white-space:nowrap; }
.price-including-tax .price {/*font-weight:bold;*/ }

/* Configured price */
.configured-price {}
.configured-price .price-label {/*font-weight:bold;*/ white-space:nowrap; }
.configured-price .price {/*font-weight:bold;*/ }

/* FPT */
.weee {display:block; font-size:11px; color:#444; }
.weee .price {font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  {display:block; }
.price-excl-tax .label {display:block; white-space:nowrap; }
.price-excl-tax .price {display:block; }

/* Incl tax (for order tables) */
.price-incl-tax {display:block; }
.price-incl-tax .label {display:block; white-space:nowrap; }
.price-incl-tax .price {display:block; /*font-weight:bold;*/ }

/* Price range */
.price-from {margin-bottom:0;}
.price-from .price-label {/*font-weight:bold; */white-space:nowrap; }

.price-to {}
.price-to .price-label {/*font-weight:bold;*/ white-space:nowrap; }

/* Price notice next to the options */
.price-notice {padding-left:10px; }
.price-notice .price {/*font-weight:bold;*/ }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label {/*font-weight:bold;*/ white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {/*font-weight:bold; */}
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator {display:none; }

/* Add to Cart */
.add-to-cart label {float:left; margin-right:5px; padding-top:7px;}
.add-to-cart .qty {float:left; }
.add-to-cart button.button {float:left; margin-left:5px; }
.add-to-cart .paypal-logo {clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or {clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo {margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {display:inline-block;}
.add-to-box .add-to-cart {float:left; }
.add-to-box .or {float:left; margin:0 10px; }
.add-to-box .add-to-links {float:left; }
.add-to-links .link-wishlist,
a.link-wishlist,
.add-to-links .link-compare{display:inline-block }

/* Product Images */
.product-view .product-img-box {float:left; z-index:1;}
.col3-layout .product-view .product-img-box {float:none; margin:0 auto; }
.product-view .product-essential{/*padding-bottom:37px;*/}
.product-view .product-img-box .product-image{position:relative;z-index:9; max-width:100%; /*float:left;*/}
.product-view .product-img-box .product-image-zoom{overflow:hidden; }
.product-view .product-img-box .product-image-zoom img {position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice {text-align:center;/* float:left;*/ display:block; }
.product-view .product-img-box .zoom {position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px;  cursor:pointer; clear:left;}
.product-view .product-img-box .zoom.disabled {-moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track {position:relative; height:18px;background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/slider_bg.gif) 50% 50% repeat-x; }
.product-view .product-img-box .zoom #handle {position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out {position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in {position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 {margin-bottom:0 }
.product-view .product-img-box .more-views li {float:left;}
#customer-reviews .form-list li{position:relative;}
#customer-reviews .buttons-set {clear:left; display:block; padding-top:10px;padding-bottom:0; }
.product-image-popup {margin:0 auto; }
.product-image-popup .buttons-set {float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav {margin:0 100px; text-align:center; }
.product-image-popup .image {display:block; padding:10px 0}
.more-views .jcarousel-skin-tango .jcarousel-next-horizontal,.more-views .jcarousel-skin-tango .jcarousel-prev-horizontal{top:-30px!important;}

/* Product Shop */
.product-view .add-to-cart button.button {clear:left; margin-top:20px; margin-left:0;}
.product-view .product-shop {text-align:left; }
.product-view .product-img-box {float:left; display:inline-block; }
.product-view .product-shop .add-to-cart {overflow:hidden;}
.product-view .short-description {padding-top:15px;}


/* Product Options */
.product-options {padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label {/*font-weight:bold;*/ }
.product-options dt .qty-holder {float:right; }
.product-options dt .qty-holder label {vertical-align:middle; }
.product-options dt .qty-disabled {background:none; border:0; padding:3px; color:#000; }
.product-options dd {margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text {width:98%; }
.product-options dd input.datetime-picker {width:150px; }
.product-options dd .time-picker {display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea {width:98%; height:8em; }
.product-options dd select {width:100%; margin-bottom:5px; }
.product-options .options-list li{margin:5px 0}
.product-options .options-list input.radio {float:left; margin:4px -18px 0 0; }
.product-options .options-list input.checkbox {float:left; margin:3px -20px 0 0; }
.product-options .options-list a:hover {text-decoration:none;}
.product-options .options-list .label {display:block; margin-left:20px; background:none; border-radius:0; text-shadow:none; white-space:normal;padding:0; font-weight:normal;}
.product-options .options-list label{display:inline-block;}
.product-options ul.validation-failed {padding:0 7px; }
.product-options p.required {padding:15px 0 0; }

.product-options-bottom {padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box {margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {margin-bottom:10px;}
.product-view .product-shop .grouped-items-table td{vertical-align:middle}
.product-view .product-shop .grouped-items-table .price-box{margin-bottom:0}
.product-view .product-shop .grouped-items-table .price-box .price{font-size:12px;}
.product-view .product-shop .grouped-items-table  input.qty{margin-bottom:0;}
.product-view .product-shop .data-table th,.product-view .product-shop .data-table td{padding:10px;}
/* Block:Description */
.product-view .box-description {}

/* Block:Additional */
.product-view .box-additional {}

/* Block:Upsell */
.product-view .box-up-sell {margin-top:-3px;}
.product-view .box-up-sell .products-grid td {width:25%; }

/* Block:Tags & box-tags*/
.block-tags ul,
.block-tags li {display:inline; }
.my-tag-edit{position:relative; }
.tag-customer-view .my-tag-edit{float:left; }
.my-tag-edit .btn-remove {position:absolute; right:-25px; top:0px;}
#my-tags-table td img{max-width:none;}
.product-view .box-tags {}
.product-view .box-tags .form-add p {clear:both; }
.product-view .product-tags li{float:left; padding-right:20px; padding-bottom:5px; white-space:nowrap;}
.product-view .product-tags li a{text-transform:lowercase; }
.product-view .box-tags .form-add{border-top:0; margin-top:0; padding-top:23px; clear: both;}
.span12.em_main .product-view .box-tags .form-add{clear: both;}
p.note{padding-top:7px;}
#review-form  .data-table{width:auto;}
#review-form  .data-table th,#review-form  .data-table td{border:none; font-weight:normal; text-align:center; }
#review-form  .data-table tbody th{text-align:left;}
#review-form h4{}

/* Block:Reviews */
.box-reviews dt:first-child {padding-top:2px;}
.box-reviews dt {font-weight:normal; font-size:11px; padding-top:10px;}
.box-reviews dt a{}
.span12.em_main .box-reviews > .customer-reviews,
.span12.em_main .box-reviews > .review-form {float: none;width: 95%; }
.span12.em_main .box-reviews > .customer-reviews {margin-bottom: 15px;}
.span12.em_main #review-form .data-table {width: 93%;}

/* Send a Friend */
.send-friend {}

/* Image loading */
/*#loadingLink > img {  height: auto !important;  width: auto !important;}*/

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li {display:inline; padding-right:20px;}
.tags-list li a:hover {text-decoration:none;}

/* Customer Service */
.disc a:hover{text-decoration:none;}

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-index-index .secondary ul {padding-left:0;}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links {text-align:right; margin:0 0 -10px 0; }
.page-sitemap .links a {text-decoration:none; position:relative; }
.page-sitemap .sitemap {/* margin:12px; */}
.page-sitemap .sitemap a {}
.page-sitemap .sitemap a:hover {text-decoration:none;}
.page-sitemap .sitemap li {margin:3px 0; }
.page-sitemap .sitemap li.level-0 {margin:10px 0 0; /*font-weight:bold; */}
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 {background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss {display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */
/*quickshop*/
body.quickshop-index-view{padding:0;}

/* Shopping Cart ========================================================================= */
.cart .shipping-form p {margin-bottom:15px; }

/* Checkout Types */
.checkout-onepage-index .block-cart-top .btn-remove,
.checkout-multishipping-addresses .block-cart-top .btn-remove,
.checkout-multishipping-shipping .block-cart-top .btn-remove,
.checkout-multishipping-billing .block-cart-top .btn-remove,
.checkout-multishipping-overview .block-cart-top .btn-remove{display:none;}
#co-shipping-form{/*display:inline-block;*/}
.opc .form-list .field{margin-right:10px; }
.opc .form-list li.wide .input-box{}
.opc .form-list li.wide input.input-text{}

.checkout-multishipping-address-newshipping .form-list li.wide .input-text{margin-bottom:10px; }
.checkout-multishipping-address-newshipping .form-list li.control{padding-top:5px; margin-bottom:0;}
.cart .checkout-types {/*float:left; */text-align:left; margin:0; padding-left:0; padding-top:23px; }
.cart .title-buttons .checkout-types li {float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or {margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or {clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
#checkout-step-login .col-2 .buttons-set button.button{clear:left; margin-top:3px;}
#checkout-step-login .col-2 .buttons-set a{}
#review-buttons-container.buttons-set{/*float:right;*/ padding-right:0; padding-top:15px;}
#review-buttons-container.buttons-set .f-left{margin-right:0;}
#review-buttons-container.buttons-set button.button{float:right; clear:right; margin-right:0}
#review-buttons-container .please-wait{padding-top:10px; float:right; clear:right;}
/* Shopping Cart Table */
.cart-table .item-msg {font-size:10px; }
.cart-table tfoot tr td{border:none; padding-bottom:16px}
.cart-table tfoot td button.button{float:right; margin-left:10px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {margin:20px 0 0; }
.cart .cart-collaterals select{width:340px; }
.cart .cart-collaterals .col2-set {float:left; width:350px;margin-right:17px; }
.cart .cart-collaterals .checkout-types a {padding-top:10px; display:inline-block;}

.cart .crosssell{ margin-top:20px; }
.cart .crosssell .product-image {display:block;}
.cart .crosssell .product-details {clear:left;}
.cart .crosssell .price-box {margin:10px 0 16px;}
.cart .crosssell li.item {float:left;}
.cart .crosssell li.item.last {padding-right:0;}
.cart .crosssell  li.item .productlabels_icons{right:0;}


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount label{display:block;}
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals {float:right; }
.cart .totals table td {padding:2px 0; /*font-weight:bold;*/ }
.cart .totals table td:first-child {padding-right:10px;padding-top:4px; }
.cart .totals table th {/*font-weight:bold;*/ padding:5px; }
.cart .totals table tbody td:first-child ,
.cart .totals table tbody td  {padding-top:0;}
.cart .totals table tbody td .price  {display:inline-block; margin-top:-2px;}


/* Options Tool Tip */
.item-options dt {/*font-weight:bold;*/ font-style:italic; }
.item-options dd {padding-left:10px; }
.truncated {cursor:help; display:inline-block; }
.truncated a.dots {cursor:help; }
.truncated a.details {cursor:help; }
.truncated a.details:hover {text-decoration:none;}
.truncated .truncated_full_value {position:relative; z-index:999; }
.truncated .truncated_full_value .item-options {position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p {/*font-weight:bold;*/ text-transform:uppercase; }
.truncated .show .item-options {top:15px; left:auto; right:-90px;}
.col-left .truncated .show .item-options {left:30px; top:7px; }
.col-right .truncated .show .item-options  {left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {}
.sp-methods dt input.radio{margin-top:-4px}
.sp-methods .price { }
.sp-methods select.month {margin-right:20px; }

.sp-methods .checkmo-list li {margin:0 0 5px; }
.sp-methods .checkmo-list label {width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address {float:left; }

.sp-methods .centinel-logos a {margin-right:3px; }
.sp-methods .centinel-logos img {vertical-align:middle; }

.sp-methods .release-amounts {margin:0.5em 0 1em; }
.sp-methods .release-amounts button {float:left; margin:5px 10px 0 0; }

.please-wait {float:right; margin-right:5px; }
.please-wait img {vertical-align:middle; }
.cvv-what-is-this {cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip {border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close {text-align:right; }
.tool-tip .btn-close a {display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content {padding:5px; }

/* Gift Messages */
.gift-messages {margin-top:10px;}
.gift-messages h3{}
.gift-messages-form {position:relative;overflow:hidden}
.gift-messages-form label {float:none !important; position:static !important; display:inline-block;}



.gift-messages-form .whole-order {}
.gift-messages-form .item {margin:0 0 10px; }
.gift-messages-form .item .product-img-box {float:left; width:75px; margin-bottom:15px;}
.gift-messages-form .item .product-image {margin:0 0 7px; }
.gift-messages-form .item .number {margin:0; /*font-weight:bold;*/ text-align:center; }
.gift-messages-form .item .details {margin-left:90px;  }
.gift-messages-form .item .details .product-name {}

.gift-message-link {display:block; background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded {background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close {float:right; }
.gift-message dt strong {/*font-weight:bold;*/ }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li {margin:10px 0; }
.checkout-agreements .agreement-content {border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree {padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication {border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe {width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress dd address {margin-bottom:0;}
.block-progress dd {/* padding-bottom:10px;*/}
.opc {position:relative; }

.opc .buttons-set.disabled button.button {display:none; }
.opc .buttons-set .please-wait {height:25px; line-height:24px; float:left; padding-top:4px;white-space:nowrap }

.opc .step-title {background-color:#f6f6f6;  }
.opc .step-title .number {float:left; margin-right:5px; }
.opc .step-title h2 {float:left; }
.opc .step-title a {float:right; }

.opc .allow .step-title {cursor:pointer; }
.opc .active {}
.opc .active .step-title {cursor:default; }

.opc .step { position:relative; }
.opc .step .tool-tip {right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.opc .form-list li.control {}
.opc .form-list li.control input.radio,.opc .form-list li.control input.checkbox{}

/* Multiple Addresses Checkout */
.checkout-progress {padding:0 50px; margin:10px 0; }
.checkout-progress li {float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active {border-top-color:#000; color:#000; }

.multiple-checkout {position:relative; }
.multiple-checkout .tool-tip {top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total {font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {padding:10px 0; display:block; }
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login  h2{}
.account-login .registered-users a {display:inline-block;}
.account-create .form-list .field{float:right; }
.account-create .form-list .field:first-child{float:left; }
.account-create ul.form-list{}

/* End of Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image {float:left; position:relative; }
.captcha-img {border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload {position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  {animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% {-webkit-transform:rotate(0); }
    0% {-webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% {-moz-transform:rotate(0); }
    0% {-moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% {transform:rotate(0); }
    0% {transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {float:none; margin:0; }
.my-account p.hello{}
.my-account p.hello strong{font-weight:normal;color:#6b9a47}
.my-wishlist textarea,.wishlist-index-share .form-list li.wide textarea{width:80%; margin-top:5px;}
.wishlist-index-share .buttons-set p.required {margin-right:17%;}
.my-wishlist textarea {width:96%}
.my-account .limiter label{display:none;}
.my-account .pager{display:none;}
.my-account .pager-bottom .pager{display:block;}
.my-account .separator{margin:0 1px 0 4px;}
.order-items .border{border:none;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

.box-head h2{float:left; margin-right:10px; }
.box-head a{background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/icons.png) no-repeat -15px -381px transparent ;text-indent:-999em; float:right; width:23px; height:10px; margin-top:8px;}
.box-head a:hover {background-position:-58px -381px}

/*Block My Account*/
.block-account ul li{padding:5px 0 7px}
.dashboard .box-account {margin:35px 0 0; }

/* Block:Recent Orders */


/* Block:Account Information */
.dashboard .box-info {}
.box-info .box{border:none; padding:0; margin-bottom:15px}
.box-title a{/*font-size:10px;  font-weight:bold; text-transform:uppercase*/}
.box-title h3,
.box-content h4{font-weight:normal; float:left;}
.box-content h4{}
.box-content address,
.box-content p{line-height:22px}
.box-content address{clear:both;}
.box-content{clear:left; }

/* Block:Reviews & Tags */
.dashboard .box-reviews .number,.dashboard .box-tags .number {float:left }
.dashboard .box-reviews .details {margin-left:12px; }
.dashboard .box-tags .details {margin-left:12px; }
.box-tags .tags strong{font-weight:normal; float:left; display:inline; }
.box-tags .tags li{ float:left; display:inline; padding-left:5px; }
.box-reviews li.item ,.box-tags li.item {padding-bottom:10px;}
.box-reviews li.item.last,.box-tags li.item.last {padding-bottom:0;}
.box-reviews li.item .ratings {margin:4px 0}
.box-reviews h3.product-name,.box-tags h3.product-name{margin-bottom:0;}
.box-tags .tags a{text-transform:capitalize; }
.box-tags .tags a:hover{text-decoration:none; }

/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list.col2-set .col-1 ,
.addresses-list.col2-set .col-2 {width:100%;}
.addresses-list-additional li.item {}
.addresses-primary{margin-bottom:13px;}
.addresses-primary li.item{width:49%; float:left}
.addresses-primary li.item:first-child{margin-right:2%;}
.addresses-additional {margin-bottom:5px;}
.customer-address-form .my-account .form-list li.wide:first-child{padding-bottom:10px; }
.customer-address-form .my-account .form-list li strong{padding-top:5px; display:block; }
.customer-address-form .fieldset{overflow:hidden;}
/* Order View */
.order-info {border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {display:inline; }
.order-info dt {/*font-weight:bold;*/ }

.order-date {margin:10px 0; }

.order-info-box {}

.order-items {width:100%; overflow-x:auto; }

.order-additional {margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong {color:#666; }
.gift-message dd {font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt {/*font-weight:bold;*/ }
.order-about dd {font-size:13px; margin:0 0 7px; }

.tracking-table {margin:0 0 15px; }
.tracking-table th {/*font-weight:bold;*/ white-space:nowrap; }

.tracking-table-popup {width:100%; }
.tracking-table-popup th {/*font-weight:bold;*/ white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td {padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print h1,.page-print h2 {padding:10px 0;}
.page-print .print-head img {float:left; }
.page-print .print-head address {float:left; margin-left:15px; }
.page-print table th,.page-print table td{padding:10px; border:1px solid #cccccc; color:#878686;}
/* Price Rewrites */
.page-print .gift-message-link {display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax {display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {display:inline; }
.sales-order-print #my-orders-table {width:100%}

/* My Reviews */
.product-review .product-img-box {float:left; width:140px;  }
.product-review .product-img-box .product-image {display:block; width:125px;}
.product-review .product-img-box .label {margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box {float:none; display:block; margin:0 0 3px; }
.product-review .product-details {margin-left:150px; }
.product-review .product-name {font-size:16px; /*font-weight:bold;*/ margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table {margin:0 0 10px; }
.product-review dt {/*font-weight:bold;*/ }
.product-review dd {font-size:13px; margin:5px 0 0; }

/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {padding:0 20px 10px; }
.footer p {}
.footer address {text-align:right; float:left;}
.footer ul {}
.footer ul li {display:inline; }
.footer-container .bottom-container {text-align:center; }
.footer ul li.last{margin-right:10px;}
.footer-container a{white-space:nowrap; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.tags:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.widget-static-block:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.menu-item-hbox > .menu-container{position:relative; }

/*blog*/
.form-comment-container .form-comment{float:left; width:100%;}
.block .comment-title:hover{text-decoration:underline;}
.em_post-item{position:relative;}
.widget-static-block  a{cursor:pointer;}

.customer-account-forgotpassword .buttons-set p.required{text-align:left}

/* Button panel */
.dcssb-float .dcssb-content {
	background: #fff;
	padding: 10px 10px 5px 10px;
	text-align: center;
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
}
.dcssb-btn {
	margin-bottom: 5px;
}
.dcssb-btn.size-horizontal {
	width: 80px;
	height: 24px;
}
.dcssb-btn.size-none {
	width: 60px;
	height: 24px;
}
.dcssb-btn.size-vertical {
	width: 60px;
	height: 62px;
}
/* Button specific styling */
/* Digg */
.dcssb-digg.size-vertical {
	height: 68px;
}
/* Delicious */
.dcssb-delicious div {
	margin: 0 auto;
}
/* LinkedIn */
.dcssb-linkedin.size-horizontal {
	width: 65px;
}
/* Buffer */
.dcssb-buffer.size-horizontal {
	width: 85px;
}
/* Print & Email */
.dcssb-print.size-horizontal, .dcssb-print.size-none, .dcssb-email.size-horizontal, .dcssb-email.size-horizontal {
	width: 56px;
}
.dcssb-print.size-vertical, .dcssb-email.size-vertical {
	height: 24px;
}
.link-email, .link-print {
	padding-left: 20px;
	display: block;
	font: bold 11px/18px Arial, sans-serif;
	height: 20px;
	text-decoration: none;
	color: #333333;
    cursor: pointer;
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
    border: 1px solid #bbb;
    border-radius: 3px 3px 3px 3px;
    max-width: 98%;
    overflow: hidden;
    position: relative;
	text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.link-print .icon, .link-email .icon {
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.link-print .icon {
	background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/icon_print.png) no-repeat 0 0;
}
.link-email .icon {
	background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/icon_email.png) no-repeat 0 0;
}
.link-email:hover, .link-print:hover {
	background-color: #e8e8e8;
	border: 1px solid #999;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #cecece);
}

/* Pinterest */
.dcssb-pinterest {
	position: relative;
	width: 60px;
}
.dcssb-pinterest.size-horizontal, .dcssb-pinterest.size-none {
	height: 20px;
}
.dcssb-pinterest.size-horizontal {
	width: 70px;
}
.dcssb-pinterest-button {
    height: 25px;
    margin: 0;
    padding: 0 0 10px 0;
}
.pinItButton {
    position: absolute;
    background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/pinterest.png);
    font: 11px Arial, sans-serif;
    text-indent: -9999em;
    font-size: .01em;
    color: #CD1F1F;
    height: 22px;
    width: 47px;
    background-position: 0 -37px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.pinItButton:hover {
	background-position: 0 -58px;
	background-color: none;
}
.pinterest-counter-count{
	font: 12px/12px Arial,Helvetica,sans-serif;
    height: 29px;
    padding: 9px 0 0;
    text-align: center;
    width: 47px;
	background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/pinterest.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 23px;
	right: 8px;
}
.size-horizontal .pinItButton {
	left: 0;
	margin-left: 0;
}
.size-horizontal .pinterest-counter-count{
	font: 11px/11px Arial,Helvetica,sans-serif;
    height: 15px;
    padding: 3px 0 0;
    text-align: center;
    width: 21px;
	background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/pinit-count-s.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 1px;
	right: 0;
}
.size-none .pinterest-counter-count{
 display: none;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/*

INSTRUCTION FOR STYLING:

# Change background, color of the horizontal menu bar:
.em_nav .hnav { }

# Change font, color of hyperlinks:
.em_nav a { }
.em_nav a:hover { }

# Menu item's links when hover or active:
.em_nav li:hover > a, .em_nav li.active > a { }


# Top level's menu:
# -----------------

# Change padding, font, color of top menu item:
.hnav .menu-item-depth-0 a { }

# Change position of the drop-down menu of top level menu:
.hnav .menu-item-depth-0 > .menu-container,
.em-catalog-navigation.horizontal > li > ul,
.em-catalog-navigation.horizontal > li:hover > ul { top:50px }

# Level 2+ menu:
# -----------------

# Change background color, padding of container of level 2+ menu container:
.em_nav .menu-item-link > ul,
.em_nav .em-catalog-navigation ul { }

# Change font, color of hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 a,
.em_nav .em-catalog-navigation li li a { }

# Change font, color of hover/active hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 li:hover > a, 
.em_nav .menu-item-depth-1 li.active > a,
.em_nav .em-catalog-navigation li li:hover > a,
.em_nav .em-catalog-navigation li li.active > a { }


# ----------------

# Add a gutter between 2 children of hbox:
.em_nav .menu-item-hbox > .menu-container > li { margin-left:10px }
.em_nav .menu-item-hbox > .menu-container > li:first-child { margin-left:0 }

# Fix hbox on mobile view
.adapt-0 .menu-item-hbox > .menu-container { white-space:normal }
.adapt-0 .menu-item-hbox > .menu-container > li { display:block; margin-left:0 }



BELOW BASE CSS SHOULD NOT BE CHANGED:
===============================================================================
*/


ul ul, ul ol, ol ol, ol ul { font-size:100% }

.em_nav { }
.em_nav ul { margin:0; }
/*.em_nav li { margin:0; }*/



/* horizontal menu */

.hnav .menu-item-depth-0 { float:left; position:relative }
.hnav .menu-item-depth-0 a { display:block; height:20px; line-height:20px; padding:5px 15px 5px 0 }

.hnav .menu-item-depth-0 > .menu-container { position:absolute; top:30px; left:-9999px; z-index:9999 }

/* vertical menu */

.vnav { width:200px }
.vnav .menu-item-depth-0 { position:relative }
.vnav .menu-item-depth-0 a { display:block;}
.vnav .menu-item-depth-0 > a { padding:3px 10px }

.vnav .menu-item-depth-0 > .menu-container { position:absolute; top:-10px; left:-9999px; z-index:9999 }

/* general */
.menu-item-parent > a { margin-right:31px }
.em_nav a.arrow { position:absolute; margin-right:0 !important; width:20px; /*text-indent:-99999px;*/ overflow:hidden; top:0; right:0 }
.em_nav a.arrow span { display:block; /* add background arrow here */ }

/* ---------- level 2+ ---------- */

/* horizontal menu */

.hnav .menu-item-depth-0:hover > .menu-container,
.hnav .menu-item-depth-0.hover > .menu-container { left:0 }

/* vertical menu */

.vnav .menu-item-depth-0:hover > .menu-container,
.vnav .menu-item-depth-0.hover > .menu-container { left:100% }
.vnav.nav-right .menu-item-depth-0:hover > .menu-container,
.vnav.nav-right .menu-item-depth-0.hover > .menu-container { left:auto; right:100% }


.menu-item-hbox > .menu-container { white-space:nowrap; padding-right: 15px; margin-bottom: 10px;}
.menu-item-hbox > .menu-container > li { display:inline-block; white-space:normal; vertical-align:top; float:none }
/*.menu-item-hbox .menu-item-vbox li:hover > ul {left: 100%;}*/
.menu-item-hbox .menu-item-vbox li:hover >  a.arrow {right: 10px;}

.menu-item-link > .menu-container { min-width:150px; background:#fff; box-shadow:0 2px 7px #ccc }

.menu-item-depth-0 .menu-item-link { position:relative }
.menu-item-depth-0 .menu-item-link > .menu-container { position:absolute; top:0; left:-9999px; z-index:9999 }
.menu-item-depth-0 .menu-item-link:hover > .menu-container,
.menu-item-depth-0 .menu-item-link.hover > .menu-container { left:75%; top:-13px }
.nav-right .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.nav-right .menu-item-depth-0 .menu-item-link.hover > .menu-container { left:auto; right:100% }

/* Catalog Navigation */
.em-catalog-navigation li.parent > a { margin-right:31px }
.em-catalog-navigation li.parent > a.arrow { margin-right:0 }
.em-catalog-navigation ul { min-width:150px; background:#fff; box-shadow:0 2px 7px #ccc }
.em-catalog-navigation li { position:relative }
.em-catalog-navigation li > ul { position:absolute; top:0; left:-9999px; z-index:9999 }
.em-catalog-navigation li:hover > ul,
.em-catalog-navigation li.hover > ul { left:75%; top:5px }
.nav-right .em-catalog-navigation li:hover > ul,
.nav-right .em-catalog-navigation li.hover > ul { left:auto; right:100% }

/* Catalog Navigation with vertical style of top level */
.em-catalog-navigation.horizontal > li { float:left }
.em-catalog-navigation.horizontal > li > ul { top:30px }
.em-catalog-navigation.horizontal > li:hover > ul { left:0; top:30px }

/* Mobile view */
.adapt-0 .menu-item-link, 
.adapt-0 .menu-item-text,
.adapt-0 .menu-item-hbox,
.adapt-0 .menu-item-vbox,
.adapt-0 .em-catalog-navigation li { display:block; float:none }

.adapt-0 .menu-container,
.adapt-0 .em-catalog-navigation ul { width:100% !important; top:0 !important; }
.adapt-0 .menu-item-link > .menu-container,
.adapt-0 .em-catalog-navigation li > ul { left:100% !important; right:auto !important; display:none }
.adapt-0 .menu-item-link.mhover > .menu-container,
.adapt-0 .em-catalog-navigation li.mhover > ul { left:100% !important; right:auto !important; display:block }

/* Clear Divs */
.em_nav .hnav:after,
.em_nav .vnav:after,
#nav > .menu-container:after,
.menu-item-hbox:after { content:'.';display:block;clear:both;visibility:hidden;height:0;overflow:hidden }

/* workaround for touch devices */
/*.menu-item-depth-0.menu-item-parent > .menu-container { display:none }
.menu-item-depth-0.menu-item-parent:hover > .menu-container { display:block }
.em-catalog-navigation li.parent > ul { display:none }
.em-catalog-navigation li.parent:hover > ul { display:block }*/
/**
 * EM AjaxCart
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

#bg_fade {background-color:#000;left:0px;margin:0px;padding:0px;position:fixed;top:0px;visibility:hidden;width:100%;z-index:998;height:1000px}
#containerDiv {width: 350px;z-index: 999;display:none;/*left:40% !important; top:40% !important;*/position:fixed;}
#containerDiv .ajaxcart {position: relative;padding: 20px;text-align: center;border: 10px solid #EAE9E6;background-color: white;z-index: 99999;}
#containerDiv .ajaxcart .row2 {clear:left;}
#containerDiv .ajaxcart #ajax_image img {float:left;margin-right:7px;}
#containerDiv .ajaxcart #ajax_image  { margin-bottom: 10px;overflow: hidden;text-align: left;}
#containerDiv .ajaxcart #ajax_image span {text-align:left;}
#containerDiv .ajaxcart .row2 a { background: none repeat scroll 0 0 #F18200;border: 1px solid #DE5400;color: #FFFFFF;display:  inline-block;font: bold 12px/19px Arial,Helvetica,sans-serif;height: 19px;padding: 0 8px;text-align: center;white-space: nowrap; text-decoration: none;}
#containerDiv .ajaxcart .row2 a span { border: 0 none;padding: 0;}
.product-essential {position:relative;}
/**
 * EM ProductLabels
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

.products-grid .item, .products-list .item { position:relative }
.product-img-box { position:relative; }
.product-view .box-up-sell .products-grid td div.td { position:relative; }
.mini-products-list .product { position:relative; }
.crosssell .item { position:relative }

.productlabels_icons { position:absolute; top:0; right:0; }
.product-img-box .productlabels_icons { z-index:10; }
.productlabels_icons .label { float:right; background:url(http://www.fitness.co.nz/skin/frontend/base/default/images/productlabel_icons.png) 0 0 no-repeat; width:50px; height:50px; font-size:10px; font-weight:bold; color:#fff; line-height:1em; text-align:center; padding:0; }
.productlabels_icons .label { padding:10px 0 0; }
.productlabels_icons .nobg { background:none; width:auto; height:auto; }

.productlabels_icons .orange { background-position:0 0 }
.productlabels_icons .yellow { background-position:0 -60px }
.productlabels_icons .blue { background-position:0 -120px }
.productlabels_icons .violet { background-position:0 -180px }
.productlabels_icons .red { background-position:0 -240px }
.productlabels_icons .black { background-position:0 -300px }
.productlabels_icons .new { background-position:-200px 0 }
.productlabels_icons .special { background-position:-200px -60px }
.productlabels_icons .bestseller { background-position:-200px -120px }

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
}

.jcarousel-skin-tango .jcarousel-container-vertical {

}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {

}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 345px;
}

.jcarousel-skin-tango .jcarousel-item {
	margin:0;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  /*width: 200px;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {

}

.jcarousel-skin-tango .jcarousel-item-vertical {
	clear:both;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	min-width:50px; /* Giao: must have to workaround for a bug when no circalur */
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal{ 
	width: 23px;
height: 10px;
background: url(http://www.fitness.co.nz/skin/frontend/default/em0072/images/icons.png) no-repeat 0 0 transparent;
text-indent: -999em;
display: inline-block;
position: absolute;
top: -38px;
right: 15px;} 
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background-position: -58px -381px; right: 3px; }

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background-position: -58px -350px; right:43px; }

/*.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://www.fitness.co.nz/skin/frontend/default/em0072/sliderwidget/icon_slider.png);
}*/

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -15px -381px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position:-600px -381px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://www.fitness.co.nz/skin/frontend/default/em0072/sliderwidget/icon_slider.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -15px -350px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position:-600px -350px;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical,
.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    right: 0px;
    width: 10px;
    height: 23px;
    cursor: pointer;
    background: url("http://www.fitness.co.nz/skin/frontend/default/em0072/images/icons.png") no-repeat scroll 0 0 transparent;
}
.jcarousel-skin-tango .jcarousel-prev-vertical,
.jcarousel-skin-tango .jcarousel-next-vertical {top: -56px; }
.jcarousel-skin-tango .jcarousel-prev-vertical { 
	background-position:-163px -370px;}
.jcarousel-skin-tango .jcarousel-next-vertical { 
	background-position: -126px -370px; right:35px;}

.jcarousel-skin-tango .jcarousel-next-vertical:hover/*,
.jcarousel-skin-tango .jcarousel-next-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-vertical:active*/ { 
	background-position: -126px -338px;}
 
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active { 
	cursor: default; background-position:-200px -360px; }

.jcarousel-skin-tango .jcarousel-prev-vertical:hover/*,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus ,
.jcarousel-skin-tango .jcarousel-prev-vertical:active*/{
    background-position:-163px -338px; }

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default; background-position:-200px -350px; }

/*-----------------------------------------------------------------------------

	-	revolution slider -

Screen Stylesheet

author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:hidden;
}


.rev_slider img{
	max-width:none !important;
	max-width:none !important;
	-moz-transition: none 0 !important;
	-webkit-transition: none 0 !important;
	-o-transition: none 0 !important;
	transition: none 0 !important;
	margin:0px !important;
	padding:0px !important;
	border-width:0px !important;
	border:none;
	visibility:visible !important;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider ul{
	margin:0px !important;
	padding:0px !important;
	list-style: none !important;
	list-style-type: none !important;
	background-position:0px 0px !important;
}

.rev_slider ul li,
.rev_slider >ul >li,
.rev_slider >ul >li:before{

	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none !important;
	background-position:0px 0px !important;
	text-indent: 0em !important;
}

.rev_slider .tp-caption,
.rev_slider .caption, {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; 	position:absolute; visibility: hidden;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1;}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100% !important;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px;}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/timer.png);position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}


/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}


.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute;
	visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(http://www.fitness.co.nz/skin/frontend/base/default/em_slideshow2/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}



.tp-caption.big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#000;	
			letter-spacing: -1.5px;										
		}

.tp-caption.big_orange{
			position: absolute; 
			color: #ff7302; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}	
					
.tp-caption.big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}		

.tp-caption.medium_grey{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			padding: 2px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#888;		
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.small_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 14px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.medium_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
.tp-caption.large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 40px; 
			line-height: 40px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
.tp-caption.very_large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: -2px;		
		}
					
.tp-caption.very_big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#000;		
					}	
					
.tp-caption.very_big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#fff;		
					}
					
.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
											
.tp-caption.black{
		color: #000; 
		text-shadow: none;		
	}	
					
.tp-caption.noshadow {
		text-shadow: none;		
	}	
					
.tp-caption a { 
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	 
}			
	
.tp-caption a:hover { 
	color: #ffa902; 
}

/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { /*position: relative;*/ padding: .2em; zoom: 1; overflow:hidden; border:1px solid #CCC;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { padding:0; margin:0;overflow:hidden; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; /*position: relative;*/ white-space: nowrap; border:1px solid #AAA; margin:0 0.2em 0 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding:0.5em 1em }
.ui-tabs .ui-tabs-nav li a:hover{}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { /*margin-bottom:-1px;*/ padding-bottom:0  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding:0; background: none; }
.ui-tabs .tab_content{  padding:1em 1.4em; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-state-active a{ color:#fff!important; }
.timeleft-text{font-size:18px;font-weight:normal;color:#000044;margin-left: 3px;}
.dailydeal{
    margin-bottom: -5px;
	font-family: georgia;
}

.sidebardailydeal .item {
    
}
.dailydeal-sidebar-product-name a {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.dailydeal-sidebar-product-name a{
	color: #666!important;
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
}

.btn-dailydeal{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 52px;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
.btn-dailydeal span{
    background: url("http://www.fitness.co.nz/skin/frontend/default/default/images/magestore/dailydeal/bnt-add-to-cart.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
	font-family: Impact;
    font-size: 30px;
    font-weight: normal;
    height: 52px;
    line-height: 47px;
    overflow: visible;
    padding: 0 0 0 25px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.btn-dailydeal span span{
    background-position: 100% 0;
    padding: 0 25px 0 0;
}

/*------- Daily Deal sidebar left ------------------*/
.block-dailydeal{
	font-family: georgia;
	border: 1px solid #c2bfbb;
}
.sidebardailydeal{
	background: url("http://www.fitness.co.nz/skin/frontend/default/default/images/magestore/dailydeal/mid-line.png") no-repeat scroll left bottom transparent;
	float: left;
    padding-bottom: 20px;
    padding-top: 15px;
}
.block-dailydeal div.last{
	background: none transparent!important;
}
.block-dailydeal .block-content {
    background: none repeat scroll 0 0 #F5F5F5;
}
.sidebardailydeal .dailydeal-sidebar-product-name a{
	font-weight: normal;
}
.block-subscribe .block-content{
	padding: 6px;
}
.sidebar-product-image img{
    margin-left: 0px;
	border: 1px solid #FDFDFD;
}
.dailydeal-price, .save-sold, .time-left, .block-dailydeal .time-left{
	width: 100%;
	float: left;
	display: none;
}
.block-dailydeal .time-left{
    border-top: 1px dashed #B8B8B8;
    margin-top: 6px;
    padding: 5px 0;
	font-size: 14px;
	font-weight: normal;
	color: #828282;
}
.block-dailydeal .time-left label, .block-dailydeal .time-left div span{
	font-weight: normal;
	color: #828282;
	font-size: 14px;
}
.block-dailydeal .time-left div span{
	color: #ff9f07;
	font-family: Impact;
	font-size: 14px;
}
.dailydeal-price li, .save-sold li{
	float: left;

}
.dailydeal-price .special-price .price{
	font-family: Impact;
	font-size: 23px;
	font-weight: normal;
	color: #ff9f07;
}
.dailydeal-price .old-price {
	margin-top: 6px;	
	margin-left: 14px;
}
.dailydeal-price .old-price .price{
	font-size: 13px;
	font-weight: normal;
	color: #666;	
}
.save-sold li label{
	display: block;
}

.save-sold li label{
	color: #828282;
	font-size: 14px;
	font-weight: normal;
}
.save-sold li.lastspecial{
	margin-right: 0!important;
}
.save-sold li.special-price{
	margin-right: 15px;
	text-align: center;
}

.sidebardailydeal .time-left .text-time{
	color: #828282!important;
	font-weight: normal!important;
	font-size: 14px;
	font-family: georgia;
}
.save-sold .special-price .price{
	color: #ff9f07;
	font-family: Impact;
	font-size: 14px;
	font-weight: normal;
}
.timeleft li{
	float: left;
}
/*------- End Daily Deal sidebar left ------------------*/


/*------------Daily Deal Grid ----*/
.dailydeal-grid .product-image{
	width: 400px!important;
	height: 190px!important;
	margin: 0!important;
	padding: 0 !Important;
	background: #fff;
	text-align:center;
}
.dailydeal-grid li.last{
	margin-left: 20px!important;
}
.dailydeal-grid{
	width: 875px!important;
	background: none transparent!important;
	font-family: georgia;
	border: 0 none;
}
.dailydeal-grid li.item{
	width: 400px;
	padding: 0!important;
	/* background: #f5f5f5; */
	position: relative;
	margin: 10px 0;
}
.dailydeal-grid .wrap-grid-action{
	width: 100%;	
	float: left;
}
.dailydeal-grid .wrap-grid-action .btn-dailydeal{
	float: left;
	width: 158px;
	margin-right: 25px;
	
}
.dailydeal-grid .time-left .timeleft-text{
	color: #ff9f07;
	margin-left: 5px;
}
.dailydeal-grid li.item .bg-bottom-dailydeal{
	position: relative;
	bottom: 0;
	height: 11px;
	width: 100%;
	background: url(http://www.fitness.co.nz/skin/frontend/default/default/images/magestore/dailydeal/bg_bottom_li.png) no-repeat scroll left bottom;
	float: left;
}
.dailydeal-grid .time-left li, .dailydeal-grid .time-left .timeleft{
	float: left;
/* 	margin-right: 8px; */
	line-height: 35px;
	color: #828282;
	font-size: 14px;
	font-family: georgia;
}
.dailydeal-grid .wrap-grid-action .save-sold{
	float: left;
	width: auto;	
}
.bottom-grid-dailydeal{
	background:#f5f5f5;
	padding: 17px;
	float: left;
}
.wrap-grid-action button.btn-dailydeal{
	float: left;
}


/*------------End Daily Deal Grid ----*/


/*------------Daily Deal Detail --------------*/

.product-essential .wrap-timeleft-detail li{
	float:left;
	margin: 10px 0 10px 5px;	
}
.product-essential .wrap-timeleft-detail li.time-day{
	margin-left: 15px;
}
.product-essential .wrap-timeleft-detail li.time-sec{
	margin-right: 0;
}
.product-essential .wrap-timeleft-detail .timeleft-text{
	display: block;
	width: 30px;
	background: url(http://www.fitness.co.nz/skin/frontend/default/default/images/magestore/dailydeal/bg-digital.png) no-repeat;
	height: 78px;
	width: 72px;
	color: #fff;
	font-size: 35px;
	line-height: 65px;
	text-align: center;
	position: relative;
	margin-left: 0;
	/* text-decoration: line-through; */
}
.product-view .timeleft{
	text-align: center;
}
.product-view .wrap-timeleft-detail .text-time{
	text-transform: uppercase;
	font-weight: bold;
	
}
.product-essential .bg-saleoff{
	background: url(http://www.fitness.co.nz/skin/frontend/default/default/images/magestore/dailydeal/bg-saleoff.png) no-repeat;
	height: 37px;
	width: 321px;
	float: left;
	text-align: center;
	padding:20px 0;
	margin-bottom: 20px;
	font-weight: bold;
}
.product-essential .bg-saleoff .off-label{
	font-size: 12px;
}
.product-essential .bg-saleoff span{
	margin-top: 10px;
	color: #fff;
	font-size: 27px;
}


.product-view .product-shop .wrap-timeleft-detail{
	border: 1px solid #fff;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.product-view .product-shop .timeleft{
	background: #f0f2f2;
	border: 1px solid #ebe9e9;
	width: 75%;
	float: left;
	text-align: center;
	color: #595959;
	font-size: 13px;
	text-transform: uppercase;
	font-family: sans-serif;
	/* font-weight: bold; */
}
/*------------End Daily Deal Detail --------------*/
.dailydeal-list li .product-image{
	width: 340px!important;
	height: 190px!important;
	margin: 0!important;
	padding: 0!important;
}
.dailydeal-list .product-shop{
	margin-left: 350px;
}
/*------------List Daily Deal --------------*/
.dailydeal-list{
	font-family: georgia;
}
ol#products-list .product-shop .timeleft{
	background: none transparent;
	border: 0 none;
	text-transform: none;
}
ol#products-list .time-left li{
	color: #828282;
	font-size: 14px;
	font-weight: normal;
}
ol#products-list  .time-left li, ol#products-list  .time-left div{
	float: left;
	width: auto;
}
ol#products-list  .timeleft .timeleft-text{
	color: #ff9f07!important;
	font-size: 14px;
	margin-left: 5px;
}

ol#products-list .wrap-grid-action{
	float: left;
	width: 100%;
}
ol#products-list .wrap-grid-action button{
	float: left;
	width: 158px;
	margin-right: 25px;
}
ol#products-list li.item {
    background: url("http://www.fitness.co.nz/skin/frontend/default/default/images/magestore/dailydeal/productlist-li-bottom.png") no-repeat scroll 0 100% transparent;
    border-bottom: 0 none;
    margin: 10px 0;
    padding: 0 0 11px;
}
ol#products-list li.item .wrap-productlist-li{
	/* background: url("http://www.fitness.co.nz/skin/frontend/default/default/images/magestore/dailydeal/bg-product-list-li-top.png") repeat scroll 0 0 transparent; */
	background: #f5f5f5;
	padding: 0;
	width: 670px;
	float: left;
	padding: 9px 12px;	

}
ol#products-list .time-left{
	margin-top: 20px;
}
ol#products-list .wrap-grid-action .save-sold{
	float: left;
	width: auto;
}
/*------------End List Daily Deal --------------*/

.wrap-timeleft-detail .time-left-label {    float: left;  width: 23%; font-weight: bold; font-size:16px; }

@media (max-width: 450px) {
    div#topClose {
        width: 90% !important;
    }

    div#outerImageContainer {
        width: 90% !important;
        height: auto !important;
        font-size: 0px !important;
    }

    div#imageDataContainer {
        width: 90% !important;
    }

    a#nextLink {
        height: 150% !important;
    }

    a#prevLink {
        height: 150% !important;
    }

    #lightbox {
        z-index: 99999 !important;
    }

    #overlay {
        z-index: 99998 !important;
    }
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: none;
}

#fancybox-left-ico {
	background-image: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://www.fitness.co.nz/skin/frontend/default/em0072/css/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }
.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/css/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/css/images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/css/images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/css/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(http://www.fitness.co.nz/skin/frontend/default/em0072/css/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
	height: 100%;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20000001;
	backface-visibility: hidden;
	background : rgba(35, 29, 30, 0.55);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	transition-timing-function: cubic-bezier(.55,.06,.68,.19);
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity .2s;
	pointer-events: none;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30,30,30,0.7);
	pointer-events: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

 .fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top : 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top : -36px;
	right : -36px;
	background: transparent;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.8) 100%);
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,0.4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position : relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
	background: rgba(30,30,30,0.6);
}

.fancybox-button:hover {
	background: rgba(0,0,0,0.8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: 0.5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}
.fancybox-button--close::before {
	transform: rotate(45deg);
}
.fancybox-button--close::after {
	transform: rotate(-45deg);
}
/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {

	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close)
	{
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}


/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play {}

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}


/* Thumbs */

.fancybox-button--thumbs span{
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0,0,0,0.1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(.25,.46,.45,.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}

}

