/*
.  . __      .__ .___.  ..__.
|/|/  ` ___ |  [__ |/||  |
|  |__.     |__/[___|  ||__|
a product of merchantcorner.com

   BASE COLOUR: #319e0f
    this is the bright green on mc-demo in headers and links
    search/replacing this colour saves some time :)
*/
    
/*******************************\n   PAGE STRUCTURE, GLOBAL STYLES
*******************************/

body {
    background:url('../../../template/images/mc/background.jpg') no-repeat center top #4bceef;
}

#Wrapper {background:none;padding-top:395px;width:960px;margin:auto;}
#Outer {background:none;position:relative;}
#Container {width:100%;}

a:hover, #Footer a {color:#319e0f;}
em {color:#262B2F;font-style:italic;}
h3 {color:#319e0f;font-size:1.25em;}

input.Textbox,
input.FormField,
#captcha,
.productAttributeValue input[type="text"],
.productAttributeValue textarea {
    padding:1px 3px;
    background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DDDBDC) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDBDC), to(#FFFFFF)) !important;
    border: 1px solid #cecece;    
}

/*******************************\n   HEADER, TOPMENU, LOGO, TAGLINE
*******************************/

#Header {
    background:none;
    height:390px;
    position:absolute;
    top:0;left:50%;
    margin-left:-480px;
    width:960px;
}

#Header .TopMenu {position:absolute;top:2px;padding:3px 5px;right:0;width:950px;text-align:center;}
#Header .TopMenu li, #Header .TopMenu li a, #Header .TopMenu li div {
    float:none;background:none;
    display:inline;
    color:#fff;
    margin:0;padding:0 0 0 30px;
    font-weight:bold;
    text-transform:uppercase;
}
#Header .TopMenu li a, #Header .TopMenu li div {padding:0;}

#Logo {
   clear:none;float:none;width:auto;margin:0;
   position:absolute;top:30px;left:-37px;
   height:280px;
}

#tagline {
    position:absolute;
    bottom:0;
    left:3px;
    font-size:10px;
    color:#aeaeae;

}

#headerinfo {
    position:absolute;top:27px;right:0px;text-align:right;
}

#headerinfo span {
    display:block;
    font-size:21px;
    text-align:right;
    margin-bottom:3px;
    font-family:tahoma,sans-serif;
}

#headerpromo {
    position:absolute;
    top:31px;
    right:172px;
}

.smHeader{
    position:absolute;
    right:0;
    bottom:55px;
    width:400px;
    text-align:right;
}

.twitter-share-button{
    padding-left:5px;
    position:relative;
    top:6px;
}

.smContentPage{
    position:absolute;
    bottom:20px;
}

/*******************************\n   MENUBAR (hardcoded links)
*******************************/

#menubar {
    position:absolute;
    left:0;
    bottom:6px;
    height:37px;width:960px;
}
#menubar ul {
    margin:0;
    position:absolute;
    left:0;
    top:0;
    height:35px;width:960px;
    border:1px solid #92b1be;
    border-left:0;
    border-right:0;
    background:transparent;
}
#menubar li {float:left;list-style:none;padding:0;}
#menubar li a {
    display:block;
    padding:10px 14px;
    margin:0;
    color:#fff;
    font-size:17px;
    line-height:15px;font-weight:normal;text-decoration:none;
    text-shadow:2px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform:uppercase;
}

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

#menubar li.first a, #menubar li.first a:hover {border-left:none;}

/*******************************\n   BUTTONS
*******************************/

.abutton,
#apply_code,
.Submit input {
    font-style:normal;
    font-family:Arial, sans-serif;
    border:1px solid #ddd;
    font-weight:bold;
    border-radius:5px;
    font-size:12px;cursor:pointer;
    text-align:center;
    margin:0 3px;padding:4px 6px;
    text-decoration:none;
}

.abutton:hover, .Submit input:hover {
    text-decoration:none;
}

.strongbutton,
.ExpressCheckout .Submit input,
.ML20 input,
#bottom_payment_button {
    color:#fff !important;
    font-style:normal;
    font-family:Arial, sans-serif;
    border-radius:5px;
    border:1px solid #38b013;
    padding:4px 6px;
    margin:5px 0;
    font-weight:bold;cursor:pointer;
    text-decoration:none;
    font-size:12px;
    height:auto;
    background: rgb(10,168,59); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(10,168,59,1) 0%, rgba(12,200,70,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,168,59,1)), color-stop(100%,rgba(12,200,70,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(10,168,59,1) 0%,rgba(12,200,70,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(10,168,59,1) 0%,rgba(12,200,70,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(10,168,59,1) 0%,rgba(12,200,70,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(10,168,59,1) 0%,rgba(12,200,70,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa83b', endColorstr='#0cc846',GradientType=0 ); /* IE6-9 */

}
.strongbutton:hover {
    text-decoration:none;
    background: rgb(12,200,70); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(12,200,70,1) 0%, rgba(10,168,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,200,70,1)), color-stop(100%,rgba(10,168,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(12,200,70,1) 0%,rgba(10,168,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(12,200,70,1) 0%,rgba(10,168,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(12,200,70,1) 0%,rgba(10,168,59,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(12,200,70,1) 0%,rgba(10,168,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cc846', endColorstr='#0aa83b',GradientType=0 ); /* IE6-9 */

}

.ExpressCheckout .Submit input,
.ML20 input,
#bottom_payment_button {
    height:26px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);
}
#SearchForm .strongbutton {border-radius: 0; width: 70px;}

/*******************************\n   SEARCHFORM
*******************************/

#SearchForm p a:hover {
    color:#bb1010;
    text-decoration:underline;
}

#SearchForm {
    display:block;float:none;
    position:absolute;
    color: #1a3959;
    width:231px;
    margin:0;
    right:6px;
    top:6px;
}

#SearchForm input.Textbox {
    position:absolute;
    top:0;
    left:0;
    background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DDDBDC);
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDBDC), to(#FFFFFF));
    border: 1px solid #cecece;
    height: 16px;
    padding: 4px 5px 3px 5px;
    width:138px;
}

#SearchForm form {float:right;padding:0;}

#SearchForm label {
    color: #222;
    font-size:1em;
    letter-spacing:0;
}
#SearchForm a {
    color:#707070;
}
#SearchForm a:hover {
    color: #534d02;
}
#SearchForm p {
    margin:0 5px 0 0;
    width:200px;
    line-height:10px;
    position:relative;
    top:1px;
    padding: 0 0 0 48px;
}

#SearchForm p a {
    color:#6c6c6c;
    font-size:10px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:lowercase;
}

#SearchForm p a.first {
    padding-right:5px;
    margin-right:0px;
}

#SearchForm .Button {
    padding:0;
    position:absolute;
    border-radius:0;
    text-transform:uppercase;
    top:0;
    right:0;
    height:25px;
    width:75px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);
}

/*******************************\n   SIDEBAR
*******************************/

.Left {float:left;background:#fff;width:197px;padding:0;
    font-size:12px;
}
.Content {float:right;background:transparent;width:960px;padding:10px 0px 0px;
    border:0px solid #cfcfcf;
    position:relative;
}

.contentWhiteBg .Content{
    background:#fff;
    margin-bottom:20px;
    padding-bottom:15px;
    width:920px;
    padding:15px 20px;
    border-radius:4px;
}

.contentPage .pageContent{
    background:#fff;
    margin-bottom:20px;
    padding-bottom:15px;
    padding:15px 20px;
    border-radius:4px;
    z-index: 10;
    margin-bottom:0;
    position:relative;
}

.contentPage .Content{position:relative; padding-top:0;}

.contentTopShadow, .contentBottomShadow{
    background-image:url('../../../template/images/mc/contentShadow.png');
    background-repeat:no-repeat;
    overflow:hidden;
}
.contentTopShadow{background-position:center top;height:16px;}
.contentBottomShadow{background-position:center bottom;height:22px;margin-bottom:15px;}

.ipImage{position:relative;left:-10px;}

.Left h2, .Right h2 {
    background:#e5e5e5;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    margin:10px 0 5px;
    padding:8px 0 8px 10px;
    color:#319E0F;
    letter-spacing:0;
    font-size:16px;
    width:auto;
}

.Left h2{margin-top:0;}

#SideCategoryList h2,
#SideCategoryShopByPrice h2,
#SideCurrencySelector h2, 
#GiftCertificatesMenu h2 {margin-top:0;border-top:none;}

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

#Menu li.HasSubMenu ul li a:hover {
    background-image:none;
    color:#319E0F;

}

.Left li a, .Right li a {
    padding:3px 0;
}

.Left .BlockContent, .Right .BlockContent {
    background:none;
    border:none;
    margin:0;
    padding:0 15px;
    width:auto;
}

.AllBrandsLink a {font-weight:bold}

/*******************************\n   FLYOUT MENU
*******************************/

#Wrapper .Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,
#Wrapper .Left #Menu li ul,
#SideCategoryList .sf-menu .sfHover ul {
    background:#ddd;
    border-radius:0;
    padding-bottom:0px;
    border:0;
}

#Menu li ul {
    left:167px;
    top:0px;
    z-index:41;
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
#Menu li.HasSubMenu:hover {
   background-color: #ddd;
}

#SideCategoryList .sf-menu a {
    width:148px;padding:5px 20px 5px 1px;
}
#SideCategoryList .sf-menu .sf-sub-indicator {right: 0px}
#SideCategoryList .sf-menu ul a {
    width:149px;padding:5px 10px;
}

#SideCategoryList .sf-menu ul a:hover {

}

/**/


#SideCategoryList .sf-menu, #SideCategoryList .sf-menu ul, #SideCategoryList .sf-menu li {width:169px;}
#SideCategoryList .sf-menu ul {left:169px;}
#SideCategoryList .sf-menu .sfHover a ul li a {background-image:none;}

#SideCategoryList .sf-menu .sfHover ul li a {
    background:none;
    background-image:none;
}

/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color:#dfdfdf;
    background-image:none;
    font-weight:bold;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
}

#SideCategoryList .sf-sub-indicator {
    background-image:  url('../../Infinity/images/red/arrows-dark.png');
}

/*******************************\n   CONTENT AREA
*******************************/

.Content h2, .Content h1, .TitleHeading {
    color:#505752;
    letter-spacing:0;
    font-size:22px;    
}

.Content .Block {margin-top:0;}

.Content.Widest {width:960px;padding-bottom:10px;}

/** Content Page **/
.pageLeft, .pageRight{
    width:440px;
    font-size:17px;
    color:#505752;
}

.contentPage h1, .contentPage h2{color:#008f2c; text-transform:uppercase;}
.contentPage h1{font-size:35px;font-weight:bold;}
.contentPage h2{font-size:17px;}
.contentPage h3{font-size:17px;color:#505752;}
.contentPage p{line-height:22px;margin-bottom:15px;}
.contentPage p.mediaPlayerNotice{color:#cc0000;font-weight:bold;margin-top:15px;}

.aboutUsPage .pageRight h2{width:100px;}

.unique{
    background:url('../../../template/images/mc/aboutUnique.jpg') right center no-repeat;
    height:172px;
    width:340px;
}
.unique h2{padding-top:65px;}

.safe{
    background:url('../../../template/images/mc/aboutSafe.jpg') right center no-repeat;
    height:172px;
    width:400px;
}
.safe h2{padding-top:60px;}

.acclaim{
    background:url('../../../template/images/mc/aboutAcclaim.jpg') right center no-repeat;
    height:172px;
    width:390px;
    position:relative;
}
.acclaim .bigLinkMagazine{
    position:absolute;
    top:0;
    right:0;
    height:165px;
    width:275px;
}
.acclaim h2{padding-top:50px;}

.pageLeft{float:left; padding-right:40px;}
.pageRight{float:right;}

.ipAudio{
    padding-left:45px !important;
    position:relative;
    top:20px;
}

.strongbutton.ipAudio img{
    position:absolute;
    left:7px;
    top:1px;
}


/*******************************\n   CART
*******************************/

table.CartContents thead tr th, table.General thead tr th {
    background: #DDFEDA;
    color: #222;
    border-bottom: 1px solid #444;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #444;
    background: #DDFEDA;
}

/*******************************\n   ADD TO CART POPUP
*******************************/

.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #DDFEDA;
}

/*******************************\n   FOOTER
*******************************/

#Footer {
    background:url('../../../template/images/mc/footerbg.jpg') center bottom no-repeat;
    color:#fff;margin-left:0;padding:0;margin-top:0px;
    height:268px;
    text-align:left;
    font-size:14px;
}

#Footer h3{font-weight:bold; font-size:28px; text-transform:uppercase; color:#fff44c; padding-left:80px;}
#Footer h4{font-weight:bold; text-transform:uppercase; margin-bottom:20px;}

.footerWrap{
    width:960px; 
    height:268px;
    margin:auto;
    position:relative;
    padding:0;
}

.footerColumn{
    background:url('../../../template/images/mc/footerSplitter.png') left top no-repeat;
    padding:20px 15px 15px;
    width:150px;
    float:left;
}

.footerColumn ul{margin:0;}
#Footer .footerColumn ul li{display:block;}

#Footer .footerSocial ul li{height:30px;}
#Footer .footerSocial ul li a{
    background-image:url('../../../template/images/mc/socialIcons.png');
    background-repeat: no-repeat;
    padding:3px 0 0 35px;
    height:24px;
    display:inline-block;
}
li.footerfb a{background-position:left top;}
li.footertw a{background-position:left -40px;}
li.footerpi a{background-position:left -78px;}
li.footeryt a{background-position:left -117px;}
li.footerli a{background-position:left -156px;}

.footerImaginative.footerColumn{width:570px; position:relative;}
.footerImaginative p{
    font-size:13px;
    line-height:18px;
    width:195px;
    padding-left:135px;
    float:left;
}
.footerImaginative img{
    position:absolute;
    left:-50px;
    top:20px;
}

#SideNewsletterBox{float:right; position:relative;}
#SideNewsletterBox .newsletterBar{
    position:absolute;
    top:106px;
    left:0;
}

#Footer .footerLegal{position:absolute;bottom:14px;width:960px;font-size:11px;}

#Footer .strongbutton{position:absolute;right:0;width:80px;}

.storeCR{float:left;}
.storeInfo{float:right;}

.wide #Footer {margin-left:0;}

#mccc {position:absolute;top:34px;left:20px;color:#fff;}

/*******************************\n   PRODUCTS
    adjust product box height here
*******************************/

/* WIDE VIEW (2 columns) */
.Content .ProductList li {
    margin:5px;
    height: auto;
    width:334px !important;
}

/* NARROW VIEW (4 columns) */
.Content .ProductList li,
#fastCartSuggestive li{
    margin:5px;
    min-height:220px;
    height:295px !important;
    width:180px !important;
    background:#fff;
    padding:0;
    font-size:1em;
    box-shadow:2px 3px 2px #B6B6B6;
    border: 1px solid #D6D6D6;
    position:relative;
    border-radius:5px;
}

.productDetailText{
    height:116px;
    width:171px;
    padding:0 10px;
    background:#eee;
}

.bigProductLink {text-indent:-999em;font-size:0;
    position:absolute;top:0px;left:0px;
    width:181px;
    height:100%;
    z-index:8;
}

#frmCompare .ProductList li {
    height:auto;
}

.Content .TabZFlip .ProductList li {
    width:155px !important;
    margin:5px;
}

.ProductList .ProductDetails {height:auto !important;margin-bottom:3px;min-height:22px; float: left; display: block; width: 100%}

.Content .ProductList.List li {padding:0 5px;height:235px !important;float:left;margin:5px;}

.Content .ProductList .ProductImage {
    margin:5px auto 0;
    float:none;
    padding:5px;
    height:165px !important;
    text-decoration:none;
}

.Content .ProductList li:hover {
    background:#fff;
}

.ProductDetails strong a {
    font-weight:bold;
    font-size:18px;
    color:#505752;
    text-decoration:none;
}

#FeaturedVideo {padding-bottom:20px;}

.ProductActionAdd {
    position:absolute;bottom:0;right:0;
    width:15px;height:15px;
    background-color:#bababa;
    border-radius:4px 0 0 0;
    background-image:-moz-linear-gradient(100% 100% 90deg,#dcdcdc,#ffffff) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dcdcdc)) !important;  
    border-left:1px solid #dcdcdc;
    border-top:1px solid #dcdcdc;
    z-index:100;
    cursor:pointer;
    -webkit-transition: width 0.1s ease-out;
    -moz-transition: width 0.1s ease-out;
    -o-transition: width 0.1s ease-out;
    transition: width  0.1s ease-out;    
}

.ProductActionAdd a {
    position:absolute;top:0;left:0;
    width:15px;height:15px;
    background:url('../../../template/images/mc/plus.png') 3px 3px no-repeat;
    text-indent:-999em;
    font-size:0;
}

.ProductActionAdd:hover {
    background-color:#38b013;
    background-image:-moz-linear-gradient(100% 100% 90deg,#38b013,#3ec416) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ec416), to(#38b013)) !important;
    border-left:1px solid #38b013;
    border-top:1px solid #38b013;
    right:0;
    width:80px;
}

.ProductActionAdd:hover a {
    background:none;
    text-indent:0;
    font-size:9px;
    font-weight:bold;
    width:78px;
    padding:1px 0 0 3px;
    background:url('../../../template/images/mc/plus.png') 68px -24px no-repeat;
    color:#000;
    text-decoration:none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform:uppercase;
    text-align: left
}

.ProductActionAdd[title^="Choose"]:hover {
    width:89px;
}

.ProductActionAdd[title^="Choose"]:hover a {
    width:89px;
    background-image:none;
}

.ProductPriceRating em {color:#008f2c;font-style:normal;}

.ProductList .Rating0 {visibility:hidden;}

/*******************************\n   PRODUCT PAGE
*******************************/

#ProductQuantity a {
    padding:0 3px 0 1px;
    text-decoration:none;
    font-size:14px;
    background:#fff;
    color:#319E0F;
    border:1px solid #a9d19d;
    border-radius:0 30px 30px 0;
    position:relative;
    top:0px;
    left:-4px;
    background:#cbfbbc;
}   

#ProductDetails .strongbutton {

}

#productAddToCartButton, .ipAudio {
    padding: 5px 15px;
    font-size:18px;
    color:#fff !important;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
    border-width:2px;
    border-radius:8px;
    text-transform:uppercase;
}

.ProductDetailsGrid .DetailRow {
    padding-left:0; font-size: 1.1em;
}

.PrimaryProductDetails .ProductMain {width:515px;margin-top:20px; padding-left: 40px;}

.ProductDetailsGrid .Label {margin: 0 0 10px 0;padding:0 3px 0 0;width: auto;}

#productprice .Label { text-align: left; font-size: 1.3em; width: 300px}
.PrimaryProductDetails .YouSave {display: inline; font-weight: normal;font-size: 0.8em;}
#productprice em {font-size: 18px; font-style:normal; color:#008f2c;}

.AvailibilityMessage, .shippingPrice {font-style: italic; color: #333; font-size: 1.2em; margin: 2px 0; float: left;}

#text_qty_ {
    padding: 5px; 
    border: 1px solid #CECECE; 
    background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DDDBDC) !important;
     background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDBDC), to(#FFFFFF)) !important;
     font-size: 0.9em;
     margin-bottom: 5px;
    text-align:center;
}
.ProductDetailsGrid .Label.QuantityInput {margin: 0; padding-top: 5px;}
.AddThisButtonBox {margin-top: 0px}

/*******************************\n   PRODUCT ATTRIBUTE OVERWRITES
*******************************/

.productAttributeList .productAttributeRow {padding-left: 0 !important; margin-left: -10px !important;}
.productAttributeList .productAttributeLabel {font-size: 1.1em; text-align: left !important; padding-right: 15px !important; margin: 0 !important; width: auto !important; position: relative; padding-left: 10px;}
.productAttributeList .required {position: absolute; left: 0; top: 0;}
.productAttributeValue input[type="text"],
.productAttributeValue input[type="checkbox"], .productAttributeValue textarea {margin: 5px 0 0 10px; padding: 3px;}
.productOptionViewRadio {float: left; clear: both; width: 100%;margin: 5px 0 0 10px; }
.productAttributeValue select {width: 100%; margin-top: 5px; margin-left: 10px}

/*******************************\n   INFORMATION MENU
*******************************/

#Menu li.HasSubMenu a {background:none;}

#Menu ul li.HasSubMenu a {
    background:url("../../Infinity/images/red/arrows-dark.png") no-repeat 156px 6px;
}

#Menu ul li.HasSubMenu ul li a {
    background:none;
}

#Menu {
    height:auto;
    width:auto;
    position:relative;
    margin:0 0 20px 0;
    clear:none;
    font:bold 13px/12px Arial, sans-serif;
    padding:0;
    
}
#Menu ul {
    float:none;
    width:auto;
    margin:0;
}
#Menu li {
    float:none;
    position:relative;
    margin:0;
    background:none;
}
#Menu li a {
    float:none;
    background:none;
    text-align:left;
    height:auto;
    width:148px;padding:5px 20px 5px 1px;
}

#Menu li ul li {
    background:none;
}

#Menu li.ActivePage a {

}

#Menu li ul li a {
    color:#000;
}
#Menu li ul li a:hover {
    color: #fff;
}

/*******************************\n   SUBCATEGORY LIST
*******************************/

.SubCategoryListGrid {
    padding: 4px 0 20px;

}

.SubCategoryListGrid li {
    box-shadow: 4px 4px 10px #DDDDDD;
    border: 1px solid #D6D6D6;
    clear: none !important;
    float: left !important;
    font-size: 1em;
    min-height: 120px !important;
    margin: 5px;
    padding: 7px 4px;
    width: 158px !important;
    position: relative;
}
.SubCategoryList {
    margin-left: 15px;
}
.SubCategoryList li {
      list-style-type: disc;
      background-image: none;
      padding-left: 0;
      }

#CategoryHeading {padding-top:0;}

/*******************************\n   SEO TABS
*******************************/

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

.TabNav li a {
    border: 1px solid #bbb;
    background: #e5e5e5;
    border-radius:5px 5px 0 0;
    top:2px;
}

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

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

.TabZFlip {
    height: auto;
    width:725px;
    overflow:auto;
    z-index:20;
    background:#fff;
    padding-bottom: 25px;
    display:none;
    min-height:300px;
}
.ActiveFlip {
    z-index:21;
    display:block;
}
#ProductTabs {padding-bottom: 5px;}
#ProductDescription {overflow: visible}

/*******************************\n   INFREQUENTLY EDITED
    most of these are minor tweaks or other areas that
    don't need to be edited very often
*******************************/

#ModalTitle, .ModalTitle {border-radius:0 !important;border:none !important;}
#ModalContent, .ModalContent {border:none !important;}
#ModalContentContainer {border:1px solid #333 !important;border-radius:0 0 10px 10px !important;}

.HorizontalFormContainer dt {padding-top:1px;}
.HorizontalFormContainer dd {padding:0 0 5px 0;}

.fastCartSummaryBox {padding:15px 10px 10px;text-align:center;}
.ProceedToCheckout {text-align:center;}

.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {text-align:right;padding-top:5px;}

.ProceedToCheckout a {float:right;}

.TopSellerNumber {display:none;}

.ProductCompareButton {margin-top:0;}

#fastCartContainer .ProductList li {width:140px !important;text-align:center;}
#fastCartContainer .ProductList .ProductImage {width:140px;}

.ComparisonCheckbox {margin-left:4px;}

.CreateAccount {padding-bottom:10px;}

.SearchContainer .ProductDescription {display:none;}

.SearchContainer .ProductList.List .ProductImage {float:none;margin:auto !important;width:120px;padding-top:5px;}

.SearchContainer .ProductRightCol {display:block;}
.SearchContainer .ProductDetails {text-align:center !important;margin:0 !important;}

.Content .ProductList .ProductRightCol {float:none;color:#c00;font-weight:bold;}

.TrackLink {height: auto;display:block;}

#SearchResultsCategory {display:none;}

.fastCartContent {width:690px;}

.Content .ProductList .ProductDetails,
.Content .ProductList .ProductPriceRating
{
    text-align:left;
    margin-bottom:4px;
}
.ProductPriceRating {
    position: absolute; 
    bottom: 0px;
    left:5px; 
    width: 171px; 
    height: 25px;
    border-radius:5px;
    background:#fbfbfb;
    font-size:18px;
    text-align:center !important;
    padding-top:5px;
}
#subscribe_form {padding:5px 0;}
.ProductList .Rating img {margin-top: 6px;}
.VideoSingleDescription {height:75px;}

#CartContent .EstimateShippingLink {margin:3px 0;display:block;float:right;}
#CartContent .EstimateShippingLink em {color:#222;}

#CartHeader .FloatRight a {float:right;margin-bottom:10px;}

.NewsletterSubscription input.Textbox {border:1px solid #ccc;margin-bottom:15px;}

.TopSellers .TopSellerNumber {position:relative;top:-4px;left:4px;}

.RowDivider {
    display: none;
}

#SideCouponCodeBox, #SideGiftCertificateCodeBox {width:48%;float:left;clear:none;}
#SideGiftCertificateCodeBox {float:right;}

.order-codes {padding:20px 5px 5px;clear:both;}
.order-codes .Textbox {width:200px;padding:3px;}

#SideProductRelated .BlockContent {padding-bottom:10px;}

#CartHeader .FloatRight {margin-top:10px;}

/* Color: Red */

.Container {
    background: #fff;
}

.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #D6D6D6; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #D6D6D6; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #D6D6D6; border-bottom:solid 1px #F2F2F2; }

table.CartContents, table.General {
    border: 1px solid #444;
    border-bottom: 0;
}

.CartContents tbody td {
    border-bottom: 1px solid #444;
    color: #000;
}

.MiniCart .SubTotal {
    color: #075899;
}

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

.JustAddedProduct strong, .JustAddedProduct a {
    color: #075899;
}

.CategoryPagination {
    color: #000;
}

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


.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #F6F6F6 url('../../Infinity/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #E8FFDF url('../../Infinity/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
    margin-top: 10px;
}

.ErrorMessage {
    background: #FFECEC url('../../Infinity/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #fff;
    border-bottom: 1px solid #cacaca;
    color: #dd2020;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #555;
}

/* 6D 65 72 63 68 61 6E 74 20 63 6F 72 6E 65 72 */

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

.CartContents tfoot .SubTotal td {
    border-top: none;
    border-bottom: 1px solid #444;
}

.CartContents .ItemShipping th {
    border-bottom-color: #444;
    border-top-color: #444;
    background: #5FA5C4;
    color: #fff;
}
.ProductDetails {padding-bottom: 60px;}
.ProductDetails em {display:block;}

.ProductCompareButton {margin:7px 0 0 2px;font-size:10px;text-align:center; z-index: 50;left:50px;bottom:0px;}
.ProductCompareButton label {position:relative;top:0;}


.ProductReviewForm {padding: 5px 0 0 0;}
.ProductReviewList, .ProductReviewList li {padding: 10px 0 0 0px; margin: 0}

/* start fast cart styles */
#fastCartContainer {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #000;
    font-weight:bold;
    margin-bottom:13px;
    float:none;
}

.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    
}

#fastCartContainer .ProductList li {width:156px !important;text-align:center;}
#fastCartContainer .ProductList .ProductImage {width:140px;margin:auto;}

#ModalContainer {top:10% !important;width:750px !important;margin-left:-375px;}

#ProductDetails .ProductThumbImage {overflow:visible !important;}

#mcn {display:none;}
.crlink { margin-left: 200px; text-align: center; font-size: 0.85em; margin-bottom: 10px;}
/* List View */
.Content .ProductList .ListView {width:700px !important;}
.Content .ProductList .ListView .ProductImage {float: left; padding-right: 20px}
.Content .ProductList .ListView .ProductDetails {width: 540px; text-align: left; float: left; line-height: 20px;}
.Content .ProductList .ListView .ProductDetails a {padding-bottom: 5px; display: block}
.Content .ProductList .ListView .ProductRightCol {float: right}
#frmCompare .ProductList .ListView {height: auto !important;}

.SubCategoryListGrid ul li a.catname {
    left: 0;
    text-align: center;
    width: 163px;
    position: absolute;
    top: 130px;
}

.zoomWindow {
    left: 317px !important;
    top: -1px !important;
}

.ProductTinyImageList ul li {padding:0}

#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {margin-top:26px;}
#CartEditProductFieldsForm .productAttributeList {
    overflow:visible;padding:0 10px;    
}
#ModalContent, .ModalContent {
    padding:0 10px 0 !important;
}

.Content .Block.banner_home_page_bottom{margin-bottom:0;}

.topBanner{
    background:url('../../../template/images/mc/topBannerbg.png') left top no-repeat;
    height:323px;
    width:964px;
    position:relative;
}

.topBannerText{
    position:absolute;
    color:#505752;
    font-size:17px;
    width:378px;
    padding:20px 25px;
    top:15px;
    height:239px;
}

.topBannerText > strong{
    text-transform:uppercase;
    font-size:25px;
    line-height:27px;
}
.topBannerText p{
    line-height:22px;
    margin-top:20px;
}

.homeVideo{
    position:absolute;
    top:5px;
    right:25px;
    height:300px;
    width:513px;
}

.bottomBanner{
    background:url('../../../template/images/mc/bottomBanner.png')no-repeat;
    height:323px;
    width:973px;
    color:#505752;
    position:relative;
}
.bottomBannerText{
    position:absolute;
    top: 50px;
    left:25px;
    font-size:22px;
    width:395px;
}
.bottomBannerText strong{padding-left:115px;display:block;}
.bottomBannerText p{line-height:27px;margin-top:20px;}

.bigBannerLink{
    position:absolute;
    top:0;
    left:0;
    height:295px;
    width:971px;
}

.twitter-follow-button, .fb-like{vertical-align:bottom;padding:0 10px;}
.smHeader > a, .smContentPage > a{
    padding-right:6px;
    vertical-align:bottom;
}

#ProductReviews{padding:0 20px;}

/** Account Pages **/

.accountPage .pageContent > div:first-child{width:700px;float:right;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
