/*
Template Name:      MadBC
Description:        Starting template for BigCommerce
Version:            2.8.1
Author:             Madwire Media
Author URI:         http://www.madwirewebdesign.com/
Updated:            April 26, 2012
*/

/*
	*** TABLE OF CONTENTS ***
	------------------------------------------------------------------------------	
	Following the name of each section is -n- and a 3 digit code, for example abc,
	which you can use find or find next to skip to the next section.
	PLEASE LOOK THROUGH CSS BEFORE EDITING IT TO SEE WHAT EACH SECTION CONTAINS
	------------------------------------------------------------------------------
	
	Base = bas
	Primary Container Widths, Base Styles, and Blue Reset Styles = prm
	Header = hdr
	Content = cnt
	Sidebar = sdb
	Footer = ftr
	Miscelaneous = msc (breadcrumb styles are in here and some other stuff)
	Pages = pgs
	Category = ctg
	Product Lists = pls
	Product = prd
	Cart = crt
	Checkout -n- = chk
	Account = act
	Home Page = hpg
	Internet Explorer 7 = ie7
	Media Queries = mqs
	Print Styles = prn 
	Plugins = plg

*/

/*
	**** Use the following examples to target ie8, ie7 or both
	ie7 *+html body { background: red; }
	ie8 body { background: green\0/; }
	ie8&7 body { background: yellow\9; }
*/

/* =============================================================================
   Base -n- bas
   ========================================================================== */
   
html { overflow-y: scroll; }
html, body, button, input, select, textarea { font-family: sans-serif; font-size: 14px; }
html, body, button, input, select, textarea, h2, #PageContent h2, #CategoryHeading h2,
#NewsContent h2, .product .Content h2, .Content h3, .Content h2, .TitleHeading { color: #222; }
body { background:url('../../img/bg_green.png') fixed; }

h1,h2,h3,h4,h5,h6 {}
h1,h2,h3,h4,h5,h6, .Content h2, .TitleHeading, .Content h1 { font-weight: 700; }
.Content h2, .TitleHeading, .Content h1 { font-size: 2em; margin: 0 0 0.67em; }
#PageContent h2, #CategoryHeading h2, #NewsContent h2, .product .Content h2 { font-size: 1.5em; margin: 0 0 .83em; }
.Content h3 { margin: 0 0 .8em; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ddd; background: none; margin: 1em 0; padding: 0; }

.icon { vertical-align: middle; }
img.left, p img.left { margin: 0 1.5em 1.5em 0; float: left; }
img.right, p img.right { margin: 0 0 1.5em 1.5em; float: right; }


/* == Links & Selection ===================================================== */

a, .Content a { color: #707076; text-decoration:none; }
a:hover, .Content a:hover, a:focus, .Content a:focus { color: #707076; text-decoration:none; }
a:hover, a:active { outline: none; }
a:active, input.button:active, input[type=submit]:active, input[type=button]:active { outline: 0; }
a.ChangeLink:active { position: absolute; top: auto; right: 15px; }
a:active.modalClose { position: absolute; top: 10px; }
a:link { -webkit-tap-highlight-color: #3399FF; }
::-moz-selection { text-shadow: none; background: #3399FF; color: #fff; }
::selection { text-shadow: none; background: #3399FF; color: #fff; }


/* == Buttons =============================================================== */
.button, .Content a.button, input[type=submit], input[type=button], button {
	display: inline-block;
	overflow: visible;
	width: auto!important;
	margin-top:8px;
	padding: 8px 16px;
	cursor: pointer;	
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	border: 1px solid #e9eceb;
	background:url('../../img/bg_btn_catpg_addtocart.png') repeat-x top #1e2528;		
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-appearance: none;
}
.button:hover, .Content a.button:hover, input[type=submit]:hover, input[type=button]:hover { 
	background:url('../../img/bg_btn_catpg_addtocart.png') repeat-x top #1e2528;		
	color: #fff; 
	text-decoration: underline;
}
.button.download { margin-bottom: 10px; }
.AccountOrderStatusList li form { margin-bottom: 4px; }
#ProductReviews .button { float: right; }
#LoginButton { padding: 8px 16px !important; margin-bottom: 12px; }
.AddCartButton input.button { margin: 0 0 0 12px!important; }
.CheckoutButton { margin-bottom: 1.5em; }
.ProceedToCheckout a.button { padding: 8px 16px; color: #fff; }
.BulkDiscount .button { margin:0!important; }

/* == Forms =================================================================== */

textarea { overflow: auto; }
#LoginForm form input[type=text] { margin: 0; }
.HorizontalFormContainer dd { padding: 8px 0 0; }
.HorizontalFormContainer dt { padding: 10px 0 0; }

/* == Tables ================================================================== */
.EstimateShipping, .CheckoutRedeemCoupon { background: #F4F4F4;	border: 1px solid #e5e5ef; color: #4d4d50; }
table.CartContents, table.General { border: 1px solid #e5e5ef; }
.CartContents thead tr th, table.General thead tr th {
	background: #F4F4F4;
	border-bottom: 1px solid #e5e5ef;
	color: #4d4d50;
}
.CartContents tfoot .SubTotal td { border-top: 1px solid #e5e5ef; color: #4d4d50; }
.CompareItem { border-left: solid 1px #e5e5ef; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #e5e5ef; }
.CompareFieldTop { border-bottom:solid 1px #e5e5ef; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #e5e5ef; border-bottom:solid 1px #e5e5ef; }
.CompareLeft { border-left:solid 1px #e5e5ef; border-bottom:solid 1px #e5e5ef; }
.ComparisonTable tr:hover td { background: #F7F7F7; }

/* =============================================================================
   Primary Container Widths, Base Styles, and Blue Reset Styles -n- prm
   
   ** MEANT FOR BASIC STRUCTURE for example widths, margins, padding and
   for background images/colors for the basic structure elements
   
   ** NOT FOR CONTENT SPECIFIC STYLES for example styling what is inside the
   header, footer, content areas, etc.
   ** USE APPROPRIATE SECTION(S) FOR THAT
   ========================================================================== */
#html {}
#body {}
#Container { width: auto; margin: 0; }
#Outer { background: none; margin: 0; }
#TopMenu, #Header, #PrimaryMenu, #Wrapper, #Footer  { width: 950px; margin: 0 auto; }
#TopMenuOuter, #HeaderOuter, #PrimaryMenuOuter, #WrapperOuter, #FooterOuter  { width: 100%; }
#Header, #PrimaryMenuOuter { position: relative; }
#TopMenu, #Header { height: auto; }
#Header, #Footer { padding: 0; border: none; }
#Header ul, #PrimaryMenu ul, #Footer ul { list-style: none; margin: 0; padding: 0; }
#TopMenuOuter {}
#TopMenu {}
#HeaderOuter { position: relative; }
#Header {}
#PrimaryMenuOuter { margin-bottom: -26px; }
#PrimaryMenu {}
#WrapperOuter {}
#Wrapper { margin-top:34px; text-align: left; background:url('../../img/wrapper-bg.png') repeat-y; }
body.home #Wrapper { background:none; }
body.home #Wrapper {}
#FooterOuter {}
#Footer { clear: both; }

.Content, .Content.Wide, .Content.Widest { position:relative; background: none; min-height: 0; }
.Content { width: 742px; margin:0 0 0 0; padding:0 7px 0 7px; border-right:7px solid #fff; }
.Content.Wide { width: 950px; margin: 0; padding: 0; }
.Content.Widest { width: 950px; margin: 0; padding: 0; }

.Block, .BlockContent, .Content .Block, .Content .BlockContent { margin:0; padding:0; }

/*Sidebars*/
.Left, .Right { background: none; min-height: 10px; }
.Left h2, .Right h2 { width: auto; }
.Left li, .Right li { border: none; }
.Left { width: 180px; margin: 0 0 0 0; }
body.home .Left { margin-top:0; }
.Right { width: 180px; margin: 0; }

/* =============================================================================
   Header -n- hdr
   ========================================================================== */

/* == TopMenu =============================================================== */   
#TopMenuOuter { margin:0; padding:0; background:url('../../img/bg_topbar.png') repeat-x; }
#TopMenu { position:relative; height:31px; }
#TopMenu ul { float: right; }
#TopMenu li a, #TopMenu li div { color: #fefefe; border: none; font-size: .8em; font-family:Tahoma, sans-serif; text-transform:uppercase; margin: 8px 0 0 20px; padding: 0; }
#TopMenu li a:hover { color: #131212; text-decoration:none; }

/* == Header ================================================================ */ 
#HeaderOuter { margin-bottom:10px; background:url('../../img/bg_logoheaderbar.png') repeat-x; }
#Header { position:relative; height:128px; }
#head-cart-wrap { 
	z-index:100; 
	float:right; 
	/*width:139px; */
	height:31px;
	padding:8px 12px 6px 12px;
	border:2px solid #7c8080; 
	border-top:none;
	border-radius:8px; 
	border-top-left-radius:0;
	border-top-right-radius:0;
	background:url('../../img/bg_checkout.png') repeat; 
	font-family:Arial, sans-serif; 
	font-size:15px; 
	font-weight:bold;
	color:#fefefe; 
	text-align:center;
}
#head-cart-wrap a { color:#fefefe; }
#head-cart-wrap a:hover { color:#131212; }
#head-cart-wrap span#head-cart, #head-cart-wrap span#head-checkout { font-size:12px; font-weight:normal; }
#social-media { position:absolute; right:206px; top:4px; }
#social-media a { display:block; float:left; width:29px; height:29px; margin:5px; text-indent:-9999px; }
#social-media a#tw { background:url('../../img/icon_tw.png') no-repeat; }
#social-media a#yt { background:url('../../img/icon_yt.png') no-repeat; }
#social-media a#fb { background:url('../../img/icon_fb.png') no-repeat; }
#social-media a#vim { background:url('../../img/vimeo.png') no-repeat; }
#social-media a#goog { background:url('../../img/googleplus.png') no-repeat; }
#social-media a#blog { background:url('../../img/blog-icon.png') no-repeat; }
#head-shipping { position:absolute; right:0; top:52px; width:288px; height:63px; text-align:right; }
#head-shipping p { color:#91ccef; margin-bottom:.1em; line-height:1.2em; }

/* == Logo ================================================================== */ 
#Logo {  margin:8px 0 0; width: auto; }
#Logo img { display: block; margin:0; }

/* == Search Form =========================================================== */
#SearchForm { position:absolute; right:0; top:73px; width:166px; height:78px; padding:11px 0 0 0; /*background:url('../../img/head-search.png') no-repeat; */  }
#SearchForm label {
	display:block;
	margin:0 auto;
    color: #fefefe;
    font-weight: 400;
    margin:0;
	text-align:center;
}
#SearchForm #search_query, #SearchForm input.button { float: left; }
#SearchForm #search_query { width:123px; margin-top:7px; padding:2px 20px 3px 21px; font-size: 1.1em; border-radius:8px; color:#83918f; text-align:center; }
#SearchForm input.button { float:none; position:absolute; right:8px; top:14px; width:15px; height:19px; padding:0; border:none; border-radius:none; background:none; }
#SearchForm p { clear: both; margin: 0; text-align: left; }
#SearchForm a { color: #06c; }
#SearchForm a:hover { color: #131212; }

.QuickSearch { z-index: 9999; }
.QuickSearchHover td{ background: #f4f4f4; }
.QuickSearch a, .QuickSearch a:hover { color: #4D4C51; }

/* == Blog Link =========================================================== */
#blogLink{
	float:left;
	margin: 99px 0 0 80px;
	}
#blogLink .blue{
	color: #91CCEF;
    font-size: 1em;
    text-transform: uppercase;
	}
#blogLink a{
	color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
	}
#blogLink a:hover{
	color: #91CCEF;
	}

/* == Primary Navigation ===================================================== */
/* Main Pages Menu change id to PrimaryMenu so as to not use bc's styling */
/* Note for proper styling of Side Category List placed in #PrimaryMenu the Panel must only contain the snippet and no html and be set to Classic not Flyout*/
#PrimaryMenu .blue { color:#91CCEF; font-size:1em; text-transform:uppercase; }
#PrimaryMenuOuter {
	background: none;
	position: relative;
	z-index: 69;
}
#PrimaryMenu {}
#PrimaryMenu > ul { background:url('../../img/main-nav-bg-new.png') no-repeat; }
#PrimaryMenu > ul > li.last, #PrimaryMenu > ul > li.last a { margin-right:0; padding-right:0; border:none; }
#PrimaryMenu > ul > li { float: left; margin: 0; min-height:56px; border-right:2px solid #373737; text-align:center; }
#PrimaryMenu > ul > li > a {
	display: block;
	padding: 18px 8px 20px;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
#PrimaryMenu a { text-decoration: none; }

#PrimaryMenu > ul > li > a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 6px;
	margin-left: 4px;
	text-indent: -99999px;
	*text-indent: 0;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "\2193";
}
#PrimaryMenu > ul > li > a:hover,
#PrimaryMenu > ul > li.dropdown.open > a,
#PrimaryMenu > ul > li.ActivePage > a {
	color: #91CCEF!important;
}
#PrimaryMenu > ul > li > a:hover > .caret,
#PrimaryMenu > ul > li.dropdown.open > a > .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}

#PrimaryMenu > ul > li.First > a { width:56px; background:url('../../img/main-nav-new-logo.png') no-repeat center center; text-indent:-9999px; }
#PrimaryMenu > ul > li.ActivePage > a,
#PrimaryMenu > ul > li > a:hover {
	color: #fff;
}
/* Drop Down */
#PrimaryMenu > ul > li { position: relative; }
#PrimaryMenu > ul > li > a { *margin-bottom: -3px; }
#PrimaryMenu > ul > li > a:active, #PrimaryMenu .dropdown-toggle:active, #PrimaryMenu .open .dropdown-toggle { outline: 0; }
#PrimaryMenu > ul > li > ul  {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
#PrimaryMenu > ul > li > ul:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	position: absolute;
	top: -7px;
	left: 9px;
}
#PrimaryMenu > ul > li > ul:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 10px;
}
#PrimaryMenu > ul > li:hover, #PrimaryMenu ul > .dropdown.open  { *z-index: 1000; }
/* Uncomment and remove js in scripts.js if you desire non touch friendly hover dropdown 
#PrimaryMenu > ul > li:hover > ul { display: block; }*/
#PrimaryMenu ul > .dropdown.open > .dropdown-menu { display: block; }
#PrimaryMenu li li a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	color: #555555;
	white-space: nowrap;
}
#PrimaryMenu li li li a { padding-left: 25px; }
#PrimaryMenu li li li li a { padding-left: 35px; }
#PrimaryMenu li li li li li a { padding-left: 45px; }
#PrimaryMenu li li li li li li a { padding-left: 55px; }
#PrimaryMenu > ul > li > a { }
#PrimaryMenu > ul > li > ul a:hover { color: #fff; background: #0088cc; }
/* End Navigation */

/* =============================================================================
   Home Page 
   ========================================================================== */
body.home #LayoutColumn2 { background:none; border:none; }
.banner_home_page_top { margin-bottom:10px!important; position:relative; }
.banner_home_page_top #nav { position:absolute; left:19px; top:17px; z-index:80; }
.banner_home_page_top #nav a { display:block; float:left; width:16px; height:16px; margin-right:8px; background:url('../../img/slide-control-nav.png') no-repeat -17px 0; text-indent:-9999px; }
.banner_home_page_top #nav a.activeSlide { background-position:0 0; }
.banner_home_page_top p { margin:0; padding:0; z-index:75; }
.banner_home_page_top img { max-width:946px; max-height:349px; z-index:75; }

#home-panel-wrap { margin-bottom:10px; }
#home-panel-wrap > div { float:left; width:308px; height:140px; border-radius:8px; text-align:center; }
#home-panel-wrap .col-l { margin-right:12px; background:url('../../img/home-panel-impact.png') no-repeat center; }
#home-panel-wrap .col-m{ margin-right:12px; background:url('../../img/home-panel-multi-lingual.png') no-repeat center; }
#home-panel-wrap .col-r{ background:url('../../img/home-panel-clearance.png') no-repeat center; }
#home-panel-wrap h2 { padding-top:8px; }
#home-panel-wrap h2 a { font-size:20px; color:#fff; font-weight:bold; text-decoration:none; }
#home-panel-wrap a { text-indent:-9999px;display:block; height:140px;width:305px;}
#home-panel-wrap h2 a:hover { color:#131212; }
#home-panel-wrap span.yellow { color:#f0da9f; font-size:16px; }

a.home-panel-link { 
	background: url("../../img/bg_hp_3buttons_headers.png") repeat-x scroll 0 0 transparent;
    color: #91CCEF;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    margin-right: 12px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 308px; 
	height:140px;
	margin-bottom:10px;
}
a.home-panel-link:hover { color:#fff; }


/* =============================================================================
   Content -n- cnt
   ========================================================================== */
body.subscribe #LayoutColumn2, body.search #LayoutColumn2 { width:706px; padding:12px 25px; }
body.error-template #LayoutColumn2 { width:900px; padding:12px 25px; }
.ErrorMessage { margin:15px 0; }

.Content p, .Content ol, .Content ul { color:#707076; }

.Content h1 { 
	/*background: url("../../img/bg_product_title.png") repeat scroll 0 0 transparent;*/
    color: #8C2719 !important;
    font-size: 20px;
    margin: 11px 0 8px;
    padding: 0;
}

body.product .Content h1, body.page .Content h1 { margin:0 0 1.4em ; }

.Content h2 { color:#57575a; }

#LayoutColumn2 { border-top:7px solid #fff; /*background:url('../../img/bg_cat_sidebar.png');*/ }

/* =============================================================================
   Sidebar -n- sdb
   ========================================================================== */
.Left, .Right { margin-bottom:15px; padding-left:7px; font-size: 1em; border-right:none; border-top:7px solid #fff; }
.Left h2, .Right h2 { font-size:1.35em; margin: 0; padding: 7px 16px 6px 9px; /*background:url('../../img/bg_cat_sidebar.png') repeat-y;*/ background:#829e4a; color:#fff; font-weight:bold; }
.Left .BlockContent, .Right .BlockContent { margin: 0 0 12px; padding-top:6px!important; border-bottom-left-radius:8px; border-bottom-right-radius:8px; }

.Left ul, .Left .BlockContent { padding:0 16px 8px 9px; /*background:url('../../img/bg_cat_sidebar.png') repeat-y;*/  }
.Left ul:first-child { padding-top:15px; }
.Left ul li a { color:#705443; text-decoration:none; }
.Left ul li a:hover { color:#131212; text-decoration:none; }
.Left #SideCategoryList li ul { border-top: 1px solid #ddd; }
.Left .ProductList li, .Right .ProductList li { width: auto; border-bottom: 1px solid #ddd; }
.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { width: auto; border: 1px solid #ddd; }
.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails { width: auto; padding: 5px 10px;  }

#SideCategoryList li a, #SideShopByBrand li a { display: block; }

#SideNewsletterBox form { float:left; }
#SideNewsletterBox { margin:0 0 10px; padding:8px 12px 4px 12px; background-color:#000; color:#fff; font-size:13px; }
body.categories #SideNewsletterBox { margin-top:17px; }
#SideNewsletterBox p { margin: 0 0 6px 0; }
#SideNewsletterBox p.bottom { margin-bottom: 0; }
#SideNewsletterBox label { width:193px; margin-bottom: 3px; text-align:center; }
#SideNewsletterBox input { width: 175px; font-size: 1.1em; color:#000; text-align:center; padding: 3px; margin:3px 8px 0 0; }
#SideNewsletterBox .button { width: auto; height: auto; margin-top:3px; padding: 3px 33px 3px; border:1px solid #f6f6f6; background:#8c2719; color:#fff; }
#SideNewsletterBox .button:hover {  }

#SideNewsletterBox div.additional { float:left; margin-left:14px; padding-left:16px; background:url('../../img/newsletter-bar.png') no-repeat left top; font-size:13px; text-align:center; }
#SideNewsletterBox .white { display:block; }
a.play-video { font-style:italic; font-size:15px; color:#91ccef; font-weight:bold; text-decoration:none; }
a.play-video:hover { color:#fff;  }

#couponcode, #giftcertificatecode { padding: 5px; }

/*
	SideCatPopOut
	To use this instead of the flyout set the Side Category List to classic in the admin area then simply add id="SideCatPopOut to .SideCategoryListClassic in SideCategoryList.html under panels.
*/
#SideCatPopOut { 
	position: relative;
	z-index: 69;
}
/* resets */
.Left #SideCategoryList #SideCatPopOut.SideCategoryListClassic li ul { padding-left: 0; }
.Left #SideCategoryList #SideCatPopOut.SideCategoryListClassic li { padding: 4px 0; }
.Left #SideCategoryList #SideCatPopOut.SideCategoryListClassic li ul { border: none; }
/* --/-- */
#SideCatPopOut > ul > li  { position: relative; }
#SideCatPopOut > ul > li > a { padding: 3px 0; position: relative; }
#SideCatPopOut > ul > li > a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	right: 8px;
	top: 6px;
	text-indent: -99999px;
	*text-indent: 0;
	vertical-align: top;
	border-top: 4px solid transparent;
	border-left: 4px solid #777;
	border-bottom: 4px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "\2193";
}
#SideCatPopOut > ul > li > a:hover > .caret,
#SideCatPopOut > ul > li.dropdown.open > a > .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* popout styles */
#SideCatPopOut > ul > li > ul {
	position: absolute;
	top: -5px;
	left: 180px;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc!important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
#SideCatPopOut > ul > li > ul:before{
	content: '';
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid #ccc;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 7px;
	left: -7px;
}
#SideCatPopOut > ul > li > ul:after{
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 8px;
	left: -6px;
}
#SideCatPopOut > ul > li > ul  > li  { margin: 0px 3px; }
#SideCatPopOut > ul > li:hover, #SideCatPopOut ul > .dropdown.open  { *z-index: 1000; }
#SideCatPopOut > ul > li > a:active, #SideCatPopOut .dropdown-toggle:active, #SideCatPopOut .open .dropdown-toggle { outline: 0; }
/* Uncomment and remove js in scripts.js if you desire non touch friendly hover dropdown */
/*#SideCatPopOut > ul > li:hover > ul { display: block; }*/
#SideCatPopOut ul > .dropdown.open > .dropdown-menu { display: block; }
#SideCatPopOut li li a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
	white-space: nowrap;
}
#SideCatPopOut li li li a { padding-left: 25px; }
#SideCatPopOut li li li li a { padding-left: 35px; }
#SideCatPopOut li li li li li a { padding-left: 45px; }
#SideCatPopOut li li li li li li a { padding-left: 55px; }
#SideCatPopOut > ul > li > a { }
#SideCatPopOut > ul > li > ul a:hover { color: #131212; background: #0088cc; }
.SideCategoryListClassic ul li.active > a { color:#131212; }

/* =============================================================================
   Footer -n- ftr
   ========================================================================== */

#FooterOuter { margin-top:20px; padding: 13px 0 5px; background:url('../../img/bg_footer.png'); }
#Footer { font-size: 1em; }

#Footer #FooterMenu { width: 950px; margin: 0 0 16px 0; }
#Footer #FooterMenu ul { display:block; float:left; text-align: left; list-style: none; margin: 0 30px 0 0; padding: 0; }
#Footer #FooterMenu ul li { float: none; display: block; position: relative; padding-bottom:3px; }
#Footer #FooterMenu ul li.header { color: #fefefe; font-weight:bold!important; padding-bottom:6px; }
#Footer #FooterMenu ul li a {
	padding:0;
	color: #fefefe;
	border: none;
}
#Footer #FooterMenu ul li.ActivePage a, 
#Footer ul li a:hover { color: #ababab!important; }
#Footer #FooterMenu ul ul { display: none; }

#Footer #copyright { color:#fefefe; font-size: .75em; margin-bottom:3px; }
#Footer #copyright a, #Footer #design-by a { color:#fefefe; }
#Footer #design-by { color:#fefefe; font-size: .7em; }
#trust-badges p a#bbb img { margin:20px 10px 0 10px; }

/* =============================================================================
   Miscelaneous -n- msc
   ========================================================================== */
.Breadcrumb { position:absolute!important; left:-180px; top:-25px; font-size: 1em; border:none; display:none; }
.Breadcrumb, .Breadcrumb a, .Breadcrumb a:hover { color:#131212; font-size:10px; text-transform:uppercase; }
.Breadcrumb a:hover { color:#131212; }
.Breadcrumb li:first-child { padding-left: 0; }
.CustomWish.Breadcrumb li.last a { background: none; }
.FeedLink { display: none; }
#PageBreadcrumb { left:0; }

/* =============================================================================
   Pages -n- pgs
   ========================================================================== */
.blog .FeedItem h3 { margin-bottom: .5em; }   
.blog .FeedItem .FeedContent p { margin-bottom: .5em; }     

/* =============================================================================
   Category -n- ctg
   ========================================================================== */
body.category #LayoutColumn2 { width:749px; padding:0 0 0 7px; background:none; }
#CategoryHeading {
	padding:0 8px;
	/*background:url("../../img/bg_cat_prods.png") repeat;*/
}
#CategoryHeading h1 { margin:11px 0 8px; padding:0; color:#8c2719!important; font-size:20px; }
.CategoryDescription { margin-bottom:8px; }
body.category a.view-details, body.category a.add-to-cart { display:block; padding-top:6px; font-size:12px; font-weight:bold; }
body.category a.view-details { float:left; }
body.category a.add-to-cart { float:right; }
.SortBox { display:none; float: right; font-size: 1em; margin: 6px; color:#fff; }
.ProductQty {
    display: block;
    float: left;
    font-size: 11px;
    height: 26px;
	margin-top: 5px;
}
.ProductQty a { display:block; margin-top:9px; }
.ProductQty select { width:115px!important; }


.ProductActionAdd a { 
	/*background: url("../../img/cat-add-to-cart.png") repeat-x scroll 0 0 transparent;*/
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 4px 18px;
    text-align: center;
    text-transform: lowercase;
    width: 121px;
}

img.top-banner { width:100%; }
#CategoryPagingTop, #CategoryPagingBottom { overflow: hidden; }
.CategoryPagination { overflow: hidden; float: right; }
.CategoryPagination, .CategoryPagination a {
	display: block; 
	color: #fff;
	font-weight: bold;
	text-decoration:none!important;
	background:none;
	border: none;
	border-image: initial;
}
.CategoryPagination .PagePrev, .CategoryPagination .PageNext, .CategoryPagination .PagingList { float: left; }
.CategoryPagination .PagingList li { float: left; padding: 0; }
.CategoryPagination .PagingList li, .CategoryPagination .PageNext { margin-left: 3px; }
.CategoryPagination a, .CategoryPagination .PagingList li.ActivePage {
	display: block;
	width: 9px;
	height: 15px;
	color:#131212;
	line-height: 20px;
	vertical-align: middle;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:none;
	text-decoration:none!important;
}
.CategoryPagination .PagePrev a, .CategoryPagination .PageNext a {
	text-indent: -10000em;
	color:#000;
}
.CategoryPagination .PagePrev a { height:18px; background: url(../../img/bg-page.png) no-repeat -9px 3px; }
.CategoryPagination .PageNext a { height:18px; background: url(../../img/bg-page.png) no-repeat 0 3px; }
.CategoryPagination .PagingList li.ActivePage,
.CategoryPagination .PagePrev a:hover,
.CategoryPagination .PageNext a:hover,
.CategoryPagination .PagingList li a:hover {
	color: #131212;
	text-decoration: underline!important;

}

.SubCategoryList, .SubBrandList { margin:15px 0 12px; background:url('../../img/bg_cat_sidebar.png'); border-radius:8px; }
.SubCategoryList ul, .SubBrandList ul { margin-bottom: 0; padding-left: 0; }
.SubCategoryList li { background: url(../../img/subcategory.png) no-repeat 3px 1px; }
.SubCategoryList li:last-child, .SubBrandList li:last-child { margin-bottom: 0; }

.CategoryDescription p { padding:0 12px; color:#717171; }
#ModalContainer.QuickViewModal .ModalContent { background: #fff; }


/* =============================================================================
   Product Lists -n- pls
   ========================================================================== */
.ProductList { }
.ProductList ul { }
.Content .ProductList li {
	width: 135px!important;
	height: auto;
	padding: 12px 17px 12px 17px!important;
	margin: 0 8px 30px!important;
	border: 1px solid #b4beb6!important;
	min-height: 0!important;
	background:#fff;
	box-shadow:0 0 5px #bbb;
	-moz-box-shadow:0 0 5px #bbb;
	-webkit-box-shadow:0 0 5px #bbb;
}
.Content .ProductList li:hover { background:none!important; }
.Content .ProductList .ProductImage {
	width: 135px!important;
	height: 211px!important;
	border:1px solid #b4beb6;
	box-shadow:0 0 9px #999;
	-moz-box-shadow:0 0 9px #999;
	-webkit-box-shadow:0 0 9px #999;
	margin:0 auto 10px auto;
	background:none;
	overflow: hidden;
	display: block;
	text-align: center;
}
.Content .ProductList .ProductImage img { display:block; margin:0 auto; }
.Content .ProductList .ProductDetails { padding-bottom:6px; text-align: center; }
.Content .ProductList .ProductDetails a, .ProductList .ProductDetails strong a {
	color: #584336;
	font-size: 15px;
	text-decoration: none;
	font-weight:bold;
}
.Content .ProductPrice, .ProductList em { font-size:21px; color:#79923f; }
.Content .ProductList .ProductPriceRating { float: left; width: 80px; }
.Content .ProductList .ProductPriceRating em {
	color: #79923f;
	font-size: 21px;
	font-weight: normal;
	text-align: right;
	padding: 3px 0 0;
}
.Content .ProductList .ProductPriceRating .Rating { display: none; }
.CompareButton { clear:none; float:right; padding:0; text-align:right; }
.CompareButton input.button:first-child { display:none; }
/*.CompareButton input.button { margin:8px 0; font-weight:bold; font-size:17px; padding-left:26px; padding-right:26px; border-radius:8px; }*/
.CompareButton input.button { display:block; float:right; width:65px; height:38px; padding:0; margin:-4px 0 0 0; font-size:12px; font-weight:bold; background:none; border:none; color:#717171; text-shadow:none; }
.Content .ProductList li .ProductCompareButton { text-align:left; margin-bottom:5px; }
.Content .ProductList .ProductActionAdd { display:block; }
.Content .ProductList .ProductActionAdd a {
	text-transform: capitalize;
	font-weight:bold;
	color:#8C2719;
	text-decoration: none;
	padding: 0 2px;
	font-size: 13px;
}
.ProductQty a { display:none; }
.ProductQty input.quantityInput { font-size: 11px; width:52px; padding: 7px 5px; color:#999; }

/* =============================================================================
   Product -n- prd
   ========================================================================== */
#ProductDetails { }
#ProductDetails hr { display: none; }

.Content .ProductMain h1 { padding-top:0; margin-top:0; font-size:19px; font-weight:normal; color:#1b2121; background:none; }
#ProductDetails .ProductThumbWrap { float: left; width: 253px!important; }
#ProductDetails .ProductThumb { float: none; width: 253px!important; height: auto!important; }
#ProductDetails .ProductThumbImage { width: 253px; height: 324px; position: relative; }
#ProductDetails .ProductThumbImage .coverUp {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 0;
	bottom: 0;
	background: #FFF;
}

#ProductDetails .zoomPad { display:block; margin:0 auto; float:none; }
#ProductDetails .zoomPad img { }
.ProductTinyImageList ul li { margin-right:9px; }
#ProductDetails .ImageCarouselBox { }
#ProductDetails .ImageCarouselBox .ProductTinyImageList { margin-bottom:12px; }
#ProductDetails .ImageCarouselBox ul { }
#ProductDetails .ImageCarouselBox li {
	border: none!important;
	width: 44px!important;
	height: 70px!important;
}
#ProductDetails .ImageCarouselBox .TinyOuterDiv { margin-right:6px; border: none!important; }
#ProductDetails .ImageCarouselBox .TinyOuterDiv > div {  }
#ProductDetails .ImageCarouselBox .TinyOuterDiv img { }

#ProductDetails .ProductMain { width:414px; padding:0 12px 0 30px; }
#ProductDetails .ProductDetailsGrid { }
#ProductDetails .DetailRow,
.productAttributeList .productAttributeRow {
	display: block;
	clear: none;
	font-size: 12px;
	float: left;
	padding-left: 0!important;
	margin:12px 0 0;
}

.DetailRow.PriceRow .Value { margin-top:-5px; }

#ProductDetails .Label,
#ProductDetails .productAttributeLabel {
	color: #705443;
    float: left;
    font-size: 13px;
    margin: 3px 20px 0 0!important;
    text-align: right;
    width: 120px;
}
#ProductDetails .Value,
#ProductDetails .productAttributeValue {
	float: left;
	display: block;
	width: 274px;
	padding-top:4px;
	font-size: 13px;
	color:#2e2b29;
}
#ProductDetails .Value .ProductPrice {
	color: #2e2b29;
	font-size: 22px;
	font-weight: bold;
}
#ProductDetails .BulkDiscount { float: left; margin:0; }
#ProductDetails .BulkDiscount .button { float: left; border: 2px solid #eaedeb; font-size:23px; margin-left: 139px !important; padding:5px 27px!important; }
#CategoryContent .ProductList li .ProductActionAdd .button:hover { background: auto; }
#ProductDetails .productAddToCartRight { }
.AddThisButtonBox {
	position:absolute;
	right:40px;
	top:10px;
	width: auto!important;
	text-align: left!important;
	padding:0!important;
	float: none;
	margin: 0!important;
}
.productAttributeList .required { display: none; }
/* product & search tabs  */
body.search .Content .ProductList li { width:643px!important; }
#ProductTabs { float: left; }
.TabNav { float: left; margin: 0; padding: 0; border: none; position: relative; overflow: hidden; top: 1px; z-index: 2; border-bottom: none; }
.TabNav li { float: left; margin: 0 11px 0 0; padding: 0; line-height: normal; }
.TabNav li a { display: block; margin: 0; padding: 5px 10px 5px; border: none; top: 0; border:none; background:#fff; color: #46474b; font-size:14px; }
.TabNav li a:hover { background: #fff; color:#131212; text-decoration:none; }
.TabNav li.Active a { border-bottom: none; border-bottom: 1px solid transparent; background: url('../../img/bg_prod_decription_tab.png') repeat-x top #070c0e; padding: 5px 6px 5px; font-weight: normal; color:#fff; }
#TabPanels {
    clear: both;
	margin-bottom: 1em;
    border: 1px solid #C9C9C9; padding: 10px; margin-top: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#TabPanels, #TabPanels h2, #TabPanels p { color:#57575a!important; }

#HomeFeaturedProducts {}
#HomeFeaturedProducts .ProductList li { background:#fff; margin:0 7px 30px !important; }
#HomeFeaturedProducts .ProductList li:hover { background:#fff!important; }
#HomeFeaturedProducts .ProductList li .ProductImage {}

#HomeFeaturedProducts h2 { margin-bottom:.4em; color:#829b49; font-weight:normal; }
a.view-details { font-size: 12px; font-weight: bold; padding: 0 0 0 3px; }
/* =============================================================================
   Product Lists -n- pls
   ========================================================================== */
.SearchContainer ul li { width:665px!important; }
.SearchContainer ul li:hover { background:none!important; }

/* =============================================================================
   Cart -n- crt
   ========================================================================== */
#CartHeader { padding-top:12px; overflow: hidden; }
#CartHeader h2 { float: left; }
#CartHeader span .button { margin-top: 7px; }
body.cart .Content { padding-bottom:15px!important; border-bottom-left-radius:8px; border-bottom-right-radius:8px; }
/* =============================================================================
   Checkout -n- chk
   ========================================================================== */
body.checkout #LayoutColumn1 {  background:#fff; width:900px; padding:12px 25px; }
body.finishorder #LayoutColumn2, body.account #LayoutColumn2 { padding-top:12px; }
.ExpressCheckoutBlock .ExpressCheckoutTitle { background: #E0E0E0; border: 1px solid #ccc; }
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle { background: #F7F7F7;	border: 1px solid #e5e5ef;	color: #555; }
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent { color: #888; }
.ExpressCheckoutCompletedContent { left: 325px; }
select[name="sel_billing_address"], select[name="sel_shipping_address"] { margin-bottom: 10px; }
.PL20, .ML20 { margin-bottom: 1em; }
.PL20 p.Submit { margin-bottom: 0; }
.KeepShopping { margin:0 0 12px 0; }
.EstimateShipping { width:713px; }
.Field45 { width:64px; }
/* =============================================================================
   Account -n- act
   ========================================================================== */
.CreateAccount, .AccountLogin { width:100%; margin:0 0 15px; padding:0; border:none; }

/* Clearfixes */
/* =============================================================================
   Media Queries -n- mqs
   ========================================================================== */
   
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.productOptionViewRectangle input, .productOptionPickListSwatch input { display: none; }
	#PrimaryMenu > ul > li > a { padding:18px 7px 20px; }
}

/* ==========================================================================
   Print Styles -n- prn   
   ========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/* =============================================================================
   Plugins -n- plg
   ========================================================================== */
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */   
.fancybox-tmp iframe, .fancybox-tmp object{vertical-align:top; padding:0; margin:0}
.fancybox-wrap{position:absolute; top:0; left:0; z-index:8020}
.fancybox-skin{position:relative; padding:0; margin:0; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px}
.fancybox-opened{z-index:8030}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5); box-shadow:0 10px 25px rgba(0, 0, 0, 0.5)}
.fancybox-outer, .fancybox-inner{padding:0; margin:0; position:relative; outline:none}
.fancybox-inner{overflow:hidden}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}
.fancybox-error{color:#444; font:14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin:0; padding:10px}
.fancybox-image, .fancybox-iframe{display:block; width:100%; height:100%; border:0; padding:0; margin:0; vertical-align:top}
.fancybox-image{max-width:100%; max-height:100%}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{background-image:url('../../img/fancybox/fancybox_sprite.png')}
#fancybox-loading{position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:0.8; cursor:pointer; z-index:8020}
#fancybox-loading div{width:44px; height:44px; background:url('../../img/fancybox/fancybox_loading.gif') center center no-repeat}
.fancybox-close{position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040}
.fancybox-nav{position:absolute; top:0; width:40%; height:100%; cursor:pointer; background:transparent url('blank.gif'); -webkit-tap-highlight-color:rgba(0, 0, 0, 0); z-index:8040}
.fancybox-prev{left:0}
.fancybox-next{right:0}
.fancybox-nav span{position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; z-index:8040; visibility:hidden}
.fancybox-prev span{left:20px; background-position:0 -36px}
.fancybox-next span{right:20px; background-position:0 -72px}
.fancybox-nav:hover span{visibility:visible}
.fancybox-tmp{position:absolute; top:-9999px; left:-9999px; padding:0; overflow:visible; visibility:hidden}
#fancybox-overlay{position:absolute; top:0; left:0; overflow:hidden; display:none; z-index:8010; background:#000}
#fancybox-overlay.overlay-fixed{position:fixed; bottom:0; right:0}
.fancybox-title{visibility:hidden; font:normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position:relative; text-shadow:none; z-index:8050}
.fancybox-opened .fancybox-title{visibility:visible}
.fancybox-title-float-wrap{position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8030; text-align:center}
.fancybox-title-float-wrap .child{display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; background:rgba(0, 0, 0, 0.8); -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap}
.fancybox-title-outside-wrap{position:relative; margin-top:10px; color:#fff}
.fancybox-title-inside-wrap{margin-top:10px}
.fancybox-title-over-wrap{position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0, 0, 0, .8)}
#fancybox-buttons{position:fixed; left:0; width:100%; z-index:8050}
#fancybox-buttons.top{top:10px}
#fancybox-buttons.bottom{bottom:10px}
#fancybox-buttons ul{display:block; width:170px; height:30px; margin:0 auto; padding:0; list-style:none; background:#111; -webkit-box-shadow:0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, .7), inset 0 0 0 1px rgba(255, 255, 255, .05); -moz-box-shadow:0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, .7), inset 0 0 0 1px rgba(255, 255, 255, .05); background:#111 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .2)), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.5, rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .15))); background:#111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .15) 100%); border-radius:8px;}
#fancybox-buttons ul li{float:left; margin:0; padding:0}
#fancybox-buttons a{display:block; width:30px; height:30px; text-indent:-9999px; background-image:url('../../img/fancybox/fancybox_buttons.png'); background-repeat:no-repeat; outline:none}
#fancybox-buttons a.btnPrev{width:32px; background-position:6px 0}
#fancybox-buttons a.btnNext{background-position:-33px 0; border-right:1px solid #3e3e3e}
#fancybox-buttons a.btnPlay{background-position:0 -30px}
#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}
#fancybox-buttons a.btnToggle{background-position:3px -60px; border-left:1px solid #111; border-right:1px solid #3e3e3e; width:35px}
#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}
#fancybox-buttons a.btnClose{border-left:1px solid #111; width:38px; background-position:-57px 0px}
#fancybox-buttons a.btnDisabled{opacity :0.5; cursor:default}
#fancybox-thumbs{position:fixed; left:0; width:100%; overflow:hidden; z-index:8050}
#fancybox-thumbs.bottom{bottom:2px}
#fancybox-thumbs.top{top:2px}
#fancybox-thumbs ul{position:relative; list-style:none; margin:0; padding:0}
#fancybox-thumbs ul li{float:left; padding:1px; opacity:0.5}
#fancybox-thumbs ul li.active{opacity:0.75; padding:0; border:1px solid #fff}
#fancybox-thumbs ul li:hover{opacity:1}
#fancybox-thumbs ul li a{display:block; position:relative; overflow:hidden; border:1px solid #222; background:#111; outline:none}
#fancybox-thumbs ul li img{display:block; position:relative; border:0; padding:0}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}
/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../../img/flexslider/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../../img/flexslider/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}