/* General */

.Center {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.FloatRight { float: right; }
.FloatLeft { float: left; }
.Clear { clear: both; }
.ClearRight { clear: right; }
.ClearLeft { clear: left; }

hr {
	margin: 10px 0;
	border: 0;
	height: 0;
	border-top: 1px solid #dbdbdb;
}

/* Header */

#Logo {
	display: block;
	float: left;
	position: absolute;
	margin: -2px 0 0 0;
	z-index: 1000 !important;
}

#TopMenu {
	float: right;
	color: #FFFFFF;
	width: 600px;
	height: 35px;
	background-color: #c6047b;
}

#TopMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#TopMenu p {
	line-height: 1.5;
}

#TopMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#SocialIcons {
	clear: right;
	float: right;
	margin: 0 0 0 auto;
	padding: 7px;
	background-color: #fff;
	width: 240px;
	text-align: center;
}

#Tagline {
	clear: right;
	float: left;
	font-family: Roboto, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	margin: 0px 0 auto 325px;
}

#SearchForm {
	
	float: right;
	margin: 0 15px 0 auto;
}

#SearchForm label {
	font-size: 15px;
	font-family: Roboto, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

#search_query {
	width: 215px;
}

/* Page Breadcrumbs */

.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	font-size: 14px;
	padding: 0 0 14px 0;
}

.Breadcrumb li {
	padding-right: 6px;
	display: inline;
}

.Breadcrumb li a {
	padding-right: 10px;
	background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/BreadcrumbSep.gif') no-repeat right;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}

/* Category Page */

.SortBox {
	font-size: 0.95em;
	color: #444;
	padding: 0;
	margin-bottom: 20px;
}

.SubCatList li {
	list-style: none;
	float: left;
	width: 215px;
	min-height: 125px;
	font-size: 1em;
	overflow: hidden;
	border: 0px solid black;
	margin: 0 auto;
}

.ProductList li {
	list-style: none;
	float: left;
	width: 220px;
	min-height: 290px;
	font-size: 1em;
	overflow: hidden;
	border: 0px solid black;
	margin: 0 auto;
}

.ProductList .ProductImage {
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 auto;
}

.ProductList .ProductImage img {
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ProductDetails {
	margin: 5px auto 0px auto;
	text-align: center;
}

.ProductList a { text-decoration: none; }
.ProductList a:hover { text-decoration: underline; }

.ProductList em {
	margin-top: 3px;
	display: block;
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: 700;
}

.ProductList .Rating {
	font-size: 0.9em;
	margin-top: 3px;
	font-weight: bold;
	display: none;
}

.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 25px 15px 0;
	border-top: 1px solid #f0f0f0;
}

.ProductCompareButton {
	font-size: 0.9em;
	margin-top: 10px;
}

/* Product Page */

.ProductMain {
	margin-left: 50px;
}

.ProductDetailsGrid {
	text-align: left;
	padding: 0;
}

.DetailRow {
	display: table;
	width: 400px;
	border-bottom: 1px solid #dbdbdb;
}

.DetailRow:last-child {
	border-bottom: none;
}

.Label {
	display: table-cell;
	padding: 5px 10px 5px;
	font-weight: bold;
	width: 145px
}

.Value {
	display: table-cell;
	padding: 5px 0 5px;
}

.PriceRow {

	background: #f4f4f4;
	border: 1px solid #dbdbdb;
}

.PriceRow .Value {
	font-size: 24px;
}

.PriceRow .Value em {
	font-weight: normal;
}

.ProductOptionList ul, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList li {
	margin-bottom: 3px;
}

.ProductOptionList input {
	vertical-align: middle;
}

#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
	float: left;
	background:none;
	border:none;
	margin-top:16px;
	cursor:pointer;
	display: none;
}

.ProductTinyImageList {
	float: left;
	margin: 10px 0 10px 0;
	white-space:nowrap;
	width: 80%;
	overflow: hidden;
	margin-left:auto;
	border: 0px solid black;
}

.ProductTinyImageList ul li {
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	border: 1px solid gray;
	margin-left:3px;
}

.ProductTinyImageList ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	white-space:nowrap;
	width: 2500px;
}

.ProductTinyImageList ul li div {
	display: table-cell;
	text-align: center;
}

.ProductTinyImageList ul li .TinyOuterDiv {
	border: 2px solid white;
	display: block;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
	width: 180px;
}

/***** Product Options *****/

.productAttributeRow {
	display: table;
}

.productAttributeRow ul, .productAttributeRow ol, .productAttributeRow li:last-child {
	margin-bottom: 0 !important;
}

.productAttributeRow input {
	margin-bottom: 5px !important;
}

.required {
	color: #be0303 !important;
}

.AddThis {
	height: 30px;
	margin-top: 15px;
}

/* position the label in the left-padding area of the row */

.productAttributeLabel {
	display: table-cell;
	padding: 5px 10px 5px;
	width: 145px;
}

.productAttributeValue {
	display: table-cell;
	padding: 5px 0 5px;
}

.productOptionViewProductPickListWithImage {
	border-color: #ddd !important;
	margin-bottom: 20px;
}

.productOptionViewProductPickListWithImage .scrollContainer {
	max-height: 160px !important;
}

.productOptionViewProductPickListWithImage td {
	padding: 10px 5px !important;
	border-bottom: 1px dotted #e0e0e0;
	vertical-align: middle !important;
}

.productOptionViewRectangle .option.selectedValue label {
	background: #D9D8D8 !important;
	padding: 3px 15px !important;
	border: 1px solid black !important;
}

.productOptionViewRectangle .option label {
	padding: 3px 15px !important;
	background: #fff !important;
}

.productOptionViewRectangle .option label .name {
	line-height: 19px;
}

/* Forms */

.ContactFormContainer {
	width: 450px;
	border: 0px solid black;
}

.HorizontalFormContainer dl, .VerticalFormContainer dl {
	border: 0px solid black;
	margin: 0;
}
.HorizontalFormContainer dt img {
	vertical-align: middle;
	float: left;
}
.HorizontalFormContainer dt .fieldLabel {
	float:left;
	padding-top: 4px;
	padding-left: 4px;
}
.HorizontalFormContainer dt {
	width: 150px;
	float: left;
	clear: left;
}

.HorizontalFormContainer dd.ProductField { height: 20px; }

.HorizontalFormContainer dd {
	padding-top:4px;
	margin-left: 160px;
}

.NarrowFormContainer dt { width: 110px; }
.NarrowFormContainer dd { margin-left: 120px;}
.HorizontalFormContainer p.Submit { margin-left: 170px; }
.NarrowFormContainer p.Submit { margin-left: 120px; }
.VerticalFormContainer dt { margin-bottom: 6px; }

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

#fastCartContainer .ProductList .ProductImage {
	width: 120px !important;
	height: 120px !important;	
}

.Field45 { width: 60px; }
.Field100 { width: 100px; }
.Field150 { width: 150px; }
.Field200 { width: 150px; }
.Field250 { width: 260px; }
.Field300 { width: 300px; }
.Field350 { width: 350px; }
.Field400 { width: 400px; }

.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 0px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
	color: red;
	font-weight: bold;
}

.InfoMessage {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.SuccessMessage {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;

}

.ErrorMessage {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	
}

/************* Page Specific: Create Account / Login Page *************/

.CreateAccount {
	float: left;
	width: 45%;
	padding-right: 1%;
}

.AccountLogin {
	float: left;
	padding-left: 1%;
	width: 45%;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.ProductThumb {
	float: left;
	width: 400px !important;
	text-align: center;
	margin-top: 10px;
}

.ProductThumb .ProductThumbImage .zoomPad {
	float: none;
}

.productAddToCartBelow {
	float: right;
	width: 325px;
	padding: 0;
}

.ProductThumb p a {
	font-weight: bold;
}

.ProductReviews, .ProductsByCategory, .ProductOtherDetails {
	margin-top: 10px;
}

.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.ProductDescriptionContainer {
	line-height: 1.5;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
}

.ComparisonCheckbox {
	float: left;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}

/* Product Comparisons */

.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }
.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }

.ViewCartLink {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* General Tables */

table.General, table.CartContents, table.General {
	width: 100%;
	margin: 20px 0;
}

table.General thead tr th, table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}

table.General tbody td, table.CartContents tbody td {
	padding: 15px 10px;
	vertical-align: top;
}

table.General tbody tr.First td {
	border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
}

.CartContents tfoot .SubTotal td {
	text-align: right;
	font-weight: bold;
}

.ProceedToCheckout {
	text-align: right;
}

.ProceedToCheckout a {
	float: right;
}

.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList {
	margin-top: 5px;
}

.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}

.ProductOptionList input {
	vertical-align: middle;
}

.MiniCart h3 {
	font-size: 1.3em;
}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 1.1em;
}

.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}

.JustAddedProduct .ProductDetails {
	font-size: 1.2em;
	padding-bottom: 10px;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.PagingList li {
	list-style: none;
	display: inline;
	color: red;
	margin-right: 5px !important;
}

/* Quick Search */

.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; position: relative; z-index: 9999; }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 12px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-weight: bold; font-size: 12px; padding-right: 5px; }
.QuickSearchHover td{ }
.QuickSearchHover a { text-decoration: underline; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */

.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }
.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}

.SubCategoryList {
	padding: 10px 5px 4px;
	margin-bottom: 20px;
}

.SubCategoryList a {
	text-decoration: none;
}

.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/SubCategory.gif') no-repeat 3px 50%;
}

.SearchTips .Examples {
	padding: 8px;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

.ProductReviewList li {
	border-bottom: 1px solid #dadada;
}

.ProductReviewList li:last-child {
	border: 0;
}

.SortBox select {
	font-size: 0.9em;
}

 .SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}

.AddToWishlistLink {
	position: relative;
	margin: 0;
}

.AddToWishlistLink .wishlist-button {
	position: absolute;
	top: -70px;
	left: 165px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	color: #000;
	background: #fff;
	border: 0;
}

/* sizing and positioning of the inside part of a swatch */

.productOptionPickListSwatch .thumbnail, .productOptionPickListSwatch .swatchColour {
	display: inline-block;
	width: 25px !important;
	height: 25px !important;
}

.productOptionPickListSwatch li .validation {
	visibility: hidden !important;
}

.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours {
	margin-right: 10px !important;
	padding: 0 !important;
	border-color: #ccc !important;
}

.productOptionPickListSwatch .selectedValue .textureContainer, .productOptionPickListSwatch .selectedValue .swatchColours {
	border: 3px solid #000 !important;
}

.ShippingProviderList {
	list-style: none;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
	clear:both;
}

.KeepShopping {
	width: 180px;
	margin: 10px 0;
	clear: both;
	text-align: right;
}

.YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods {
	text-align: left;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
	margin-left: 20px;
	margin-bottom: 10px;
}

.EstimatedShippingMethods .Submit {
	text-align: right;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.SharePublicWishList {
	padding:5px;
	border:1px solid lightgray;
}

/* Express Checkout */

.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 14px;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

a.ChangeLink {
	position: absolute;
	right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

.HeaderLiveChat img {
	vertical-align: middle;
}

.SubCategoryListGrid {
	padding: 4px;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/SubBrand.gif') no-repeat 3px 50%;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubBrandListGrid ol {
	clear: both;
}

.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}

.ProductFields dd {
	margin-bottom: 4px;
}

.ProductFields {
	margin-bottom: 15px;
}

.ProductFields input.Textbox {
	width:100%;
}

.ProductFields TextArea {
	width:100%;
}

.CartContents .CartProductFieldsRow {
	border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
	margin-top:15px;
}

p.QuantityInput, p.AddCartButton {
	text-align: center;
}

.ProductActionAdd {
	display: block;
	margin-top: 5px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}

.TagList {
	margin-top: 20px;
}

.CartThumb {
	text-align: center;
	width: 1px;
}

.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}

.ViewAllLink a {
	padding-top: 10px;
	display: block;
}

.SelectGiftWrapMultiple {
	max-height: 400px;
}

/* Tabbed Navigation */

#SearchTabsList {
	padding: 0 0 5px 0;
}

.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.TabNav {
	margin: 0;
	padding: 0;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 5px;
	margin-right: 3px;
	margin-top: 3px;
	text-decoration: none;
}

.TabNav li a:hover {
	text-decoration: none;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}

.BulkDiscount {
	clear: both;
}

.BulkDiscount input {
	margin: 20px 0;
}

div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}

.TransitTime {
	font-weight: normal;
	color: gray;
}

.ProductList.List li {
	margin: 0;
	margin-top: 6px;
	display: block;
	width: auto !important;
	float: none;
	clear: both;
	padding: 6px;
	min-height: 0;
	height: 132px;
	background-image: none;
}

.ProductList.List .ProductImage {
	margin: 0 !important;
	padding: 0px;
	margin-right: 15px;
	float: left;
	background-image: none;
	width: 120px;
	height: 120px;
}

.ProductList.List .ProductDetails {
	height: auto;
	display: block;
	clear: none;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	margin-left: 135px;
	text-align: left;
	background-image: none;
}

.ProductList.List .ProductQty {
	margin-left: 10px;
}

.ProductList.List .ProductDescription {
	margin-top: 5px;
}

.ProductList .ProductRightCol {
	float: right;
}

.ProductList.List li .ProductCompareButton {
	text-align: left;
	margin-top: 10px;
}

.OrderItemMessage {
	padding:7px;
	margin:10px 0px 10px 0px;
}

/* Custom Fields  */

.LittleNotePassword {
	color:gray;
	font-size: 0.85em;
	padding:2px 0px 2px 0px;
}

.RequiredClear {
	visibility: hidden;
}

/** Search All Form Result **/

.SearchPaging {
	float: right;
	font-size: 0.95em;
}

.SearchSorting {
	float: right;
	font-size: 0.95em;
	margin: 8px 0px;
}

.SearchSorting select {
	font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
	margin: 5px;
	padding: 5px;
}

.ContentList em, .QuickSearchResultMeta em {
	font-size: 0.8em;
}

/** AJAX loading box  **/

#AjaxLoading {
	display: none;
	text-align: center;
	width: 180px;
	z-index: 10000000000;
	padding: 5px 10px;
}

#AjaxLoading img {
	vertical-align: bottom;
	margin-right: 5px;
}

/* Product Videos */

#FeaturedVideo, #VideoList, #VideoSingle  {
	float: left;
}

#VideoList {
	padding-left: 5px;
}

.VideoSeparator {
	clear: both;
}

.videoRow {
	clear: both;
	margin-bottom: 4px;
	display: block;
	height: 75px;
}

.previewImageContainer {
	height: 30px;
	width: 50px;
}

.videoRow img {
	float: left;
	padding-right: 5px;
}

.videoRowTitle {
	font-weight: bold;
}

.videoRowDescription {
	max-height: 50px;
	overflow:hidden;
}

.VideoOverlay {
	background-image: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/VideoOverlay.png');
	background-position: center center;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
}

.VideoContentContainer {
	position: relative;
	margin-left: 3px;
	padding-left: 92px;
}

/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
	width: 92px;
	height: 69px;
}

.videoRowLength {
	padding-left: 4px;
}

.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
	cursor: pointer;
}

#VideoList ul {
	position: relative;
	overflow-y: auto;
	padding:0;
	margin: 0;
	width: 240px;
	height: 265px;
}

#VideoSingle {
	padding-left: 10px;
	width:240px;
}

#VideoContainer {
	padding: 5px 0 5px 5px;
	height: 265px;
}

.HideElement {
	display: none;
}

.VideoSingleTitle {
	font-weight: bold;
}

.VideoSingleDescription {
	padding-top: 10px;
	overflow-y: auto;
	height: 220px;
	padding-right:5px;
}

#VideoSideContainer ul {
	text-align: center;
}

#VideoSideContainer ul li {
	margin-bottom: 5px;
}

.VideoSideDescription {
	padding: 2px 10px;
}

.VideoImageContainer {
	position: relative;
	float: left;
}

.fastCartContent {
	width: auto;
}

.fastCartContent .ProductList li {
	width: 120px !important;
}

.fastCartContent .ProductList .ProductImage img {
	height: 120px !important;
}

.fastCartItemBox {
	max-width: 205px;
}

.ToggleSearchFormLink {
	margin: 8px 5px 0 0;
}

.Panel#ProductTabs {
	padding-top: 0px;
}

.productAttributeLabel {
    text-align: left !important;
}

.AddThisButtonBox {
	float: none !important;
	width: 60px;
	margin: 20px auto 0 !important;
}

/* Accordion for product page */

#prodAccordion .Block {
	padding: 0 !important;
	margin: 0 !important;
}

#prodAccordion .Block h2 {
	font-size: 1.2em;
	padding: 8px 15px 8px 0;
	margin: 0;
	cursor: pointer;
}

#prodAccordion .Block h2:hover {
	text-decoration: underline;
}

.prodAccordionContent {
	padding: 10px 0;
	display: none;
}

.current .prodAccordionContent { 
	display: block;
}

/* Color: White */

.CompareItem { width:200px; border-left: solid 1px #dcdcdc; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #dcdcdc; }
.CompareFieldTop { border-bottom:solid 1px #dcdcdc; }
.CompareFieldTop a:hover { color:#4e4e4e; }
.CompareCenter { border-left:solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; }
.CompareLeft { border-left:solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; }

.ViewCartLink {
	background: url('../../ParallelLight/images/white/Cart.gif') no-repeat 0 50%;
}

table.CartContents, table.General {
	border: 1px solid #dcdcdc;
}

table.CartContents thead tr th, table.General thead tr th {
	background: #eeeeee;
	color: #2f2f2f;
	border-bottom: 1px solid #dcdcdc;
}

.CartContents tfoot .SubTotal td {
	border-top: 1px solid #dcdcdc;
	color: #606060;
}

.JustAddedProduct {
	border: 1px solid #dcdcdc;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	text-decoration: none;
}

.JustAddedProduct a:hover {
	text-decoration: underline;
}

.CategoryPagination {
	color: #606060;
}

.CheckoutRedeemCoupon {
	background: #eeeeee; border: 1px solid #dcdcdc; padding: 10px; width: 300px; border: 1px solid #dcdcdc; margin-bottom: 10px;
}

.SubCategoryList, .SubBrandList {
	background: #eeeeee;
}
.InfoMessage {
	background: #eeeeee;
	color: #606060;
}
.SpecificInfoMessage {
	color: #606060;
	background-color: #eeeeee;
}
.SuccessMessage {
	background: #d4eecf;
}
.ErrorMessage {
	background: #FFECEC;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #eeeeee;
}

.QuickSearch { border: 1px solid #dcdcdc }
.QuickSearchHover td{ background: #eeeeee; }
.QuickSearchAllResults a { background: url('../../ParallelLight/images/white/QuickSearchAllResultsButton.gif') no-repeat right; }
.QuickSearchResult .Price { color: #4e4e4e; }
.CreateAccount { border-right: 1px solid #dcdcdc; }
.SearchTips .Examples { background: #eeeeee; }
.MiniCart .SubTotal { color: #4e4e4e; }

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
	background: #eeeeee;
	border: 1px solid #dcdcdc;
}

/* Express Checkout */

.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #f6f5f5 url(../../ParallelLight/images/white/ExpressChktSel.gif) 0 0 repeat-x;
	color: #010101;
	border: 1px solid #bcbcbc;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #eeeeee;
	color: #606060;
	border: 1px solid #dcdcdc;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #9a9a9a;
}

/* General Tables */

table.General tbody tr td {
	border-top: 1px solid #dcdcdc;
}

/* Tabbed Navigation */

.TabNav {
	border-bottom: 1px solid #dcdcdc;
}

.TabNav li a {
	border: 1px solid #dcdcdc;
	background: #eeeeee;
	color: #606060;
}

.TabNav li a:hover {
	background-color: #dcdcdc;
}

.TabNav li.Active a {
	border-bottom: 1px solid #dcdcdc;
	background: #2f2f2f;
	color: #fff;
}

/* Product Videos */

#VideoContainer {
	border: 1px solid #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.currentVideo {
	background-color: #ddf0f6;
}

.videoRow:hover {
	background-color: #efefef;
}

.CartContents .ItemShipping th {
	border-bottom-color: #dcdcdc;
	border-top-color: #dcdcdc;
	background: #eeeeee;
	color: #2f2f2f;
}

/* start fast cart styles */

#fastCartContainer {
	font-size: 13px;
}

.fastCartContent h2 {
	color: #010101;
	background-color:transparent;
}

.fastCartContent h3 {
	color: #606060;
	background-color:transparent;
}

.fastCartSummaryBox {
	background-color: #eaeaea;
}

.fastCartContent .fastCartTop a, .fastCartContent .ProductList .ProductDetails a {
	color: #010101;
}

.fastCartContent .ProductPrice, .fastCartContent .ProductList em {
	color: #4e4e4e;
}

.fastCartContent .Quantity {
	color: #606060;
}

.fastCartContent p {
	color: #444444;
}

.fastCartContent .ProductList li {
	background-color: #FFF;
}

/* end fast cart styles */

#AjaxLoading, .OrderItemMessage, .CurrencyList a.Sel, .SharePublicWishList {
	background: #eeeeee;
}

#prodAccordion .Block h2 {
	border-top: 1px solid #dadada;
	background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/white/accordion_open.gif) 100% 50% no-repeat;
}

#prodAccordion .Block.current h2 {
	background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/white/accordion_close.gif) 100% 50% no-repeat;
}

#prodAccordion .Block:last-child {
	border-bottom: 1px solid #dadada;
}

.prodAccordionContent {
	border-top: 1px solid #eaeaea;
}

#TopMenu .phoneIcon {
    background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/white/phoneIcon.png') no-repeat 0 2px;
    padding-left: 13px;
    border-right: 1px solid;
}

/* Start Custom from styles.css */

#Menu ul {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #BBB;
}

#Menu li {
	display: inline;
}

#Menu li+li:before {
	content: '|';
	padding: 5px;
}

#Menu li a {
	color: #000;
	text-decoration: none;
}

#Menu li a:hover {
	text-decoration: underline;
}

#PaymentOptions {
	margin: 15px 0 0 3px;
}

#ShippingIcon {
	margin: 10px 0 0 30px;
}

#SSLSeal {
	margin: 10px 0 0 10px;
}

.CheckoutButton {
	margin: 10px 0;
}

/* Start Custom from custom.css */

.RowDivider {
	display: none;
}

.ProductTinyImageList ul>li:before {
   content:url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/Classic/images/postbullets.png');
   margin:0;
   bottom: 0;
   position:relative;
   display:none;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}

/* Vertical-align:middle in Opera doesn't need additional offset */

.opera .ProductTinyImageList ul>li:before {
    bottom: 0;
}

.ProductTinyImageList li {
   color: #000000;
   margin: 0;
}

.ProductTinyImageList ul>li, .ProductTinyImageList ol {
   padding: 0;
}

.ProductTinyImageList ul>li:before {
   margin-left: 0px;
}

.ProductTinyImageList ol, .ProductTinyImageList ul, .ProductTinyImageList li, .ProductTinyImageList li ol, .ProductTinyImageList li ul {
   margin: 0;
}

/* overrides overflow for "ul li" and sets the default value */

.ProductTinyImageList ol>li {
  overflow: visible;
}

/* makes "ul li" not to align behind the image if they are in the same line */

.ProductTinyImageList ul>li {
  overflow-x: visible;
   overflow-y: hidden;
}

.Disclaimer {
	font-size: 12px;
	color: #cccccc;
	text-align: justify;
	padding-bottom: 10px;
}


.printIcon {
  float:right;
  margin-top:-25px;
}



@media print {
    .mc-header, nav, mc-sheet, .Breadcrumb, h1, form, .printIcon, footer {
        display:none !important;
    }
   .mc-layout-cell {
        display:block !important;
    }
}

