/*
MADwhite BC Template
Wireframe
============================================================
author:      Madwire Media
author URI:  http://www.madwirewebdesign.com/
file:        wireframe.css
description: Stylesheet for the foundation and basic structure of all MADwhite BC Template sites.
version:     1.3
original:    02/05/2013
revised:     04/12/2013


*** TABLE OF CONTENTS ***
Global, Body 	=	glb
Grid            =   grid
Containers 		=	cntr
Top Menu		=	tmenu
Pages Menu 		=	pmenu
Sub Menus 		=	smenu
Search 			=	srch
Newsletter Box	=	newl
Columns			=	cols
Footer 			=	ftr
Breadcrumbs 	=	brc
Pagination 		=	pgn
Category 		=	cty
Product 		=	prd
Cart 			=	crt
Checkout 		= 	chk
Account			=	acct
Forms 			=	frms
Buttons 		=	btns
Clearfix        =   clfix
============================================================
*/

html, body {
	width:100%;height:100%;
	zoom:1;float:none !important;
}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin:0;padding:0;font-smooth:always;}

/* Global Styles -glb- */
p {margin-top:1%;margin-bottom:2%;line-height:1.7em;}
hr {border: 0 none;margin: 10px 0;padding: 0;}
.Block {margin-bottom: 10px;margin-top: 0;}
.FloatLeft  {float:left;}
.FloatRight {float:right;}

/* A Tags */
a { 
	transition: all 0.15s ease-in-out 0s;-moz-transition: all 0.15s ease-in-out 0s;-webkit-transition: all 0.15s ease-in-out 0s;
}
a, a:hover {
	outline:none !important;
}
a img {
	transition: all 0.15s ease-in-out 0s;-moz-transition: all 0.15s ease-in-out 0s;-webkit-transition: all 0.15s ease-in-out 0s;
}
img, img a, .ProductThumb a, img a:hover, .ProductThumb a:hover {
    border:none;text-decoration:none;
}
#HomeBookshelf a img {
	transition:none;-moz-transition:none;-webkit-transition:none;
}

/* Button Click Effect */
#Menu a:active span, .Button:active, .btn:active, .ButtonInput:active, .ProductActionAdd:active, .Buttons a:active, p.Submit input:active, input[type="submit"]:active, input[type="button"]:active, .SocialMedia li a:active, #FooterMenu li a:active, .ButtonClick:active  {
	position:relative;
	top:1px;left:0;
	outline:none;
}
#Logo #LogoContainer:active {
	position:relative;
	top:1px;
}
.Left li a:active, .Right li a:active, #FooterMenuGrid li a:active {
	position:relative;
	left:1px;
	top:0;
}
.Left .ProductActionAdd a:active, .Right .ProductActionAdd a:active {
	left:0;
}
#ImageScrollPrev:active, .sliderPrev:active {
	position:relative;
	left:-1px;
	top:0;
}
#ImageScrollNext:active, .sliderNext:active {
	position:relative;
	left:1px;
	top:0;
}
.prev:active {
	left:-1px !important;
}
.next:active {
	right:-1px !important;
}
/* no button click */
.Button input[type="submit"]:active, .btn input[type="submit"]:active, .ButtonInput input[type="submit"]:active, .Button input[type="button"]:active, .btn input[type="button"]:active, .ButtonInput input[type="button"]:active {
	top:0;
}
#Menu ul li ul a:active, .SideCategoryListFlyout ul li ul a:active {
	top:0;left:0;
	position:relative;
}

/* Highlight - Hover Glow Effect */
.highlight:hover {
	box-shadow:0 0 10px rgba(255,255,255,0.3);-moz-box-shadow:0 0 10px rgba(255,255,255,0.3);-webkit-box-shadow:0 0 10px rgba(255,255,255,0.3);
}
/* Shadow - Hover Shadow Effect */
.shadow:hover {
	box-shadow:1px 1px 4px rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
}
/* Reveal - Hover Opacity Reveal Effect */
.revealimgs img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	}
	.revealimgs img:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
	}
/* Hightlight - Hover Opacity Highlight Effect */
.highlightimgs img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	}
	.highlightimgs img:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
		filter: alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}
/* === */

/* == Header Tags : h1, h2, h3, etc  ======================== */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}
h1, .Content h1 {margin: 4px 0 10px 0;}
h2, .Content h2, .TitleHeading {margin: 3px 0 10px 0;}
h3 {margin: 3px 0 8px 0;}
h4 {margin: 2px 0 6px 0;}
h5 {margin: 2px 0 6px 0;}
h6 {margin: 2px 0 5px 0;}
.hidden {top: -10000px;position: absolute;}
.visuallyhidden { 
  position: absolute;overflow: hidden !important; 
  clip: rect(0 0 0 0) !important; 
  height: 1px !important; width: 1px !important; 
  margin:-1px !important;padding:0 !important;border: 0 !important; 
}
/* == end Header Tags == */

/* == Logo  ================================================ */
#Logo a {display:block;}
/* == end Logo == */

/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
	
	=============
	Edited & Customized for Madwire BigCommerce Templates
	Madwire Media
	=============
*/

/* Helper Classes
----------------------------------------------------------------------------------------------------*/
/* do not add padding to grids, make inner div with padding */
.pad-0 {padding:0 !important;}
.pad-1 {padding:5px !important;}
.pad-2 {padding:8px !important;}
.pad-3 {padding:10px !important;}
.pad-4 {padding:12px !important;}
.pad-5 {padding:15px !important;}

.mar-0 {margin:0 !important;}
.mar-1 {margin:0.5% !important;}
.mar-2 {margin:0.8% !important;}
.mar-3 {margin:1% !important;}
.mar-4 {margin:1.4% !important;}
.mar-5 {margin:1.8% !important;}

.First {border-left:0 !important;}
.Last  {border-right:0 !important;}

.border-left  {border-left:1px solid rgba(0,0,0,0.1);}
.border-right {border-right:1px solid rgba(0,0,0,0.1);}

.textcenter {text-align:center;}
.textleft   {text-align:left;}
.textright  {text-align:right;}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container-12 {
	clear:both;
	width: 98%;
	margin-left: 1%;margin-right: 1%;
}
.container-12.full {
	clear:both;
	width:100%;
	margin-left:0;margin-right:0;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
	display:inline;
	float: left;position: relative;
	margin-left: 1%;margin-right: 1%;
}

/* all images inside a grid will fit/resize */
.grid-1 img,
.grid-2 img,
.grid-3 img,
.grid-4 img,
.grid-5 img,
.grid-6 img,
.grid-7 img,
.grid-8 img,
.grid-9 img,
.grid-10 img,
.grid-11 img,
.grid-12 img {
	max-width:100%;height:auto;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid-1  {width:6.333%;}
.grid-2  {width:14.667%;}
.grid-3  {width:23.0%;}
.grid-4  {width:31.333%;}
.grid-5  {width:39.667%;}
.grid-6  {width:48.0%;}
.grid-7  {width:56.333%;}
.grid-8  {width:64.667%;}
.grid-9  {width:73.0%;}
.grid-10 {width:81.333%;}
.grid-11 {width:89.667%;}
.grid-12 {width:98.0%;}
/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.prefix-1  {padding-left:8.333%;}
.prefix-2  {padding-left:16.667%;}
.prefix-3  {padding-left:25.0%;}
.prefix-4  {padding-left:33.333%;}
.prefix-5  {padding-left:41.667%;}
.prefix-6  {padding-left:50.0%;}
.prefix-7  {padding-left:58.333%;}
.prefix-8  {padding-left:66.667%;}
.prefix-9  {padding-left:75.0%;}
.prefix-10 {padding-left:83.333%;}
.prefix-11 {padding-left:91.667%;}
/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.suffix-1  {padding-right:8.333%;}
.suffix-2  {padding-right:16.667%;}
.suffix-3  {padding-right:25.0%;}
.suffix-4  {padding-right:33.333%;}
.suffix-5  {padding-right:41.667%;}
.suffix-6  {padding-right:50.0%;}
.suffix-7  {padding-right:58.333%;}
.suffix-8  {padding-right:66.667%;}
.suffix-9  {padding-right:75.0%;}
.suffix-10 {padding-right:83.333%;}
.suffix-11 {padding-right:91.667%}
/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.push-1  {left:8.333%;}
.push-2  {left:16.667%;}
.push-3  {left:25.0%;}
.push-4  {left:33.333%;}
.push-5  {left:41.667%;}
.push-6  {left:50.0%;}
.push-7  {left:58.333%;}
.push-8  {left:66.667%;}
.push-9  {left:75.0%;}
.push-10 {left:83.333%;}
.push-11 {left:91.667%}
/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.pull-1  {left:-8.333%;}
.pull-2  {left:-16.667%;}
.pull-3  {left:-25.0%;}
.pull-4  {left:-33.333%;}
.pull-5  {left:-41.667%;}
.pull-6  {left:-50.0%;}
.pull-7  {left:-58.333%;}
.pull-8  {left:-66.667%;}
.pull-9  {left:-75.0%;}
.pull-10 {left:-83.333%;}
.pull-11 {left:-91.667%}
/* Grid width Alpha/Omega >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid-1.alpha, .grid-1.omega   {width:7.333%;}
.grid-2.alpha, .grid-2.omega   {width:15.667%;}
.grid-3.alpha, .grid-3.omega   {width:24.0%;}
.grid-4.alpha, .grid-4.omega   {width:32.333%;}
.grid-5.alpha, .grid-5.omega   {width:40.667%;}
.grid-6.alpha, .grid-6.omega   {width:49.0%;}
.grid-7.alpha, .grid-7.omega   {width:57.333%;}
.grid-8.alpha, .grid-8.omega   {width:65.667%;}
.grid-9.alpha, .grid-9.omega   {width:74.0%;}
.grid-10.alpha, .grid-10.omega {width:82.333%;}
.grid-11.alpha, .grid-11.omega {width:90.667%;}
.grid-12.alpha, .grid-12.omega {width:99.0%;}
.grid-1.mar-0   {width:8.333%;}
.grid-2.mar-0   {width:16.667%;}
.grid-3.mar-0   {width:25.0%;}
.grid-4.mar-0   {width:33.333%;}
.grid-5.mar-0   {width:41.667%;}
.grid-6.mar-0   {width:50.0%;}
.grid-7.mar-0   {width:58.333%;}
.grid-8.mar-0   {width:66.667%;}
.grid-9.mar-0   {width:75.0%;}
.grid-10.mar-0  {width:83.333%;}
.grid-11.mar-0  {width:91.667%;}
.grid-12.mar-0  {width:100%;}
/* ====== */

/* == Containers -cntr- == */
#Container {width: 100%;}
#HeaderOuter {position: relative;z-index: 11;}
#Header {height:auto;margin: 0 auto;}
#Outer {margin: 0 auto;position: relative;z-index: 1;}
#Outer:after {clear: both;}
#Inner {margin: 0 auto;}
#Wrapper {margin: 0 auto;}
#Wrapper:after {clear: both;}
#ContentWrap {float: left;width: 100%}
#FooterOuter {position: relative;z-index: 5;}
#Footer {margin:0 auto;}
/* ======== */

/* == Top Menu -tmenu- =========================================== */
#TopMenu {
	position: relative;
	z-index: 90;
	}
	#TopMenu ul {}
	#TopMenu li {
		float:left;
		display:inline-block;
	}
	#TopMenu li div a {
		border-left: 0;
	}
	
	/* TopMenu Drop-down */
	#TopMenu li ul {
		float: none;
		margin: 0;
		width: auto;max-width: 180px;min-width:130px;min-height:50px;
		padding:4px 10px 6px !important;
		position: absolute;
		text-align: left;
		top:auto;
		z-index: 20;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
		border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;
		/* Hide off-screen when not needed (this is more accessible than display:none;) */
		left:-9999px;
		/* Make the dropdown fade-in */
		transition: 0.35s linear opacity;
		-webkit-transition: 0.35s linear opacity;
		-moz-transition: 0.35s linear opacity;
		/* Set initial state to transparent */
		opacity:0;
	}
	#TopMenu li:hover ul {
		left:auto; /* Bring back on-screen when needed */
		opacity:1; /* Fade to opaque */
	}
	#TopMenu li ul li {
		margin:0;
		padding:0;
		float:none;
		display:block;
	}
	#TopMenu li ul li a {
	}
	#TopMenu li ul li a:hover {
	}
	#TopMenu li.SignOut {
		margin-left: -5px;
	}
	#TopMenu li.Last, #TopMenu li.Last a {
		padding-right: 0;
	}

#YouAreSignedIn {
	display:none; /* by default, hide signed in menu */
}
/* div containing element to be searched for deciding if user is signed in or not */
#AreYouGuest {
	display:none;
	top:-999px;
	position: absolute;
	margin:0;
	font-size:0px;
}
/* == end TopMenu == */

/* == Pages Menu -pmenu- ======================================= */
#Menu {
	z-index:10;
	position:relative;
	}
	#Menu ul {
		margin: 0 auto;
		padding: 0;
	}
	#Menu li {
		float:left;
		display:inline-block;
		list-style: none outside none;
		position: relative;
	}
	#Menu li a {
		display: block;
		float: none;
	}
	#Menu li.First {
		border-left:none;
	}
	#Menu li.Last {
		border-right:none;
	}
	#Menu li.First a {
		border-left:none;
	}
	#Menu li.Last a {
		border-right:none;
	}
	
	/* PagesMenu Drop-down */
	#Menu li ul {
		clear: left;
		left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
		position: absolute;
		text-align: center;
		top:auto;
		width: 100%;min-width:140px;
		height:auto;
		z-index: 20;
		margin:0 auto;
		border:none;
		-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
		/* Make the dropdown fade-in */
		transition: 0.35s linear opacity;
		-webkit-transition: 0.35s linear opacity;
		-moz-transition: 0.35s linear opacity;
		opacity:0; /* Set initial state to transparent */
	}
	#Menu li:hover ul {
		left:0; /* Bring back on-screen when needed */
		opacity:1; /* Fade to opaque */
	}
	#Menu li a i.icon { top:-999px;opacity:0; }
	#Menu li.HasSubMenu a i.icon { top:0 !important;opacity:1 !important; }
	/* for onClickDropdown */
	#Menu ul.onClickDropdown li a {
		cursor:pointer;cursor:hand;
	}
	#Menu ul.onClickDropdown li ul {
		left:0;opacity:1;
		display:none; /* hide dropdown until you click */
	}
	
	#Menu li ul li {
		margin:0;display: block;float:none;
		}
		#Menu li ul li a {
			display: block;width:auto;
		}
/* == end PagesMenu == */


/* == Main Content - Columns =================================== */

/* == Columns -cols- == */
.Left {float: left;min-height:0;position:relative;}
.Content {float: none;min-height: 630px;position:relative;}
#ContentWrap.full {
	margin-left:0 !important;float:none !important;
	}
	#ContentWrap.full .Content {
		margin:0 auto;float:none;
	}
.Right {float: left;min-height: 500px;position:relative;}
/* == end Columns == */

/* == Search -srch- ============================================= */
#SearchForm {
	position: relative;
	z-index: 80;
	}
	#SearchForm label {
		display:none;
		float:left;
	}
	#SearchForm input.Textbox {
		float: left;
	}
	#SearchForm .SearchBtn {
		vertical-align: middle;
		float: left;
	}
/* == end Search == */

/* == Newsletter Box -newl- ====================================== */
.NewsletterSubscription {
	}
	.NewsletterSubscription label {
		clear: none;float: left;
	}
	.NewsletterSubscription input {
	}
	.NewsletterSubscription .Button {
		vertical-align: middle;
	}
/* == end Newsletter Box == */

/* == Breadcrumbs -brc- =========================================== */
.Breadcrumb {
	border-bottom:none;
	}
	.Breadcrumb ul {
		margin:0 !important;
	}
	.Breadcrumb li {
		display: inline;
		padding-left: 6px;
	}
	.Breadcrumb li:first-child {
		padding-left: 0;
	}
/* == end Breadcrumbs == */

/* == Sub Menus -smenu- ============================================= */
.SubCategoryList, .SubBrandList {
	margin: 0 auto 10px;
    padding: 5px;
	}
	.SubCategoryList ul, .SubBrandList ul {
		margin: 0 auto;
		}
		.SubCategoryList li, .SubBrandList li {
			background:none;
			margin: 0 0 4px;padding: 0;
			clear:left;float:none;width:auto;text-align: left;
			}
			.SubCategoryList li a, .SubBrandList li a {
				display:inline-block;white-space: normal !important;
				margin:0;padding:0;
				font-size:110%;font-weight:600;
			}
		.SubCategoryList li.Button, .SubBrandList li.Button {
			background:none;
			margin: 4px;padding:0;
			clear: none;float:left;width:31%;text-align: center;
			}
			.SubCategoryList li.Button a, .SubBrandList li.Button a {
				display:block;white-space: normal !important;
				margin:0;padding: 8px 10px;
				font-size:100%;
			}
		.SubCategoryList li.Button i.icon, .SubBrandList li.Button i.icon {
			display:none;
		}
			
		.SubCategoryListGrid, .SubBrandListGrid {
			padding: 4px;
		}
		.SubCategoryListGrid li, .SubBrandListGrid li {
			background:none;
		}
		.SubCategoryListGrid li .CategoryImage, .SubBrandListGrid li .BrandImage {
			margin-bottom:10px;
		}
		.SubCategoryListGrid li .CategoryImage a, .SubBrandListGrid li .BrandImage a {
			display:block;
		}

#SideSubPageList {
	max-width:200px;
}
.PageList {
	margin:0;
	padding:0;
	}
	.PageList li {
		margin:0 0 3px 0;
		padding:0;
		list-style:none;
	}
	.PageList li a {
		display: block;
		margin: 0;
		padding: 4px;
	}
	.PageList li a:hover {
	}
	.PageList li:last-child {
		border-bottom:none !important;
	}
/* == end Sub Menus == */

/* == Pagination -pgn- ============================================= */
.CategoryPagination .PagingList {
	margin:0;padding:0;
	}
	.CategoryPagination .PagingList li {
		display:inline;
		margin:0;
		}
		.CategoryPagination a {
			text-decoration:none;
			border:none;
			display:inline-block;
		}
		.CategoryPagination a:hover {
			text-decoration:none;
		}
		.CategoryPagination .PagingList li a {
			margin:0 2px;padding:5px 7px 3px;
		}
		.CategoryPagination li a, .CategoryPagination li.ActivePage {
			min-width: 12px;width:auto;height: 16px;
			line-height: 100%;
			text-align: center;vertical-align: middle;
		}
		.CategoryPagination li.ActivePage {
			margin:0 2px;padding:4px 7px 4px;
			display:inline-block;
		}
		.CategoryPagination li.Prev a, .CategoryPagination li.Next a {
			margin:0;
			font-size:225%;text-shadow:1px 1px 1px rgba(255,255,255,0.5);
			font-weight: 700;vertical-align: middle;
			}
			.CategoryPagination li.Prev a strong, .CategoryPagination li.Next a strong {
				line-height:34%;
			}
/* == end Pagination == */

/* == ProductList Stylings -cty- ============================================= */
.Content .ProductList li,
.fastCartContent .ProductList li {
    overflow: hidden;
	}
	ul.ProductList {
		margin:0;
	}
	ul.ProductList .ProductDetails {
		height:auto !important;
	}
	.ProductList .ProductCompareButton input.CheckBox {
		vertical-align: bottom;cursor:pointer;cursor:hand;
	}
	.ProductList .ProductCompareButton, .ProductList .ProductCompareButton:hover, .ProductList .ProductCompareButton label {cursor:pointer;cursor:hand;}

/* Left and Right Sidbar Product Styling */
.Left .ProductList li, .Right .ProductList li {
    clear: both;
    list-style: none outside none;
}
/* == */
/* ====== */

/* Compare */
.CompareItem { width:200px; border-left: solid 1px #dadada; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #dadada; }
.CompareFieldTop { border-bottom:solid 1px #dadada; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #dadada; border-bottom:solid 1px #dadada; }
.CompareLeft { border-left:solid 1px #dadada; border-bottom:solid 1px #dadada; }
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td { background: #efefef; }
/* == */

/* == Product Page -prd- =========================================== */
/* Product Image */
.PrimaryProductDetails .ProductAside {
	}
	.PrimaryProductDetails .ProductThumb {
		display: table-cell;
    	text-align: center;vertical-align: middle;
		}
		.PrimaryProductDetails .ProductThumbImage {
			display: table-cell;text-align: center;vertical-align: middle;
			transition: all 0.15s ease-in-out 0s;-moz-transition: all 0.15s ease-in-out 0s;-webkit-transition: all 0.15s ease-in-out 0s;
			}
			.PrimaryProductDetails .zoomPad {
				float: none !important;display:inline-block !important;
			}
			.PrimaryProductDetails .zoomWindow {
				box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
				}
				.PrimaryProductDetails .zoomWindow .zoomWrapper { 
					border:1px solid #ccc !important;
				}
			.ProductThumbImage a { display:none; }
			.ProductThumbImage a:last-child { display:block; }
			
			.PrimaryProductDetails .ProductThumb img {
				margin: auto;
				}
				.PrimaryProductDetails .ProductThumb .zoomWrapperImage img {
					width:auto !important;height:auto !important;max-width:none !important;
				}
		
		#ProductDetails .ImageCarouselBox { margin: 10px auto !important; }

/* Product Details */
.PrimaryProductDetails .ProductMain {
	}
	.PrimaryProductDetails .ProductDetailsGrid {
		clear: both;
	}
	#ProductAddtoContainer {
		margin:10px 0;
	}
	.QtyRow select {padding: 2px 3px 2px 5px;}
	
	div.FacebookLikeButtonContainer iframe {
		border:none;
		width: auto;height: 21px;max-width:150px;
		overflow: hidden;
	}
	.DetailRow div.FacebookLikeButtonContainer iframe {
		width: 100px !important;height: 21px;
		overflow: hidden;
	}

	/* Wishlist Button */
	#SideProductAddToWishList {
		margin-top: 0;margin-bottom:10px;
		}
		#SideProductAddToWishList .WishlistBtn {
			clear:left;
			float: left;
		}
		#SideProductAddToWishList .WishlistMenu {
			padding:5px;
			font-size:90%;
		}
	
	/* AddThis */
	#ProductSocialShare {
		clear:both;float:none;
		margin:0 auto;text-align:center;
	}
	
	#UnderImageSocialBtns {
		clear:both;
		margin:0 auto;text-align: center;
		}
		/* Pinterest */
		#UnderImageSocialBtns .PinterestButtonContainer {
			clear:none;float:none;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: auto;height: 22px;
			text-align:left;
		}
		/* Facebook */
		#UnderImageSocialBtns div.FacebookLikeButtonContainer {
			clear:none;float:none;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: 90px;height: 22px;
			text-align:left;
		}
		#UnderImageSocialBtns .AddThisButtonBox {
			text-align:center;width:auto;
			clear:both;float:none;
			padding:0;margin:0 auto;
			}
			.AddThisButtonBox a {
				display:inline-block !important;float:none !important;
			}
	
	#UnderAddCartSocialBtns {
		clear:both;float:none;
		margin:0 auto;text-align:center;
		}
		#UnderAddCartSocialBtns #ProductSocialShare {
			clear:both;width:auto;
		}
		/* Pinterest */
		#UnderAddCartSocialBtns .PinterestButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: auto;height: 22px;
			text-align:left;
		}
		/* Facebook */
		#UnderAddCartSocialBtns div.FacebookLikeButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: 90px;height: 22px;
			text-align:left;
		}
		#UnderAddCartSocialBtns .AddThisButtonBox {
			text-align:center;width:auto;
			clear:none;float:right;
			padding:0;margin:0 18px;
		}
	
	#DetailRowSocialBtns {
		clear:none;float:left;
		margin:0;text-align:left;
		}
		#DetailRowSocialBtns #ProductSocialShare {
			clear:both;width:auto;
		}
		/* Pinterest */
		#DetailRowSocialBtns .PinterestButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0 10px 0 0;
			width: auto;height: 22px;
			text-align:left;
		}
		/* Facebook */
		#DetailRowSocialBtns div.FacebookLikeButtonContainer {
			clear:none;float:left;display: inline;position:relative;z-index:2;
			margin:0;
			width: 90px;height: 22px;
			text-align:left;
		}
		#DetailRowSocialBtns .AddThisButtonBox {
			text-align:left;width:auto;
			clear:none;float:left;
			padding:0;margin:0 10px 0 0;
		}

	/* Product Panels */
	#ProductPanels #TabPanels .Block {
		min-height:220px;
	}
/* == end Product Main == */

/* Product Videos */
#VideoContainer {
	border: 1px solid #ccc;
	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.currentVideo {
	background-color: #efefef;
}
.videoRow:hover {
	background-color: #dadada;
}
/* ====== */

/* Product Misc */
#ProductOptionsArea {
	padding: 0;
	margin-bottom: 15px;
}
.ProductMain table.ExpectedReleaseDate {
    clear: left;float: left;
	margin:5px 0;
}
.PinterestButtonContainer a {
	transition:none;-moz-transition:none;-webkit-transition:none;
}
.OutOfStockMessage {
	background: url(//cdn2.bigcommerce.com/server5100/q39b4/templates/__custom/images/ErrorMessage.gif?t=1425355340) no-repeat scroll 5px 8px #FFECEC;
	padding:5px;margin:0 0 10px 0;
	text-align:center;
	color:#555;
	}
	.OutOfStockMessage p {
		margin-bottom:0;
	}
/* == */

/* Product Reviews */
#ProductReviews {
	}
	#ProductReviews .VerticalFormContainer dt {
		margin-bottom: 2px;margin-left: 0;
		padding-top:2px;
		font-size:105%;
	}
	#ProductReviews .VerticalFormContainer dd {
		margin-bottom: 7px;
		margin-left: 0;
	}
	#ProductReviews .ProductReviewFormContainer span {
		font-size:80%;
	}
	#ProductReviews .ProductReviewFormContainer strong {
		font-size:120%;
	}
	#ProductReviews #WriteReview {
		width:auto;
		list-style:none;
		padding:7px 10px;
		color: inherit;
		font-size:95%;
	}
	#ProductReviews h3.WriteReviewLink a {
		color:inherit;
		font-size: 90%;
		font-weight:bold;
		text-decoration:none;
	}
	#ProductReviews h3.WriteReviewLink {
		margin:10px 0 5px;
	}
	#ProductReviews .BlockContent {
		margin:0;
	}
	#ProductReviews #revrating {
		width:40% !important;
	}
	#ProductReviews #revtitle {
		width:97% !important;
	}
	#ProductReviews #revfromname {
		width:97% !important;
	}
	#ProductReviews #revtext {
		width:97% !important;
	}
	#ProductReviews #WriteReview textarea {
		font-size:90%;
	}
	#ProductReviews #captcha {
		clear:both;
		margin:0;
	}
	#ProductReviews .ProductReviewList {
		clear:both;
		margin:0;
	}
	#ProductReviews .ProductReviewList li {
		float: left;
		height: 160px;
		list-style: none outside none;
		margin: 0 10px 10px 0;padding: 8px 10px;
	}
	#ProductReviews .ProductReviewList li.Alt {
    	margin: 0 0 10px;
	}
	#ProductReviews .ProductReviewList .ReviewTitle {
		font-size:120%;
		margin-bottom:5px;
	}
	#ProductReviews .ProductReviewList .ReviewText {
		font-size:100%;
		height: 110px;
		overflow: auto;
	}
	#ProductReviews .Meta {
		color: inherit;
		font-size: 10px;
		margin:0;
	}
	#ProductReviews .SuccessMessage, #ProductReviews .ErrorMessage {
		clear: both;
		width: auto;
	}
	#ProductReviews .ProductReviewPaging {
		float:right;
		font-size:90%;
		margin-right:0;
	}
	/* end Product Reviews */
	
/* == end Product Page == */

/* == Fast Cart ========================================== */
#fastCartContainer {
	}
	.fastCartTop {
		padding: 15px 5px 0 5px;
		width: auto;
	}
	.fastCartContent {
		width: 665px;
	}
	.fastCartThumb {
		width:145px !important;height:145px !important;
		}
		.fastCartThumb img {
			width:auto !important;height:auto !important;
			max-width:145px !important;max-height:145px !important;
		}
	.fastCartItemBox {
		margin-left: 10px;
		max-width: 260px;
		padding: 10px 2px;
	}
	.fastCartItemBox .ProductName a {
		font-weight:bold;
		display:block;
	}
	.fastCartContent .actionLink {
		margin:20px 0;
	}
	.fastCartContent .actionLink .Button {
		font-size: 85%;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.fastCartSummaryBox .subtotal {
		clear: both;
		font-size: 110%;
		font-weight: bold;
		margin-top: 2px;
	}
	.fastCartSummaryBox {
		max-width:225px;min-width: 190px;
		text-align: center;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background-color: #fff;
		border: 1px solid #ccc;
	}
	.fastCartSummaryBox .FloatRight {
		float:none !important;
	}
	.fastCartSummaryBox .CheckoutButton a {
		font-size: 105%;
	}
	.fastCartSummaryBox .AlternateCheckouts {
		font-size: 90%;
		margin: 7px 0 0;
	}
	.fastCartSummaryBox .fastCartTotalitems {
		font-size:105%;
		}
		.fastCartSummaryBox #fastCartNumItemsTxt {
			font-weight: bold;
		}
	#fastCartContainer .ProductList {}
		#fastCartContainer .ProductList li {
			float: left;
			overflow: hidden;
			width: 145px !important;
		}
		#fastCartSuggestive .ProductImage {
			width:135px !important;height:135px !important;
			background:none !important;
		}
		#fastCartSuggestive .ProductImage img {
			width:auto !important;height:auto !important;
			max-width:135px !important;max-height:135px !important;
		}
		#fastCartSuggestive .ProductInfo a, #fastCartSuggestive .ProductActionAdd a {font-size:90%;}
		#fastCartSuggestive .ProductActionAdd a {font-size:95%;}
/* == end Fast Cart == */

/* == Cart Page -crt- ========================================== */
#CartHeader {
}
#CartContent {
	}
	table.CartContents {
		margin:0 0 3px;
	}
#CartStatusMessage {
	clear:both;
}
.ViewCartLink {
	background: url(//cdn2.bigcommerce.com/server5100/q39b4/templates/__custom/images/white/Cart.gif?t=1425355340) no-repeat 3px 0;
}
a.EstimateShippingLink {
	font-style: italic;
    text-decoration: underline;
}
.CartContents .productAttributes {
	font-size:80%;
}
.CartContents .productAttributes td {
    padding: 2px 5px 2px 2px;
}
.CartThumb a img {
    max-height: 130px !important;
    max-width: 130px !important;
    width: auto !important;
}
.CartContents tfoot .SubTotal.Last {
    font-size: 120%;
}

.Content .ProceedToCheckout p {
    font-size: 85%;
	text-align:center;
}
.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
    float: none !important;
    margin-bottom: 5px;
    text-align: center;
	width:auto;
}
.GoogleCheckout div, .PayPalExpressCheckout div, .AlternativeCheckout div {
	width:auto !important;
}
.GoogleCheckout input {
	border-radius:15px !important;-moz-border-radius:15px !important;-webkit-border-radius:15px !important;
}
.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
    font-size: 85%;
	text-align:center;
    margin: 0;
}
.AlternativeCheckout a {
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}
.CartContents tfoot .SubTotal.Last td {
    padding: 10px;
}

/* Coupon and Gift Certs Boxes */
#CouponGiftCodeArea {
	margin:0 0 10px 0;
}
#CouponGiftCodeArea #SideCouponCodeBox, #CouponGiftCodeArea #SideGiftCertificateCodeBox {
	clear:both;
    border:none;
    width:auto;height:auto;
    margin:0;padding:4px 2%;
	}
	#CouponGiftCodeArea #SideCouponCodeBox h3, #CouponGiftCodeArea #SideGiftCertificateCodeBox h3 {
		float:left;
		width:auto;
		font-size: 110%;font-weight:bold;
		margin:6px 0 0;
		}
		#CouponGiftCodeArea #SideCouponCodeBox h3 span, #CouponGiftCodeArea #SideGiftCertificateCodeBox h3 span {
			font-size: 80%;font-weight: normal;text-transform: none;
			margin:0 0 0 10px;
		}
	#CouponGiftCodeArea #SideCouponCodeBox .BlockContent, #CouponGiftCodeArea #SideGiftCertificateCodeBox .BlockContent {
		float: right;
		margin-left:15px;
		width: auto;
	}
	#CouponGiftCodeArea #SideCouponCodeBox .Textbox, #CouponGiftCodeArea #SideGiftCertificateCodeBox .Textbox {
		width:178px;
		font-size:100%;
		margin:4px 2px 2px 0;padding:4px;
	}
	#SideCouponCodeBox input, #SideGiftCertificateCodeBox input {
		float:left;
		}
		#SideCouponCodeBox input.Button, #SideGiftCertificateCodeBox input.Button {
			float:right;width: auto !important;margin: 0;
		}

.Left #SideCouponCodeBox input, .Left #SideGiftCertificateCodeBox input, .Right #SideCouponCodeBox input, .Right #SideGiftCertificateCodeBox input {
	width: 120px;
}
.Left #SideCouponCodeBox h3 span, .Left #SideGiftCertificateCodeBox h3 span, .Right #SideCouponCodeBox h3 span, .Right #SideGiftCertificateCodeBox h3 span {
	display: block;
    font-size: 65%;text-transform: none;
}
/* end Coupon Gift Boxes */

/* == end Cart Page == */

/* == Checkout Page -chk- ========================================== */
.CheckoutRedeemCoupon { 
	padding: 10px;
	width: 265px;
	margin-bottom: 10px;
	}
	.CheckoutRedeemCoupon p { 
		font-size:90%;
	}

/* Express Checkout */
.ExpressCheckoutContent {
	padding:0;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    font-size: 80%;
    margin-top: 3px;
}
/* end Express Checkout */

/* == end Checkout Page == */

/* == Info Messages == */
.SpecificInfoMessage {
	background-color: #efefef;color: #555;
	clear:both;
}
.InfoMessage {
	background: #efefef url(//cdn2.bigcommerce.com/server5100/q39b4/templates/__custom/images/InfoMessage.gif?t=1425355340) no-repeat 5px 8px;
	color: #555;
}
.SuccessMessage {
	background: #E8FFDF url(//cdn2.bigcommerce.com/server5100/q39b4/templates/__custom/images/SuccessMessage.gif?t=1425355340) no-repeat 5px 8px;
	color: #555;
}
.ErrorMessage {
	background: #FFECEC url(//cdn2.bigcommerce.com/server5100/q39b4/templates/__custom/images/ErrorMessage.gif?t=1425355340) no-repeat 5px 8px;
	color: #555;
}
.NotifyMessage {
	background-color: #efefef;color: #555;
	clear:both;
	margin-bottom: 20px;padding: 15px 15px 0;
}
.ProductMain #ExpectedReleaseDate {
    background-color: #FFF1A8;border: 1px solid #E8B541;
    color: #353535;
    margin:0 auto;padding: 6px;
	text-align: center;width:auto;
	clear:left;
}
/* ====== */

/* == Account Pages -acct- == */

/* Starting Account Page */
.YourAccount ul {
    margin:0;
	}
	.YourAccount li {
		margin-bottom: 8px;padding:5px;
		list-style:none;
	}
	.YourAccount li a {
		text-decoration:none;
	}

/* Address Book */
#ChooseShippingAddress .InfoMessage a {
	text-decoration: underline;
}

/* Account Menu */
#SideAccountMenu {
}

/* Wishlists */
.RemoveFromWishlistForm {
	text-align: center;
}

/* Order Details */
#AccountOrderStatus .AccountOrderStatusList, #AccountOrders .AccountOrdersList, #AccountInbox .AccountMessageList {
	margin:0;
}
#AccountOrderStatus .AccountOrderStatusList li, #AccountOrders .AccountOrdersList li, #AccountInbox .AccountMessageList li {
	list-style:none;
	padding: 0 10px;
}
/* Downloadable Products */
ul.AccountDownloadItemsList {
	margin:0;
}
li.DownloadItem {
	background:url(//cdn2.bigcommerce.com/server5100/q39b4/templates/__custom/images/download.png?t=1425355340) no-repeat left top;
	padding-left:28px;
	list-style:none;
}
/* ====== */

/* == Search == */
.QuickSearch {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 50;
	}
	.QuickSearch img.RatingIMG {
		display:none !important;
	}
	td.QuickSearchResultMeta {
		vertical-align:top;
	}
	#SearchProduct_Container {
		padding-top:10px;
	}
	#SearchContent_Container {
		padding-top:10px;
	}
	.SearchSorting {
		clear: none;
		float: left;
		font-size: 11px;
		margin: 0 0 8px;
	}
	.SearchContainer .CategoryPagination .FloatLeft, .SearchContainer .CategoryPagination .FloatRight {
		display:none;
	}
/* ====== */

/* == Misc -msc- ================================================== */
#ModalContentContainer {
    box-shadow: 0 0 30px 4px rgba(0,0,0, 0.8) !important;-moz-box-shadow: 0 0 30px 4px rgba(0,0,0, 0.8) !important;-webkit-box-shadow: 0 0 30px 4px rgba(0,0,0, 0.8) !important;
}
.AccountLogin .FormArea, #LoginForm .FormContainer {
    width: 100%;
	margin: 0 0 0 20px;
}
#LoginForm .CreateAccount, .ExpressCheckoutContent .CreateAccount {
	border-right: 1px solid rgb(50,50,50);/* ie fallback */
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 0;
}
#LoginForm form dt {
	width:auto;padding-left: 0;
}
#LoginForm form dd {
	width:auto;
    float: right;
    margin-left:0;
}

#share-product {
	clear:both;
	}
	#tabcontent {
		clear:both;background:#fff;
		}
		#tabcontent .photo {
			float: left;width:auto;margin-right: 10px;
			}
			#tabcontent .photo img {
				display: block;max-width: 170px;width: auto !important;height: auto;margin: 0 !important;
			}
		#tabcontent .prodInfo {
			margin-left: 30%;
		}
		.sharebutton {
			background: none !important;
			border: medium none !important;border-radius:0 !important;
			padding: 0 !important;
		}

.SitemapPages {
	float: left;
    margin-right: 30px;
    min-width: 44%;
}
.SitemapCategories {
	float: left;
    min-width: 44%;
}
.SitemapBrands {float:none;clear:both;}

#HomeSlideshow .next::selection, #HomeSlideshow .prev::selection {
	background:none !important; /* Safari */
}
#HomeSlideshow .next::-moz-selection, #HomeSlideshow .prev::-moz-selection {
	background:none !important; /* Firefox */
}
/* ====== */

/* == Forms -frms- ================================================== */
/* Button Overlay Style */
input[type="button"], input[type="submit"], .ButtonInput, .Button a, a.Button, .btn, .AddCartBtn, .PaymentBtn, .WishlistBtn, .AddGiftCertBtn  {
	white-space: nowrap !important;
    margin:2px 0;display:inline-block;
    min-width: 10px;height:auto;min-height:10px;
	overflow:visible;vertical-align: baseline !important;
	text-align:center;line-height:100%;text-decoration:none !important;
	cursor:pointer;cursor:hand;
}
.Button, .btn {
    margin:2px 0;
	height:auto;
	}
	.Button a, a.Button, .btn, .btn a, .ButtonInput input {
		display:inline-block;
		margin:0;
	}
*:first-child+html .Button { display:inline-block; }
* html .Button { height:1%; }

input[type="button"]:active, input[type="submit"]:active, .ButtonInput input, .Button a:active, a.Button:active, .btn:active, .AddCartBtn:active, .PaymentBtn:active, .WishlistBtn:active, .AddGiftCertBtn:active {outline:none !important;}
/* == */

/* Individual Styling for Each Button -btns- */

/* Add to Cart Button */
.AddCartBtn {
	margin: 0 0 5px;padding:0 !important;
	width: auto;
	}
	.AddCartBtn input {
		margin:0 auto !important;
		-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
/* Wishlist Button */
#SideProductAddToWishList { display:none; }
.WishlistBtn {
	padding:0 !important;
	}
	.WishlistBtn input {
		margin:0 auto !important;padding-top:6px;padding-bottom:6px;
		-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;
	}
/* Add Gift Certificate Button */
.AddGiftCertBtn {
	padding:0 !important;
	margin: 11px 0 0 10px;
	float: left;
	}
	.AddGiftCertBtn input {
		margin:0 !important;
		-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;
	}
/* Checkout Button */
.CheckoutButton {
	width:auto;
	text-align: center;
	}
	.CheckoutButton a {
	}
	.CheckoutButton a:hover {
	}
/* Payment Button */
.PaymentBtn {
	float:right;
	padding:0 !important;
	}
	.PaymentBtn:hover {
	}
	.PaymentBtn input {
		margin:0 !important;
		-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;
	}
/* == */

/* Other Buttons */
.UpdateQty {
	margin:5px !important;
	font-size:85% !important;
	}
	.UpdateQty input {
		font-size:inherit !important;
		margin: 0 !important;padding:3px 6px !important;
	}
.EditOptBtn a, .RemoveBtn a, .RemoveBtn.ButtonInput, .EstimateShippingButtons input, .EstimateShippingButtons span.Button a, .EstimateShipping .Submit input {
	padding:5px 6px;
	font-size:85% !important;font-weight: bold !important;
	margin: 2px;
}
.ButtonInput .RemoveBtn{
	padding:1px 5px;
}
.EstimateShippingButtons span {float:left;margin-top:10px;}
.EstimateShippingButtons span a {font-size:80% !important;font-style:italic;text-decoration:underline;}
.CompareButton .CompareBtn {font-size:80%;padding:3px 8px !important;}
.CompareButton .AddCartBtn {display:none;}
input#apply_code {font-size: 90%;padding: 3px 10px !important;}
/* == */

/* Button Icons */
i.icon {
	display:inline-block;vertical-align:middle !important;
	font-weight:normal !important;text-shadow:1px 1px 0 rgba(255, 255, 255, 0.2);
}

i.icon.sleft {
	margin: 1px -10px 0 0;padding: 0 0 0 10px;
	}
	a i.icon.sleft {
		margin: -2px 0 0 -5px;padding:0;
	}
i.icon.sright {
    margin: -3px 0 0 -16px;padding: 0 12px 0 0;
	}
	a i.icon.sright {
		margin: -1px -5px 0 0;padding: 0;
	}

i.big {
	font-size: 200%;
}
i.small {
	font-size: 90%;
}
i.tiny {
	font-size: 50%;
}

/* Product Page Btn Icons */
.AddCartBtn i.icon {
	font-size:170%;
}
.AddCartBtn i.icon.sleft {
	margin: -4px -5px 0 -10px;padding:0;
}
.AddCartBtn i.icon.sright {
	margin: -4px -10px 0 -5px;padding:0;
}

.WishlistBtn i.icon {
	font-size: 110%;
}
.WishlistBtn i.icon.sleft {
    margin: -1px -1px 0 -7px;padding:0;
}
.WishlistBtn i.icon.sright {
    margin: -1px -7px 0 -1px;padding:0;
}

/* Cart Page Btn Icons */
.EditOptBtn a i.icon, .RemoveBtn a i.icon {
	font-size: 120%;
    margin:-3px -1px 0 -3px;padding: 0;
}
.UpdateQty i.icon {
	font-size: 120%;
	margin:-2px -10px 0 4px;padding: 0;
}

.ProceedToCheckout i.icon {
	font-size:170%;
}
.ProceedToCheckout i.icon.sleft {
	margin:-4px -6px 0 -5px;padding:0;
}
.ProceedToCheckout i.icon.sright {
	margin:-4px -5px 0 -6px;padding:0;
}

/* Misc Btn Icons */
.MyAccount a i.icon {
	margin:-2px -2px 0 0;padding: 0;
}
/* == */

/* Cancel Button Overlay for Image Type Buttons  */
input[type="image"], .NoBtn {
	background:none !important;
	border:none !important;
	width:auto;
	padding:0 !important;
	margin:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.NoBtn {
	padding:0 !important;margin:0 !important;
	-moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.NoBg {
	background:none !important;border:none !important;
	-moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.ButtonInput {
	padding:0 !important;
}

/* Global Form Styles */
input[type=radio] {
	padding:0 !important;
}
#login_email, #login_pass {
    font-size: 90%;
    padding: 3px;
    color:inherit;
}
.CreateAccountBtn {
	text-align:center;
}
.FormContainer dt {
	padding-top:8px;
}
.prev, .next {
	margin:0;
}
/* == end Forms and Buttons == */

/* == Clearfix -clfix- ================================================ */
.Block:before,
.Block:after {
	content: "";    
	display:table;    
	height:0;    
	overflow:hidden;    
}
.Block:after { clear:both; }
.Block { zoom:1; } /* IE < 8 */?

.BlockContent:before,
.BlockContent:after {
	content: "";    
	display:table;    
	height:0;    
	overflow:hidden;    
}
.BlockContent:after { clear:both; }
.BlockContent { zoom:1; } /* IE < 8 */?

.clearfix:before,
.clearfix:after,
.container-12:before,
.container-12:after {
	content: "";   
	display:table;    
	height:0;    
	overflow:hidden;    
}
.clearfix:before, .clearfix:after, .container-12:before, .container-12:after {
	content: "";
	display: table;
}
.clearfix:after, .container-12:after { clear:both; }
.clearfix, .container-12 { zoom:1; } /* IE < 8 */?
/* == Fixes and Clearfix == */

/* cssEnd */