@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* Global Resets */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
/* General */
html {
}
body {
    color: #262425;
    font-size: 14px;
    font-weight: normal;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #262425;
}
/* Select styling */

select {
    border: 1px solid #d6d6d6;
    border-radius: none;
    margin: 0;
    padding: 9px;
}
select.Field45 {
    width: auto;
}
.no-sel {
    height: auto;
    line-height: inherit;
}
textarea {
    line-height: 18px;
    height: 100px;
}
input {
    padding: 0px;
}
p {
}
a {
    color: #262425;
    text-decoration: none;
    font-weight: inherit;
}
a:hover {
    color: #db0000;
    text-decoration: none;
}
.page-content #LayoutColumn2 a.pname {
    color: #262425 !important;
}
.page-content #LayoutColumn2 a.pname:hover {
    color: #db0000 !important;
    background-color: transparent;
}
a.alt, p a, a.NextLink, .BulkDiscountLink a, .currency-converter p span {
    color: #db0000;
}
a.alt:hover, p a:hover, a.NextLink:hover, .BulkDiscountLink a:hover, .currency-converter p span:hover {
    background-color: #edc327;
    color: #fff;
}
strong, b {
    font-weight: bold;
}
#LogoContainer a {
    color: #262425;
}
/* Buttons */


.btn {
    cursor: pointer;
    display: inline-block;
 *display: inline;
 *zoom:1;
    padding: 5px 8px;
    text-align: center;
}
/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family:'Open Sans',sans-serif;
    color: #676464;
    text-transform:capitalize;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 34px;
    line-height: 32px;
    font-weight: 900;
    padding: .75em 0;
    color: #db0000;
}
h2 {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 1em 0;
}
h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    padding: .75em 0;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 1em 0;
}
h5 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.zippay-widget { float:left; }

.zippay-widget h4 {
    font-size: 12px;
    padding: 0 0 0 4px;
    color: #000000;
}

	
/*  This is required because the heading in the footer can't be changed to a H4 without the /brands pages heading changing as well (it should be a H3) */
#ContainerFooter h3, #ContainerFooter h4 {
    border-bottom: 1px solid #6a6a6a;
    color: #6a6a6a;
    font-size: 13px;
    padding: 1em 0;
    line-height: 20px;
    font-weight: 600;
}
/* This fakes a h2 style */
.ProductDetailsGrid .p-price {
    font-family: 'Titillium Web', Arial, Sans-Serif;
    color: #262425;
    text-transform: uppercase;
    margin: 0 0 20px 0 !important;
    padding: 0;
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
}
#ContainerFooter .borderB {
    border-color: #6a6a6a;
}
#ContainerFooter, #ContainerFooter a {
    color: #6a6a6a;
}
#ContainerFooter a:hover {
    color: #fff;
    background-color: transparent;
}
.TitleHeading {
border-bottom: 1px solid #d6d6d6;
float: left;
margin: 14px 0 15px 0;
text-align: left;
width: 99%;
padding: 0 0 0 10px;
font-family:'Open Sans',sans-serif;
color:#726C6C !important;

}
.TitleHeading.zero {
    margin-bottom: 0;
}
img, img a {
    border: 0;
}
ul, ol {
    margin: 0 0 10px 30px;
}
li {
    margin: 0;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
    margin-right: 10px;
}
hr {
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background: none;
    border: 1px solid #d6d6d6;
    border-width: 1px 0 0 0;
}
/* Forms */

.HorizontalFormContainer dl, .VerticalFormContainer dl {
    margin: 0;
   padding:0 12px 0 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 120px;
    float: left;
    clear: left;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    padding-top:0px;
    margin-left: 180px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    float: none;
    margin-bottom: 6px;
    width: auto !important;
}
.VerticalFormContainer dd {
    margin-bottom: 25px;
    margin-left: 0 !important;
}
#fastCartContainer .ProductList .ProductImage {
    width: 188px !important;
    height: 180px !important;
}
/* Page Containers */

.container {
    clear: both;
    float: none;
    width: 100%;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.header_phn {
    color: #000;
    float: left;
    font-size: 20px;
    margin: 40px 0 0 15px;
    padding: 0;
    width: auto;
}

.sweettooth-widget-tab .sweettooth-tab {
    background-color: #ff1f00 !important;
    box-shadow: 0 0 9px 0 #710303;
}
/* Top Navigational Menu */

#TopMenu {
    font-size: 12px;
    padding: 8px 0;
    margin: 0;
    border-top: 5px solid #000;
}
#TopMenu ul {
    padding: 0;
    margin: 0;
    text-align: right;
    overflow: hidden;
}
#TopMenu li {
    display: inline-block;
 *display: inline;
 *zoom: 1;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    line-height: 14px;
    padding:0 10px;
    border-right: 1px solid;
    color: #262425;
}
#TopMenu li .icon {
    margin-right: 5px;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a, #TopMenu li div {
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
#TopMenu li.last {
    padding-right: 0;
    border-right: none;
}
#TopMenu .CartLink span {
    width: auto;
    display: inline-block;
 *display: inline;
    zoom: 1;
}
#TopMenu li a {
    color: #db0000;
    padding: 0;
    margin: 0;
    position: relative;
}
#TopMenu li a:hover {
    background-color: #db0000;
    color: #fff;
}
#TopMenu li.last a {
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
#TopMenu li.last a .icon {
    position: absolute;
    left: 0;
    top: -2px;
}
/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
}
.centerer {
    margin: 0 auto;
    text-align:center;
}
#Wrapper {
    clear: both;
    width: 1098px;
    padding: 0 0 50px 0!important;
    margin: 0;
    position: relative;
    z-index: 1;
}
#home #Wrapper {
    border-top: 0;
}
/* Header */
#Header {
    position: relative;
    margin-bottom: 20px;
}
/* Main Categories Menu */

#SideCategoryList, #Menu {
    display: inline-block;
 *float: left;
}
.PageMenu .SideCategoryListFlyout > ul > li > a, .PageMenu #Menu > ul > li > a {
    padding-bottom: 4px;
}
.PageMenu .SideCategoryListFlyout > ul > li > a:hover, .PageMenu #Menu > ul > li > a:hover {
    border-bottom: 4px solid #db0000;
    padding-bottom: 0;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    width: auto;
    margin: 15px 10px;
    padding: 0 0 0 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}
/* Horizontal Category List (Default & Flyout) */

#SideCategoryList h2 {
    display: block;
}
/* Logo */
#Logo {
    float: left;
    margin-top: 15px;
}
#Logo h1 {
    font-size: 42px;
    font-weight: bold !important;
    text-transform: none;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Titillium Web', Arial, Sans-Serif;
}
/* Top Search Form */

#SearchForm {
    margin: 15px 0 0 0;
    padding: 0;
    width: auto;
    position: relative;
    overflow: auto;
    float: right;
}
#SearchForm form {
    padding: 0;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    color: #6a6a6a;
    width: 145px;
    height: 18px;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 3px 2px 3px;
}
#SearchForm .Button {
    cursor: pointer;
    border: 0;
    vertical-align: top;
    float: left;
    margin: -3px 0 0 -15px;
    width: 38px;
    height: 35px;
    padding:0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: url("/product_images/uploaded_images/search-icon.png") 50% 50% no-repeat;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm input.Textbox {
    float: left;
    border: none;
    font-size: 13px;
    width: 160px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 2px 10px;
    text-transform: none;
}
input.Textbox, textarea, input[type="text"] {
    height: 30px;
    line-height: 30px;
    margin:6px 0;
    padding: 0 5px;
    background:#E7E7E7;
    color: #464646;
    font-size: 13px;
    border:none;

}
textarea {
    height: 100px;
}
/* Left Content Area */

.Left {
    float: left;
    padding-right: 0;
    width: 196px;
}
.Left h3 {
    padding: 20px 0 0 0;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left .BlockContent {
    margin: 0 0 0px 0;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}
.Left li a.active {
    color: #db0000;
}
.Left li a.active:hover {
    border-color: #262425;
}
.Left #SideCategoryList .sf-menu li li {
    padding-left: 10px;
}
.Left li li a {
    margin: 4px 0;
    font-size: 13px;
    color: #262425;
}
.Left .sf-menu li {
    float: none;
}
.Left #SideCategoryList {
    display: block;
}
.Left #SideCategoryList ul ul {
    margin-bottom: 10px !important;
}
.Left #SideCategoryList .BlockContent, .Left .slist .BlockContent {
    padding-top: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.Left #SideCategoryList li a, .Left .slist li a, .Left .afterSideShopByBrand a, .Left #GiftCertificatesMenu li a, .Left #SideAccountMenu li a {
    color: #262425;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.Left #SideCategoryList li a:hover, .Left .slist li a:hover, .Left .afterSideShopByBrand a:hover, .Left #GiftCertificatesMenu li a:hover, .Left #SideAccountMenu li a:hover {
    color: #db0000;
}
.Left #SideCategoryList li li a, .Left .slist li li a {
    color: #262425;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 13px;
    margin-bottom: 5px;
}
/* Primary Content Area */
.Content {
    float: left;
    width: 764px;
    min-height: 200px;
    padding: 20px 0 0 0px;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 784px;
    padding: 0;
}
.Content.Wide.WideWithLeft {
    width: 784px;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 1098px;
    padding: 0px 0;
    border: none;
    margin-bottom: 10px;
}
/* Right Content Area */
.Right {
    float: right;
    width: 190px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
/* Hero slider */

.hero {
    width: 980px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    left: -10px;
    overflow: hidden;
}
/* Items to be rotated through */
.hero_slider div {
    position: relative;
    width: 980px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
/* Text container for each item */
.hero_slider div .text {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 350px;
    color: #fff;
    z-index: 99;
}
.hero_slider div .text h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h3 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text p {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.hero #slide_prev { /* Previous button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    left:5px;
    width: 20px;
    height: 40px;
    background: url(../images/white/hero_prev.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
/* Next button */
.hero #slide_next {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    right:5px;
    width: 20px;
    height: 40px;
    background: url(../images/white/hero_next.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
/* Slide-show */

.slide-show {
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
    left: -10px;
}
.slide-show-render.slide-show {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #FFFFFF;
    margin: 0 0 20px;
    position: relative;
    left: 0;
}
/* Top Banner styles */

.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {
    position: relative;
    width: 980px;
    z-index: 0;
}
.Block.banner_home_page_top *, .Block.banner_category_page_top *, .Block.banner_brand_page_top *, .Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}
/* Bottom Banner styles */

.Block.banner_home_page_bottom, .Block.banner_category_page_bottom, .Block.banner_brand_page_bottom, .Block.banner_search_page_bottom {
    position: relative;
    width: 980px;
    left: 0;
    margin-bottom: 0;
}
.Block.banner_home_page_bottom div, .Block.banner_category_page_bottom div, .Block.banner_brand_page_bottom div, .Block.banner_search_page_bottom div {
    float: left;
    width: 320px;
    position: relative;
}
.Block.banner_home_page_bottom div, .Block.banner_category_page_bottom div, .Block.banner_brand_page_bottom div, .Block.banner_search_page_bottom div {
    margin-left: 10px;
}
.Block.banner_home_page_bottom div:first-child, .Block.banner_category_page_bottom div:first-child, .Block.banner_brand_page_bottom div:first-child, .Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}
.Block.banner_home_page_bottom div .text, .Block.banner_category_page_bottom div .text, .Block.banner_brand_page_bottom div .text, .Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}
.Block.banner_home_page_bottom div .text h2, .Block.banner_category_page_bottom div .text h2, .Block.banner_brand_page_bottom div .text h2, .Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}
.Block.banner_home_page_bottom div .text h3, .Block.banner_category_page_bottom div .text h3, .Block.banner_brand_page_bottom div .text h3, .Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p, .Block.banner_category_page_bottom div .text p, .Block.banner_brand_page_bottom div .text p, .Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}
.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}
.category-featured .image-container-centered img {
    max-width: 320px;
    max-height: 264px;
}
.category-featured h3 {
    text-transform: uppercase;
}
/* Lower & Footer Content */

/* Centers content */

.Center {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 10px 0 #b4baac;
    margin: 0 auto;
    padding: 1px 10px;
    width: 1098px;
}
#Footer {
    clear: both;
    padding: 0;
    margin: 0;
}
/* Contains links lists & newsletter */

#FooterUpper {
    clear: both;
    padding: 0;
}
#FooterUpper .Column {
    float: left;
    width: 180px;
    padding-bottom: 15px;
    margin: 0 20px 0 0;
    display: inline;
}
#FooterUpper .Column.NewsletterColumn {
    margin-right: 0;
}
#FooterUpper h2 {
    margin-bottom: 5px;
}
#FooterUpper ul {
    padding: 0;
    margin: 0;
}
#FooterUpper li ul, #FooterUpper li:hover ul {
    display: none !important;
}
/* Newsletter Subscription Form */

.NewsletterSubscription {
    clear: both;
    float: left;
}
.NewsletterSubscription h2 {
    padding-bottom: 8px;
}
.NewsletterSubscription label {
    display: none;
}
.NewsletterSubscription .Textbox {
    float: left;
    width: 100%;
 *width: auto;
    height: 35px;
 *height: 25px;
    line-height: 25px;
    border: none;
    font-size: inherit;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
.NewsletterSubscription li {
    padding: 0;
}
#ContainerFooter .NewsletterSubscription .Button {
    float: left;
    width: auto;
    padding: 0 12px!important;
}
/* News Lists */

#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}
/* Product Listings */

.ProductList {
    font-size: 0;
}
.ProductList, .ProductList li {
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
}
.ProductList li {
    list-style: none;
    min-height: 342px;
    margin-right: -1px;
    font-size: 14px;
    padding: 0 0 20px 0;
    overflow: hidden;
    width: 195px !important;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    border:1px solid #E7F1F2;
    margin: 15px 10px 15px 10px !important;
}
}
#home .Content ul.ProductList li {
    width:203px !important;
}
.ProductList .ProductPriceRating {
    padding-bottom: 5px;
}
.ProductList .ProductImage, .brand-img {
    
    display: table-cell;
    margin: 5px 12px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: middle
}
.ProductList .ProductImage img {
    vertical-align: middle;
    
}
.SubBrandListGrid .RowDivider {
    display: none!important;
}
.brand-img {
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
        border:1px solid #d3d3d3;
        margin:5px 0;
}
.brand-img img {
    width: auto;
}
.ProductList .ProductDetails {
    padding: 10px 10px 0 0;
}
.ProductList em {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    font-style: normal;
    margin:0 0 0 5px;
}
.ProductList .Rating {
    display: block;
    padding-bottom: 5px;
}
.ProductList li .ProductCompareButton {
    margin-bottom: 10px;
}
.ProductList .pname {
    display: block;
    line-height: 21px;
    padding-bottom: 5px;
    margin:0 0 0 5px;
    
}
.QuickViewBtn {
    background: url("../images/btn-quickview.png") no-repeat scroll center center transparent !important;
    float: left;
    cursor: pointer;
    font-size: 14px !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 0 !important;
    font-weight: 400 !important;
    overflow: hidden;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
}
.List.ProductList li .ProductPriceRating {
    padding: 8px 10% 0 0;
    width: auto;
    margin: 0;
}
.List.ProductList li .ProductCompareButton {
    width: auto;
    clear: none;
    padding: 0 20px 0 0;
    margin: 5px 0 0 0;
}
.List.ProductList li .ProductCompareButton {
    padding-top: 7px;
}
.Left .ProductList li, .Right .ProductList li {
    margin-bottom: 10px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}
/* Top Seller Block Specific */

.Right .TopSellers, .Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul, .Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li, .Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
/* Contains the details of the item */
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails {
    margin: 0;
    margin-left: 28px;
}
.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage, .Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
    display: none;
}
/* Page Breadcrumbs */

.Breadcrumb {
     background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 2px solid #D3D3D3;
    border-radius: 3px;
    margin-bottom: 0 !important;
    margin:15px 0 10px 0;
    padding: 0 0 0 10px !important;
    width: 99%;
}
.Breadcrumb ul {
    width: 100%;
    padding: 10px 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.Breadcrumb li {
    list-style-type: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0 12px 0 0;
    display: block;
    float: left;
    background: none;
}
.Breadcrumb li a {
    padding-right: 18px;
    background: url(../images/theme/icon_bullet_breadcrumb.png) no-repeat 100% 50%;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.FindByCategory ul, .FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('../images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}
.top-title {
    position: relative;
}
.top-title h2 {
    margin: 0;
}
.productlist-page .top-title {
    margin-bottom: 0;
}
.Left .afterSideShopByBrand {
    padding: 8px 0 0 0;
    display: block;
}
/* Helpers */

.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}
.cf {
    content: "";
    display: table;
}
.cf::after {
    clear: both;
}
.borderB {
    border-bottom: 1px solid #d6d6d6;
}
.borderR {
    border-right: 1px solid #d6d6d6;
}
/* Miscellaneous Definitions */

.Meta {
    color: #444;
    font-size: 0.93em;
}
.Left .FeedLink, .Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    display: none;
}
.SortBox {
    font-size: 0.95em;
    color: #262425;
    padding: 12px 5px 0 0;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    display:none;
}
.Required {
    color: #ff0000;
}
.CreateAccount {
    float: left;
    padding-right: 3%;
    width: 44%;
}
.AccountLogin {
    border-left: 1px solid #E8E8E8;
    float: left;
    padding: 0 0 50px 5%;
    width: 47% !important;
}
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;
}
#ProductDetails h1 {
    padding: 0;
    margin: 0 0 20px 0;
}
.PrimaryProductDetails .ProductThumb {
    float: left;
    border: 0px solid #d6d6d6;
    width: 488px!important;
    height: auto!important;
    margin-top: 20px;
    text-align: center;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.PrimaryProductDetails .ProductMain, .PrimaryProductDetails .productAddToCartBelow {
    float: right;
    width: 550px;
    padding: 30px 0 30px 30px;
    border-left: 1px solid #fff;
}
.PrimaryProductDetails .productAddToCartBelow {
    padding: 0 0 0 30px;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}
.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
    /*margin-top: 20px;*/
}
.PrimaryProductDetails dl {
    font-size: 0.90em;
}
.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}
.PrimaryProductDetails dd {
    margin-left: 90px;
}
.Right hr {
    margin: 5px 0 0;
}
.ComparisonCheckbox {
    float: left;
}
.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}
.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}
/* Product Comparisons */

.ComparisonTable {
    width: 100%;
}
.ComparisonTable td {
    font-size: 14px;
    padding: 10px;
    vertical-align: center;
}
.CompareFieldName {
    width:95px;
    padding:8px 10px 8px 15px;
}
.CompareFieldTop {
    padding:5px;
    text-align:center;
}
.CompareFieldTop a {
    font-size: 14px;
}
.CompareLeft {
    padding:5px 10px 5px 10px;
}
.CompareCenter {
    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 {
    vertical-align: top;
}
table.General tbody tr.First td {
    padding-bottom: 10px;
    padding-top: 10px;
}
/* Cart Contents Table */

.CartContents tbody td {
    border-bottom: 0;
}
.CartContents .ProductName a {
    font-weight:700;
}
.CartContents thead {
    border: 1px solid #D6D6D6;
    text-transform: uppercase;
    background: #fff;
}
.CartContents tbody tr td {
    padding: 20px;
}
.CartContents tfoot .SubTotal td {
    font-weight: bold;border-top:none !important;
}
.ProductOptionList, .ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}
.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 .PagingList, .CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.CategoryPagination {
    float: left;
    text-align: center;
}
.CategoryPagination .PagingList li {
    display: inline;
}
/* Quick Search */
.QuickSearch {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #939393;
    margin: 16px 0 0 -111px;
    padding: 10px 0 0 0;
    position: relative;
    text-align: left;
    width: 368px !important;
    z-index: 9999;
}
.RatingIMG {
    display: none;
}
.QuickSearchTitle td, .QuickSearchAllResults td {
    font-weight: bold;
    padding: 4px;
    font-size: 12px;
}
.QuickSearchResult td {
    font-size: 12px;
    padding:8px 0px 8px 8px;
    cursor: pointer;
}
.QuickSearchResultImage {
    margin-left: 4px;
    margin-right: 10px;
    text-align: center;
    background: #fff !important;
}
.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}
.QuickSearchResultName {
    display: block;
    padding-bottom: 5px;
}
.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}
.QuickSearchHover {
    background: #D6D6D6;
}
.QuickSearchAllResults {
    text-indent: 0;
    padding: 0;
    line-height: 20px;
}
.QuickSearch .QuickSearchAllResults a, .QuickSearch .QuickSearchAllResults a:hover {
    height: 30px;
    line-height: 30px;
    display: inline-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;
}
.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}
.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}
.SubCategoryList {
    padding: 10px 5px 4px;
    margin-bottom: 20px;
}
.SubCategoryList ul, .SubCategoryList li {
    list-style: none;
    margin-left: 0;
}
.SubCategoryList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../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 {
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
        float: left;
}
.ProductReviewList li:last-child {
    border: 0;
}
.SoldOut {
    color: #999;
}
.RemoveFromWishlistForm {
    margin: 5px;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    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 ul {
    margin-bottom: 20px;
}
.productOptionPickListSwatch li .validation {
    top: 5px;
    left: 5px;
}
.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours {
    margin: 0 !important;
    padding: 2px !important;
    border: 0 none;
    border-color: transparent !important;
}
.productOptionPickListSwatch .selectedValue .textureContainer, .productOptionPickListSwatch .selectedValue .swatchColours {
    border: 3px solid #262425 !important;
    padding: 0px !important;
}
.productAttributeValue {
    clear: both;
}
.productAttributeValue .dateselector .Field.month {
    width: 80px
}
.productAttributeValue .dateselector .Field.day {
    width: 45px;
}
.productAttributeValue .dateselector .Field.year {
    width: 80px;
}
.productAttributeValue .ui-datepicker-trigger {
    display: none;
}
.ShippingProviderList li {
    list-style: none;
    margin: 0 0 10px 0;
}
.GoogleCheckout div {
    width: auto !important;
}
.GoogleCheckout, .PayPalExpressCheckout {
    float: none;
}
.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
    padding: 10px 0;
    clear:both;
}
.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
    text-align: center;
    float: none !important;
}
.KeepShopping {
    width: 180px;
    margin: 0 0;
    text-align: left;
}
/** Top Right Locale Chooser (list of flags) **/

#TopMenu li.Flag div {
    border: 0;
}
#TopMenu li.Flag img {
    margin: 3px;
}
#TopMenu li.Flag img.Last {
    margin-right: 0px;
}
#TopMenu li.Flag img.Selected {
    border: 2px solid #dadada;
    margin: 1px 3px;
}
/** Currency Selector **/

.CurrencyList dl {
    margin: 0;
    padding: 0;
}
.CurrencyList dd {
    padding: 0px;
    margin: 0px;
    border: 1px solid #dadada;
    background-color: #F9F9F9;
    clear: both;
}
.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    font-size: 11px;
}
.CurrencyList a .Flag {
    margin-top:20px;
    display: block;
    margin-right:5px;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}
.CurrencyList a .Text {
    display: block;
    padding-left: 24px;
}
.PrimaryProductDetails .YouSave {
    font-weight: bold;
    margin-top: 3px;
    display: block;
}
/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
    font-weight: normal;
    float: right;
    padding: 20px !important;
}
.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: 20px 0 0 0;
}
.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}
.EstimatedShippingMethods {
    clear: both;
    padding: 20px 0 0 0 !important;
    text-align: left;
}
.EstimatedShippingMethods table {
    margin: 0 !important;
}
.ShippingMethodList {
    padding: 0 !important;
}
.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 {
      background-color:#464646!important;
       color: #FFFFFF;
    cursor: auto;
    font-family:'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: lighter;
    margin: 0 0 20px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
	border-radius:3px;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    top: 0;
    padding: 14px;
    border-left: 1px solid #FFF;
    white-space: nowrap;
    text-transform: none;
    color: #FFF;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}
a.ChangeLink {
    position: absolute;
    right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    top: auto;
	color:#fff;
	font-weight:600;
	font-size:15px;
    right: 20px;
}
.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 350px;
}
.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 ul, .SubBrandList li {
    list-style: none;
    margin-left: 0;
}
.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../images/SubBrand.gif') no-repeat 3px 50%;
}
.SubBrandListGrid ul, .SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}
.SubBrandListGrid li {
    margin-bottom: 4px;
    margin-right: 13px;
    background: #fff;
    float: left;
    text-align: center;
}
.SubBrandListGrid ol {
    clear: both;
}
.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}
.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}
.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required {
    width: 8px;
}
.ProductAddToCart textarea, #CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}
.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.png') 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;
}
.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}
.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.TagList {
    margin-top: 20px;
}
.CartThumb {
    text-align: center;
    width: 1px;
}
.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}
.ViewAllLink a {
    padding-top: 10px;
    display: block;
}
.SelectGiftWrapMultiple {
    max-height: 400px;
}
/* Tabbed Navigation */

.TabNav, .TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    font-size: 12px;
    padding: 0 30px;
    border-bottom: 1px solid #d6d6d6;
    display:none;
}
.TabNav li {
    margin-bottom: -1px;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.TabNav li a {
    display: block;
    line-height: 41px;
    border: 1px solid #d6d6d6;
    padding:0 16px;
    height: 41px;
    font-weight: 600;
    font-size: 14px;
    background: #f9f9f9;
    margin: 0 4px;
    color: #a1a1a1;
}
.TabNav li.Active a {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #333;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}
.ProductAddToCart .BulkDiscount {
    clear: both;
}
.ProductAddToCart .BulkDiscount input {
    margin: 10px 0;
}
.ProductAddToCart dd.AddCartButton 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 0 20px 0;
    margin-top: 0px;
    display: block;
    width: auto !important;
    float: none;
    clear: both;
    padding: 0 0 10px 0;
    min-height: 0;
    height: auto !important;
    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: 15px 20px;
    margin: 0px;
    text-align: left;
    background-image: none;
    border-top: 1px solid #d6d6d6;
}
.ProductList .p-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ProductList.List .ProductQty {
    margin-left: 10px;
}
.ProductList.List .ProductDescription {
    font-style: normal;
    margin-top: 0;
}
.ProductList .ProductRightCol {
    float: right;
}
.ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 10px;
}
.ContentList {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-image: none;
}
.ContentList li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-top: solid #E8E8E8 0px;
}
.ContentList li p {
    display: none;
}
.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}
/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    font-weight: normal;
    padding:2px 0px 2px 200px;
}
.RequiredClear {
    visibility: hidden;
}
/* Custom Fields - End */

/* Product Details Price */

.ProductDetailsGrid .Label {
    margin: 0 0 10px 0;
    width: auto;
}
.ProductOptionList ul, .ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ProductOptionList li {
    margin-bottom: 3px;
}
.ProductOptionList input {
    vertical-align: middle;
}
/** Search All Form Result - Start **/

.SearchPaging {
    float: right;
    font-size: 0.95em;
}
.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}
#SearchResultsCategoryAndBrand {
    padding: 20px 0;
    display:none;
}
.ContentList em, .QuickSearchResultMeta em {
    font-size: 0.8em;
}
/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}
#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}
/** AJAX loading box - End **/

/** Product image gallery **/

#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}
#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top: 10px;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    margin-left: auto;
}
#ProductDetails .ImageCarouselBox .ProductTinyImageList {
    margin-top: 0!important;
    margin-bottom: 0!important;
    border-left: 1px solid #d6d6d6 !important;
}
#ProductDetails .ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
}
#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}
#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px;
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}
/***** Product Attribute List *****/

/* set up the row for css table-like alignment */

#QuickViewProductDetails .required, #QuickViewProductDetails .Required, .ProductMain .Required, .required {
    color: #be0303 !important;
    display: block;
    left: -12px;
    position: absolute;
    top: 0;
    font-weight: bold;
}
/* position the label in the left-padding area of the row */

.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}
.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
    position: relative;
}
/* Below is required to overwrite __Master defaults */
.productAttributeList .productAttributeRow, .productAttributeRow {
    padding-left: 0 !important;
    margin: 0 0 10px 0 !important;
    clear: both;
}
.productAttributeList li {
    margin-bottom: 10px;
}
.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 label {
    background-color: #fff;
    border: 1px solid #d6d6d6 !important;
    padding: 5px 10px !important;
    min-width: 30px;
    text-align: center;
}
.productOptionViewRectangle .option.selectedValue label {
    background-color: #6a6a6a;
    border: 1px solid #6a6a6a !important;
    color: #fff;
}
/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

.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('../images/VideoOverlay.png');
    background-position: center center;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.VideoContentContainer {
    clear: both;
    float: left;
}
/** 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;
}
#VideoContainer {
    padding: 5px 0 5px 5px;
    height: 265px;
}
.VideoSingleTitle {
    font-weight: bold;
    display:none ;
}
.VideoSingleDescription {
    margin-bottom: 20px;
}
.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
    display: none;
}
.Content #VideoSideContainer {
    display: none;
}
#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: 189px !important;
    padding: 0!important;
    margin: 0 -1px 0 0 !important;
}
.fastCartContent .ProductList .ProductImage img {
    height: 120px !important;
}
.fastCartItemBox {
    max-width: 225px;
    padding: 0 2px 20px 2px;
}
.fastCartItemBox .ProductPrice {
    margin-top: 20px;
}
.ToggleSearchFormLink {
    overflow: hidden;
    position: relative;
    z-index: 2;
    display:none;
}
.ToggleSearchFormLink a {
    color: #fff;
}
.Panel#ProductTabs {
    padding-top: 0px;
}
.AddThisButtonBox {
    float: none !important;
    margin: 0 !important;
}
.PinterestButtonContainer {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.AddThisButtonBox, .PinterestButtonContainer {
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* Social elements
....................................................................... */

#socnet {
    clear: both;
    font-size: 0.85em;
    padding: 20px 0 15px 0;
}
#socnet a {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
}
/* Accordion for product page
....................................................................... */

#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #d6d6d6;
}
.prodAccordionContent {
    display: block;
}
.current .prodAccordionContent {
    display: block;
}
/* Account Menu (horizontal)
....................................................................... */

#SideAccountMenu li, #GiftCertificatesMenu li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
}
/* Footer Menu
....................................................................... */

.PageMenu {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    z-index: 50;
    margin: 0;
}
.PageMenu .borderR {
    border-right: 0;
}
.PageMenu a {
    font-family: 'Titillium Web', Arial, Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
}
.PageMenu ul {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
    position: relative;
}
.PageMenu li .icon {
    display: none !important;
}
/* .PageMenu .ActivePage .icon */

.PageMenu .back {
    float: left;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -5px;
    padding: 0;
    background: url(../images/theme/nav_active.png) no-repeat center top;
}
.PageMenu li ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 10px;
    top: -18px;
    border-width: 10px;
    border-style: solid outset solid solid;
    border-color: transparent transparent #262425 transparent;
}
#ContainerFooter .PageMenu li ul:before {
    top: auto;
    bottom: -18px;
    border-color: #000 transparent transparent transparent;
}
.PageMenu li ul ul:before {
    content: none;
    border-color: 0 none;
}
.PageMenu li ul li {
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 0 20px;
    text-align: left;
    width: auto;
    position: static;
}
.PageMenu li ul li a {
    float: none;
    width: auto;
    margin: 0;
    display: block !important;
    border-bottom: 1px solid #353533;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    text-align: left;
    color: #eeefe3;
    font-weight: normal;
    text-transform: none;
    line-height: 3em;
}
.PageMenu li ul li a:hover {
    color: #db0000;
}
.PageMenu li ul {
    display:none;
    position: absolute;
    z-index: 10;
    top: 100% !important;
    width: 250px;
    left: 0;
    background: #262425;
    list-style-image: none;
}
#ContainerFooter .PageMenu li ul {
    top: auto !important;
    bottom: 25px;
}
.sf-sub-indicator {
    display:none !important;
}
.PageMenu li.sfHover ul {
    display:block;
}
.PageMenu .sf-menu li {
    float: none;
}
.PageMenu .sf-menu li ul {
    z-index:150 !important;
}
.PageMenu .sf-menu li ul li {
    z-index:200 !important;
}
.Left #SideCategoryList .sf-menu ul {
    display: block !important;
    visibility: visible !important;
    position: static;
    top: 0;
}
.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul, .Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: none !important;
}
.PageMenu li ul li {
    list-style-image: none;
}
.PageMenu li ul ul {
    display: none;
    border-left: 1px solid #191919 !important;
    left: 249px !important;
    margin-left: 0;
    top: 0px !important;
}
.PageMenu li {
    background: url(../images/blank.gif);
    position: relative;
    /*z-index: 1;*/
    padding: 20px 0 16px 0;
    display: inline-block;
 *display: inline;
 *zoom: 1;
    margin: 0 20px 0 0;
}
.PageMenu li ul li a.hasSub {
    background: url(../images/theme/sub.png) 100% 50% no-repeat;
    padding-right: 20px;
}
#Wrapper .Block {
    display: block;
    clear: both;
}
.FeaturedProducts, .NewProducts, .TopSellers {
    padding-bottom: 20px;
    margin-bottom: 0;
}
#Wrapper .Left .Block {border-top
    float: left;
    width: 100%;table tbody tr td, table thead tr td, table thead tr th
    padding-top: 0;
    margin-top: 0;
}
table.General, table.CartContent, table.CartContents {
    border-collapse: collapse;
}
table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
    /*border-bottom: 1px solid #a79411;*/
}
.CartContents tfoot .SubTotal td {
    padding-bottom: 25px;
    padding: 0;
}
.CartThumb img {
    border: 1px solid #D6D6D6;
    max-width: 75px;
    height: auto;
}
.EstimateShippingButtons {
    text-align: right;
}
#uniform-sel_billing_address {
    width: auto;
    margin-bottom: 10px;
}
#ProductDetails ul.ProductList li {
    
    margin-right: 0px;
}
.left-content .ProductList .ProductImage img {
    max-height: 95px !important;
    max-width: 97px !important;
    height: auto !important;
    width: auto !important;
}
.left-content .ProductList .ProductDetails {
    font-size: 12px;
    margin: 0;
    padding: 10px 10px 0 0;
}
.left-content .ProductList .ProductDetails .pname {
    border: solid 0px;
    font-size: 12px;
    line-height: 17px;
    word-wrap: break-word;
}
.left-content .ProductList .ProductPriceRating {
    display: none;
}
.left-content .ProductList em.p-price {
    font-size: 12px;
    padding-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}
#recaptcha_area {
    width: 456px;
    margin-right: auto;
}
.PagingList .icon {
    display: none;
}
.SortBox div.selector, .SearchSortingSelectContainer div.selector {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.SortBox div.selector span, .SearchSortingSelectContainer div.selector span {
    height: 35px;
    line-height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
ul.AccountOrdersList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.AccountOrderStatusList li {
    position: relative;
    list-style-image: none;
}
#LayoutColumn1 .h3tt {
    display: none;
}
#LayoutColumn2 .multiStep {
    display: none;
}
.banner_category_page_top {
    margin: 0;
    position: relative;
}
.banner_category_page_top h2 {
    font-weight: normal !important;
    line-height: 1.25 !important;
    position: relative;
    clear: both;
    color: #312E29 !important;
    display: block;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    bottom: 75px;
    left: 50px;
    position: absolute;
}
.CartContents tfoot .gtotal.SubTotal td {
    font-size:24px;
    text-transform: uppercase;
}
.HowToPay, .NotifyMessage {
    margin: 0 0 15px 0;
    background: none repeat scroll 0 0 #f5f5f5;
    border: none;
    padding: 20px;
    border-radius: 0;
}
.HowToPay p {
    margin: 0;
    padding: 0;
}
.OrderItem1 .selector, .OrderItem2 .selector {
    width: 75px;
}
.BlockContent.PageContent {
    line-height: 1.5em;
}
.BlockContent.PageContent a, .page-content #LayoutColumn2 a {
    color: #db0000;
}
.BlockContent.PageContent a:hover, .page-content #LayoutColumn2 a:hover {
    background-color: #db0000;
    color: #fff;
}
.BlockContent.PageContent img {
    max-width: 100%;
    height: auto;
}
/* recapcha */

.recaptchatable .recaptcha_image_cell center img {
    height: auto !important;
    max-width: 238px !important;
}
.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}
.recaptchatable #recaptcha_image {
    width: 240px !important;
}
.recaptchatable .recaptcha_image_cell {
    width: 240px !important;
}
.recaptchatable #recaptcha_response_field {
    width: 220px !important;
    border: solid #d6d6d6 1px !important;
}
#recaptcha_reload_btn {
    display: block;
    background: url(../images/recapRefresh.png) 0 0 no-repeat !important;
}
#recaptcha_reload_btn img {
    visibility: hidden;
}
#recaptcha_switch_audio_btn {
    display: block;
    background: url(../images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
    visibility: hidden;
}
#recaptcha_whatsthis_btn {
    display: block;
    background: url(../images/recapHelp.png) 0 0 no-repeat !important;
}
#recaptcha_whatsthis_btn img {
    visibility: hidden;
    isibility: hidden;
}
.ProductThumbImage a {
    display: inline-block;
 *display: inline;
 *zoom: 1;
    display: block;
}
.zoomWindow {
    left: 0 !important;
    top: -1px !important;
}
.zoomWrapper {
    border: 1px #d6d6d6 solid !important;
    position: relative;
    z-index: 110;
}
#PageMenu {
    position: relative;
    z-index: 10;
}
/* fancybox */

#fancy_bg {
    display: none !important;
}
#fancy_content {
    padding-top: 0 !important;
}
#fancy_close {
    background: url("../images/icon-close.png") no-repeat scroll 0 0 transparent !important;
    height: 11px !important;
    top: 10px !important;
    right: 10px !important;
    text-indent: 999px;
    width: 12px !important;
}
.PageMenu h3 {
    display: none !important;
}
#ModalContentContainer {
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff;
}
#ModalContent, .ModalContent {
    padding: 20px !important;
    color: #262425 !important;
    border: none!important;
    font-size: inherit;
}
#ModalContent a, .ModalContent a {
    color: #262425 !important;
}
#ModalContent a:hover, .ModalContent a:hover {
    color: #DB0000 !important;
}
.ModalContent .ProductList a.pname:hover {
    color: #fff !important;
}
#ModalButtonRow, .ModalButtonRow {
    background: none !important;
    border: none !important;
    padding: 15px !important;
    height: auto !important;
}
#ModalContainer .modalClose {
    top: 10px !important;
    right: 11px !important;
    padding-right: 0 !important;
}
.ModalButtonRow input {
    font-weight: normal !important;
}
.AddBillingAddress dt, .AddShippingAddress dt {
    clear: none;
}
.AddBillingAddress dd, .AddShippingAddress dd {
   {
    float: left;
    margin: 0;
    min-height: 40px;
    padding: 0 5px 15px 0 !important;
    width: 226px;
}
}
.Content .Button, .form .Button {
    display: inline-block;
}
.QuickSearch:before, .CurrencyChooser:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 5px;
    width: 21px;
    height: 11px;
    top:0;
    background: url(/product_images/uploaded_images/theme/drop.png);
}
.QuickSearch:before {
    top: -10px;
    right: 110px;
}
.QuickSearch tbody tr {
    display: block;
    padding: 10px 20px;
}
.QuickSearch tbody tr td {
    border: none;
    vertical-align: text-top;
}
.QuickSearch tbody tr:hover {
    background-color: #e5e5e5;
}
.QuickSearchResult .QuickSearchResultImage {
    width: 70px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 0;
}
/* Wrapper */

#Wrapper #CategoryPagingTop, #Wrapper #CategoryPagingBottom {
    float: left;
    width: auto;
    clear: none;
}
#Wrapper #CategoryPagingTop {
    padding-left: 20px;
}
.PagingList {
    float: left;
}
.CategoryPagination .PagingList .ActivePage {
    font-weight: 600;
}
.CategoryPagination .PagingList li {
    padding: 3px 9px;
    background:#fff;
 margin: 0 3px 0 0;
    border:2px solid #f8c300;
}
.CategoryPagination .PagingList a {
    color: #b4b4b4;
}
.CategoryPagination .PagingList a:hover {
    color: #312E29;
}
#Wrapper #CategoryHeading {
    float: none;
    width: auto;
    clear: none;
}
.CategoryDescription {
    padding-top: 20px;
}
.SortBox, .SearchSorting {
    font-size: 13px;
    margin: 0;
    padding: 0;
    display: none;
}
.SortBox label, .SearchSorting label {
    float: left;
    font-size: 12px;
    padding: 10px 10px 0 0;
}
.SortBox div.selector, .SearchSorting div.selector {
    float: right;
    width: 175px;
    line-height: 35px;
    min-height: 35px !important;
    padding: 0;
    font-size: 12px;
}
#uniform-revrating {
    width: 200px !important;
}
.SortBox div.selector span, .SearchSorting div.selector span {
    background: #ffffff;
    margin-right: 23px;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
}
.FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    padding: 20px 0 40px 0;
}
.FormContainer .box dt {
    width: 232px;
}
.HorizontalFormContainer dt {
    text-align: right;
}
.HorizontalFormContainer dt, .HorizontalFormContainer dd {
    line-height: 21px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
}
.HorizontalFormContainer dd .selector span {
    color: #262425;
    font-weight: normal;
    font-size: 13px;
}
.HorizontalFormContainer dt p, .HorizontalFormContainer dd p {
    font-weight: normal;
}
.HorizontalFormContainer dd {
    padding: 0 0 0 0;
}
.HorizontalFormContainer p.Submit {
    padding-top:20px;
}
#ProductReviews .form dt, #ProductReviews .form dd {
    float: left;
    clear: both;
    width: 100%;
    padding: 5px 0 0 0;
    text-align: left;
}
#ProductReviews .form dd {
    padding-bottom: 15px;
}
#ProductReviews .btn {
    float: none !important;
    margin-bottom: 20px !important;
}
#ProductReviews p.Submit {
    margin-bottom: 0;
}
#message_content {
    height: 240px;
}
.UtilityLinks {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 5px 0;
}
ul.ShippingAddressList h4 {
    display: block;
    clear: both;
    padding-bottom: 8px;
}
table thead tr th, table.General thead tr th, table.CartContents thead tr th, table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
    padding: 20px;
}
table tbody tr td, table.General tbody tr td, table, table.General, table.CartContents {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
}
/* Checkout */

a.ChangeLink {
    top: 12px;
    right: 10px;
}
.ExpressCheckoutContent {
    padding: 0 0 20px 0px;
}
.ExpressCheckoutContent .AccountLogin {
    width: 47%;
}
#CheckoutStepConfirmation .SubTotal td strong, #CheckoutStepConfirmation .SubTotal td em {
    display: block;
    padding-top: 0;
}
#CheckoutStepConfirmation .SubTotal .Block {
    margin-bottom: 0;
}
#CheckoutStepConfirmation .SubTotal.st td {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.ProceedToCheckout {
    text-align: center;
}
.ProceedToCheckout strong a {
    float: none;
    padding: 0;
    margin-left: 5px;
}
.AccountMessageList {
    margin: 0;
    padding: 00;
    list-style: none;
}
.AccountMessageList li {
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList .by {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}
.AccountMessageList .by img {
    position: absolute;
    left: 0;
    top: 2px;
}
.AccountMessageList blockquote {
    margin-left: 0;
    padding-top: 5px;
}
.AccountOrderStatusList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.Meta {
    font-size: 12px;
}
.OrderItemList {
    margin: 10px 60px;
}
.AccountOrderStatusList li {
    position: relative;
}
.li-list {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}
.AccountOrderStatusList .box1 {
    padding: 0 10px 0 20px;
}
.btns {
    position: absolute;
    right: 0;
    top: 10px;
    float: left;
    z-index: 2;
    color: #5e5c5c;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
}
.btns form {
    display: inline;
    float: right;
}
.btns span.FloatRight {
    padding: 0 5px;
}
.btns .btn-clear {
    float: left;
    clear: none;
}
.EstimateShipping {
    width: 268px;
}
.bg-gray {
    float: left;
    padding: 20px;
    width: 90%;
    background: #efefef;
    display: block;
    margin-bottom: 20px;
}
.ShippingMethodList table {
    clear: both;
    padding-top: 20px;
    width: 100%;
}
.ShippingMethodList table td {

    padding: 15px 10px 10px 10px!important;
}
/* override invalid width set by uniform jq-plugin on firefox */
.CartItemQuantity .selector, .DetailRow.qty .selector {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D2D1;
    float: left;
    height: 0 !important;
    margin: 0 10px 0 0;
    min-height: 18px !important;
    padding: 3px 0 !important;
    width: 55px !important;
}
.CartItemQuantity div.selector span, .DetailRow.qty .selector span {
    margin: 0px 0 0 0;
    line-height: 20px;
    height: 20px;
}
.CartRemoveLink {
    float: right;
    width: 67px;
    height: 54px;
    margin-top: 10px;
    background: url(/product_images/uploaded_images/remove-cart.jpg) no-repeat;
}
.SubTotal td {
    padding: 20px 0 0 0;
}
.ProceedToCheckout.btm {
    padding: 0 20px 30px 20px;
}
.ProceedToCheckout.btm .CheckoutButton {
    padding-bottom: 20px;
}
.KeepShopping {
    width: auto;
    margin-top:15px;
}
.KeepShopping.mtop {
    margin-top: 7px!important;
}
.boxin {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #6a6a6a;
}
.boxin .mtop {
    margin-top: 20px;
}
.GiftCertificateThemeList label {
    float: left;
    clear: both;
}
.left-content {
    float: left;
    width: 492px;
}
.PrimaryProductDetails .ProductMain, .PrimaryProductDetails .productAddToCartBelow {
    width: 400px;
    border: none;
    padding: 20px 0 0 0!important;
}
#ProductDetails .ProductThumbImage {
    max-width: 488px !important;
    margin:auto;
    height:auto!important;
    background-color: #fff;
}
#ProductDetails .ProductTinyImageList ul li {
    background-color: #fff;
    border: none!important;
    border: 1px solid #d6d6d6 !important;
    margin: -1px 0 0 -1px !important;
    padding: 0 !important;
    position: relative;
    list-style-image: none !important;
}
#ProductDetails .ProductTinyImageList ul li a {
    display: block;
    padding: 0 !important;
}
#ProductDetails .ProductTinyImageList ul li.selected {
    border: 1px solid #d6d6d6 !important;
}
#ProductDetails .ProductTinyImageList ul li div {
    border: solid 0px !important;
}
#ProductDetails .ProductTinyImageList ul li div.TinyOuterDiv {
    position: absolute;
    top: 0;
    left: 0;
}
#ProductDetails .ProductTinyImageList {
    margin-bottom: 10px;
}
.ImageCarouselBox {
    padding-left: 0!important;
    margin-bottom: 10px;
}
.productOptionPickListSwatch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
    margin-top: 15px;
}
.ProductDetailsGrid .DetailRow {
    margin:0 0 10px 10px;
    float:left;
    width:200px;
}
.ProductDetailsGrid .DetailRow .BrandName {
    padding: 0;
}
.ProductDetailsGrid .DetailRow.nop {
    padding: 0;
}
.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: left !important;
    position: relative;
}
.p-price {
    display: block;
    color: #262425;
}
.ProductDetailsGrid .s-price .YouSave {
    float: left;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.ProductDetailsGrid .DetailRow.RetailPrice {
    width: auto;
    overflow: hidden;
}
.DetailRow.RetailPrice .Label {
    margin: 0 10px 0 0;
}
.productAttributeValue .dateselector .selector, .DetailRow.d-date .selector {
    float: left;
    width: auto !important;
    margin: 0 10px 10px 0;
}
.OutOfStockMessage {
    padding: 0;
}
.OutOfStockMessage p {
    padding-left: 25px;
}
.OutOfStockMessage .CurrentlySoldOut {
    position: relative;
}
.icon-outofstock {
    position: absolute;
    float: left;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    background: url(../images/icon-outofstock.png) no-repeat 0 0;
}
#prodAccordion {
    padding-bottom: 30px;
    border-top: 1px solid #d6d6d6;
}
#prodAccordion .current .subtitle {
    background: url(../images/theme/bul_accordion_on.png) no-repeat right center !important;
}
#prodAccordion .subtitle {
    margin: 15px 0 !important;
    border: solid 0px !important;
    font-size: 16px !important;
    padding: 0 30px 0 0 !important;
    float: none;
    background: url(../images/theme/bul_accordion_offRight.png) no-repeat right center !important;
    cursor: pointer;
}
.ProductDescriptionContainer {
    padding: 20px 0;
}
.prodAccordionContent {
    border-top: 0px solid #EAEAEA;
}
#SimilarProductsByCustomerViews .btn {
    display: none;
}
#fastCartContainer .ProductList li {
    height: auto!important;
}
#fastCartContainer .ProductList li .ProductPriceRating {
    margin-top: 0;
}
.fastCartThumb {
    border: 1px solid #d6d6d6;
    width: 200px;
    text-align: center;
    padding: 10px 0;
}
.fastCartSummaryBox {
    padding: 20px;
    width: 210px;
    max-width: 210px;
    text-align: center;
}
.fastCartSummaryBox .subtotal {
    float: left;
    width: 100%;
}
.fastCartSummaryBox .subtotal .ProductPrice {
    float: left;
    width: 100%;
    clear: both;
    padding: 15px 10%;
    margin: 0 0 10px -20px;
    font-size: 40px;
    border-bottom: 1px solid #fff;
    word-wrap: break-word;
}
.fastCartSummaryBox .subtotal span {
    padding: 0;
    width: 100%;
}
.fastCartSummaryBox .actionLink {
    float: left;
    padding: 0;
    width: 100%;
}
.fastCartSummaryBox .actionLink {
    line-height: 1.5em;
}
.fastCartSummaryBox .actionLink a {
    color: #262425!important;
    font-weight: bold;
}
.fastCartSummaryBox .ProceedToCheckout a {
    display: block;
}
.fastCartSummaryBox .PayPalExpressCheckout {
    width: 100%;
}
.modalClose {
    float: left;
    width: 12px!important;
    height: 11px!important;
    text-indent: 999px;
    overflow: hidden;
    right: -10px!important;
    background: url(../images/icon-close.png) no-repeat 0 0!important;
}
#ModalTitle, .ModalTitle {
    display: none!important;
}
#ModalContainer {
    position: relative;
    width: 800px !important;
    margin-left: -400px !important;
}
/* Footer */

.container.footer {
    text-align: left;
    font-size: 12px;
    background: #262425;
    margin: 0;
    padding: 0;
    border-top: 0;
    overflow: hidden;
}
#ContainerFooter #SideCategoryList li ul, #ContainerFooter #SideCategoryList .sf-menu li ul {
    display: none!important;
}
#ContainerFooter .subtitle {
    display: none;
}
#ContainerFooter h2 {
    width: 100%;
    padding: 20px 0 12px 0;
    border-bottom: 1px solid #a6a39e;
}
#ContainerFooter ul, #Footer ul, #ContainerFooter #SideCategoryList ul {
    float: left;
    width: 100%!important;
    margin: 0;
    padding: 13px 0 7px 0!important;
    list-style: none;
}
#ContainerFooter li {
    float: left;
    width: 100%!important;
    padding: 5px 0;
}
#ContainerFooter #SideCategoryList li a, #ContainerFooter #SideCategoryList .sf-menu li a, #ContainerFooter .CategoryList .sf-menu li a {
    height: auto;
    font-size: inherit;
    font-weight: inherit;
    text-align: left;
    padding: 0 !important;
}
#FooterUpper .Block {
    float: left;
    width: 180px;
    margin-right: 20px!important;
}
#Footer ul {
    float: left;
    width: 100%;
    margin: 30px 0 0 0!important;
    padding: 15px 0!important;
    border-top: 1px solid #6a6a6a;
}
#FooterUpper .RecentNews li a {
    font-weight: bold;
}
#FooterUpper .RecentNews li p {
    margin-top: 5px;
}
#ContainerFooter .SocialConnect li {
    float: left;
    width: 24px!important;
    height: 24px!important;
    padding: 0 !important;
    margin-right: 10px;
}
.SocialConnect li a {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../images/theme/icons_off.png) !important;
}
.SocialConnect .li-facebook a {
    background-position: 0px 0px;
}
.SocialConnect .li-twitter a {
    background-position: -24px 0 !important;
}
.SocialConnect .li-youtube a {
    background-position: -48px 0;

}
.SocialConnect .li-googleplus a {
    background-position: -72px 0;
}
.SocialConnect .li-pinterest a {
    background-position: -96px 0;
}
.SocialConnect .li-linkedin a {
    background-position: -120px 0;
}
.SocialConnect .li-stumbleupon a {
    background-position: 0 -24px;
}
.SocialConnect .li-tumblr a {
    background-position: -24px -24px;
}
.SocialConnect .li-rss a {
    background-position: -48px -24px;
}
.SocialConnect li a:hover {
    background-image: url(../images/theme/icons_on.png) !important;
}
#Footer .PageMenu {
    border: none;
}
#Footer .PageMenu .icon {
    display: none;
}
#Footer .PageMenu a {
    font-size: 12px;
    font-family: Arial, Sans-Serif;
}
#Footer .PageMenu ul {
    float: left;
    margin-top: 0!important;
    padding-bottom: 15px!important;
    border-bottom: 1px solid #6a6a6a;
}
#Footer .PageMenu ul ul {
    display: none!important;
}
#Footer .PageMenu li {
    float: left;
    width: auto!important;
    margin: 0;
    padding: 0 8px!important;
    border-left: 1px solid #6a6a6a;
    text-transform: none!important;
}
#Footer .PageMenu #Menu > ul > li > a {
    padding: 0;
}
#Footer .PageMenu #Menu > ul > li > a:hover {
    border-bottom: 0 none;
}
#Footer .PageMenu li:first-child {
    border-left: 0;
    padding-left: 0 !important;
}
#Footer .PageMenu ul ul {
    display: none;
    width: 250px !important;
    top: 30px;
    left: 50%;
    margin-left: -125px !important;
}
#Footer .PageMenu ul li.over ul {
    display: block !important;
}
#Footer .PageMenu ul ul li {
    float: none;
}
#Footer .PageMenu ul ul li a {
    padding: 5px 0 !important;
}
#Footer .PageMenu li.First {
    border-left: none;
    padding-left: 0!important;
}
#Footer .PageMenu > div {
    display: block;
}
#Footer p {
    display: block;
    clear: both;
    padding: 15px 0;
    font-size: 11px;
}
#socnet {
    border-top: 0px solid #d6d6d6;
    clear: none;
    font-size: inherit;
    padding: 0;
}
#VideoContainer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    border: solid red 0px;
    height: auto;
}
#VideoSideContainer {
    display: none;
}
#FeaturedVideo {
    float: none;
    clear: both;
	margin:20px 14px 0 0 !important;
    border: solid red 0px;
    padding-bottom: 15px;
}
#VideoList {
    float: none;
    clear: both;
    padding: 0;
}
#VideoList ul {
    width: 664px;
}
#VideoList li {
    border: 0 solid #fff;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding-left: 4px;
    padding-right: 6px;
    width: 195px;
}

.VideoSingleDescription {
    color: #464646;
    display: none;
    float: none;
    padding: 71px 0 0 !important;
}
.currentVideo {
    background-color: #fff;
    border: solid #d6d6d6 0px;
}
.currency-converter {
    float: right;
    position: relative;
    padding: 0 0;
    clear: both;
    z-index: 60;
    cursor: default;
}
.currency-converter p {
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
}
.CurrencyChooser {
    display: none;
    position: absolute;
    float: left;
    right:0;
    top: 0;
    padding: 0;
}
.CurrencyChooser h2 {
    font-size: 13px;
    padding: 0 0 10px 0;
}
.CurrencyChooser a span {
    color: #262425!important;
    font-size: 11px;
    line-height: 22px;
}
.CurrencyList a .Flag {
    width: 19px;
    margin-top: 0
}
.CurrencyList a .Text {
    padding-left: 17px!important;
}
.selected-currency {
    cursor: pointer;
    width: 146px;
    margin:-4px -57px 0 0;
    background:#fff;
    padding: 4px 8px!important;
    border: 1px solid #cccbca;
}
.selected-currency span {
    font-size: 11px;
    margin:0 5px 0 0
}
.CurrencyChooser .BlockContent {
    position: relative;
}
.CurrencyChooser .BlockContent .CurrencyList {
    display: block;
    display: none;
    width: 158px;
}
.fullwidth {
    padding: 0 !important;
}
#ProductBreadcrumb ul.last {
    display: block;
}
.ProductReviewFormContainer .Textbox, .ProductReviewFormContainer textarea {
    width: 90%!important;
}
.Message {
    padding: 20px;
}
.ccode label {
    float: left;
    width: 200px;
    padding: 0 20px;
    text-align: center;
}
/* zoom overrides */
.ProductThumbImage .zoomWindow {
    margin-left: -1px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}
#provider_list {
    line-height: 200%;
}
#ChooseShippingAddress {
    position: relative;
}
#ChooseBillingAddress label, #ChooseShippingAddress label {
    display: block;
}
.SelectBillingAddress, .SelectShippingAddress {
    margin-bottom: 20px;
}
#multiAddressForm div.selector {
    width: 450px;
}
.CartItemIndividualPrice {
    text-align: right;
}
#cookieNotification button {
    margin-top: 17px;
}
#cookieNotification .icon-info {
    background: url("../images/cookie-sprite.png") no-repeat scroll 0 2px transparent !important;
    float: left;
    height: 40px;
    margin-right: 5px !important;
    margin-top: 15px !important;
    width: 40px;
}
.productAttributes {
    margin: 15px 0;
    font-size: 11px;
}
.productAttributes label {
    white-space: nowrap;
}
select.JSHidden {
   
}
#fastCartContainer {
    margin: 20px auto 0 auto;
    max-height: 500px;
    overflow: auto !important;
}
.zoomWindow {
    width: 100%;
}
#uniform-eway_ccexpm, #uniform-eway_ccexpy {
    width: 75px !important;
}
.CartCode .CouponCode {
    width: 40%;
    float: left;
}
/* reset nested classes */
.CartCode .CouponCode .CouponCode {
    width: auto;
    float: none;
}
.CartCode .GiftCertificate {
    width: 50%;
    float: right;
}
.CartCode .GiftCertificate input, .CartCode .CouponCode input {
    float: left;
}
.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
    height: 42px;
    width: 70px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    margin:20px 0 0  0 !Important  ; 
}
.blockquote {
    margin: 0;
}
#uniform-EventDateMonth, #uniform-EventDateDay, #uniform-EventDateYear {
    width: auto !important;
}
/* Over writes of defaults */

.sf-menu a.sf-with-ul {
    min-width: 0 !important;
}
.product-nav {
    display: block;
    padding: 10px 0;
    clear: both;
    height: 35px;
}
.product-nav #CategoryPagingTop, .product-nav #CategoryPagingBottom, .product-nav .CategoryPagination {
    margin: 0;
    line-height: 35px;
}
.product-nav.btm {
    border: none;
    border-top: 1px solid #d6d6d6;
}
.fastCartTop {
    padding: 0 10px 0 0;
}
.fastCartTop div {
    color: #262425;
}
.ModalContent h4 a:hover {
    color: #262425;
}
.FormFieldLabel {
    margin-right: 5px;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0 2px;
    margin: 0 2px;
}
#ModalContent .btn, .ModalContent .btn, #ModalContent .btn:hover, .ModalContent .btn:hover {
    color: #fff !important;
}
.CategoryContent {
    padding: 0 0 0 0px;
}
.SubBrandListGrid ul {
    padding: 0;
    margin: 0;
}
.SubBrandListGrid ul li {
    padding: 0;
}
#fastCartWrapper {
    padding: 0;
}
html.javascript .productOptionViewRectangle input, html.javascript .productOptionPickListSwatch input {
    left: -10000px !important;
    opacity: 0 !important;
}
#WishLists {
    position: relative;
}
.BlockContent.full-width {
    padding-top: 20px;
}
#sel_billing_address {
    margin-bottom: 20px;
}
.BulkDiscountLink {
    clear: both;
    float: left;
    margin-bottom: 20px;
}
/* Utilities
-------------------------------------------------------------- */

/* Spacing */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/

.ptn, .pvn, .pan {
    padding-top:0px !important
}
.pts, .pvs, .pas {
    padding-top:10px !important
}
.ptm, .pvm, .pam {
    padding-top:20px !important
}
.ptl, .pvl, .pal {
    padding-top:40px !important
}
.prn, .phn, .pan {
    padding-right:0px !important
}
.prs, .phs, .pas {
    padding-right:10px !important
}
.prm, .phm, .pam {
    padding-right:20px !important
}
.prl, .phl, .pal {
    padding-right:40px !important
}
.pbn, .pvn, .pan {
    padding-bottom:0px !important
}
.pbs, .pvs, .pas {
    padding-bottom:10px !important
}
.pbm, .pvm, .pam {
    padding-bottom:20px !important
}
.pbl, .pvl, .pal {
    padding-bottom:40px !important
}
.pln, .phn, .pan {
    padding-left:0px !important
}
.pls, .phs, .pas {
    padding-left:10px !important
}
.plm, .phm, .pam {
    padding-left:20px !important
}
.pll, .phl, .pal {
    padding-left:40px !important
}
.mtn, .mvn, .man {
    margin-top:0px !important
}
.mts, .mvs, .mas {
    margin-top:10px !important
}
.mtm, .mvm, .mam {
    margin-top:20px !important
}
.mtl, .mvl, .mal {
    margin-top:40px !important
}
.mrn, .mhn, .man {
    margin-right:0px !important
}
.mrs, .mhs, .mas {
    margin-right:10px !important
}
.mrm, .mhm, .mam {
    margin-right:20px !important
}
.mrl, .mhl, .mal {
    margin-right:40px !important
}
.mbn, .mvn, .man {
    margin-bottom:0px !important
}
.mbs, .mvs, .mas {
    margin-bottom:10px !important
}
.mbm, .mvm, .mam {
    margin-bottom:20px !important
}
.mbl, .mvl, .mal {
    margin-bottom:40px !important
}
.mln, .mhn, .man {
    margin-left:0px !important
}
.mls, .mhs, .mas {
    margin-left:10px !important
}
.mlm, .mhm, .mam {
    margin-left:20px !important
}
.mll, .mhl, .mal {
    margin-left:40px !important
}
.mra, .mha {
    margin-right:auto !important
}
.mla, .mha {
    margin-left:auto !important
}
/* Original helpers */

.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 20px;
}
.PL40 {
    padding:0px 0px 0px 40px;
}
.ML20 {
    margin:0px 0px 0px 20px;
}
.MT10 {
    margin-top:10px;
}
.PL10 {
    padding-left:10px;
}
.PB2 {
    padding-bottom:2px;
}
.PTB20 {
    padding: 20px 0;
}
.NoMarginBottom {
    margin-bottom: 0;
}
.HideElement {
    display: none;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.Clear {
    clear: both;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.Field45 {
    width: 45px;
}
.Field80 {
    width: 80px;
}
.Field100 {
    width: 100px;
}
.Field130 {
    width: 130px;
}
.Field150 {
    width: 150px;
}
.Field180 {
    width: 180px;
}
.Field200 {
    width: 200px;
}
.Field250 {
    width: 250px;
}
.Field300 {
    width: 300px;
}
.Field350 {
    width: 350px;
}
.Field400 {
    width: 400px;
}
input.Field45 {
    width: 25px;
}
input.Field80 {
    width: 60px;
}
input.Field100 {
    margin: 20px 11px 0 0;
    padding: 6px 2px;
    width: 261px;
}
input.Field130 {
    width: 110px;
}
input.Field150 {
    width: 130px;
}
input.Field180 {
    width: 160px;
}
input.Field200 {
    width: 360px;

}
input.Field250 {
    background: none repeat scroll 0 0 #E5E5E5;
    margin: 16px 0 0 -65px;
    width: 202px;
}
input.Field300 {
    width: 280px;
}
input.Field350 {
    width: 330px;
}
input.Field400 {
    width: 380px;
}
/* =Plugins
-------------------------------------------------------------- */

/* ----- UniForm ----- */

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url(../images/theme/icon_sprite.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
    margin: 0;
    padding: 0;
}
/* INPUT &amp; TEXTAREA */

input.text, input.email, input.password, textarea.uniform {
    color: #444440;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    padding: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
}
input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}
/* SPRITES */
/* Select */

div.selector, div.selector span {
    line-height: 25px;
    height: 25px;
}
div.selector select {
    /* change these to adjust positioning of select element */
    top: 0px;
    left: 0px;
}
/* Checkbox */
div.checker {
    height: 18px;
    width: 16px;
}
div.checker input {
    height: 18px;
    width: 16px;
}
#cuefinder .checker input {
    height: 18px;
    width: 16px;
   opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
div.checker span {
    background-position: 0px -55px;
    height: 18px;
    width: 16px;
}
div.checker span.checked, div.checker:active span.checked, div.checker.active span.checked, div.checker.focus span.checked, div.checker:hover span.checked {
    background-position: -22px -55px;
}
/* Radio */
div.radio {
    width: 18px;
    height: 18px;
    background: none;
}
div.radio input {
    width: 18px;
    height: 18px;
}
div.radio span {
    height: 16px;
    width: 16px;
    background-position: 0px -82px;
}
div.radio span.checked, div.radio:active span.checked, div.radio.active span.checked, div.radio.focus span.checked, div.radio:hover span.checked {
    background-position: -22px -82px;
}
/* Uploader */
div.uploader {
    background-position: 0px -297px;
    background-color: #fff;
    height: 35px;
    border: 1px solid #d6d6d6;
}
div.uploader span.action {
    background-position: right -409px;
    border-left: 1px solid #d6d6d6;
    height: 33px;
    line-height: 33px;
}
div.uploader span.filename {
    height: 37px;
    /* change this line to adjust positioning of filename area */
    line-height: 37px;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
    background-position: 0px -353px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
    background-position: right -437px;
}
div.uploader.active span.action, div.uploader:active span.action {
    background-position: right -465px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
    background-position: right -493px;
}
div.uploader.disabled {
    background-position: 0px -325px;
}
div.uploader.disabled span.action {
    background-position: right -381px;
}
div.button {
    background-position: 0px -523px;
}
div.button span {
    background-position: right -643px;
}
div.button.focus, div.button:focus, div.button:hover, div.button.hover {
    background-position: 0px -553px;
}
div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
    background-position: right -673px;
}
div.button.active, div.button:active {
    background-position: 0px -583px;
}
div.button.active span, div.button:active span {
    background-position: right -703px;
    color: #555;
}
div.button.disabled, div.button:disabled {
    background-position: 0px -613px;
}
div.button.disabled span, div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}
/* PRESENTATION */
/* Button */

div.button {
    height: 30px;
}
div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}
/* Select */
div.selector {
    font-size: 14px;
    height: 28px;
    line-height: 30px;
    min-height: 30px !important;
    padding: 0 0 !important;
}
div.selector select {
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #fff;
    width: 100%;
}
div.selector span {
    padding: 5px 25px 5px 10px !important;
    cursor: pointer;
    background: none;
    line-height: 20px;
}
div.selector.disabled span {
    color: #bbb;
}
/* Checker */
div.checker {
    margin-right: 5px;
}
/* Radio */
div.radio {
    margin-right: 3px;
}
/* Uploader */
div.uploader {
    width: 300px;
    cursor: pointer;
}
div.uploader span.action {
    width: 85px;
    text-align: center;
    text-shadow: #fff 0px 1px 0px;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
}
div.uploader span.filename {
    color: #777;
    font-size: 11px;
}
div.uploader.disabled span.action {
    color: #aaa;
}
div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}
/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector, .checker, .button, .radio, .uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
 *display: inline;
 *zoom: 1;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
    outline: 0;
}
/* Button */
div.button a, div.button button, div.button input {
    position: absolute;
}
div.button {
    cursor: pointer;
    position: relative;
}
div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
/* Select */
div.selector {
    float: none;
    position: relative;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
div.selector select {
    border: none;
    background: none;
}
/* Checker */
div.checker {
    position: relative;
}
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.checker input {
   
    display: inline-block;
    background: none;
}
/* Radio */

div.radio {
    position: relative;
}
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.radio input {
    text-align: center;
    display: inline-block;
    background: none;
}
/* Uploader */

div.uploader {
    position: relative;
    overflow: hidden;
    cursor: default;
    margin-bottom: 10px;
}
div.uploader span.action {
    float: right;
    display: inline;
    padding: 2px 10px;
    width: auto;
    overflow: hidden;
    cursor: pointer;
}
div.uploader span.filename {
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    padding-left: 10px;
}
div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 37px;
    border: none;
    cursor: default;
    width: 100%;
}
/* Custom.css
-------------------------------------------------------------- */

.brand-name {
    padding: 5px 0 5px 4%;
    text-align: center;
    min-height: 30px;
}
#CheckoutStepPaymentDetails input[type=submit] {
    margin: 0 20px;
}
.btn-addto {
   background: url("/product_images/uploaded_images/wish.jpg") no-repeat scroll center center #edc327;
    border-color: -moz-use-text-color -moz-use-text-color #b59e49;
    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #FFFFFF;
    float: right;
    font-size: 0;
    height: 44px;
    line-height: 42px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 55px;
    cursor:pointer;
}
.right {
    float: right;
}
.txt24 {
    font-weight: bold;
    margin: 0 0 20px 0;
    display:none;
}
.txt24 em {
    font-style: normal !important;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
    left: 50px;
    bottom: 33%;
}
.icon-delete, .icon-edit, .icon-share, #WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    background: url(../images/theme/icons_off.png) no-repeat -170px -152px;
}
.icon-delete:hover, .icon-edit:hover, .icon-share:hover, #WishLists .txt-hide a:hover, #WishLists .txt-hide .icon-delete:hover, #WishLists .txt-hide .icon-edit:hover {
    background: url(../images/theme/icons_on.png) no-repeat -170px -152px;
    background-color: transparent !important;
}
.icon-edit, .icon-edit:hover, #WishLists .txt-hide .icon-edit, #WishLists .txt-hide .icon-edit:hover {
    background-position: -140px -152px;
}
.icon-delete, .icon-delete:hover, #WishLists .txt-hide .icon-delete, #WishLists .txt-hide .icon-delete:hover {
    background-position: -108px -152px;
}
.c-wrap {
    width: 980px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.txt-center {
    text-align: center!important;
}
.txt-left {
    text-align: left!important;
}
.txt-right {
    text-align: right!important;
}
small {
    font-size: 12px!important;
}
ul {
    margin: 0 0 20px 20px;
}
ul ul ul {
    list-style-image: url(../images/theme/bullet_line.png);
}
.multiStep, .multiStep li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.multiStep {
    text-align: center;
    position: relative;
    min-height: 1px;
    zoom: 1;
}
.multiStep li {
    color: #c0c0c0;
    margin: 0 20px;
    position: relative;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.multiStep li h4 {
    color: #c0c0c0;
}
.multiStep li.ActivePage h4 {
    border-bottom: 4px solid #db0000;
    padding-bottom: 0;
    margin-bottom: 1em;
    color: #262425;
}
.multiStep li a {
    color: #262425;
}
.multiStep li .icon {
    background: url("../images/theme/nav_active.png") no-repeat;
    display: block;
    float: left;
    height: 8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    bottom: -5px;
    width: 13px;
}
.li-list {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
}
.li-list h4 {
    position: relative;
    z-index: 1;
}
.li-list form {
    position: relative;
    z-index: 10;
}
.icon {
    float: left;
    width: 16px;
    height: 14px;
    background: url("../images/theme/icon_sprite.png") no-repeat 0 -27px;
}
.icon-add {
    position: absolute;
    right: 0;
    top: 0;
    background: #db0000 url("../images/theme/add.png") no-repeat scroll 50% 50%;
    height: 36px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
.icon-add:hover {
    background-color: #262425 !important;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
.clear, .jta-clear {
    clear:both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}
/* btn styles */

.Button a {
    color: #ffffff!important;
}
.full-width {
    display: block;
    clear: both;
    padding: 0;
}
.full-width .zeroLeft {
    padding-left: 0 !important
}
.cpage .Content.Wide {
    padding: 30px 0 0 45px;
    width: 635px;
    border-left: 1px solid #e8e8e8;
}
.productlist-page.Content {
    width: 100%;
    padding: 0;
    margin:0;
}
.productlist-page.Content .ProductList.List .ProductDetails {
    width: 640px;
}
.productlist-page.Content .product-nav {
    border: none;
}
.nav-prev, .nav-next {
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 13px;
    text-indent: 99px;
    overflow: hidden;
    background: url(../images/theme/icon_sprite.png) no-repeat -42px -27px;
}
.nav-next {
    background-position: -54px -27px;
}
.mtop {
    margin-top: 27px;
}
.pbtm {
    padding-bottom: 30px;
}
.no-ptop {
    padding-top: 0!important;
}
.list {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}
.list-icon, .list-news {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-icon li {
    color: #262425;
    line-height: 23px;
    padding: 0 0 10px 0;
}
.list-icon .icon {
    width: 23px;
    height: 23px;
    margin: 0 15px 0 0;
    background-position: -41px 0;
}
.list-news li p {
    margin-bottom: 10px;
}
.form {
    display: block;
    clear: both;
    margin: 0;
    list-style: none;
}
.form li {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0;
}
.form li label, .form dt {
    float: left;
    width: 175px;
    padding: 7px 25px 0 0;
    line-height: 22px;
}
.form input.Textbox {
    width: 180px;
}
.form dd {
    margin-left: 0;
    float: none;
}
.addto {
	display: block;
	clear: both;
	overflow: hidden;
	float: left;
	margin: -50px 0 14px 415px;
}
.quantity iframe {
    margin: 0 0 0 70px;
}

.addto .BulkDiscount {
    float: left;
}
.addto #SideProductAddToWishList {
    padding: 6px;
    margin: 10px 0;
    float: left;
    display: block;
    width: auto;
    clear: none;
}
.txt-hide {
    text-indent: -999px;
    overflow: hidden;
    color: #ffffff;
}
#Wrapper .left-content .ProductList {
    border: none;
}
.left-content .ProductList li {
    width: 98px!important;
}
.left-content .ProductList .ProductImage {
    width: 97px!important;
    height: 95px!important;
    min-width: 97px!important;
    min-height: 95px!important;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    background-color: #fff;
}
.left-content .ProductList .p-name {
    float: left;
    font-size: 12px;
    margin: 5px 0 25px 0;
    padding: 5px 0 3px 5%;
    border-left: 2px solid #d6d6d6;
}
a.CustomizeItemLink {
background: #222;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font: italic bold 13px Georgia, "Times New Roman", Times, serif;
}
#CartHeader {
    position: relative;
}
#CartHeader .btn {
    top:50%;
    right: 0;
    margin:4px 0 17px !important;
    position: absolute;
}
.recaptcha_widget_div {
    margin-bottom: 20px;
}
.recaptchatable {
    background-color: #fff;
    border: 1px solid #d6d6d6;
}
.recaptchatable a {
    color: #262425 !important;
}
.recaptchatable a:hover {
    color: #DB0000 !important;
}
#TabContentAddressMultiple {
    padding-top: 20px;
}
.productAttributeConfigurablePickListSet ul {
    margin: 0;
}
html.javascript .productOptionViewRectangle label {
    margin: 0 !important;
}
.fileInput {
    margin-bottom: 10px;
}
.fileInput label {
    height: 35px;
}
#frmCompare .product-nav {
    margin-bottom: 20px;
    padding-top: 0;
   margin:0 0 0 0;
}
/* Out of Stock styling */

/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
    text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
    text-decoration: none;
}
/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name, .productOptionViewProductPickList .outStock span.name, .productOptionViewProductPickListWithImage .outStock span.name, .productOptionViewRectangle .option label.outStock {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 *zoom: 1;
}
/* Made the container of the strike through image relative */
.productOptionPickListSwatch .outStock .swatchColour, .productOptionPickListSwatch .outStock .thumbnail, .productOptionViewRectangle .outStock name {
    position: relative;
}
/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after, .productOptionPickListSwatch .outStock .thumbnail:after, .productOptionViewRectangle .outStock .name:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td
table {
    border-collapse: collapse;
    margin-bottom: 1rem;
}
table tbody tr td, table thead tr td, table thead tr th {
    padding: 0.25rem 0.5rem;
    /*border: 1px solid #a79411;*/
    text-align: center;
}
table thead td, table thead th {
    font-weight: bold;
}
blockquote {
    margin-left: 28px;
    font-family: 'Titillium Web', Arial, Sans-Serif;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 2px #262425 solid;
    padding-left: 20px;
    margin-bottom: 20px;
}
/*----------------------------------------------------------------------------------------------------*/



article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display:block
}
mark, rp, rt, ruby, summary, time {
    display:inline;
}
body {
    margin:0;
    padding:0;
    background:url(/product_images/uploaded_images/bg.jpg) repeat !important;
    color:#726c6c;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
}
img {
    border:none;
    outline:none;
}
.clear {
    clear:both;
    margin:0;
    padding:0;
    line-height:1px;
}
#wrapper {
    width:100%;
    margin:0;
    padding:0;
}
/*********************Header css Start here******************************/
#header {
    width:100%;
    float:left;
    margin:0 auto;
    padding:0;
    background:url("/product_images/uploaded_images/head-bg.jpg") repeat;
}
#inner-header {
    width:1118px;
    margin:0 auto;
    padding:8px 0 0 0;
}
#logo {
    width:325px;
    float:left;
    margin:12px 0 0 18px
}
#header-right {
    width:526px;
    float:right;
    margin:0;
    padding:0 10px 0 0;
}
.welcome {
    width: 526px;
    float:right;
    margin:0 0 0 0;
    border-bottom:1px solid #acacac;
    text-align:right;
}
.welcome ul {
    width:100%;
    margin:0 0 0 -29px;
    padding:0;
    list-style-type:none;
}
.welcome ul li {
    float:right;
    margin:0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    color:#3d3d3d;
    font-size:13px;
    line-height:23px;
}

.welcome li:last-child {
    background: none repeat scroll 0 0 rgb(248, 195, 0);
    color: rgb(255, 255, 255);
    padding: 4px;
    border-radius:3px;
}
.welcome li a:last-child { color:#fff  !important;}

.welcome ul li a {
    display:block;
    margin:0;
    padding:0 10px;
    line-height:15px;
    color:#3d3d3d;
    text-align:center;
    text-decoration:none;
}
.welcome ul li img {
    width:30px;
    margin:0;
    height:20px;
    position:relative;
    float:right;
    margin:-2px -6px 0 0;
}
.cart {
    width: 526px;
    float:right;
    margin:17px 0 0 0;
    text-align:right;
}
.cart ul {
    width:100%;
    margin:0 0 0 -43px;
    padding:0;
    list-style-type:none;
}
.cart ul li {
    float:right;
    margin:0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    color:#3d3d3d;
    font-size:13px;
    border-left:1px solid #3d3d3d;
}
.cart ul li a {
    display:block;
    margin:0;
    padding:0 9px;
    line-height:15px;
    color:#3d3d3d;
    text-align:center;
    text-decoration:none;
}
.cart ul li img {
    width:51px;
    margin:0;
    height:40px;
    position:absolute;
    float:right;
    margin:-30px -50px 0 0;
}
.tab {
    width:100%;
    margin:0 0 0 0;
    padding:0;
    float:right;
}
.tab-1 {
    width:103px;
    float:right;
    margin:0;
    padding:0;
    height:48px;
      background:url(/product_images/uploaded_images/tab-1.png) no-repeat 0 -50px;
}
.tab-1:hover {
  background-position:0 -47px; 
 }

.tab-2 {
    width:103px;
    float:right;
    margin:0;
    padding:0;
    height:48px;
     background:url(/product_images/uploaded_images/tab-2.png) no-repeat 0 -50px;
}

.tab-2:hover {
  background-position:0 -47px; 
 }
.tab-3 {
    width:103px;
    float:right;
    margin:0;
    padding:0;
    height:48px;
     background:url(/product_images/uploaded_images/tab-3.png) no-repeat 0 -50px;
}

.tab-3:hover {
  background-position:0 -47px; 
}

.tab-4 {
    width:103px;
    float:right;
    margin:0;
    padding:0;
    height:48px;
    background:url(/product_images/uploaded_images/tab-4.png) no-repeat 0 -50px;
}

.tab-4:hover {
  background-position:0 -47px; 
}


.tab-5 {
    width:103px;
    float:right;
    margin:0;
    padding:0;
    height:48px;
    background:url(/product_images/uploaded_images/tab-5.png) no-repeat 0 -50px;
}

.tab-5:hover {
  background-position:0 -50px; 
}




/*******************************************************Navigation CSS Start here************************************************/
.navigation {
    width:100%;
    float:left;
    margin:0;
    padding:0;
    box-shadow:0 -4px 6px -4px #464646;
    position:relative;
    background:url(/product_images/uploaded_images/nav.png) repeat-x;
    height:56px;
}
.nav {
    width:1118px;
    margin:0 auto;
    padding:0;
}
.nav ul {
    width:auto;
    margin:0;
    padding:0;
    list-style-type:none;
}
.nav ul li {
    float:left;
    margin:0;
    background:url(/product_images/uploaded_images/drop-down-icon.png) no-repeat right;
    padding:0;
    font-family: 'Roboto Condensed', 'sans-serif';
    font-size:15px;
    color:#FFF;
    font-weight:300;
}
.nav ul li a {
    display:block;
    margin:0;
    padding:0 13px !important;
    font-family: 'Roboto Condensed', 'sans-serif';
    font-size:15px;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    line-height:56px;
    font-weight:300;
}
.nav ul li a:hover {
    color:#f1c912;
}
.nav ul li.nobg {
    background:none;
}
.search {
    width:220px;
    float:right;
    margin:0 0 0 0;
    padding:0;
}
.search input[type="text"] {
    width:185px;
    height:29px;
    margin:0;
    padding:2px 10px;
    border:none;
    background:#e0dbdb;
    font-size:12px;
    color:#464646;
    border-radius:21px;
}
.go {
    width:37px;
    float:right;
    margin:-30px 22px 0 0;
    position:relative;
    z-index:3;
}
#slider {
    width:753px;
    float:left;
    margin:14px 0 0 7px;
    /*border:1px solid #fff;
    box-shadow:0 0 3px 1px #CCC*/
        overflow: hidden;
   height:300px;
}
#cuefinder {
    width:334px;
    float:left;
    margin:14px 0 0 0;
    border:1px solid #fff;
    box-shadow:0 0 3px 1px #CCC
}
h1 {
    width:254px;
    margin:-14px auto 0 auto;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color:#4d4b4b;
    font-size:23px;
    text-align:center;
    background:#fff;
    text-transform:uppercase;
}
.h1line {
    width:100%;
    height:3px;
    background:#0b996b;
    float:left;
    margin:35px 0 0 0;
}
/*******************************************************Why shop with us ************************************************/

.why-box {
    width:100%;
    float:left;
    margin:30px 0;
    padding:0;
}
.shipping-box {
    width:268px;
    float:left;
    margin:0 8px 0 0;
    padding:0;
    cursor:pointer;
    height:129px;
    background:url(/product_images/uploaded_images/free-shipping.jpg) no-repeat;
}
.shipping-box:hover {
    background-position:0 -129px;
}
.customer-box {
    width:268px;
    float:left;
    margin:0 8px 0 0;
    cursor:pointer;
    padding:0;
    height:129px;
    background:url(/product_images/uploaded_images/customer.jpg) no-repeat;
}
.customer-box:hover {
    background-position:0 -129px;
}
.top-box {
    width:268px;
    float:left;
    margin:0 8px 0 0;
    cursor:pointer;
    padding:0;
    height:129px;
    background:url(/product_images/uploaded_images/top.jpg) no-repeat;
}
.top-box:hover {
    background-position:0 -129px;
}
.rewards-box {
    width:268px;
    float:left;
    margin:0;
    cursor:pointer;
    padding:0;
    height:129px;
    background:url(/product_images/uploaded_images/rewards.jpg) no-repeat;
}
.rewards-box:hover {
    background-position:0 -129px;
}
/*******************************************************Products CSS Start here************************************************/
.left-panel {
    width:437px;
    float:left;
    margin:14px 6px 0 0;
    padding:0 0 25px 0px;
   
}
.right-panel {
    width:651px;
    float:left;
    margin:14px 0 0 0;
  
    padding:0 0 25px 0px;
}
h2 {
    width:96%;
    margin:0 10px;
    float:left;
    padding:0;
    border-bottom:1px solid #e7f1f2;
    font-family: 'Open Sans', sans-serif !important;
    font-size:25px !important;
    font-weight:300;
    line-height:normal;
    padding:5px 0;
    color:#726C6C !important
}
h2 span {
    color:#ff0900;
}
.product-box {
    width:195px;
    float:left;
    margin:0 0px 15px 0;
    padding:0 0 10px 0;
    overflow:hidden;
}
.product-img {
    width:195px;
    float:left;
    margin:0 0 25px 0;
    border-bottom:1px solid #e7f1f2;
        min-height:195px;
        over-flow:hidden;
        text-align: center;
}
.product-cart {
    width: auto;
    float: left;
    margin: 0 0 0 8px;
    background: #f8c300;
    padding: 6px 10px;
    border-radius: 3px;
}

.product-cart a{ color:#fff; font-weight:600;}
.product-price {
    width:70px;
    float:left;
    margin:5px 0 0 15px;
    padding:0;
    font-size:16px;
    font-weight:600;
    color:#676464;
    font-family: 'Open Sans', sans-serif;
    min-height: 42px;
}
.product-rating {
    width: 100%;
float: left;
margin: 0px 0 0px 8px;
padding: 0;
}
.product-box p {
    width: 100%;
margin: 6px 0 0 0;
padding: 0 7px 0 7px;
float: left;
text-align: left;
font-size: 13px;
color: #726c6c;
font-family: 'Open Sans', sans-serif;
}
/*******************************************************footer CSS Start here************************************************/

#footer {
    width:100%;
    margin:0;
    padding:10px 0 50px 0 ;
    float:left;
    background:#363636;
}
#footer-container {
    width:1098px;
    margin:0 auto;
    padding:35px 10px;
}
#footer-menu-box {
    width:33.3%;
    float:left;
    margin:0;
    padding:0;
}
#footer-menu-box h3 {
    width:100%;
    font-weight:600;
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    color:#f8c300;
    font-size:18px;
    font-weight:500px;
}
#footer-menu-box ul {
    width:auto;
    margin:18px 0 0 0;
    padding:0;
    list-style-type:none;
}
#footer-menu-box ul li {
   
    margin:0;
    padding:0 0 0 0;
    font-family:'Open Sans', sans-serif;
    color:#b3abab;
    font-size:15px;
    font-weight:100;
    clear:both;
}
#footer-menu-box ul li a {
    margin:0;
    padding:0;
    font-family:'Open Sans', sans-serif;
    color:#b3abab;
    font-size:15px;
    font-weight:100;
    text-decoration:none;
    text-align:left;
    line-height:35px
}
#footer-menu-box ul li a:hover {
    color:#ffc20e;
}

#footer-menu-box b {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
#footer-menu-box {
    width:33.3%;
    margin:0;
    padding:0;
    font-family:'Open Sans', sans-serif;
    color:#9a9999;
    font-size:15px;
    font-weight:100;
    line-height:35px;
}

#footer-menu-box p a:hover{ background:none; color:#ffc20e !important;}
.skype {
    width:auto;
    margin:0;
    float:left;
    background:url(/product_images/uploaded_images/skype.png) left no-repeat;
    font-family:'Open Sans', sans-serif;
    color:#41a7f3;
    font-weight:300;
    padding:0 0 0 25px;
    font-size:18px;
}
.payment {
    width:50%;
    float:left;
    margin:20px 0 30px 0;
    padding:0;
}
.payment h3 {
    width:20%;
    font-weight:300;
    margin:25px 0 0 0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    color:#9c9595;
    font-size:13px;
    font-weight:300px;
    float:left;
}
.pay-accept {
    width:70%;
    float:left;
    margin:0 0 0;
    padding:0;
}
.pay-accept img {
    width:518px;
    height:96px;
}
.about {
    margin: 0;
    
}


.footer-bottom #footer-container {
    padding: 0 0 20px;
}

.footer-bottom {
    width:100%;
    float:left;
    padding:25px 0 25px 0;
    margin:0;
    background:#2a2a2a;
}
.copy-right {
    width:80%;
    float:left;
    margin:0;
    padding:0;
    font-family:'Open Sans', sans-serif;
    color:#9a9999;
    font-weight:100;
    font-size:12px;
    line-height:32px;
}
.social-media {
    width: 200px;
    float:right;
    margin:0 10px 0 0;
    padding:0;
    font-family:'Open Sans', sans-serif;
    color:#9a9999;
    font-weight:100;
    font-size:12px;
    line-height:32px;
}
.social-icon {
    width:32px;
    float:right;
    margin:0 3px 0 0;
    height:32px;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */



.sf-menu a.sf-with-ul {
    min-width: 1px;
 padding-right:!important;
}
.sf-menu ul {
    background: none repeat scroll 0 0 #1B1B1B !important;
    position: absolute;
    top: -999em;
    width: 12em !important;
    text-align:left !important;
}
#SideCategoryList li li, #SideCategoryList .sf-menu li li a {
    text-align:left;
    line-height:35px;
}
#HomeNewProducts h2 span {
    display:none;
}
#footer-menu-box ul li ul li {
    display:none;
}
.sf-menu ul {
    margin: 18px 0 0 !important;
    position: absolute;
    top: -999em;
    width: auto;
}
#SideCategoryList li li, #SideCategoryList .sf-menu li li a:hover {
    color:#fff;
    margin:0 0 0 -15px;
    background:linear-gradient(to right, #DD9827 0%, #F3C725 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding:0 0 0 0px;
}
.nav ul li ul li ul {
    margin: 0 0 0 30px !important;
}
.nav ul li ul li a:hover {
    background:url("/product_images/uploaded_images/menu-arrow-hover.png") no-repeat left #edbb25 !important;
    padding:0 0 0 30px !important;
}
.nav ul li ul li {
    background:url("/product_images/uploaded_images/menu-arrow-hover-1.png") no-repeat left !important;
    padding:0 0 0 3 !important;
}
#HomeNewProducts h2 {
    color:#ff0900!important;
}
.AdvancedSearch {
    background:url("/product_images/uploaded_images/cue-finder-1.jpg") no-repeat;
    padding:66px 0 0 0
}
.brn-nme {
    color:#fff !important;
    font-size:16px !important;
    float:left;
    margin:17px 0 0 -9px !important;
font-weight: bold !important;
    
}
#brand {
    width:215px !important;
    float:left !important;
    margin:16px 0 0 -65px !important;
    padding:6px !important;
      font-family: 'Open Sans', sans-serif;
        color:#464646;
        font-size:12px;
        font-weight:500;
        text-transform:uppercase;    
    background:url("/product_images/uploaded_images/brnd-txt.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-appearance:none !important;
    -moz-appearance:none!important;
    appearance:none!important;
    cursor:pointer;
}
.brn-nme-1 {
    color:#fff !important;
    font-size:16px !important;
    float:left;
    margin:-17px 0 0 6px !important;
    font-weight:bold;
}
#amount {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #FFFFFF !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: -20px 0 0 38px !important;
}
#category {
    width:215px !important;
    float:left !important;
    margin:12px 0 0 33px !important;
    padding:6px !important;
        font-family: 'Open Sans', sans-serif;
        color:#464646;
        font-size:12px;
        font-weight:500;
    text-transform:uppercase;
    background:url("/product_images/uploaded_images/brnd-txt.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-appearance:none !important;
    -moz-appearance:none!important;
    appearance:none!important;
    cursor:pointer;
}
.brn-nme-2 {
    color:#fff !important;
    font-size:16px !important;
    float:left;
    margin:15px 0 0 6px !important;
    font-weight:bold;
}
.brn-nme-3 {
    color:#fff !important;
    font-size:16px !important;
    float:left;
    margin:34px 0 0 -81px !important;
    font-weight:bold;
}
#slider-range {
    margin: 20px 0 0 11px;
    width: 95% !important;
}
#uniform-featured {
    margin:25px 0 0 -80px;
    width:240px;
}
.feat-1 {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 0;
    margin: 3px 0 0 !important;
    padding: 3px 0 1px;
}
#SideNewsletterBox .btn, .btn.alt {
    
    background:#006b9d;
    border-radius:6px;
    float: inherit;
    font-size: 15px;
    height: auto;
    margin: -18px 0 0 !important;
    padding: 8px 35px;
    width: auto;
      border:none;
}
.ui-widget-content {
    background:url("/product_images/uploaded_images/cue-bg.jpg") repeat-x !important;
    border: none !important;
    color: #222222;
}
.ui-widget-header {
    background: url("/product_images/uploaded_images/cue-bg-hover.jpg") repeat-x !important;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}
/*******************************Product page CSS Start here*******************************/

#breadcrum {
    width:100%;
    margin:15px 0 0 0;
    float:left;
    padding:0;
    background:#f5f5f5;
    line-height:39px;
}
#product-view {
    width:100%;
    float:left;
    margin:15px 0 0 0;
}
.product-image {
    /*width:402px;*/
    float:left;
    margin:0;
    border:1px solid #d3d2d1;
    overflow:hidden;
text-align:center;
}
#pro-feature {
    float: left;
    margin: -16px 0 0 60px;
    width: 630px;
}
.cue-name {
    width:100%;
    margin:0;
    border-bottom:1px solid #d6d6d6;
    float:left;
    padding:0 0 10px 0;
}
.cue-name h3 {
    color:#0081c4;
    font-size:18px;
    width:100%;
    font-weight:600;
    float:left;
    margin:0;
    font-family:'Open Sans', sans-serif;
}
.rating {
    width:auto;
    float:left;
    margin:-7px 0 0 -57px;
}

.in-stock strike {
    float: left;
    margin: 22px 10px 0 0;
}
.cue-review {
    color:#0b996b;
    font-size:13px;
    margin:-7px 0 0 5px;
    float:left;
}
.in-stock {
    width:100%;
    margin:0;
    border-bottom:1px solid #d6d6d6;
    float:left;
    padding:0 0 10px 0;
    background:#f5f5f5;
}
.in-stock h4 {
    color:#0b996b;
    font-size:22px;
    width:48%;
    font-weight:600;
    float:left;
    margin:7px 0;
    font-family:'Open Sans', sans-serif;
    padding:0 0 0 10px;
}
.in-stock h4 span {
    font-size:12px;
    font-weight:normal;
}
.cue-weight {
    width:100%;
    float:left;
    margin:15px 0 0 0;
}
.cue-w-n {
    width:90px;
    float:left;
    margin:0;
    padding:0;
    color:#676464;
}
.slcect-1 {
    width:147px;
    float:left;
    margin:0 10px 0 0;
    padding:3px 0;
    border:1px solid #d3d2d1;
}
.slcect-2 {
    width:65px;
    float:left;
    margin:0 10px 0 0;
    padding:3px 0;
    border:1px solid #d3d2d1;
}
.slcect-3 {
    width:55px;
    float:left;
    margin:0 10px 0 0;
    padding:3px 0;
    border:1px solid #d3d2d1;
}
.quantity {
    width:100%;
    margin:0;
    border-bottom:1px solid #d6d6d6;
    float:left;
    padding:0 0 10px 0;
    background:#e7e7e7;
}
.qua-thumb {
    width:50px;
    float:left;
    margin:15px 0 0 10px;
    padding:0;
}
.quantity h3 {
    width:auto;
    margin:26px 0 0 26px;
    padding:0;
    float:left;
    color:#676464;
    font-size:14px;
}
.quantity h4 {
    color:#0b996b;
    font-size:22px;
    width:auto;
    font-weight:400;
    float:left;
    margin:26px 0 0 20px;
    font-family:'Open Sans', sans-serif;
    padding:0 0 0 10px;
}
.qua-img {
    width:85px;
    float:right;
    margin:20px 5px 0 0;
}
.buy-now-1 {
    width:185px;
    float:right;
    background:#2ed59d;
    border-radius:3px;
    font-size:20px;
    color:#FFF;
    text-align:center;
    border-bottom:3px solid #5a9280;
    line-height:42px;
    margin:15px 10px 0 0;
}
.wishlist {
    width:55px;
    float:right;
    background:url(/product_images/uploaded_images/wish.jpg) no-repeat center #2ed59d;
    background-image:url(/product_images/uploaded_images/wish.jpg);
    border-radius:3px;
    font-size:20px;
    color:#FFF;
    text-align:center;
    border-bottom:3px solid #5a9280;
    line-height:42px;
    margin:15px 10px 0 0;
}
.large-to {
    width:auto;
    margin:10px 0 0 0;
    padding:0;
    float:left;
    color:#676464;
    font-size:15px;
}
.zoomer {
    float: left;
    margin: 0;
    width: 402px;
}
.pro-desc {
    width:400px;
    float:left;
    margin:40px 0 0 0;
    border:1px solid #d6d6d6;
}
.pro-desc p {
    padding:10px;
    margin:-20px 0 0 0 ;
    font-size:13px;
    color:#0b996b;
    font-family:'Open Sans', sans-serif;
    line-height:22px;
}
.pro-desc h5 {
    width:163px;
    background:#2ed59d;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    font-size:16px;
    font-weight:300;
    color:#FFF;
    text-align:center;
    position:relative;
    margin:-20px 0 0 10px;
    padding:8px 3px;
}
.cust-view {
    width:99%;
    float:left;
    border-bottom:1px solid #d6d6d6;
    padding:0 0 0 10px;
    font-size:22px;
    font-weight:300;
    line-height:35px;
    margin:0 0 15px 0;
}
.selector span {
    display:none;
}
.quantity .qua-thumb {
    height:50px;
    width:50px;
}
.quantity .qua-thumb .ProductThumbImage {
    height:50px;
    width:50px;
}
.quantity .qua-thumb .ProductThumbImage img {
    height:50px;
    width:50px;
}
.cue-weight .Label {
    color: #676464;
    float: left;
    margin: 0;
    padding: 0;
    width: 90px !important;
}
.cue-weight .SelectBox {
    border: 1px solid #D3D2D1;
    float: left !important;
    margin: 0 10px 0 0;
    padding: 3px 0;
    width: 100px;
    background:#fff !important;
}
.cue-weight .validation {
    border: 1px solid #D3D2D1;
    float: left !important;
    margin: 0 10px 0 0;
    padding: 3px 0;
    width: 100px;
    background:#fff !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("/product_images/uploaded_images/arrow-cue-finder.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    height: 20px !important;
}

.slide-overlay{ display:none !important}

.productlist-page #LayoutColumn1 { display:block; margin: 0 0 0 0; padding: 0; width: 100%; }

#LayoutColumn2 { height: auto !important; text-align: justify; width: 100%; }

#uniform-featured .feat-1 #uniform-featured{ margin:0; float:left !important; width:50px !important;}
.addthis_floating_style{ background:none !important;}

.SubBrandListGrid li a .brand-img { border:1px solid #d3d3d3}

.ad {
    float: right;
    height: 600px;  
    position: absolute;
    right:68px;
    top: 217px;
    width: 160px;
}

.ad-1 {
float: left;
height: 600px;
position: absolute;
right: 68px;
top: 827px;
width: 160px;
}

.ad-2 {
    float:  left;
    height: 600px;  
    position: absolute;
    left: 68px;
    top: 217px;
    width: 160px;
}

.ad-3 {
    float: left;
    height: 600px;  
    position: absolute;
    left: 68px;
    top: 827px;
    width: 165px;
}

.address{ width:20px; margin:7px 11px 58px -1px;float:left;}


#product-view .BulkDiscount .btn {
    border: medium none !important;
    font-size: 13px !important;
    height: 40px;
    margin: 20px 10px 0 0 !important;
    width: 160px !important;
    font-weight: 300;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 6px;
}
.ad-area{ width:243px; float:left; margin:5px 7px 0 6px;}
.AdvancedSearch .btn.alt {
    background: rgba(0, 0, 0, 0) url("/product_images/uploaded_images/go-now.png") no-repeat scroll 0 0;
    border: medium none;
    float: none;
    font-size: 0;
    height: 47px;
    line-height: 0;
    margin: -10px 0 3px -71px !important;
    width: 155px !important;
}
.Content.Widest .TitleHeading {
    border-bottom: 1px solid #D6D6D6;
    color: #a79411!important;
    float: left;
    font-family: open sans;
    font-weight: lighter;
    line-height: 40px;
    margin: 14px 0;
    padding: 0 0 0 10px;
    text-align: left;
    width: 99%;
}

.quantity .qty { width: 160px; float: left; font-size: 16px; margin: 27px 5px 0px 40px; }
.CompareButtonContainer { display:none !important; }
.SearchContainer { width: 1096px !important; }
.AccountLogin .btn{
  margin:14px 135px 0 0px !important; 
}

.FormContainer.HorizontalFormContainer a {
    
    color: #FF0000 !important;
    float: left !important;
    margin: 0px 0 0 0 !important;
   
}
.CategoryDescription > p{   float: left;
    margin: 12px 0 0 12px;
    width: 98%;
}

#SimilarProductsByCustomerViews { width:640px; }

#frmCompare .ProductList, .ProductList li {
    list-style: none outside none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}
#frmCompare .ProductList li {
    border: 1px solid #e7f1f2;
    display: inline-block;
    font-size: 14px;
    list-style: none outside none;
    margin: 15px 5px 15px 3px;
    min-height: 342px;
    overflow: hidden;
    padding: 0 0 20px;
    vertical-align: top;
    width:194px !important;
}

#SimilarProductsByCustomerViews #frmCompare .ProductList, .ProductList li { list-style: none outside none;
    margin: 20px 0 0 5px;
    padding: 0;
    width: 100%;
}

#ProductDetails .ProductList li {
    border: 1px solid #e7f1f2;
    display: inline-block;
    font-size: 14px;
    list-style: none outside none;
    margin: 15px 3px !important;
    min-height: 342px;
    overflow: hidden;
    padding: 0 0 20px;
    vertical-align: top;
    width: 195px !important;
}


#FeaturedVideo {
    border: 0 solid red;
    clear: both;
    float: left !important;
    margin: 20px 15px 0 !important;
    padding-bottom: 15px;
    /*display:none;*/

}


.Field200.FormField.field-xlarge.Textbox {
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 5px;
    width: 100%;
}
.afterSideShopByBrand {
    display: none;
}

#fancy_inner #fancy_close { display: block; position: relative; margin: 0 0 0 132px!important; background: url(/product_images/uploaded_images/images.jpg)!important; font-weight: bold; height: 30px!important; background-repeat: no-repeat!important; width: 38px!important; float: right; }


#Menu .parent{ background:none;}
.CartContents .productAttributes td { padding: 10px!important; }

.zoomie img { width: 100%!important; }

.ProductName .productAttributes { 
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    margin-bottom: 0; 
}

.AccountLogin .FormContainer.HorizontalFormContainer {
    margin: 10px 0 0 -30px;
}

.AccountLogin .FormContainer.HorizontalFormContainer a {
	color: rgb(255, 0, 0) !important;
    float: left !important;
    margin: 14px 0 0 0 !important;
    font-size: 16px;
}

.predator-1{ width:180px; float:left; margin:-1px 0 0 99px; padding:0; height:27px;}


#frmCompare {
    margin: 0 0 0 6px;
}

.footer_links { color: #9A9999; }

#tabs {
    background: #fff none repeat scroll 0 0 !important;
    border-top:none;
    float: left;
    margin: 50px 0 25px 0;
    width: 99.5%;
}
#tabs .details_tabs_ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0 !important;
    border-color: -moz-use-text-color -moz-use-text-color #464646;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff !important;
    float: left;
    margin: -3px 0 15px 0;
    width: 100%;
	border-radius:0;
}
#tabs .details_tabs_ul li {
    background: #464646 none repeat scroll 0 0 !important;
    padding: 14px 30px;
	margin:-1px 15px -1px -3px;
}
#tabs .details_tabs_ul .ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
	border-top:1px solid #464646 !important;
	border-right:1px solid #464646 !important;;
	border-left:1px solid #464646 !important;sd;
}
#tabs .details_tabs_ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
#tabs .details_tabs_ul li:hover {
    color: #464646 !important;
	background:#CCC !important;
}

#tabs .details_tabs_ul .ui-state-active a {
    color: #464646;
}

#SideProductRelated .ProductList li { margin: 15px 6px !important; }
#SideProductRelated .ProductList li .ProductDetails { padding: 10px; text-align: center; }

input.btn-addto.wishTrigger {
    display: none;
}
.CreateAccount .mtop p { margin: 0px 0px 12px !important; font: italic bold 13px Georgia,'Times New Roman',Times,serif; }
.CreateAccount .mtop a.btn.alt { background: transparent none repeat scroll 0% 0%; border: 0px none; color: rgb(0, 107, 157); width: 264px; font-weight: normal; margin: -12px 0 0 -14px !important; }a.CustomizeItemLink
.AccountLogin .mtop dd { float: left; clear: both; }
.AccountLogin .NarrowFormContainer dd { margin-left: 22px; }
.AccountLogin .HorizontalFormContainer dt { text-align: left; margin: 15PX 0 0 20px; FONT-WEIGHT:600; }
.AccountLogin .mtop #LoginButton { background: rgb(248, 195, 0); border: none; height: 30px; width: 80px; margin: -6px 0 0 0; }
#cartListTR { border-bottom: 1px solid #eee; }
#cartListTR td { padding: 20px !important; border: 1px solid #eee;  text-align:center;  }

 @media screen and (-webkit-min-device-pixel-ratio:0) {
.address{ width:20px; margin:4px 9px 58px -25px; float:left;}
}

 @media screen and (-webkit-min-device-pixel-ratio:0) {
#amount {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #FFFFFF !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: -27px 0 0 113px  !important;
}
}

 @media screen and (-webkit-min-device-pixel-ratio:0) {
}


.brn-nme-1 {
    color:#fff !important;
    font-size:16px !important;
    float:left;
    margin:-14px 0 0 6px !important;
    font-weight:bold;
}


.CartCode {
    background: #fafafa none repeat scroll 0 0 !important;
    float: left;
    padding:2%;
    width: 96%;
    margin: 50px 0  0 0;
}


.productAttributes td { border:none !important;}

.pricewaiter-price {
    font-size: 30px !important;
    font-weight: 600!important;
    margin: 20px 0 0 0;
    float: left;
    color: #ff0000;
}

.ProductSKU .Label{
float: left;
clear: both;
margin: 10px 0px;
font-size: 13px;
color: rgb(70, 70, 70);
font-weight: 600;

}

span.shipping_estimate {
    float: left;
    font-size: 15px !important;
    margin: -14px 0 0 -60px;
    width: 110%;
	font-weight:600 !important
}

.shipping_estimate > img {
    float: left;
    margin: 5px 20px 0 0;
}

.product_share_areas { float: left; margin: 20px 0px -14px; width: 100%; }
.selector.fixedWidth{
    background: #eee none repeat scroll 0 0;
    font-size: 14px;
    height: auto !important;
    line-height: 0;
    min-height: 26px !important;
    padding: 9px 8px 0 5px !important;
    width: 255px;
}
.EstimateShipping .Field100.Textbox {
    background: #eee none repeat scroll 0 0;
    margin: 0;
    padding: 4px 0;
    width: 265px !important;
}


.AdvancedSearch .selector.fixedWidth {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    min-height: 0;
    padding: 0 !important;
    width: 0;
}

.AdvancedSearch div.selector #uniform-featured span {
  color: #262425;
  display:block!important;
  width:20px;
  float:left;
  margin: -14px 0 0 0
}

.ExpressCheckoutBlock .AccountLogin #LoginButton {
    float: left;
}
.AccountLogin #LoginButton {
    background: rgb(248, 195, 0);
    border: none;
    height: 40px !important;
    width: 180px !important; 
    margin: 5px 0 0 0 !important;
    float: right;
}

.AccountLogin input.Field200 {
    width: 76.9% !important;
    height: 40px;
    background: #f5f5f5 !important;
    border-radius: 0;
    border: 0;
}

.create_ac p {
    font-size: 16px;
    margin: 5px 0px 21px 0;
    font-weight: 600;
    color: #006593;
}

.create_ac .FormContainer .box dt {
    width: 150px;
    float: left;
    text-align: left;
    margin: 6px 9px 0 0;
    padding: 0;
    clear: none;
    font-weight: 600;
}

.create_ac .form dd {
    margin:6px 30px 6px 0;
    float: left;
    width: 175px !important;
}

.create_ac input.Textbox, textarea, input[type="text"] {
    height: 30px;
    line-height: 30px;
    margin: 6px 0;
    padding: 2px 5px !important;
    background: #F5F5F5 !important;
    color: #464646;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 16px
}

.create_ac h3 {
    color: #F8C300;
    font-size: 22px;
    font-weight: 500;
}

.create_ac .FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    padding: 10px 0 25px 0;
    border-bottom: 1px dashed #ccc;
}

.create_ac .selector {
    background: #F5F5F5 none repeat scroll 0 0;
    font-size: 14px;
    height: auto !important;
    line-height: 0;
    min-height: 26px !important;
    padding: 9px 8px 0 5px !important;
    width: 175px !important;
    border-radius: 16px;
    border: 1px solid #ccc;
}

.AdvancedSearch #search_query_adv {
    width: 211px;
    border-radius: 0;
    padding: 0 !important;
    height: 24px;
    margin: 14px 0 6px -64px;
    float: none;
    line-height: 24px;
    background: #e5e5e5 !important;
}
input#FormField_13 {
    width: 100% !important;
}
