/* Global Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

@font-face {
    font-family: 'eurof35';
    src: url('../custom_fonts/eurof35.eot');
    src: local('eurof35'), url('../custom_fonts/eurof35.woff') format('woff'), url('../custom_fonts/eurof35.ttf') format('truetype');
}


/* General */
body {
     color: #666666;
    /*font-family: 'Varela Round',Arial,Helvetica,sans-serif;*/
    font-family: 'Varela Round',Arial,Helvetica;
    font-size: 13px;
    line-height: 20px;
    text-align:left;
     background: url("../images/megnor/bodybg3.jpg") repeat scroll 0 0 transparent;
}
.Textbox,
select,
textarea,
input {
    padding: 5px;
    font-size: 12px;
    border:1px solid #DDDDBD;
     font-family: 'Varela Round',Arial,Helvetica,sans-serif;
}
p { 
    margin-bottom: 1px;
}
a {
    font-weight: normal;
    text-decoration:none;
    color:#666;
font-size: 16px;
}


#rssList a {
    font-weight: bold;
    text-decoration:none;
    color:#e77f19;
font-size: 16px;
}
#rssList p { 
    margin-bottom: 10px;
}

/*a:hover    { color:#ABBA44; }*/
a:hover    { color:#E77F19; }

/*
#TopMenu li div a {
    color: #ABBA44;
}
*/

h1,
h2,
h3,
.TitleHeading {
/* color: #869528; */
color: #E77F19;
    font-size: 15px;
    font-family:'Droid Sans',Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}


h1.title {
     background:url("../images/megnor/social_sprite_2.png") no-repeat scroll -34px -258px transparent;
    padding: 0 15px;
}


h4 {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 4px;
}
img,
img a {
    border: 0;
}
ul,
ol {
    margin: 0 0 5px 0px;
    align: left;
}
li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}

/* Helpers */
.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Clearfix */
.cf:before,
.cf:after,
.fastCartTop:before,
.fastCartTop:after,
.LoginForm:before,
.LoginForm:after,
#VideoList:before,
#VideoList:after,
.Content .ProductList .ProductDetails:before,
.Content .ProductList .ProductDetails:after,
.CartCode:before,
.CartCode:after,
#CartContent:before,
#CartContent:after,
.ProceedToCheckout:before,
.ProceedToCheckout:after,
.Message:before,
.Message:after,
#WishLists .header:before,
#WishLists .header:after,
#ChooseShippingAddress .header:before,
#ChooseShippingAddress .header:after
 {
    content: " ";
    display: table;
}
.cf:after,
.fastCartTop:after,
.LoginForm:after,
#VideoList:after,
.Content .ProductList .ProductDetails:after,
.CartCode:after,
#CartContent:after,
.ProceedToCheckout:after,
.Message:after,
#WishLists .header:after,
#ChooseShippingAddress .header:after {
    clear: both;
}
.cf,
.fastCartTop,
.LoginForm
#VideoList,
.Content .ProductList .ProductDetails,
.CartCode,
#CartContent,
.ProceedToCheckout,
.Message,
#WishLists .header,
#ChooseShippingAddress .header {
    *zoom: 1;
}

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}

.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.shippingButton {
    margin-top: 10px;
}
.HorizontalFormContainer dt {
    width: 160px;
    float: left;
    clear: left;
    font-weight: normal;
    padding-top: 7px;
    text-align: left;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 170px;
    margin-bottom: 15px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
    margin: 0 0 28px 170px;
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}

/* Page Containers */
#Container {
    width: 100%;
    margin: auto;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    clear: both;
    width: 100%;
}


/* Top Navigational Menu */
#TopMenu {
   color:#FFFFFF;
    float: right;
    padding: 0;
    margin: 10px 0 5px 0;
}
#TopMenu ul {
    float: right;
    padding: 0;
    margin: 0;
}
#TopMenu li {
    list-style: none;
    display:inline-block;
    margin: 0;
    padding: 0 7px;
    background:url("../images/megnor/pipe.jpg") no-repeat scroll right center transparent;
}
#TopMenu li:last-child { padding:0 0 0 5px; background:none;}
#TopMenu li.First a {
    border-left: 0;
}

#TopMenu li a {
    padding: 0;
    margin: 0;
    display: inline;
    color:#fff;
}
#TopMenu li a:hover {
  
    /*color:#ABBA44;*/
      color:#E77F19;
}


/* Outer Content Wrapper (Surrounds header and content) */
#Outer {
    clear: both;
}
#Wrapper {
    clear: both;
    padding: 10px 0 0 0;
}

.Header-Top {
   height: 40px;
   background: url("../images/megnor/top_bg3f.png") repeat-x scroll 0 0 transparent;
}

/* Header */
#Header {
    position: relative;
    clear: both;
    min-height: 100px;
    z-index:9;
}



#HeaderUpper { /* Contains Topmenu and Search */
    float:right;
    display: none;
}


#HeaderLower {
    clear: both;
    position:relative;
}


/* Main Categories Menu */

#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 and Flyout) */
#HeaderLower-Inner #SideCategoryList {
    padding: 0;
    margin: 0;
}
#HeaderLower-Inner #SideCategoryList h2 {
    display: none;
}

#HeaderLower-Inner #SideCategoryList ul,
#HeaderLower-Inner #SideCategoryList .sf-menu ul {
    float: left !important;
    width: auto !important;
    padding: 0;
    margin: 0;
}
#HeaderLower-Inner #SideCategoryList li,
#HeaderLower-Inner #SideCategoryList .sf-menu li {
    float: left !important;
    width: auto !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    background:url("../images/megnor/menu.png") no-repeat scroll left center transparent;
}

#SideCategoryList .SideCategoryListClassic li a {
    width:180px;
    padding: 4px 0 0 0;
    height:auto;
    padding:5px 0 5px 0;
}

.Right #SideNewProducts {
    margin-left: -10px;
}

#SideNewProducts {
  
}

#SideNewProducts img, #SidePopularProducts img {
    float: left;
    margin-right: 10px;
    max-width: 67px;
}

.Left .prodright {
    float: left;
    width: 61%;
}

#SideNewProducts .ProductDetails {
    
}


#SideNewProducts .ProductImage, #SidePopularProducts .ProductImage {
    float: left;
    margin-right: 6px;
    overflow: hidden;
    width: 70px;
}
#SideNewProducts .leftProductList, #SidePopularProducts .leftProductList{
    margin: 0 !important;

}

.Responsive_Menu_inner .tm_mobilemenu_text,
#HeaderLower-Inner #SideCategoryList li a,
#HeaderLower-Inner #SideCategoryList .sf-menu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 13px 18px;
    font-size:15px;
    color:#FFF;
    text-transform:uppercase;
    font-family:'Droid Sans',Arial,Helvetica,sans-serif;
}



/*#HeaderLower-Inner #SideCategoryList li:hover   a {color:#ABBA44;}*/

#HeaderLower-Inner #SideCategoryList li:hover   a {color:#E77F19;}

.MobileMenu ul.ResponsiveCat-list,
#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul,
#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
    background:#234A75;
    margin-bottom:0;
    margin-left:5px;
}
 
#HeaderLower-Inner #SideCategoryList li a:hover,
#HeaderLower-Inner #SideCategoryList .sf-menu li a:hover 
{
  /* glows text of selected top categories; Chuck */
  /*text-shadow: 0 0 2px #FF9900;*/
  
}


#HeaderLower-Inner #SideCategoryList li ul,
#HeaderLower-Inner #SideCategoryList .sf-menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 46px;
    left: 0;
    display: none;
    z-index: 99;
    padding: 5px 0;
    margin: 0;
    border-radius:  0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}
#HeaderLower-Inner #SideCategoryList li ul li ul,
#HeaderLower-Inner #SideCategoryList .sf-menu li ul li ul {
    top: 0px;
    left: 170px;
    display: none;
}
#HeaderLower-Inner #SideCategoryList li ul li ul a,
#HeaderLower-Inner #SideCategoryList .sf-menu li ul li ul a {    background:none !important; color:#FFF !important;}


#HeaderLower-Inner #SideCategoryList li ul li ul a:hover,

/*#HeaderLower-Inner #SideCategoryList .sf-menu li ul li ul a:hover    {background:none!important; color:#ABBA44!important;}*/

#HeaderLower-Inner #SideCategoryList .sf-menu li ul li ul a:hover    {background:none!important; color:#E77F19!important;

/* glows text of selected child categories; Chuck */
/*text-shadow: 0 0 2px #FF9900;*/

}

#Responsive_TopMenu li, .MobileMenu li,
#HeaderLower-Inner #SideCategoryList li ul li,
#HeaderLower-Inner #SideCategoryList .sf-menu li ul li {
background:none;
    clear: both;
    padding: 0;
    margin: 2px 5px;
}

#HeaderLower-Inner #SideCategoryList li ul li a,
#HeaderLower-Inner  #SideCategoryList .sf-menu li ul li a {
    font-size: 14px;
    text-align: left;
    width: 170px;
    height: auto;
    padding: 4px 8px;
    margin: 0;
    color:#FFF;
    text-transform:capitalize;
    
}
.MobileMenu li a:hover,
#HeaderLower-Inner #SideCategoryList li ul li:hover a,
#HeaderLower-Inner #SideCategoryList .sf-menu li ul li:hover a {
  color:#E77F19;
}
#HeaderLower-Inner #SideCategoryList li:hover ul,
#HeaderLower-Inner #SideCategoryList li.over ul {
    display: block;
}
#HeaderLower-Inner #SideCategoryList li:hover ul li ul,
#HeaderLower-Inner #SideCategoryList li.over ul li ul {
    display: none;
}
#HeaderLower-Inner #SideCategoryList li ul li:hover ul,
#HeaderLower-Inner #SideCategoryList li ul li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement */
* html #HeaderLower-Inner #SideCategoryList ul li {
//    float: left;
    height: 1%;
}
* html #HeaderLower-Inner #SideCategoryList ul li a {
    height: 1%;
}
/* End */
.sf-sub-indicator {
    display: none !important;
}


/* Logo */
#Logo {
    float: left;
    margin:18px 0 10px 15px;
}

#Logo h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: none;
    padding: 0;
    margin: 0;
}
#Logo #LogoImage {
}
#Logo h1 a {
    font-weight: 400;
    letter-spacing: -2px;
    text-decoration: none;
}


/* Top Search Form */
#SearchForm {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADABA;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline;
    float: right;
    margin: 17px 0 6px;
    padding: 0;
    position: relative;
       border-bottom: 2px solid #DADABA;
    
}
#SearchForm form {
    padding: 0;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
   border: medium none;
    color: #666666;
    float: left;
    font-size: 13px;
    height: 18px;
    margin: 1px;
    padding: 5px;
    width: 220px;
}
#SearchForm .Button {
   border: medium none;
    float: right;
    font-size: 0;
    height: auto;
    margin: 6px 6px 0 0;
    padding: 0;
    vertical-align: top;
    width: auto;
    
}
#SearchForm input:focus{
    z-index: 1;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}


/* Left / Right Content Area */
.Right {
    float: left;
    width: 190px;
    margin: 0;
}
.Left .Block ,.Right .Block, .FreeShippingBanner
{
    padding:0;
    overflow:hidden;
    clear: both;
    margin-bottom: 10px;
    position:relative;
    width:100%;
    background: #fff;
    
         -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius:5px;
      box-shadow: 0 -1px 2px 0 #D5D5B3;
      
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
border-bottom:3px solid #D6D6C5;
}

.FreeShippingBanner,
.Left .BlockContent,
.Right .BlockContent,
.Left #SideCategoryList .SideCategoryListFlyout,
.Right #SideCategoryList .SideCategoryListFlyout,
.FreeShippingBanner #SideCategoryList .SideCategoryListFlyout
{
    padding:5px 10px;
    float:left;
    width:90%;
}

.Left.NewProducts {
    margin-right: 70px;
}

.Left.NewProducts .BlockContent {
    margin: 0;
}
#QuickViewProductDetails .addToCart { padding:0; border:none;}
.Left h2 ,
.Right h2
{
   
   
   background: url("../images/megnor/social_sprite_2.png") no-repeat scroll -26px -248px transparent;
   
    margin: 0;
    padding: 10px 2px 10px 17px;
    
}
#SideTopSellers h2,#SideProductRecentlyViewed h2,#HomeSaleProducts h2,#SimilarProductsByCustomerViews h3,
.FeaturedProducts h2, #HomeNewProducts h2, #HomeSaleProducts h2
{
   
   
   background:url("../images/megnor/social_sprite_2.png") no-repeat scroll -25px -249px transparent;
   
    margin: 0;
    padding: 10px 10px 0px 23px;
    
}
.Left ul ,
.Right ul
{
    margin: 0;
    padding: 0;
}
.Left li ,
.Right li
{
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 0;
    float: left;
    width: 100%;
}
.Left ul li:first-child ,
.Right ul li:first-child
{
    padding-top: 0;
}
.Left li a ,
.Right li a
{
    text-decoration: none;
    text-transform:capitalize;
}
.Left li a:hover ,
.Right li a:hover
{

}

/* Primary Content Area */
.Content {
    float: left;
    width: 570px;
    margin: 0;
    padding: 0 0 10px 10px;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 700px;
}
.Content.Wide.WideWithLeft {
    width: 653px;
    padding-left: 0;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 980px;
    padding-right: 0px;
    padding-left: 0px;
}



/* Hero slider */
.hero {
    width: 980px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    left: -10px;
    overflow: hidden;
}
.hero_slider div { /* Items to be rotated through */
    position: relative;
    width: 980px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.hero_slider div .text { /* Text container for each item */
    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(../../Classic/images/white/hero_prev.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
.hero #slide_next { /* Next button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    right:5px;
    width: 20px;
    height: 40px;
    background: url(../../Classic/images/white/hero_next.gif) 0 0 no-repeat;
    text-indent: -9999px;
}

/* Slide-show */
.slide-show {
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
}
    .slide-show a {
        text-decoration: none;
    }
    .slide-show-render.slide-show {
        margin-bottom: 20px;
        top: -20px;
    }

/* Top Banner styles */
.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;
}
.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 and Footer Content */
.Center { /* Centers content */
    clear: both;
    width: 980px;
    margin: 0 auto;
}
#Footer { /* Copyright info */
   background: none repeat scroll 0 0 #29598E;
    clear: both;
    margin: 0;
    padding: 10px 0;
    border-bottom:5px solid #183A61;
}

#Footer #Menu li + li::before{
    content:none !important;

}
#Footer #Menu li { width:auto; display:inline-block; float:none;}
.Footer_bottom_inner .CategoryList    { float:left; width:100%; text-align:center;}
.Footer_bottom_inner .copyright-container { text-align:center; margin:10px 0 0 0;}

#FooterUpper { /* Contains links lists and newsletter */
    clear: both;
width: auto;
   padding-left: 50px; 
text-align: center;
    overflow:hidden;
}
#FooterUpper .Column {
    float: left;
    width: 210px;
    margin: 5px 20px 0 0;
    display: inline;
}


/* done to make the foot button clickable too; Chuck 4/8/2015 */

/*
#FooterUpper .footer-Social li {
    margin: 0 0 3px 0;
    padding: 10px 0 7px 0px;
}
*/

#FooterUpper .footer-Social li a {
  margin: 0 0 3px 0;
  padding: 9px 0 7px 0px;
}

#sideLeftbanner {
    background: none repeat scroll 0 0 transparent;
    filter:none;
    border: medium none;
    box-shadow: none;
}
#FooterUpper .footer-Social li.Facebook {
    background:url("../images/megnor/social_sprite_2.png") no-repeat scroll 0 1px transparent;
}

#FooterUpper .footer-Social li.Twitter {
    background: url("../images/megnor/social_sprite_2.png") no-repeat scroll 0 -39px transparent;
}

#FooterUpper .footer-Social li.Rss {
    background: url("../images/megnor/social_sprite_2.png") no-repeat scroll 0 -79px transparent;
}

#FooterUpper .footer-Social li.Youtube {
    background: url("../images/BBYouTube.gif") no-repeat scroll 0 -79px transparent;
}

#FooterUpper .footer-Social li.Facebook:hover {
    background:url("../images/megnor/social_sprite_2.png") no-repeat scroll 0 -120px transparent;
}

#FooterUpper .footer-Social li.Twitter:hover {
    background: url("../images/megnor/social_sprite_2.png") no-repeat scroll 0 -160px transparent;
}

#FooterUpper .footer-Social li.Rss:hover {
    background: url("../images/megnor/social_sprite_2.png") no-repeat scroll 0 -200px transparent;
}
#FooterUpper .footer-Social li.Youtube:hover {
    background: url("../images/#.png") no-repeat scroll 500 -200px transparent;
    align: left;
}

#FooterUpper .Column.NewsletterColumn {
    width: 245px;
    margin-right: 0;
}
#FooterUpper h2 {
    margin-bottom: 10px;
}
#FooterUpper ul {
    padding: 0;
    margin: 0;
}
#FooterUpper li {
    list-style: none;
    padding: 3px 0 3px 0px;
    margin: 0;
}
#FooterUpper li a {
    text-decoration: none;

}
#FooterUpper li a:hover {

}
#FooterUpper li ul,
#FooterUpper li:hover ul {
    display: none !important;
}
#FooterUpper .RecentNews li {
    background: none;
}
#FooterUpper .RecentNews li p {
    width: 15em;
    margin: 5px 0 0;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
    float: left;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    width: 75px;
    width: 6.5em;
   
    padding: 0px 0 3px 0;
}
.NewsletterSubscription input {
    float: left;
    width: 186px;
    margin-bottom: 10px;
}
.NewsletterSubscription .Button {
    float: left;
    clear:both;
    width: auto;
    height: auto;
    padding:0;
    border: 0;
    vertical-align: middle;
}


/* News Lists */
#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}


/* Product Listings */
.ProductList {
    list-style: none;
    padding: 0;
    margin:0;
}
.ProductList.List {
       margin-left: 0 !important;
 }
.Content .ProductList,
.Content .ProductList .ajax_block_product, .Content .ProductList .ListView {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Content .ProductList .ajax_block_product, .Content .ProductList .ListView  ,
.fastCartBottom .ajax_block_product
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 240px !important;
}
.Content .ProductList .ajax_block_product .product-block ,
.fastCartBottom .ajax_block_product .product-block
{
   
    border: 1px solid #E5E5E5;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 5px 1px -2px #DADABA;
    
     -moz-box-shadow: 0 5px 1px -2px #DADABA;
-webkit-box-shadow: 0 5px 1px -2px #DADABA;
-o-box-shadow: 0 5px 1px -2px #DADABA;
    clear: both;
    margin: 13px 12px;
    overflow: hidden;
    padding: 0px;
    
    
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */



    
    
}
/*.ProductImage ,
.ProductDetails ,
.ProductPriceRating    { height:auto !important;}
*/
.Content .ProductList .ajax_block_product .product-block .product-inner ,.Content .ProductList .ListView .product-block .product-inner,
.fastCartBottom .ProductList .ajax_block_product .product-block .product-inner ,
.product-carousel .product-block .product-inner
{
    overflow: hidden;
    padding: 10px 7px;
    text-align: center;
}
.Content .ProductList .ListView .product-block:hover,.Content .ProductList .ajax_block_product .product-block:hover,
.fastCartBottom .ProductList .ajax_block_product .product-block:hover
{

    overflow:hidden;
    clear:both;
}
.Content .ProductList .ListView .product-block:hover .ProductActionAdd a ,.Content .ProductList .ajax_block_product .product-block:hover .ProductActionAdd a ,
.fastCartBottom .ProductList .ajax_block_product .product-block:hover .ProductActionAdd a ,.Content .ProductList.List .ListView:hover .ProductActionAdd a  { background: #E79D2C; /* Old browsers */
background: -moz-linear-gradient(top,  #E79D2C 0%, #E77F19 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E79D2C), color-stop(100%,#E77F19)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #E79D2C 0%,#E77F19 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #E79D2C 0%,#E77F19 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #E79D2C 0%,#E77F19 100%); /* IE10+ */
background: linear-gradient(to bottom,  #E79D2C 0%,#E77F19 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E79D2C', endColorstr='#E77F19',GradientType=0 ); /* IE6-9 */

    box-shadow: 0 3px 1px 0 #969696;
    
    
     -moz-box-shadow: 0 3px 1px 0 #969696;
-webkit-box-shadow: 0 3px 1px 0 #969696;
-o-box-shadow: 0 3px 1px 0 #969696;}

.Content .ProductList .ProductImage {
    padding:5px;
   margin:0 auto;
   height:auto !important;
   width:auto !important;
  //  text-align: center;
    overflow: hidden;
    vertical-align: middle;

}
.Content .ProductList .ProductImage img {
    vertical-align: middle; 
    height:auto;
    max-height: 200px;
}
.Content .ProductList .ProductDetails {
    margin: 15px 0 5px 0;
}

.List strong a {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
    text-decoration: none;
}
.ProductList a:hover {
  
}

#giftcertificatecode {
    margin-right: 10px;
}
.ProductList em {
    margin-top: 3px;
    display: block;
}
.ProductList .ProductPrice {
    margin-top: 3px;
}
.ProductPrice, .leftProductList em, .ProductList em{
    /*color: #869528;*/
    color: #E77F19;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-family:'Droid Sans',Arial,Helvetica,sans-serif;
}

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

}

.ProductList .ajax_block_product .ProductCompareButton ,.ProductList .ListView .ProductCompareButton {
   
    margin-top: 5px;
}
.ProductList .ajax_block_product .ProductActionAdd,.ProductList .ListView .ProductActionAdd {
    height: 30px;
    margin-top: 10px;
    text-align:center; 
}
.List .ProductActionAdd    { text-align:left /*!important Removed by Chuck, 2/10/2015*/;}

.Submit input,
.ProductList .ajax_block_product .ProductActionAdd a,
.product-carousel .ajax_block_product .ProductActionAdd a,
.QuickViewBtn,
#bottom_payment_button,#frmGiftCertificate input[type="submit"],.RemoveFromWishlistForm input[type="submit"],
.ExpressCheckoutContent input[type="submit"],
.btn ,.ProductList .ListView .ProductActionAdd a
{
    cursor: pointer;
    font-size: 13px;
    padding: 6px 10px 4px;
    text-decoration: none;
    text-transform: capitalize;
    color:#fff;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    font-family:'Varela Round',Arial,Helvetica,sans-serif;
    text-align:center;
    box-shadow:0 3px 1px 0 #0A203A;
    
     
      -moz-box-shadow:0 3px 1px 0 #0A203A;
-webkit-box-shadow: 0 3px 1px 0 #0A203A;
-o-box-shadow: 0 3px 1px 0 #0A203A;

    background: #2d67a0; /* Old browsers */
background: -moz-linear-gradient(top,  #0068B5 0%, #406A98 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d67a0), color-stop(100%,#406A98)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0068B5 0%,#406A98 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0068B5 0%,#406A98 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0068B5 0%,#406A98 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0068B5 0%,#406A98 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068B5', endColorstr='#406A98',GradientType=0 ); /* IE6-9 */

    

}
.Submit input  {padding:6px 10px 4px !important; margin-bottom:7px;}
#bottom_payment_button {
    float:right;
}

#LoginForm .BlockContent, #CreateAccountForm .BlockContent {
  
    
 
    border-radius: 5px;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow:0 -1px 2px 0 #D5D5B3;
     
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    overflow: hidden;
    padding: 10px 15px;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
   border-bottom: 3px solid #D6D6C5;
}

#LoginForm .AccountLogin .FormContainer #login_email, #LoginForm .AccountLogin .FormContainer #login_pass {
    width: 175px;
}
.ProductList .ListView .ProductActionAdd a:hover,.ProductList .ajax_block_product .ProductActionAdd a:hover,
.btn:hover ,.ExpressCheckoutContent input[type="submit"]:hover,.RemoveFromWishlistForm input[type="submit"]:hover,
p.Submit input:hover,#frmGiftCertificate input[type="submit"]:hover,
#bottom_payment_button:hover
{
  background: #E79D2C; /* Old browsers */
background: -moz-linear-gradient(top,  #E79D2C 0%, #E77F19 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abbe38), color-stop(100%,#E77F19)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #E79D2C 0%,#E77F19 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #E79D2C 0%,#E77F19 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #E79D2C 0%,#E77F19 100%); /* IE10+ */
background: linear-gradient(to bottom,  #E79D2C 0%,#E77F19 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbe38', endColorstr='#E77F19',GradientType=0 ); /* IE6-9 */


    box-shadow: 0 3px 1px 0 #6F7C1E;
    
     
      -moz-box-shadow: 0 3px 1px 0 #6F7C1E;
-webkit-box-shadow: 0 3px 1px 0 #6F7C1E;
-o-box-shadow: 0 3px 1px 0 #6F7C1E;
}
.CompareButton input { padding:0; border:none;}

.btn {
    display: inline-block;
}

.btn-secondary,
.btn-secondary:hover {
color:#fff;
}
.QuickViewBtn {
    padding: 10px !important;
    font-weight: 400 !important;
    padding-left: 32px !important;
    background: url(../../Classic/images/icon-eye-open.png) 10px 10px #F6F6EB no-repeat !important;
    filter: none !important; /* filter screws up the icon in the quickview button in IE */
    box-shadow:none;
    border:1px solid #DDDDBD;
}
.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn{
   background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
    padding: 0 !important;
      border:1px solid #DDDDBD;
}
.ToggleSearchFormLink.btn a{
    padding:14px 10px 12px 3px !important;
    float:left;
    
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding:7px 3px 7px 10px !important;
}

.Left .leftProductList li, .Right .leftProductList li {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
    padding: 5px 0;
    width: 100%;
}

.Left .prodleft {
    float: left;
}

/* 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;
}
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails { /* Contains the details of the item */
    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 Header */
.PageHeader {
   
}

/* Page Breadcrumbs */
.Breadcrumb ul
{
    list-style: none;
    margin: 0;
    padding:0px 0px 5px;
}
.Breadcrumb {

    padding: 20px 0 10px 10px;
    clear:both;
}

#Wrapper .Breadcrumb {
    padding:0;
    clear:both;
    margin:0 0 10px 0;
    
}

.Breadcrumb li {
    padding-right: 6px;
    display: inline;
    list-style: none;
    margin: 0;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url('../../Classic/images/BreadcrumbSep.gif') no-repeat right;
}
.FindByCategory ul,
.FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('../../Classic/images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #444;
    font-size: 0.93em;
}
.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 8px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    
    color: #666;
    float:left;
    margin: 2px 5px 10px 0;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 0px 15px 0;

}

.Clear {
    clear: both;
}
.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;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

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

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

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.Message {
    padding: 12px 6px 10px 52px;
    margin-bottom: 15px;
    visibility:hidden;
}
.AccountLogin .Message {
    margin-bottom: 30px;
}

.Message p {
    float:left;
}

.Message ul{
    float:left;
    list-style-position: inside;
    margin: 0 0 5px 30px;
}
/************* Page Specific: Create Account / Login Page *************/
.CreateAccount ,.AccountLogin
{
    float: left;
    width: 47%;

    padding: 10px;
    margin:0 0 10px 0;
}

.ExpressCheckoutContent h4 {
    border-bottom: 1px solid #E0E0BE;
    margin-bottom: 10px;
    padding: 0 0 8px;
}
.CreateAccount .btn
{
    margin-top: 10px;
    color:#fff;
}
.AccountLogin .Submit .btn,
.AccountLogin .Submit a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 10px;
}
#CreateAccountForm h3 {
}
.CreateAccountIntro {
    margin-bottom: 10px;
}

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;
}

.PrimaryProductDetails .ProductAside {
    width: 350px;
    float: left;
    margin-right:10px;
}
.PrimaryProductDetails .ProductAside .AddThisButtonBox {
    margin-left: 0;
    margin-right: 0;
}

.PrimaryProductDetails .ProductThumbWrap {
    border-width: 0 1px 1px 1px;
}
.PrimaryProductDetails .ProductThumb {
    text-align: center;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;

    /* Firefox doesn't like margin: 0 auto when it's got display:-moz-box. Hence moz styling is not here */
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;

    display: box;
    box-align: center;
    box-pack: center;
}


.ProductThumbImage {
  box-shadow: 0 -1px 2px 0 #D5D5B3;
  
   
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    border-radius:5px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.ProductThumbImage .zoomWindow {
    width: 100%;
    background: none;
}

.ProductThumbImage .zoomWrapper {
    margin: auto;
    border: 1px solid #f4f4f4;
    border-top: none;
}

.PrimaryProductDetails .ProductMain,
.PrimaryProductDetails .productAddToCartBelow {
    float: right;
    width: 380px;
    padding: 0;
}
    .PrimaryProductDetails .productAddToCartBelow {
        padding: 0 0 0 30px;
    }
.PrimaryProductDetails .ProductMain h1 {
    font-size: 18px;
    padding-top: 0;
}
.PrimaryProductDetails h2{
    border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

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

.ProductDescription .ng-binding h2 {color:#ff0000;}

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

.ProductDescriptionContainer {
    line-height: 1.5;
}

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

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

.Right hr {
    margin: 5px 0 0;
}

.Content h3 {
    margin-bottom: 5px;
}

.ComparisonCheckbox {
    float: left;
}

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

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

/* Product Comparisons */
.ComparisonTable {
    width: 100%;
    background:#fff;
    border:1px solid #DDDDBD;
}
.ComparisonTable td {
    vertical-align:top;
    
}
.CompareFieldName {
    width:95px;
    padding:8px 10px 8px 15px;
}
.CompareFieldTop {
    padding:5px;
    text-align:center;
}
.CompareFieldTop a {
    text-decoration:none;
    font-size:10px;
}

#BrandContent #frmCompare  ,
#SearchResultsProduct #frmCompare {
    background: none;
    border-radius: 0;
    box-shadow: none;
display:block;

border:none;
    margin: 0;
    padding: 0px;
}


#HomeRecentBlogs li p {
    margin-bottom: 0;
}

#SearchTabContent,#SearchTabProducts { background:#fff; padding:10px;  border-radius: 0 5px 5px;
-webkit-border-radius: 0 5px 5px;
    -moz-border-radius: 0 5px 5px;
    -khtml-border-radius: 0 5px 5px;
    -o-border-radius: 0 5px 5px;
    
     background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
border-bottom:3px solid #D6D6C5;
    
     }
.CompareFieldTop a:hover {
    text-decoration:underline;
}
.CompareLeft {
    padding:5px 10px 5px 10px;
}
.CompareCenter {
    text-align:center;
    padding:5px;
}
.CompareRating {
    text-align:center;
    padding-top:8px;
    vertical-align:middle;
}
.CompareProductOption {
    margin-left:20px;
    padding-left:5px;
}

.Availability {
    color:gray;
}
.LittleNote {
    color:gray;
    font-size: 0.85em;
}

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

/* General Tables and Carts Table commong styling */
table.General,
table.CartContents,
table.General {
    width: 100%;
    margin: 10px 0;
}

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

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

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


/* Cart Contents Table */
table.CartContents thead tr th,
table.CartContents tr td {
    padding: 10px;
}

.CartContents .ProductName a {
}

.CartContents tfoot .SubTotal td ,
.CartContents tfoot .GrandTotal td
{
    text-align: right;
    font-weight: bold;
    border-top:none;
    color:#666;
}

.ProceedToCheckout {
    text-align: right;
}

.ProceedToCheckout a {

}

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

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

.ProductOptionList input {
    vertical-align: middle;

}

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

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.Field45.quantityInput {
    margin: 0 0 10px;
}


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

/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}
.BrandCloud .small {
    font-size:15px;
}
.BrandCloud .medium {
    font-size:18px;
}
.BrandCloud .large {
    font-size:20px;
}
.BrandCloud .largest {
    font-size:26px;
}
.BrandCloud a {
    padding-right: 5px;
}
.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}
.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}
.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}

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

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    float: left;
    margin: 10px 10px 10px -10px;
}
    
.SubCategoryList a {
    text-decoration: none;
    color:#fff;
}

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

/*background:#2D67A0;*/

background:#E77F19;

}
.SubCategoryList li {
    /*background: none repeat scroll 0 0 #96A630;*/
   /*background: none repeat scroll 0 0 #E77F19;*/
   background: none repeat scroll 0 0 #0068B5;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    float: left;
    margin-right: 5px;
    padding: 6px 10px;
}

.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 {

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

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

 .SortBox option {
    color: #444;
}

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

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}

/*.AddToWishlistLink .wishlist-button:hover{ color: #ABBA44; background: url("../images/megnor/sprite2.png") no-repeat scroll*/

.AddToWishlistLink .wishlist-button:hover{ color: #E77F19; background: url("../images/megnor/sprite2.png") no-repeat scroll -82px -468px transparent;}
.AddToWishlistLink .wishlist-button {
  background: url("../images/megnor/sprite2.png") no-repeat scroll -82px -439px transparent;
  font-size:13px;
    border: 0 none;
    clear: both;
    color: #666666;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 15px;
    text-decoration: none;
}

/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #fff !important;
}


.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-right:5px !important;
    margin-bottom: 7px;
    padding: 0 !important;
    border-color: #ccc !important;
    margin: 2px;
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
    border: 2px solid #000 !important;
    margin:0;
    margin-right: 8px !important;
}

/* Hack to get the strike through working on IE8 */
.productOptionPickListSwatch .outStock .swatchColour,
.productOptionPickListSwatch .outStock .thumbnail {
    position: relative 9;
}

/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../../Classic/images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}


/* Made the container of the label inline-block and gave it a border */
html.javascript .productOptionViewRectangle li {
    zoom: 1;
    *display: inline;
    border: 1px solid #eee;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    margin:0 2px;
    padding:8px !important;
}
html.javascript .productOptionViewRectangle li label    { padding:0 !important;}
.productOptionViewRectangle .list-horizontal .tm-radio    { top:4px;}

html.javascript .productOptionViewRectangle label {
    margin-bottom: 0 !important;
    border: none !important;
}

html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: -10000px;
}

.ShippingProviderList {
    list-style: none;
}

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

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

.KeepShopping {
    width: 180px;
    margin: 10px 0;
    clear: both;
    text-align: right;
}
.KeepShopping a    { text-decoration:underline;}
/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#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;

    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    font-size: 12px;
}

.CurrencyList a:hover .Text {
    text-decoration: underline;
}

.CurrencyList a .Flag {
    margin-top: 4px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}

.CurrencyList a .Text {
    display: block;
  float:left;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    width: 320px;
    padding: 7px;
    float: right;
}

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

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

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

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

.EstimatedShippingMethods {
    text-align: left;
}

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

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

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

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

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

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    margin-bottom: 5px;
    font-size: 14px;
}

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

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

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

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

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

.ExpressCheckoutBlock a.ChangeLink {
    display: none;

}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 250px;
    top: 7px;
    width: auto;
}

.LoadingIndicator {
    margin-left: 10px;
}

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

#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}.SubCategoryListGrid {
    padding: 4px;
}

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

.SubCategoryListGrid li {
    background: none repeat scroll 0 0 #FFFFFF;
   box-shadow:0 -1px 2px 0 #D5D5B3;
    
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -o-border-radius: 7px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
}

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

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

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

.SubBrandListGrid {
    padding: 4px;
}
.SubBrandListGrid li:last-child, .SubCategoryListGrid li:last-child, .SubCategoryListGrid li.RowDivider, .SubBrandListGrid li.RowDivider {
    border: medium none;
    margin: 0;
    padding: 0;
    box-shadow:none;
}
.SubCategoryListGrid img {
    width: 100%;
}
.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
     background: none repeat scroll 0 0 #FFFFFF;
   box-shadow:0 -1px 2px 0 #D5D5B3;
   
    
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;

    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -o-border-radius: 7px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    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 input.Textbox,
#CartEditProductFieldsForm input.Textbox {
    width:181px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}

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

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

.ProductFields {
    margin-bottom: 15px;
}

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

.ProductFields TextArea {
    width:100%;
}

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

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

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

.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.ProductActionAdd {
    display: block;
    margin-top: 5px;
}

.ProductActionAdd a,
.ProductActionAdd strong a {
    
}
.ProductList .ajax_block_product .ProductActionAdd a,.ProductList .ListView .ProductActionAdd a, 
.product-grid .ajax_block_product .ProductActionAdd a,
.product-carousel .ajax_block_product .ProductActionAdd a

{
}
.ProductList .ajax_block_product .ProductActionAdd a:hover,.ProductList .ListView .ProductActionAdd a:hover, 
.product-grid .ajax_block_product .ProductActionAdd a:hover,
.product-carousel .ajax_block_product .ProductActionAdd a:hover

{

}

.TagList {
    margin-top: 20px;
}

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

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

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

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */
.TabNav,
.TabNav li {
   float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.TabNav {
   margin-bottom: 0;
    padding: 6px 0 0;
    width: 100%;
}
.TabNav li         { display: inline; }
.TabNav li a
{
    font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 3px;
    padding: 8px 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}
.ProductDescription, #ProductByCategory, #ProductReviews, .ProductReviews, .ProductsByCategory, .ProductOtherDetails, div.ProductWarrantyContainer.prodAccordionContent {

   box-shadow:0 -1px 2px 0 #D5D5B3;
    
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    border-radius: 0 7px 7px 7px;
   -webkit-border-radius: 0 7px 7px 7px;
    -moz-border-radius: 0 7px 7px 7px;
    -khtml-border-radius: 0 7px 7px 7px;
    -o-border-radius: 0  7px 7px 7px;
    padding: 20px;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
   border-bottom: 3px solid #D6D6C5;
}
.TabNav li.Active a { }
.ProductAddToCart dd.AddCartButton div.BulkDiscount
{
    display: inline-block;
    float:left;
}
.ProductAddToCart .BulkDiscount { clear: both; }

.ProductAddToCart .BulkDiscount input.addtocart_btn 
{ 
    margin: 0px 0; padding:0; border:none; 
    background:url("../images/megnor/sprite2.png") no-repeat scroll -74px -403px #E8E8E8;
     border: medium none;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;

    font-size: 14px;
    padding: 5px 10px 5px 30px;
    text-decoration: none;
    text-transform: capitalize;
    color:#333;
}
.ProductAddToCart .BulkDiscount input.addtocart_btn:hover    { background-color:#D4D4D4;}

.ProductAddToCart dd.A ddCartButton div.BulkDiscount div.BulkDiscountLink { padding-left: 4px; }

#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}
.Content .ProductList.List .ListView {
    background-image: none;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    clear: both;
    display: block;
    float: none;
    margin: 15px 0 0;
    min-height: 0;
    padding: 10px 10px 0px 10px;
    width: auto !important;
}
.Content .ProductList.List .ListView.last_item_tm    { border:none;}

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

#FooterUpper .Column.social {
    float: right;
    width: 150px;
    line-height: 0.2em;
}

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

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

.Content .ProductList.List .ProductDescription {
   box-shadow: none;
    margin-top: 5px;
    padding: 0;
    text-align: justify;
    background:none;
    filter:none;
    border:none;
}

.special_bundle {color:red;font-weight:bold;font-size: 12pt;}

.Content .ProductList .ProductRightCol {

}

.Content .ProductList.List .ListView .ProductCompareButton {
    text-align: left;
    margin-top: 6px;
}


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

/* Custom Fields - Start */

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

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D5D5B3;
    float:left;
    width:100%;
}
    .ProductDetailsGrid .DetailRow:last-child {
        border-bottom: none;
    }

/* Product Details Price */
.ProductDetailsGrid .DetailRow.PriceRow {
    margin: 0;
    padding: 0;
}
.ProductDetailsGrid .ProductPriceWrap .DetailRow {
    padding-bottom: 0;
    margin-bottom: 0;
}
.ProductDetailsGrid .ProductPriceWrap .DetailRow {
    border: 0;
}
.ProductDetailsGrid .DetailRow.PriceRow .Label {
    margin: 0;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value {
    font-size: 24px;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em {
    font-weight: 400;
    letter-spacing: 0;
}

.ProductDetailsGrid .Label {
    margin: 0 8px 0 0;
    width: 120px;
    font-weight: normal;
    float:left;
}

.ProductDetailsGrid .Value {
    display: inline;
    float:left;
    width:250px;
}

.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}

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

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

.ProductOptionList input {
    vertical-align: middle;
}

.BulkDiscount > input {
    border: medium none;
    padding: 0;
}
.ProductPriceWrap {
    margin: 10px 0;
    font-size: 23px;
    border-style: dotted;
    border-width: 1px 0;
    overflow: hidden;
    position: relative;
}
.ProductPriceWrap em {
    font-weight: normal;
}
.ProductPriceWrap .RetailPrice {
    font-size: 12px;
    color: #666;
}
.ProductPriceWrap .RetailPrice .YouSave {
    float: right;
}
#QuickViewProductDetails .ProductPriceWrap .productAttributeRow {
    padding: 0;
    border-bottom: 0;
    clear: none;
}
.ProductAddToCart .AddCartButton    { width:100%; float:none;}

/** Search All Form Result - Start **/
.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;

    margin: 8px 0px;
}

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

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

.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 #ImageScrollNext
{
    background: url("../images/megnor/sprite2.png") no-repeat scroll -36px -8px transparent;
}
#ProductDetails #ImageScrollNext:hover    { background-position:-36px -37px; }
#ProductDetails #ImageScrollPrev
{
    background:url("../images/megnor/sprite2.png") no-repeat scroll -6px -8px transparent;
}
#ProductDetails #ImageScrollPrev:hover    {  background-position:-6px -37px; }

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    border:none;
    margin-top:45px;
    cursor:pointer;
    display: none;
    width:12px;
    height:17px;
}

#ProductDetails #ImageScrollPrev {
    clear:left;
}

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:15px;
    white-space:nowrap;
    width: 90% !important;
    overflow: hidden;
    margin-left: 4px;
    margin-right: 4px;
}

#ProductDetails .ProductTinyImageList ul li {
    border: 1px solid gray;
    display: table-cell;
    float: left;
    height: 30px;
    margin-left: 3px;
    overflow: hidden;
    padding: 2px;
    width: 72px !important;
}

#ProductDetails .ProductTinyImageList ul li .TinyOuterDiv {
    margin: 0 auto;
    width:100% !important;
}

#ProductDetails .ProductTinyImageList ul li div {
    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;
}


.ImageCarouselBox {
    padding-left: 0 !important;
}

.ProductPriceWrap {
    padding: 10px;
}

/* set up the row for css table-like alignment */
.productAttributeList .productAttributeRow {
    margin-top: 0px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px dotted #ccc;
}
    .productAttributeList .productAttributeRow ul,
    .productAttributeList .productAttributeRow ol,
    .productAttributeList .productAttributeRow li:last-child {
        margin-bottom: 0 !important;
    }
    .productAttributeList .productAttributeRow input {
        margin-bottom: 5px !important;
    }

.productAttributeList .required {
    color: #be0303 !important;
}

/* 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;
    }

.productAttributeList ul {
    margin-bottom: 20px;
}
.productAttributeList li {
    margin-bottom: 8px;
}
.productAttributeValue .productOptionPickListSwatch li
{
    display:inline-block !important;
    *display:inline;
    border:1px solid #EEEEEE;
    margin:3px !important;
}
.productAttributeValue .productOptionPickListSwatch li .tm-radio    { top:7px; right:4px;}
.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}
    .productOptionViewProductPickListWithImage .scrollContainer {
        max-height: 160px !important;
    }
.productOptionViewProductPickListWithImage td {
    padding: 10px 5px !important;
    border-bottom: 1px dotted #e0e0e0;
    vertical-align: middle !important;
}

.productOptionViewRectangle .option.selectedValue {
    background: #D9D8D8 !important;
}

.productOptionViewRectangle .option label {
    padding: 3px 15px !important;
}
/* Gave the container a relative position to hold the absolutely positioned strike through image and made it 50% transparency */
    .productOptionViewRectangle .option label.outStock {
        position: relative;
        opacity: .5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        *zoom: 1;
    }
    /* Added a background strike through background image, a white border and gave 50% transparency for out of stock rectangle select labels */
    .productOptionViewRectangle .option label.outStock span:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../../Classic/images/out-of-stock-bg.png") center no-repeat;
    }
    /* Gave a background colour to selected out of stock rectangle selects and removed transparency */
    .productOptionViewRectangle .option.selectedValue label.outStock {
        background-color: #D9D8D8 !important;
        opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        *zoom: 1;
    }
    .productOptionViewRectangle .option label .name {
        line-height: 19px;
    }


/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span,
.productOptionViewProductPickList .outStock span,
.productOptionViewProductPickListWithImage .outStock span {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
}

/* Removes transparency of out of stock lists and radio selects */
.productOptionViewRadio .selectedValue .outStock span,
.productOptionViewProductPickList .selectedValue .outStock span,
.productOptionViewProductPickListWithImage .selectedValue .outStock span {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    *zoom: 1;
}

.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
  padding-left: 28px !important;
}

.productOptionViewProductPickList input,
.productOptionViewRectangle input,
.productOptionViewRadio input {
    margin-top: 4px !important;
    margin-left: -29px !important;
}

.TinyOuterDiv {
    border-width: 0 !important;
}

/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

#VideoList li {
    float: left;
    list-style: none;
    padding: 10px;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    margin-bottom: 4px;
}

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

.videoRow img {
    float: left;
}

.videoRowTitle {
    font-weight: bold;
    overflow: hidden;
    width: 146px;
    float: left;
    white-space: nowrap;
    text-overflow:ellipsis;
}

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

.VideoOverlay {
    background: url('../../Classic/images/VideoOverlay.png')center center no-repeat;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}


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

.VideoPreviewSize {
    width: 146px;
    height: 115px;
}

.videoRowLength {
    padding-left: 4px;
}

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

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
}

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

#VideoContainer {
    padding: 10px;
}

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: bold;
}

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

.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;
}


/* Add to cart modal */
#fastCartWrapper {
    padding: 0;
}
#fastCartContainer .ProductList .ProductImage {
    width: 205px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fastCartTop {
    padding: 0;
}
.fastCartProdLink {
    margin-bottom: 20px;
}
.fastCartContent {
    width: auto;
}
.fastCartContent .ProductList .ajax_block_product {
    width:250px;
}
.fastCartContent .ProductList .ajax_block_product  .ProductImage img    { width:100%; height:auto;}
/*.fastCartContent .ProductList li {
    width: 120px !important;
}*/
/*.fastCartContent .ProductList .ProductImage img {
    height: 120px !important;
}*/
.fastCartItemBox {
    padding: 0;
    margin-left: 40px;
    width: 234px;
}
.fastCartItemBox h2 {
    font-size: 11px;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartProd {
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartSummaryBox {
    max-width: none;
    width: 207px;
    padding: 28px;
    max-width: auto;
    padding: 20px;
}
.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions {
    padding: 0 30px;
}
.fastCartSummaryBox .CheckoutButton a {
    margin-bottom: 20px;
}
.fastCartSummaryBox .subtotal {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .ProductPrice {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .CartActions {
    margin-top: 15px;
}
.fastCartSummaryBox .ProductPrice {
    font-size: 22px;
    font-weight: normal;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
    overflow:hidden;
}
.fastCartBottom h3 {
    padding: 10px 0;
    font-size: 19px;
    border-width: 1px 0;
    text-transform: uppercase;
}/*
#fastCartSuggestive {
    margin-left: -76px !important;
}*/
.ToggleSearchFormLink {
    margin: 8px 5px 0 0;
}

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

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

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

.PinterestButtonContainer {
    text-align: left;
}

/* Modal
....................................................................... */
#ModalContainer {
    border: 5px solid;
}
#ModalContentContainer,
#ModalTitle,
.ModalTitle {
    -moz-border-radius: 10px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.ModalTitle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 45px;
    background:#F6F6EB !important;
}
.ModalContent {
    padding: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 896px; /*755px; 460px; !important;*/
    color: #666 !important;
    background:url("../images/megnor/bodybg2.jpg") repeat scroll 0 0 transparent !important;
}
#ModalContent .ProductActionAdd a,.ModalContent .ProductActionAdd a,#ModalContent .ProductActionAdd a:hover,.ModalContent .ProductActionAdd a:hover{color:#fff !important; }
#ModalContent a, .ModalContent a { color:#666 !important;}

/*#ModalContent a:hover, .ModalContent a:hover{    color: #ABBA44 !important;}*/

#ModalContent a:hover, .ModalContent a:hover{    color: #E77F19 !important;}
.modalContainer {
    width: 875px !important;
    margin-left: -434px !important;
}
#fastCartContainer,
#QuickViewContent {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
}
.modalClose {
    padding-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    top: 15px !important;
    right: 10px !important;
    text-align: left !important;
    text-indent: -999em !important;
    background: url('../../Classic/images/close.gif') no-repeat !important;
}

#fastCartContainer .ProductDetails {
    height: 40px;
}

/* 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 {
}
#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
}
#prodAccordion .Block.current {
}
#prodAccordion .Block h2,
#prodAccordion .Block.current h2 {
    font-size: 1.2em;
    padding: 8px 15px 8px 10px;
    margin: 0;
    cursor: pointer;
}
#prodAccordion .Block h2:hover {
    text-decoration: underline;
}
#prodAccordion .Block:last-child {
}
.prodAccordionContent {

  
}
.current .prodAccordionContent {
    display: block;
}


/* Account Menu (horizontal)
....................................................................... */

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

    margin: 0;
}


/* Tabcontent
....................................................................... */
#tabcontent {
    overflow: hidden;
}

#tabcontent .photo {
    width: auto;
    margin-right: 20px;
}


/* Gift Certificate
....................................................................... */
#SideAccountMenu .BlockContent,
#GiftCertificatesMenu .BlockContent {
    margin: 0;
}
#SideAccountMenu li,
#GiftCertificatesMenu li {

}
#frmGiftCertificate {
    margin-top: 15px;
}
.GiftCertificateThemeList br {
    display: none;
}
.GiftCertificateThemeList  label {
    display: block;
    margin-bottom: 5px;
}
#frmGiftCertificate .Submit input[type="submit"] {
  border: 0 none;
  display: inline-block;
  margin:0 5px 5px 0;
}
#frmGiftCertificate .Submit input[type="button"] {
}
.ExpressCheckoutContent  #ChooseShippingAddress { box-shadow: none; padding:0; background:#fff; filter:none; border:none;}

.Block.Moveable.Panel.PurchaseGiftCertificate,#GiftCertificateIntro,#CheckGiftCertificateBalance ,.YourAccount,#AccountInbox,#AccountOrderStatus
,#AccountOrders,#ChooseShippingAddress,#WishLists,#EditAccountForm,#AccountRecentItems,#WishListItems,#PageContent,#BrandContent,#SitemapContent .BlockContent
,#NewsContent  .BlockContent,#pageerror .BlockContent{
 
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 -1px 2px 0 #D5D5B3;
     
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    padding-left: 25px;
    padding-right:15px; 
    padding-top:15px;
    padding-bottom:15px;
    overflow:hidden;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
   border-bottom: 3px solid #D6D6C5;
}
/* Shopping cart    
....................................................................... */
#CartContent {
    padding: 0;
}

.CartCode {
    margin: 10px 0;
    padding: 0;
    border:none !important;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDBD;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    float: left;
    padding: 10px;
    width: 340px;
}
.CartCode .CouponCode .CouponCode    { border:none; padding:0;}
.CartCode .GiftCertificate {
   margin-left: 10px;
}
.CartCode input[type="submit"] {
   padding-bottom: 2px !important;
    padding-top: 4px !important;
}
.CartContents .GrandTotal {
    font-size: 15px;
}
.CartUpdateBtn {
    margin-right: 10px;
}

#CartContent .AlternativeCheckout {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
#CartContent .AlternativeCheckoutOr {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}
#CartContent .CartContents .CartThumb img    { width:100px; height:80px; border:1px solid #DDDDBD; padding:1px;}
#CartStatusMessage    { float:left; width:100%; clear:both;}
/* Wish List Form
....................................................................... */
#WishListEditFrom form{
    margin-top: 20px;
}

#WishListEditFrom label {
    margin-left: 10px;
}
.header h1,
.header h2,
.header h3 {
    float:left;
}

.header .actions
 {
    float:right;
}

#WishLists .header,
#ChooseShippingAddress .header{
    margin-bottom:15px;
}

#wishlistsform .action {
    text-indent: -9999px;
    padding-left: 50px;
}

#wishlistsform .action a {
    width:20px;
    height:20px;
    float:left;
    margin-left:5px;
}



/* Footer Menu
....................................................................... */
#Menu ul {
    margin: 0;
}
#Footer #Menu ul {
    margin:0;
    width: 100% !important;
}
#Menu li {
    display: inline;
}

#Footer #Menu li a {
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    height: auto;
    line-height: 14px;
    margin-left: 10px;
    padding: 0 0 0 10px;
    text-decoration: none;
}
#Footer #Menu li a:hover {
  /*color: #ABBA44;*/
     color:#E77F19;
}

#currency-chooser .currencies:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 79px;
}

#Footer #Menu li.First a{
    padding: 0;
    margin: 0;
    border-left: 0;

}
#Footer #Menu ul ul {
    display: inline-block;
    padding: 0;
    border: 0;
}
#Footer #Menu ul ul li:before {
    content: '|';
    padding: 5px;
}

/* Header Menu */
#Header #HeaderLower-Inner #SideCategoryList {
    display: inline-block;
    float:left;
}
#Header #Menu .First {
    display: none;
}

/* My Account menu
#SideAccountMenu li {
    border: 0;
}
#SideAccountMenu li:first-child {
    border: 0;
}
#SideAccountMenu li:last-child {
    border: 0;
}
#SideAccountMenu h2 {
    display: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
} */


/* Pagination */
.CategoryPagination {
    display: inline-block;
    float: right;
    margin: 0 0 7px;
    white-space: nowrap;
}
.CategoryPagination .PagingList {
   display: inline-block;
    float: right;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
}
.CategoryPagination .PagingList li:first-child {
    display: none;
}
.CategoryPagination .PagingList li.ActivePage {
   
}
.CategoryPagination .FloatLeft {
    margin-right: 5px;
}
.CategoryPagination .FloatRight {
 
}
.CategoryPagination .FloatLeft a,
.CategoryPagination .FloatRight a {
  border: 1px solid #D1CCAE;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    padding: 4px 8px;
    text-indent: -9999px;
    width: 9px;
}
.CategoryPagination .FloatLeft a {
    background-color: #FFFFFF;
    background-image: url("../images/megnor/sprite2.png");
    background-position:-1px -321px;
    display: block;
}
.CategoryPagination .FloatLeft a:hover {background-position: -1px -348px; }
.CategoryPagination .FloatRight a:hover {   background-position: -30px -348px;}
.CategoryPagination .FloatRight a {
    background-color: #FFFFFF;
    background-image: url("../images/megnor/sprite2.png");
    background-position: -30px -321px;
    display: block;
}
.CategoryPagination li {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1CCAE;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 4px 8px;
}



#frmCompare {

    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 -1px 2px 0 #D5D5B3;
    
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    margin: 0px 0;
    padding: 15px 15px 15px;
    clear: both;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
   border-bottom: 3px solid #D6D6C5;
}
.PagingBottom {
    margin-top: 10px;
}

#fastCartContainer .ProductList{
/*    width:1200px !important;
    overflow:hidden !important;
    margin:10px 0 0 -52px !important;*/
     background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 -1px 2px 0 #D5D5B3;
     
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    float: left;
}


.ProductReviewFormContainer dt {
    width: 100%;
    clear: both;
    margin: 15px 0 10px;
}

.ProductReviewFormContainer dd {
    margin: 0 0 10px;
}

.ProductReviewFormContainer .Field400 {
    width: 430px;
}

#revrating {
    width: 230px;
    background: #fff;
}
#CompareContent        { overflow:auto;}
.compare_page #LayoutColumn2    { width:100%;}


@media screen and (max-width:767px){
   a {
    font-weight: normal;
    text-decoration:none;
    color:#000;
    font-size: 15px;
   }

/*table {max-width:760px;}*/

#CartContent .CartContents .CartThumb img {
   width:25px; height:25px; border:0px solid #f0f;
   }

/* Cart Contents Table */
/*
   table.CartContents thead tr th,
   table.CartContents tr td {
    padding: 1px;
    width: 200px;
    font-size: 11px;
}
table.CartContents thead tr th,
   table.CartContents tr td a {
    font-size: 10px;
}
*/
/*a:hover    { color:#ABBA44; }*/

a:hover    { color:#E77F19; }
   #HeaderUpper { /* Contains Topmenu and Search */
      float:right !important;
      display: inline-block !important;
   }

/* General Tables and Carts Table commong styling */
/*
table.General,
table.CartContents,
table.General {
    width: 250px;
    margin: 0px;
  
 }
*/

  .ProductPrice, .leftProductList em, .ProductList em {
    color: #e77f19;
    font-family: "Droid Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
  }

}


@media screen and (max-width: 480px){
   #commercial iframe{
     width:250px;
     height:200px;
     margin-left:-26px;
     margin-top:-20px;
   }
/*  .unstarted-mode:not(.playing-mode) .ytp-cued-thumbnail-overlay:not([aria-hidden="true"]), .ended-mode .ytp-cued-thumbnail-    overlay:not([aria-hidden="true"]) {
    cursor: pointer;
    width: 200px;
}
*/
  .ytp-thumbnail-overlay {
    background-position: left left;
    background-repeat: no-repeat;
    background-size: 100px;
    height: ;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0s;
    width: 200px;
    z-index: 12;
   }
   a {
    font-weight: normal;
    text-decoration:none;
    color:#000;
    font-size: 12px;
   }
   p {
    margin-bottom: 1px;
     font-size: 13px;
}
   /*table {max-width:300px;}*/
  #CartContent .CartContents .CartThumb img {
   width:22px; height:22px; border:0px solid #f0f;
   }
   /* Cart Contents Table */
   table.CartContents thead tr th,
   table.CartContents tr td {
   padding: 1px;
   width: 200px;
   font-size: 11px;
/*display: inline-table;*/
   }
#CartContent .AlternativeCheckout {
    clear: both;
    float: none;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-top: -10px;
}
table.CartContents thead tr th,
   table.CartContents tr td a {
    font-size: 10px;
}
   /*a:hover    { color:#ABBA44; }*/
   a:hover    { color:#E77F19; }
  #HeaderUpper { /* Contains Topmenu and Search */
      float:right !important;
      display: inline-block !important;
   }
/* General Tables and Carts Table commong styling */
/*table.General,
table.CartContents,
table.General {
    width: 250px;
    margin: 0px;
 }
/* mike's code to resize image in shopping cart */
.ProductPrice, .leftProductList em, .ProductList em {
    color: #e77f19;
    font-family: "Droid Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
  }
    .Textbox,
    select,
    textarea,
    input {
      margin-right: -20px;
      padding: 5px;
      font-size: 12px;
      border:1px solid #DDDDBD;
      font-family: 'Varela Round',Arial,Helvetica,sans-serif;
  }

  .btn {
    display: inline-block;
    margin: 0 5px 40px 35px;
  }

  table iframe {
      max-width: 275px;
      margin-left: -5px;
      padding:0px;
   }
  .calendar-container {
    font-family: Arial,sans-serif;
    font-size: small;
    width: 300px;
  }
  #calendarTitle {
    font-family: Arial,sans-serif;
    font-weight: bold;
    padding-left: 12px;
  }
}


/* =================================== Custom Css (27-11) ======================*/
/* Common Css */
.Header-Inner,.headertopinner,
#Outer-Inner,
#HeaderLower-Inner,
#Footer-Inner .Center,
.Footer_bottom_inner,
.Responsive_Menu
{ width:980px; margin:0 auto;}

.fullwidth    { width:980px !important; margin:0 auto;}

#LayoutColumn1    { float:left; width:220px;}
#LayoutColumn2    { float:right; width:750px; margin:0;}


.Header-Inner     { position:relative; }
#currency-chooser
{
    margin:10px 0 0;
    float: left;
    position:relative;
   
}  

/* Header Cart */
.header-cart
{
    clear: both;
    float: right;
    margin: 5px 0 0;
}
.CartLink    .viewcart    { display:inline-block;}
.header-cart li.CartLink a    
{
   /* background:url("../images/megnor/sprite2.png") no-repeat scroll -64px -14px #96A630; */
    background:url("../images/megnor/sprite2.png") no-repeat scroll -64px -14px #E77F19;
    border:2px solid #DEDED5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 6px 6px 3px 35px;
    float:left;
    color:#fff;
}
.header-cart li.CartLink a:hover    
{ 
    
}
.header-cart ul { margin:0;}
.header-cart ul li    {list-style:none; margin:0;}
.Content_slider      { clear:both; margin:0 0 7px 0;}

/* Left/Righ Column Setting */
.Left #SideCategoryList,
.Right #SideCategoryList
{
    clear: both;
    margin-bottom: 10px;
    float:left;
    width:100%;
    position:relative;
  
    
    
    
    
     background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #D6D6C5;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 -1px 2px 0 #D5D5B3;
     
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
  
}

/* Side Category  */
#LayoutColumn1 .CategoryList h2,
#LayoutColumn3 .CategoryList h2
{
    display:block;
}

#LayoutColumn1 .CategoryList ul li,
#LayoutColumn3 .CategoryList ul li    { text-transform:capitalize !important; padding:5px 0 !important;}

.Left .CategoryList ul ,.Right .CategoryList ul    { width: auto; }
.Left .CategoryList li ,.Right .CategoryList li
{
    width: auto;
    float: none;
}
.Left .CategoryList  .sf-sub-indicator,.Right .CategoryList  .sf-sub-indicator ,
.Right .CategoryList  .sf-sub-indicator,.Right .CategoryList  .sf-sub-indicator
{
    display: none;
}

.Left .CategoryList .SideCategoryListFlyout .sf-menu li ul,
.Left .CategoryList .SideCategoryListFlyout .sf-menu li ul li ul,
.Right .CategoryList .SideCategoryListFlyout .sf-menu li ul,
.Right .CategoryList .SideCategoryListFlyout .sf-menu li ul li ul
{ display:none;}


.Left .CategoryList .SideCategoryListFlyout li a.sf-with-ul,
.Right .CategoryList .SideCategoryListFlyout li a.sf-with-ul  
{
    background:url("../images/megnor/sprite2.png") no-repeat scroll 98% -258px transparent;
}


.Left .CategoryList .SideCategoryListFlyout li ul,
.Right .CategoryList .SideCategoryListFlyout li ul
{
    position: absolute;
    top: 5px !important;
    left: 200px !important;
    background: #fff !important;
    border: 1px solid #E5E5E5 !important;
    padding: 0 5px !important;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
}
.Left .CategoryList .SideCategoryListFlyout li ul ul,
.Right .CategoryList .SideCategoryListFlyout li ul ul
{
    top: -2px !important;
    left: 185px !important;
}

.Left .CategoryList .SideCategoryListFlyout li ul li,
.Right .CategoryList .SideCategoryListFlyout li ul li
{
    padding: 0 20px !important;
    height: auto;
    margin: 0 !important;
}
.Left .CategoryList .SideCategoryListFlyout li ul li a,
.Right .CategoryList .SideCategoryListFlyout li ul li a
{
    display: block;

    line-height: 20px;
    height: auto;
    padding: 0px 5px !important;
    width: 170px;
    text-decoration: none;
}


#product_list li .product-block,
.product_list li .product-block,
.product-carousel .product-block
{

    
    
    border: 1px solid #E5E5E5;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 5px 1px -2px #DADABA;
    
      -moz-box-shadow: 0 5px 1px -2px #DADABA;
-webkit-box-shadow: 0 5px 1px -2px #DADABA;
-o-box-shadow:0 5px 1px -2px #DADABA;
    clear: both;
    margin: 10px;
    overflow: hidden;
    padding: 0px;
    
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */


}

#product_list li .product-block:hover,
.product-carousel .product-block:hover,
.product_list li .product-block:hover
{

    overflow:hidden;
    clear:both;
}

#HeaderLower-Inner    { background:#FFF; }
.Responsive_Menu    {display:none;}    
.menu,.Responsive_Menu .SideCategoryListFlyout    
{
    
    float:left;
    width:100%;
    background:url("../images/megnor/menu_bg4.jpg") repeat-x scroll 0 center #0068B5;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position:relative;
    height:49px;
}

/* Responsive Menu */
.MobileMenu .main-but    { width:100%; cursor:pointer; height49px; }
.MobileMenu a
{
    font-size: 13px;
    text-align: left;
    width: 97%;
    display:block;
    height: auto;
    padding: 2px 8px;
    margin: 2px 5px 0 0;
    color:#FFF;
}

.tm_mobilemenu_text        { float:left;}
.tm_mobilemenu_img
{
    background: url("../images/megnor/sprite2.png") no-repeat scroll -65px -188px transparent;
    float: right;
    height: 18px;
    width: 28px;
    margin:18px 10px 0 0;
}
.Active .tm_mobilemenu_img    { background-position:-65px -206px ;}
.MobileMenu ul.ResponsiveCat-list
{
    padding:0;
    margin:0;
    display:none;
    position:absolute;
    z-index:959;
    top:47px;
    width:100%;
}

#Responsive_TopMenu li,.MobileMenu li    { list-style:none; width:auto !important;padding:3px;}

.MobileMenu li .hitarea
{
    background: url("../images/megnor/sprite2.png") no-repeat scroll -61px -230px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 17px;
    margin: 2px 10px 0 0;
    width: 17px;
   
    position:absolute;
    right:0;
}
.MobileMenu li .collapsable-hitarea    
{
    background: url("../images/megnor/sprite2.png") no-repeat scroll -84px -230px transparent;
    cursor:pointer;
}

#Responsive_TopMenu    { position:relative; display:none;}
.topmenutoggle_img    
{
    background: url("../images/megnor/Top_Menu.png") no-repeat scroll center center transparent;
    height:20px;
    margin:0 auto;
    cursor:pointer;
    padding:8px 0;
}
#Responsive_TopMenu ul
{
    padding:0;
    margin:0;
    background:none repeat scroll 0 0 #fff;
    width:100%;
    display:none;
    position:absolute;
    z-index:959;
    color:#666;
    top:43px;
}

#Responsive_TopMenu_ul a    { color:#FFF}
.Left .mobile_togglecolumn,
.Right .mobile_togglecolumn,
.toggle .mobile_togglemenu 
{
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right 0px transparent;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    position:absolute;
    top:0;
    right:4px;
    width: 100%;
}

.active .mobile_togglemenu ,.Left .active .mobile_togglecolumn  { background-position: right -52px; }
#SearchForm_Reponsive    { display:none;}

.grid_default_width { width:250px;}

.bestseller_default_width,    
.featured_default_width,    
.latest_default_width,
.special_default_width,.wishlist_default_width,
.recentlyview_default_width,
.brand_default_width
{ width:250px;}
.top_button {
    background: url("../images/megnor/back_to_top2.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 35px;
    width: 35px;
}


#featured-products_block_center ,#SideTopSellers,#HomeNewProducts,#SideProductRecentlyViewed,#HomeSaleProducts,#SimilarProductsByCustomerViews{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 -1px 2px 0 #D5D5B3;
     
      -moz-box-shadow: 0 -1px 2px 0 #D5D5B3;
-webkit-box-shadow: 0 -1px 2px 0 #D5D5B3;
-o-box-shadow: 0 -1px 2px 0 #D5D5B3;
    overflow:hidden;
    padding:10px 15px 10px;
    
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 90%, #f6f6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#ffffff), color-stop(100%,#f6f6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 90%,#f6f6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 90%,#f6f6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6eb',GradientType=0 ); /* IE6-9 */
    border-bottom: 3px solid #D6D6C5;
  
}

#featured-products_block_center    { position:relative;}
#featured-products_block_center    ul 
{ margin:0; padding:0; list-style:none;}

#featured-carousel .slider-item    { width:185px;}
div#fancy_outer    { z-index:959 !important;}

/*NOTE (11/20/2014 - Chuck): //cdn11.bigcommerce.com/r-2b5da000bcac2ce142e099ba8093da276f6d40a0/themes/Classic for the image resource paths were changed to ".." to link to the assets correctly */