/* Global Reset */
*{
    margin: 0;
    padding: 0;
    outline: none;
}
/* General */
body {
   font-family: 'segoe_uiregular';
   font-size: 15px;
   line-height:auto!important;
   height: 100%;
}

/* typography */
@font-face {
    font-family: 'segoe_uiregular';
    src: url('../fonts/segoe_ui-webfont.eot');
    src: url('../fonts/segoe_ui-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe_ui-webfont.woff') format('woff'),
         url('../fonts/segoe_ui-webfont.ttf') format('truetype'),
         url('../fonts/segoe_ui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neuelight';
    src: url('../fonts/helveticaneue-light-webfont.eot');
    src: url('../fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-light-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-light-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-light-webfont.svg#helvetica_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'skiaregular';
    src: url('../fonts/skia-webfont.eot');
    src: url('../fonts/skia-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/skia-webfont.woff') format('woff'),
         url('../fonts/skia-webfont.ttf') format('truetype'),
         url('../fonts/skia-webfont.svg#skiaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* clear fix */
.cf:before, .cf:after { content:""; display:table;font-weight:normal;font-style:normal;}
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }


@media screen and (-webkit-min-device-pixel-ratio:0) {
#SaveCertificate{
    padding-left:10px!important;
}

.CartCode .CouponCode input[type="submit"]{
    background:#CAD592;
    border:none;
    color: #222222;
    font-family: segoe_uiregular;
    font-size: 14px;
    letter-spacing: 0;
    padding:9px 22px;
    text-decoration: none;
    height:37px;
}
.CartCode .CouponCode input[type="submit"]:hover{
   color:#ffffff;
}
.CartCode .GiftCertificateCode input[type="submit"]{
    background:#CAD592;
    border:none;
    color: #222222;
    font-family: segoe_uiregular;
    font-size: 14px;
    letter-spacing: 0;
    padding:9px 22px;
    text-decoration: none;
}
.CartCode .GiftCertificateCode input[type="submit"]:hover{
   color:#ffffff;
}
}

input,
select,
textarea {
    font-family: 'segoe_uiregular';
    font-size: 12px;
}
.Textbox,
select,
textarea {
    padding: 7px 5px;
}
input {
    padding: 2px;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
    outline:none;
}
h1,
h2,
h3,
.TitleHeading,
.slide-text,
#HeaderLower li,
.ProductActionAdd,
.ProductDetailsGrid .DetailRow.PriceRow .Value,
.QuickViewBtn,
.btn,
.fastCartSummaryBox .ProductPrice,
.ProductPriceWrap {
    font-family: 'segoe_uiregular';
    letter-spacing: 0px;
    text-shadow: 0 0 1px transparent;
}

h1,
h2,
h3,
.TitleHeading {
    font-size:14px;
    line-height:16px;
    font-family: 'segoe_uiregular';
    font-weight:normal;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

h1{
    font-size:30px;
    font-family: 'segoe_uiregular';
    margin: 0 0 10px 0;
}

.marg0{
    margin-top:0px!important;
}
.gifttitle{
    font-family: 'segoe_uiregular';
    font-size: 27px;
    font-weight: bold !important;
    letter-spacing: 0;
    padding-left: 14px;
}
.padding10{
    padding-left:10px!important;
}
.FeaturedProducts h2 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
    display:none;
}
#HomeFeaturedProducts .ProductList li {
    margin:0 0 20px 13px;
}
h3 {
    font-size:14px;
    line-height:16px;
    font-family: 'segoe_uiregular';
    font-weight:normal;
    margin-bottom: 6px;
}
h4 {
    font-size:14px;
    line-height:16px;
    font-family: 'segoe_uiregular';
    font-weight:normal;    
    margin-bottom: 4px;
}
img,
img a {
    border: 0;
}
ul,
ol {
    margin: 0 0 10px 30px;
    list-style:none;
}
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;
}
.AccountLogin .HorizontalFormContainer dt{
    font-weight:normal!important;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 175px;
    float: left;
    clear: left;
    font-family: 'segoe_uiregular';
    font-weight: bold;
    padding-top: 7px;
    text-align: right;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 180px;
    margin-bottom: 15px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
    margin:0 0 28px 180px
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}

/* Page Containers */
.text{
    border-top: 1px solid #CCCCCC;
    color: #444444 !important;
    margin: 0 20px;
    padding: 20px 0;
}
#PageContent{
    padding:0 12px;
}
#Container {
    width: 1010px;
    margin:0 auto;
    background:#fff;
    padding:0 10px;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    margin:0 auto;
}

/* Top Navigational Menu */
#TopMenu {
    float: left;
    padding: 0;
    margin:0;
}
#TopMenu ul {
    padding:0 22px; 
    margin:0;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin:0 16px 0 0;;
    padding:12px 0 13px 0;
}

#TopMenu li a,
#TopMenu li div {
    display: block;
    text-decoration: none;
    font-family: 'segoe_uiregular';
    font-size:12px;
    line-height:14px;
    font-weight:500;
    text-transform: uppercase;
    color:#ffffff;
    margin:0;
    padding:0;

}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}
#TopMenu li a:hover {
    text-decoration: underline;
}


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
    width:1010px;
    padding:0;
}
#Wrapper {
    clear: both;
    width: 1010px;
    padding:0;
    margin:0;
    background:#FFF;
    min-height:530px;   
}

/* Default Category */
.home .Block{
    margin-bottom:0px!important;
}
.Category{
    width:1010px;
}
.Category ul{
    list-style:none;
    margin:0;
    padding:0;
}
.Category li{
    float:left;
    width:295px;
    padding:12px 18px 12px 18px;    
    min-height:120px;
    height:auto;
    margin:0;
}
.Category li:after, .Category li p:after {
    content:'';
    display:block;
    clear: both;
}
.Category li img{
    display:block;
    float: left;
    text-align: center;
    vertical-align: middle;
    width:auto;    
    max-height: 100px;
    max-width: 100px;   
    margin-right:25px;
    margin-top: 10px;
}
.Category li p{
    word-wrap: break-word;
    float: left;
    width: 175px;
    min-height: 50px;
    font-size:13px;
    line-height:15px;
    font-family: 'segoe_uiregular';
    color:#000000;
    text-align:left;

}
.Category li h2{
    margin:0 0 5px 0;
    padding: 0;
    font-size:18px;
    line-height:20px;
    font-family: 'segoe_uiregular';
    color:#000000;
    text-align:left;
    width:100%;
    text-transform:none;
}

/* Category description */
.catdesc{
   border:1px solid #d6d6d6;
}
.catdesc h1{
   padding:23px 0 0 0; 
   text-transform:none;
}
.catdesc img{
   float:left;
   display: block;
   max-height:180px;
   max-width:260px;
   text-align:left;
   vertical-align: middle;
   width: auto;
   height:auto;
   padding:20px 35px 0 25px;
   margin:0 0 20px 0;
}
.catdesc p{
    font-family: 'segoe_uiregular';
    font-size: 15px;
    line-height: 17px;
    text-align: left;    
    word-wrap: break-word;
    padding:0 110px 0 0;
}
/* End Default Category */

/* Header */
.col1 ul {
    width: 227px!important;
}
.col2 ul {
    width: 454px!important;
}
.col3 ul {
    width: 681px!important;
}
.col1 .li_group,.col2 .li_group, .col3 .li_group {
    float: left;
    display: block;
    width: 227px!important;
}
#CategoryHeading .TitleHeading{
   display:none;
}

#Header {
    position: relative;    
    width:100%;    
}
#HeaderUpper { 
    background:#cfcf50;    
    width:1030px;
    margin-left:-10px;    
}
#HeaderLower {
    float: left;
    width:100%; 
    padding:7px 0 9px 0;
    border-bottom:1px solid #CAD592;
}
#HeaderLower .CategoryList h2{
   display:none;
}

/* Main Categories Menu */
#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    color:#222222;
    font-family:'segoe_uiregular';
    font-size:16px;
    letter-spacing:0;
    line-height:18px;
    margin:0;
    padding:11px;
    width:auto;
}
#HeaderLower #SideCategoryList li a, #HeaderLower #SideCategoryList .sf-menu li a{
    color:#222222;
    font-family:'segoe_uiregular';
    font-size:17px;
    font-weight:500;
    letter-spacing:0;
    line-height:18px;
    margin:0;
    padding:11px;
}
#HeaderLower #SideCategoryList li ul,#HeaderLower #SideCategoryList .sf-menu li ul{
   width:970px !important;
}
#HeaderLower #SideCategoryList li ul li, #HeaderLower #SideCategoryList .sf-menu li ul li{
    background:url(../images/R_Arrow.png) no-repeat left center;
    width: 255px;
}

#HeaderLower #SideCategoryList li ul li a, #HeaderLower #SideCategoryList .sf-menu li ul li a{
    color: #000000;
    font-family: 'segoe_uiregular';
    font-size: 16px;
    letter-spacing: 0;
    line-height:18px;
    margin:0;
    padding:10px;
    width: 220px;    
    border-bottom: 1px solid #fff;
}
#HeaderLower #SideCategoryList li ul li a:hover, #HeaderLower #SideCategoryList .sf-menu li ul li a:hover{
   color:#000000;
   text-decoration:underline;
}
#HeaderLower #SideCategoryList li ul li a.active{
   background:none;
}

/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
    padding: 0;
    margin: 0;
}
#SideCategoryList h2 a{
    color:#4d4b14;
    padding:6px 25px 0 0px;
    font-family: 'segoe_uiregular';
    font-size:16px;
    line-height:18px;
    font-weight:bold;
    text-transform:none;
    background:url(../images/DownArrow.png) no-repeat right 15px;
} 
#SideCategoryList h2 a.Rightarrow{
   background:url(../images/RightSideArrow.png) no-repeat right 10px;
}

#SideShopByBrand .BlockContent, #SideShopByBrand{
    margin:0px!important;
}
.Left #SideShopByBrand h2 a{
    color:#4d4b14;
    padding:6px 25px 0 0px;
    font-family: 'segoe_uiregular';
    font-size:16px;
    line-height:18px;
    font-weight:bold;
    text-transform:none;
    background:url(../images/DownArrow.png) no-repeat right 15px;
}
#SideShopByBrand h2 a.Rightarrow{
   background:url(../images/RightSideArrow.png) no-repeat right 10px;
}
.Left #SideShopByBrand ul li {
    float: left;
    width: 180px; 
    margin:0;
    padding:0;
}
.Left #SideShopByBrand ul li a{
    color:#7fa5a5;
    display:block;
    padding:6px 0 6px 0px;
    font-family: 'segoe_uiregular';
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
.Left #SideShopByBrand ul li a:hover, .Left #SideShopByBrand ul li a:active{
   text-decoration: none;
   color: #f4af51;
}
.Left .SubBrandList{
    padding:0px;
}
.Left #SideShopByBrand .SubBrandList li{
    margin-bottom:0px;
    padding-left:0px;
}
.Left #SideNewProducts li{
    width:180px;
    margin:10px 15px;
    padding:0;
}
.Left #SideNewsletterBox{
    width:180px;  
    margin:0;
    padding:0;
}
.Left .NewsletterSubscription h2{
    width:180px;
    display:block;
    float: left;
    color: #f4af51;
    font-size: 21px;
    line-height: 23px;
    font-family: 'open_sansbold';
    vertical-align: middle;
    padding:0;
    text-transform: none;   
}
.Left .NewsletterSubscription input[type="text"]{
    width: 150px;
    font-size: 21px;
    clear: both;
    color: #1e293d !important;
    font-family: 'segoe_uiregular';
    font-size: 14px;
    border: 1px solid #a3a3a3;
    margin: 0;
    padding: 7px 8px;
}

.Left .subscribe_form li{
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

#SideCategoryList ul,
#SideCategoryList .sf-menu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
#SideCategoryList li,
#SideCategoryList .sf-menu li {
    float: left;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}
.Left #SideCategoryList li,.Left #SideCategoryList .sf-menu li{
    width:100%;
}

.Left #SideCategoryList .sf-menu li ul li:first-child{
    border-top:0px none!important;
}
#HeaderLower #SideCategoryList li:hover, #SideCategoryList .sf-menu li:hover{
    background:url("../images/menuhover.png") no-repeat left top;    
}

#HeaderLower #SideCategoryList li a.active,#HeaderLower #Menu #SideCategoryList .sf-menu li.ActivePage a.active{
   background:url("../images/menuhover.png") no-repeat left top; 
}

#SideCategoryList li:hover, #SideCategoryList .sf-menu li:hover{
    text-decoration:none;   
    background:none;
}
#SideCategoryList li a:active, #SideCategoryList .sf-menu li a:active{
    text-decoration:none;  
    color:#f4af51;
}

#SideCategoryList .SideCategoryListClassic li a {
    padding:7px 0 7px 30px;
    font-family: 'segoe_uiregular';
    font-size: 14px;
    line-height:16px;
    font-weight:normal;
}
#CategoryPagingTop {
    border-top:0px none!important;
    margin-top: -32px !important;
}
.Right #SideNewProducts {
    margin-left: -10px;
}

#SideNewProducts {
    width: 255px;
}

#SideNewProducts img {   
    vertical-align: middle;   
    margin: 0 auto;
    text-align: center;
    display: block;
}


#SideNewProducts .ProductDetails {
    width:180px;
    text-align:center;
    margin:0 0 15px 0;
}
.ProductList .ProductPriceRating{
    padding:0;
    margin:0 0 7px 0;
}
#SideNewProducts .ProductImage {
    width:100%;
    height:auto;
    overflow: hidden;
    margin:0;
    padding:0;
}
#HomeFeaturedProducts .ProductImage{
    width:100%
    height:170px;
}
#SideNewProducts .ProductList {
    width: 726px;
}

#SideCategoryList li a,
#SideCategoryList .sf-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    padding: 8px 0 8px 0px;
    text-transform:none;
    color:#7fa5a5;
    float:left;
}
#SideCategoryList li a:hover,
#SideCategoryList .sf-menu li a:hover{
    text-decoration:none;
    color:#f4af51;
}

#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul {
    width:auto;
    min-height:200px;
    height:auto;
    position: absolute;
    clear: left;
    top: 46px;
    left: 0px;
    display: none;
    z-index:9999;
    padding:0 20px;
    margin:0;
}
#SideCategoryList #Menu li ul.BgImg, #SideCategoryList #Menu .sf-menu li ul.BgImg{
    background:#7a8366 url(../images/menuproduct.png) no-repeat 98% center;  
}

.sf-menu li{
    position:static !important;
}
.sf-menu a{
   position:relative !important;
}
.Left .sf-menu li{
   position:relative !important;
}
.Left #SideCategoryList li ul, .Left #SideCategoryList .sf-menu li ul{
    position: relative;
    clear: left;
    top:0;
    left:0;
    display: none;
    z-index:89;
    padding: 0;
    margin: 0;
    width: 185px;
    height:auto;
    background-image:none;  
    background-color:#fff;
}
.Left #SideCategoryList .sf-menu li ul {min-height:0px;}
.Left #SideCategoryList .sf-menu li.HasSub .arrow {background:url(../images/RightSideArrow.png) no-repeat 50% 50%;display:inline-block;top:0px !important;z-index:9999;float:left;cursor:pointer;width:16px;height:15px;margin:10px 0 0 5px;}

.Left #SideCategoryList .sf-menu li li.HasSub .arrow {background-color:transparent;}
.Left #SideCategoryList .sf-menu li li.HasSub .arrow.open {background-color:transparent;}

.Left #SideCategoryList .sf-menu li li li ul {display:block !important;visibility:visible !important;}

.Left #SideCategoryList .sf-menu li li li.HasSub .arrow {display:none;}

.Left #SideCategoryList .sf-menu li.HasSub .arrow.open {background:url(../images/DownArrow.png) no-repeat 50% 50%;width:16px;height:15px;margin:10px 0 0 5px;}

.Left #SideCategoryList .sf-menu li.sfHover .sf-sub-indicator {background:url(../images/DownArrow.png) no-repeat 50% 50%;display:inline-block;width:16px;height:15px;top:0px !important;right:0px;}

.Left #SideCategoryList .sf-menu .arrow {background:url(../images/RightSideArrow.png) no-repeat 50% 50%;display:inline-block;width:16px;height:15px;}
    
.Left #SideCategoryList .sf-menu li ul li{ 
    background:url(../images/R_Arrow.png) no-repeat left 13px;
    padding:0;
    margin-left:0px;
}

.Left #SideCategoryList li ul li ul, .Left #SideCategoryList .sf-menu li ul li ul{
    left:206px;
    position: absolute;
    clear: left;
    top: 0;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
    width: auto;
    background-image: none;
  
}

#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 20px;
    display:none;
}
#SideCategoryList li ul li ul,
#SideCategoryList .sf-menu li ul li ul {
    top: 0px;
    left:214px;
    display: none;
    width: 789px;
    margin:0;
    padding:0 0 0 20px;
    background:none;
}
#SideCategoryList li ul li,
#SideCategoryList .sf-menu li ul li {
    padding:0;
    margin:0;   
    color:#ffffff;
}


#SideCategoryList li ul li a,
#SideCategoryList .sf-menu li ul li a {
    font-size: 1em;
    text-align: left;
    width: 170px;
    height: auto;
    padding: 7px 0 7px 0;
    margin: 0;
}
.Left #SideCategoryList li ul li a, .Left #SideCategoryList .sf-menu li ul li a{
    padding:8px 0px 0px 7px;
    border-bottom:1px solid #ffffff;
    color:#000000;
    font-size: 14px;
}
.Left #SideCategoryList li ul li:last-child a{
    border:none;
}
#SideCategoryList li ul li a:hover,
#SideCategoryList .sf-menu li ul li a:hover {
    text-decoration:none;
    color:#444444;
}
#SideCategoryList li:hover ul,
#SideCategoryList li.over ul {
    display: block;
}
#SideCategoryList li:hover ul li ul,
#SideCategoryList li.over ul li ul {
    display: none;
}
#SideCategoryList li ul li:hover ul,
#SideCategoryList li ul li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement */
* html #SideCategoryList ul li {
    float: left;
    height: 1%;
}
* html #SideCategoryList ul li a {
    height: 1%;
}
/* End */

.sf-sub-indicator {
    display: none !important;
}

/* Logo */
.headercover {background:#f2efe8 url(../images/line-green.jpg) repeat-x left 75px;width:1030px;margin:0 0 0 -10px;}
#Logo { 
    display:block;
    margin:0 0 0 6px;
    padding:0;
}
#Logo img{
    margin:0;
    position:relative;
}
#Logo h1 {
    font-size:35px;
    font-family:'skiaregular';
    color:#000000;
    line-height:40px;
    margin:18px 0 0 10px;
    padding:0;
    display:inline-block;
    text-transform: none;
    width:100%;
}

#Logo h1 a {
    text-decoration: none;
    font-family:'skiaregular';
    color:#000000;
    text-transform: none;
}
#Logo h1 a:hover{
    color:#000000;
}
.header-cart {margin:0 10px 0 0;}

/* header checkout */
.checkout{
   float:right;
   background: #fcfcfc;
   padding:0; 
   margin:25px 0 15px -4px;
   width:135px; 
   border:2px solid #5e6a20;
}
.checkout .checkoutcart{
    float:left;
    width:65px;
}
.checkout .checkoutcart a{
    color:#222222;
}
.checkcart .checkoutcart a span{
    color:#000000;
    margin:0;
    padding:7px 2px 0 6px;
    min-width:100%;
    height:30px;
    display:inline-block;
    text-align: center; 
    vertical-align: middle;   
}
.check a{
  color:#F4A200;
  font-size:20px;
  line-height:22px;
  font-family: 'segoe_uiregular';
  vertical-align:middle;
}
.check a:hover{
  color:#444444;
}
#chkout{
   background:url(../images/chkout.png) no-repeat right center;
   vertical-align:middle;
   display: block;
   padding:2px 5px;
   margin: 0 10px;
}
.checkcart{
    display: block;
    float: left;
    margin:0 0 0 0;
    position: relative;
}
.checkcart .cart_button .cartItem{
    background:url(../images/carts.png) no-repeat right center;
    margin: 9px 0 0 0;
    padding: 9px;
    height: 43px;
    width: 32px;
    float: left;
}

/* Top Search Form */
#SearchForm {
    float: right;
    width: 227px;
    margin: 0;   
    padding:4px 0;
    display:inline-block;
    position: relative;
    background:#d9d973;
    height:31px;
}
#SearchForm form {
    padding: 0;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    background:none;
    border:none;
    color:#000000;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;
    width:72%;
    text-transform: none!important;
    padding:0px 18px;
    margin:0;
    height:31px;
}
#SearchForm .Button {
    width: 11px;
    height: auto;
    padding:0 4px;
    background: transparent;
    vertical-align: middle;
    margin:0;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}

#SearchPageHeader h2{
  font-family: 'segoe_uiregular';
  padding: 10px 10px;
  font-size:30px;
  line-height: 32px;
}
#SearchResultsProduct .CompareButton{
  padding:0;
}

#SearchResultsProduct .ProductList li a, #SearchResultsProduct .ProductList .Rating{
  
  padding:0;
}
#SearchResultsProduct .ProductList li{
  border-bottom:1px solid #CAD592;
padding-bottom:10px;
}
#SearchResultsProduct .ProductList li:last-child{
  border-bottom:none;
}

#AdvancedSearchForm h3 {
  font-size: 14px;
  line-height: 16px;
  font-family: 'segoe_uiregular';
  font-weight: normal;
}

#AdvancedSearchForm .HorizontalFormContainer input[type="submit"]:hover{
  color:#ffffff;
}
#SearchContent_Container .sortboxpaging{
  background:none;
  margin:0;
  height:auto;
}
/* Left Content Area */
#leftcontent{
    width: 238px;
    margin: 5px 2px 0 0;
}
.Left {
    float:left;
    width:200px;
    margin:10px 0px 10px 0;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left .BlockContent {
    margin:0;
}

.Left.NewProducts {
    margin-right: 70px;
}
.Left.NewProducts .BlockContent {
    margin: 0;
}
.Left h2 {
    font-size: 1.4em;
    padding: 0 0 8px 0;
    margin: 0 0 5px 0;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 0;
    float: left;
    width: 100%;
}
/* .Left ul li:first-child {
    padding-top: 0;
} */
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}

/* Primary Content Area */
.Content {
    float: left;
    width: 570px;
    margin:0 0 20px 0;
    padding:0;
}

.Block {
    margin-top:0;
    margin-bottom:10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width:810px;
}
.CatList{
     width:718px!important;
}
.CatList .header-wrapper h1.title{
    margin-top:0px!important;
}
.Content.Wide.WideWithLeft {
    width: 815px;
    padding-left: 0;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 1010px;  
    padding:0; 
}

.Left #SideCategoryList{
    float: left;
    width:100%;
    margin-bottom:10px;
}
.Left #SideCategoryShopByPrice{
    float: left;
    width:180px;
    padding:0px;
    margin:0 0 13px 0;
}

#SideCategoryShopByPrice h2 a{
    color: #4d4b14;
    padding: 6px 25px 0 0px;
    font-family: 'segoe_uiregular';
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: none; 
    background:url(../images/DownArrow.png) no-repeat right 15px; 
}
#SideCategoryShopByPrice h2 a.Rightarrow{
   background:url(../images/RightSideArrow.png) no-repeat right 10px; 
}

.Left #SideCategoryShopByPrice ul{
    margin-left:-10px;
}
.Left #SideCategoryShopByPrice ul li {
    width:180px;
    padding:0;
    margin:0;
}
.Left #SideCategoryShopByPrice ul li a{
    color: #7fa5a5;
    display: block;
    padding: 6px 0 6px 10px;
    font-family: 'segoe_uiregular';
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
.Left #SideCategoryShopByPrice ul li a:hover, .Left #SideCategoryShopByPrice ul li a:active {
    text-decoration: none;
    color: #f4af51;
}
.Left #SideCategoryTopSellers{
    float: left;
    width:180px;
    padding:0px;
}
#SideCategoryTopSellers h2 {
   color: #4d4b14;
   padding: 6px 0 0 9px;
   font-family: 'segoe_uiregular';
   font-size: 16px;
   line-height: 18px;
   font-weight: bold;
   text-transform: none;
 }
.Left #SideCategoryTopSellers ul li {   
    width:180px;
    padding:5px 0;
}

#SideCategoryShopByPrice .SortBox{
   width:100%;
}

/* Right Content Area */
.Right {
    width:180px;
    margin:0;
    float:right;
}
.Right #SideNewProducts .ProductList{
   width:180px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 20px;
    line-height: 22px;
    font-family: 'segoe_uiregular';
    font-weight: normal;
    padding: 12px 10px;

}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}

/* 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 {
    top:-5px;
}

/* 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{
    width:388px;
    float:left;
    position:relative;
    padding:0 0 0 10px;    
    margin:0px 0 0 0;
}
.Block.banner_home_page_bottom p{
    margin-bottom:25px;   
}

/* home page banner style */

.Centerbanner{
   clear:both;
   width:100%;
}
.Centerbanner h2{
  background:url(../images/welcome.png) no-repeat left center;
  font-family: 'segoe_uiregular';
  font-size: 23px;
  line-height:25px;
}
.Centerbanner h3 a{
  text-decoration:none;
  font-family: 'segoe_uiregular';
  font-size: 19px;
  line-height:21px;

}

.Centerbanner ul{
  list-style:none;
  margin:0;
  padding:0;
}
.Centerbanner li{
  list-style: none;
  float: left;
  width: 305px;
  padding: 0 11px;
  text-align: center;
  position:relative;
  float: left;
  min-height:200px;
  overflow: hidden;
}
.Centerbanner li p{
  font-family: 'segoe_uiregular';
  font-size: 14px;
  line-height:16px;
  color: #000;
  word-wrap: break-word;
  float: left;
  min-height: 50px;
  padding: 0; 
  margin:0;
}
.Centerbanner .productImg{
 display: table-cell;
 height: 120px;
 text-align: center;
 vertical-align: middle;
 width: 330px;
}
.BannerText{
  clear:both;
  border-top:1px solid #f1f1f1;
  border-bottom:2px solid #cad958;
  padding:20px 0 25px 0;
  margin-right:10px;
}

.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 & Footer Content */
.Center { /* Centers content */
    clear: both;
    width: 1030px;
    margin: 0 auto;
    background:#FFF;       
}
/* Copyright info */
#Footer { 
    clear: both;
    font-size: 0.85em;
    margin:0 14px 0 10px;
    border-top:1px solid #d4d3d3;
}

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

/* Contains links lists & newsletter */
#FooterUpper { 
    clear: both;
    padding: 20px 10px 0 10px;
}
#FooterUpper .Column {
    float: left;
    padding:6px 0 0 0;
    margin:0;
    display: inline;
}
#FooterUpper.NewsletterColumn{
    width:310px!important;
}
#FooterUpper .Column.NewsletterColumn {
    margin-right: 0;
}

#FooterUpper ul {
    padding: 0;
    margin: 0;
}
#FooterUpper li {
    list-style: none;
    font-size: 0.95em;
    padding: 2px 0 2px 6px;
    margin: 0;
}
#FooterUpper li a {
    text-decoration: none;
    font-family: 'segoe_uiregular';
    font-size:16px;
    line-height:30px;
    color:#444444;
    
}
#FooterUpper li a:hover {
    text-decoration: underline;
}
#FooterUpper li ul,
#FooterUpper li:hover ul {
    display: none !important;
}
#FooterUpper .RecentNews li {
    background: none;
    margin-left: -8px;
}
#FooterUpper .RecentNews li p {
    width: 15em;
    margin: 5px 0 0;
}

/* links */
#FooterUpper .Links{
   width:345px;
   padding-right: 33px; 
}
.Links h2{
    background:url(../images/links.png) no-repeat left center;
    padding-left: 95px;
    font-family: 'segoe_uiregular';
    font-size:16px;
    line-height:18px;
    color:#444444;
    text-transform: none;
}
#FooterUpper .Links ul{
    width:150px;
    float: left;
    padding:0 0 7px 0;
    margin: 0;
    list-style: none;
}
#FooterUpper .Links li {
    float: left;
    width: 160px;
    padding:0 15px 17px 15px;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;
    color:#000;
}
#FooterUpper .Links li a{
   font-family: 'segoe_uiregular';
   font-size:14px;
   line-height:16px;
   color:#444444;
}
#FooterUpper .Links li a:hover{
   color:#6e6e6e;
}

/* services */
#FooterUpper .Services{
   width:313px;
   padding-right: 33px;
}
.Services h2{
    background:url(../images/services.png) no-repeat left center;
    padding-left: 63px;
    font-family: 'segoe_uiregular';
    font-size:16px;
    line-height:18px;
    color:#444444;
    text-transform: none;
}
#FooterUpper .Services ul{
    width:150px;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
#FooterUpper .Services li {
   float: left;
   width: 160px;
   padding:0 15px 17px 15px;
   font-family: 'segoe_uiregular';
   font-size:14px;
   line-height:16px;
   color:#444444;
}
#FooterUpper .Services li a{
   font-family: 'segoe_uiregular';
   font-size:14px;
   line-height:16px;
   color:#444444;
}
#FooterUpper .Services li a:hover{
   color:#6e6e6e;
}

/* contact us */
#FooterUpper .Contact{
   width:270px;
}
#FooterUpper .Contact h2{
   background:url(../images/contact.png) no-repeat left center;
   padding-left:47px;
   font-family: 'segoe_uiregular';
   font-size:16px;
   line-height:18px;
   color:#444444;
   text-transform:capitalize;
}


.Footerlower{
     padding:22px 10px;
     margin:0;
}
.FC{ 
   margin:0 auto;
   padding:0;
}
.Copy{
    float:left;
}
.Copy p{
     color:#444444;
     padding:0;
     margin:0;
     font-family: 'segoe_uiregular';
     font-size: 11px;
     line-height:13px;
}
.design{
     float:right;
     margin:0;
}
.design p{
     color:#444444;
     padding:0;
     margin:0;
     font-family: 'segoe_uiregular'; 
     font-size: 11px;
     line-height:12px;
}
.design a{
   color:#444444;
}
.design a:hover{
     text-decoration:underline;
}
#SideShopByBrand ul{
    width:350px!important;
}
#SideShopByBrand ul li{
    float:left;
    width:160px;
}
/* Newsletter Subscription Form */
.NewsletterSubscription .inputForm1{
   display:none;
}

.GreenLines{
    background: url(../images/doublegreenline.png) no-repeat 15px top; 
    background-color:#fff;
}
.NewsletterSubscription{
    margin:24px 0 9px 0;
}
.NewsletterSubscription h2 {
    width: 520px;
    display: inline-block;
    float: left;
    color:#f4af51;
    font-size:21px;
    line-height:20px;
    font-family: 'open_sansbold';
    vertical-align: middle;  
    padding:8px 4px 0 23px;
    text-transform: none;
}
.NewsletterSubscription input[type="text"] {
    width: 230px;
    font-size:21px;    
    clear:both;
    color:#1e293d !important;
    font-family: 'segoe_uiregular';
    font-size:14px;
    border:1px solid #a3a3a3;
    margin:2px 13px;
    padding:7px 8px;
}
.NewsletterContent h2{
    font-size: 14px;
    line-height: 16px;
    font-family: 'segoe_uiregular';
    font-weight: normal;
    color:#444444;
    padding:10px 10px;
}
.subscribe_form ul {
    list-style: none;
    margin: 0;
    padding:0;
}
.subscribe_form li{
   display:inline-block;
   vertical-align:top;
   
}

/* News Lists */

#NewsContent .PostTitle{
  font-family: 'segoe_uiregular';
  padding: 10px 10px;
  font-size: 30px;
  line-height: 32px;
}
#NewsContent .NewsDate, #NewsContent .PostBody{
  padding: 0 12px;
}
#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}


/* Product Listings */
.ProductList {
    list-style: none;
    margin:0;
    padding:0;
}
.Content .ProductList,
.Content .ProductList li {
    list-style: none;
    padding: 0;
    margin:15px 0;
}
.Content .ProductList li {
    list-style: none;
    float: left;
    width: 185px !important;
    min-height:350px;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;
    font-weight:normal;
    margin: 0 0 20px 12px;
    overflow: hidden; 
    position:relative;    
}
.CategoryContent .ProductList .ProductImage{
     width: 100%;
}
#BrandContent .ProductList .ProductImage{
     width: 100%;    
}
.Content .ProductList .ProductImage {
    display: table-cell;
    padding: 1px;
    position: relative;    
    text-align: center;
    vertical-align: middle;  
    margin:0 auto;       
} 
.ProductList .ProductImage img{
  max-height: 200px;
  max-width: 200px;
  vertical-align: middle;
  display:inline-block;
  text-align: center;
}
.Content .ProductList .ProductDetails {
    margin:3px 10px 15px 10px;
    word-wrap: break-word;
    min-height:50px;
}
.ProductList a {
    text-decoration: none;
    text-align:center;
    display:block;
    vertical-align: middle;
    padding:0 20px;
    font-family: 'segoe_uiregular';
    font-size: 15px;
    line-height:17px;
    color:#444444;
}
.ProductList a:hover {
    text-decoration: underline;
}

.ProductList em {
    margin-top:5px;
    display: block;
}
.ProductList .ProductPrice {
    margin-top: 3px;
}
.ProductPrice,
.ProductList em {
    font-family: 'segoe_uiregular';
    font-style:normal;
    font-size: 15px;
    line-height:17px;
    font-weight:normal;
    text-align:center;
    color:#444444;
}
.ProductList .Rating {
    font-family: 'segoe_uiregular';
    font-size: 15px;
    line-height:17px;
    margin-top: 3px;
    display: block;
    text-align:center;
    color:#444444;
}
.ProductList li .ProductCompareButton {
    font-family: 'segoe_uiregular';
    font-size: 15px;
    line-height:17px;
    margin:0 0 5px 0;
    text-align:center;
}
.ProductList li .ProductActionAdd {
    height:30px;
    margin:0 35px 10px 35px;
}

.ProductList li .ProductActionAdd a{
    width:111px;
}


.Submit input{
    border:none;
    color:#ffffff;
    cursor: pointer;
    font-size: 14px;
    padding:6px 20px;
    text-decoration:none;
    letter-spacing:0px;
    background: #CAD592;
    font-family: segoe_uiregular;
}
.Submit input:hover{
    color:#222222;
}
.ProductList li .ProductActionAdd a,
.QuickViewBtn,
#bottom_payment_button,
.ExpressCheckoutContent input[type="submit"],
.btn {
    cursor: pointer;
    font-size: 14px;
    padding:6px 0;
    text-decoration:none;
    letter-spacing:0px;
    background: #9FB727;
    color:#444444;
    font-family: segoe_uiregular;
    border:none;
}
.ExpressCheckoutContent input[type="submit"]{
    padding:6px 20px;
}
.ExpressCheckoutContent input[type="submit"]:hover{
    color:#ffffff;
}

#apply_code{
    cursor: pointer;
    font-size: 14px;
    text-decoration:none;
    letter-spacing: 0px;
    background: #CAD592;
    padding: 6px 22px;
    color:#000;
    font-family: segoe_uiregular;
    border:none;
}
#apply_code:hover{
   color:#ffffff;
}
.ExpressCheckoutContent #couponcode{
    padding:5px;
}
.CouponCode input[type="submit"], .GiftCertificateCode input[type="submit"] {
    padding: 6px 20px;
    height:37px;
}
#bottom_payment_button {
    float:right;
    margin-bottom:10px;
    padding:6px 20px;
}
#bottom_payment_button:hover{
    color:#ffffff;
}
.ProductList li .ProductActionAdd a:hover, .btn:hover{
    color:#ffffff;
}
.btn {
    display: inline-block;
}

.btn,
.ProductList li .ProductActionAdd a {
    letter-spacing: 0px;
}
.btn-secondary,
.btn-secondary:hover {
    letter-spacing:0px;
    text-transform:none;
}
.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn{
    padding:0 !important;
}
.ToggleSearchFormLink.btn a{
    padding:10px 6px 10px 3px;
    float:left;
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding:4px 3px 7px 6px;
    color:#000000;
}
.ToggleSearchFormLink.btn #toggle_form_link:hover{
    color:#ffffff;
}

.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 15px;
}
.Left .ProductPrice, .Left .ProductList em{
   text-align:center;
}

/* 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 auto;  
    display: block;
    text-align: center;
}
.Left .TopSellers .ProductDetails .ProductPriceRating{
    padding:0;
}
.Left .TopSellers .ProductDetails .ProductActionAdd{
    margin:10px 0 15px 0;
    display:inline-block;
}
.Right .TopSellers li.TopSeller1 img,
.Left .TopSellers li.TopSeller1 img {
    display: block;
    margin:0 auto;
    text-align:center; 
}
.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
    display: block;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}

.Left .banner_category_page_bottom{
   width:180px; 
   margin:0;
   padding:0 0 7px 0;
   clear:both;
}


/* Page Header */
.PageHeader {
    font-family: 'segoe_uiregular';
    padding:10px 10px; 
    line-height:32px;
}
/* Page Breadcrumbs */
.Breadcrumb ul,
.Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    font-size: 11px;
    padding:10px 0 10px 10px;
    clear:both;
    background:#FFF;
    display:none;
}

.Breadcrumb li {
    padding-right: 6px;
    display: inline;
}
.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;
}
.FindByCategory li a{
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;
    color:#222222;
}
.FindByCategory li a:hover{
    color:#6E6E6E;
}

/* 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;
    display:none!important;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
   font-size: 0.95em;
   color:#222222;
   margin:0;
   padding:0 0 0 12px;
   display: block;
   width:250px;   
}
.sortboxpaging{
   background:#f7f7f7; 
   margin:20px 0 11px 0;
   height:30px;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 25px 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: 55px;
}

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

}
.MSG h2{
   padding:10px 10px;
}
.Message {
    padding: 12px 6px 10px 52px;
    margin-bottom: 15px;
}
.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 *************/
#LoginForm .CreateAccount, #LoginForm .AccountLogin{
    border-top:none;
}
.CreateAccount {
    float: left;
    width: 404px;
    padding: 20px 10px 0 10px;
}
.CreateAccount ul{
    list-style:circle;
}

.CreateAccount .btn
{
    margin-top: 24px;
    padding:6px 20px;
}

.AccountLogin {
    float: left;
    width: 540px;
    padding: 20px 10px 0 34px;
}
.CreateAccount h2,
.AccountLogin h2,
#CreateAccountForm h2 {
    font-size: 29px;
    font-family: 'segoe_uiregular';
    padding: 10px 10px;
    line-height: 32px;
    margin: 0;
}
.AccountLogin .Submit .btn,
.AccountLogin .Submit a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-top: 10px;
}
.AccountLogin .Submit input[type="submit"]:hover{
    color:#ffffff;
}

#CreateAccountForm {
    padding-left: 0;
}
#CreateAccountForm h2 {
    margin-bottom: 5px;
    padding: 20px 0 0;
}
#CreateAccountForm h3 {
    padding: 20px 0;
    font-size: 19px;
    line-height: 16px;
    font-family: 'segoe_uiregular';
    font-weight: normal;
}
#CreateAccountForm .Submit input[type="submit"]{
    color:#222222;
}
#CreateAccountForm .Submit input[type="submit"]:hover{
    color:#ffffff;
}
.CreateAccountIntro {
    margin-bottom: 0;
}
.CreateAccountIntro h2{
    font-size: 29px;
    font-family: 'segoe_uiregular';
    padding: 10px 10px;
    line-height: 32px;   
}
#ForgotPasswordForm{
    margin:10px 0 0 10px;
    padding:0;
}
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;
}

#AddressEditForm .Submit input[type="submit"]:hover{
   color:#ffffff;
}


.PrimaryProductDetails {
    margin-top: 10px;
    margin-left:0;
}

.PrimaryProductDetails .ProductAside {
    width: 400px;
    float: left;
    margin:10px 0px 0px 5px;
}
.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;
}
#ProductDetails .ProductThumbImage{
/*    min-height: 500px;
    max-height: 400px;
    padding:50px 0; */
}

.ProductThumbImage {
    margin: 0 auto;
    border: 1px solid #CAD592;
}

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

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

.PrimaryProductDetails .ProductMain,
.PrimaryProductDetails .productAddToCartBelow {
    float: right;
    width: 560px;
    padding:5px 0 15px 0px;
}
.PrimaryProductDetails .productAddToCartBelow {
    padding: 0 0 0 30px;
}
.PrimaryProductDetails .ProductMain h1 {
    font-family: 'segoe_uiregular';
    font-weight:normal;
    font-size: 29px;
    line-height:31px;
    margin:0;
    padding:0;
    letter-spacing:-1px;
}
.PrimaryProductDetails h2{
    border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

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

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

.ProductDescriptionContainer {
    line-height: 1.5;
}

.PrimaryProductDetails dt {
    font-family: 'segoe_uiregular';
    font-weight:bold;   
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left:0;
}

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

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

.ComparisonCheckbox {
    float: left;
}
#SideProductRecentlyViewed{
    padding-left:22px;
}
.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

/* Product Comparisons */
#CompareContent h2{
  font-size: 14px;
  line-height: 16px;
  font-family: 'segoe_uiregular';
  font-weight: normal;
  padding:10px 10px;
}
.ComparisonTable {
    width: 100%;
}
.ComparisonTable td {
    vertical-align:top;
    font-size: 14px;
    line-height: 16px;
    font-family: 'segoe_uiregular';
    font-weight: normal;
}
.CompareFieldName {
    width:95px;
    padding:8px 10px 8px 15px;
}
.CompareFieldTop {
    padding:5px;
    text-align:center;
}
.CompareFieldTop a {
   font-family: 'segoe_uiregular';
   font-size: 15px;
   line-height:17px;
   text-decoration:none;
}
.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 & Carts Table commong styling */
table.General,
table.CartContents,
table.General {
    width: 100%;
    margin: 20px 0 5px;
}

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 */
#CartContent h2{
   padding:10px 10px;
}
table.CartContents thead tr th,
table.CartContents tr td {
    padding: 15px 23px;
}

.CartContents .ProductName a,.CartItemQuantity a{
    font-size:15px; 
    line-height:17px;
    font-family: 'segoe_uiregular';
    font-weight:normal;
}

.CartContents tfoot .SubTotal td {
    text-align: right;
    font-weight: bold;
    font-size:15px; 
    line-height:17px;
    font-family: 'segoe_uiregular';
    color:#858585;
}

.ProceedToCheckout {
    text-align: right;
}

.ProceedToCheckout a {
    float: right;
}
.ProceedToCheckout .CheckoutButton a{
    padding:6px 10px; 
}
.ProceedToCheckout .CheckoutButton a:hover{
   color:#ffffff; 
}
.fastCartSummaryBox .ProceedToCheckout .CheckoutButton a img{
   width:187px;
}
.fastCartSummaryBox .ProceedToCheckout .CheckoutButton a img:hover{
  background:url(../images/checkout.gif) no-repeat;
}
.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:2px 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;
}
.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;
    font-size:15px; 
    line-height:17px;
    font-family: 'segoe_uiregular';
}
.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;
}
.SearchContainer .ProductList.List .ProductQty{
    display:none!important;
}
.SearchContainer .ProductList .ProductRightCol{
    padding-right:10px;
}
.SearchContainer .ProductList .ProductImage img{
 max-height: 200px;
 max-width: 200px;
 vertical-align: middle;
 display: table-cell;
 text-align: center;
 width: auto;
 margin: 0 auto;
}
/* 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;
    font-weight:bold;
    font-family: 'segoe_uiregular';
    font-size: 14px;
    line-height:15px;
}
.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'segoe_uiregular';
    font-size: 14px;
    line-height:15px;
    font-weight:normal;
}
.shippingButton{
    margin-top:10px;
}
.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

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

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

.SubCategoryList {
    padding: 10px 5px 4px;
    margin: 20px 0;
}
    .SubCategoryList a {
        text-decoration: none;
    }

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

.SubCategoryList li {
    margin-bottom: 4px;
    padding-left: 25px;
  
}

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

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

.ProductReviewList {
    clear: both;
}
.ProductReviewList li {
    border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
    border: 0;
}
.ProductReviewForm input[type="submit"]:hover{
   color:#ffffff;
}
.SortBox select {
    font-size:14px;
    font-family: 'segoe_uiregular';
    padding:3px 5px;
    height:32px;
}

.SortBox option {
    color:#222222;
}

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

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}
.RemoveFromWishlistForm input[type="submit"]{
    font-size: 14px;
    padding: 6px 20px;
    text-decoration: none;
    background: #CAD592;
    color: #444444;
    font-family: segoe_uiregular;
    border:none;
    display: block;
    margin: 0 30px;
}
.RemoveFromWishlistForm input[type="submit"]:hover{
    color:#ffffff;
}

.AddToWishlistLink .wishlist-button {
    font-family: 'segoe_uiregular';
    font-size:16px;
    line-height:18px;
    font-weight:normal;
    cursor: pointer;
    color:#444444;
    background:#CAD592;
    border: 0; 
    height: 30px;
    padding: 0 12px;  
    text-transform: capitalize;       
}
.AddToWishlistLink .wishlist-button:hover{
    color:#fff;
}
#productDetailsAddToCartForm{   
    border:none;
}

.Savewishlist{
    padding:6px 20px;
}


#SimilarProductsByCustomerViews{
    padding-left:22px;
}

#SimilarProductsByCustomerViews .ProductList .ProductDetails{
    height:60px !important;
    min-height:60px;
}

/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    width:25px; 
    height:25px;
    margin:0;
}


.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-right:10px
    margin-bottom: 7px;
    padding:0;  
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
    border: 2px solid #CAD592 !important; 
    margin-right:10px
    margin-bottom: 7px;
    padding:0;  
}

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

/* 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;
     opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
html.javascript .productOptionViewRectangle label {
    margin-bottom: 0 !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%;
}
.fastCartSummaryBox .PayPalExpressCheckout{
    float:none!important;
}
.fastCartSummaryBox .PayPalExpressCheckout p{
    margin:10px 0px 15px 0px;
    float:none!important;
}
.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
    clear:both;
}

.KeepShopping {
    width:200px;
    margin:10px 20px 10px 0;
    clear: both;
    text-align: right;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;
    font-weight:normal;
}

/** 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;
    border: 1px solid #dadada;
    background-color: #F9F9F9;
    clear: both;
}

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

.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;
    padding-left: 24px;
}


/* 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;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;
    font-weight:normal;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    margin-left: 114px;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;
    font-weight:normal;
}

.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
}
.EstimateShipping p.Submit input[type="button"]:hover{
   color:#ffffff;
}
.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;
    display:none;
}

/* Express Checkout */
#Container .title{
   font-family: 'segoe_uiregular';
   padding: 10px 10px;
   line-height: 32px;
   margin:0;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height:16px;
    font-family: 'segoe_uiregular'; 
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
    line-height:14px;
    font-family: 'segoe_uiregular'; 
}

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: block;
    font-size: 12px;
    line-height:14px;
    font-weight: normal;
    font-style: italic;
    font-family: 'segoe_uiregular'; 
    padding:0 0 0 20px;
}

.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: 650px;
}

.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-left: 0;
}

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

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

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

.SubBrandList li {
    margin-bottom: 4px;
    padding-left:0;
   
}

.SubBrandListGrid {
    padding: 4px;
}

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

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

.SubBrandListGrid ol {
    clear: both;
}

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

/* Product add to cart */
.AddCartButton input[type="image"]{
   margin:-1px 27px;
}

.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 {
    text-decoration: underline;
}

.TagList {
    margin-top: 20px;
}

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

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../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 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 6px 4px 6px 25px;
}
.TabNav li {
    display: inline;
}
.TabNav li a {
    position: relative;
    top: 0px;
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 3px;
    margin-top: 3px;
    text-decoration: none;
}
.TabNav li a:hover {
    text-decoration: none;
}
.TabNav li.Active a {
    margin-top: 0px;
}


.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}

.ProductAddToCart .BulkDiscount {
    
}
.ProductAddToCart .BulkDiscount input {
    margin:0;
    padding:0;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
  
}

#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}

/* Product List */

.Content .ProductList.List li {
    margin:6px 0;   
    display: inline-block;
    width: 100% !important;
    float: left;
    padding:0;
    min-height:150px;  
    border-border:1px solid #CAD592;  
}

.Content .ProductList.List .ProductImage {
    padding: 0px;
    margin-right: 15px;
    float: left;    
}

.Content .ProductList.List .ProductDetails {
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;   
}
.Content .ProductList.List .ProductDetails a{
    text-align: left;
    font-family: 'segoe_uiregular';
    font-size: 15px;
    line-height: 17px;
    font-weight:normal;
    padding: 10px 0; 
}
.Content .ProductList.List .ProductDetails .ProductPrice, .ProductList em{
    text-align: left;
    font-family: 'segoe_uiregular';
    font-size: 15px;
    line-height: 17px;
    font-weight:normal;
}
.Content .ProductList.List .Rating{
   font-family: 'segoe_uiregular';
   font-size: 15px;
   line-height: 17px;
   margin-top: 3px;
   display: block;
   text-align:left;
   color: #444444;
}
.Content .ProductList.List .ProductActionAdd a{
    background:#CAD592;
    border:none;
    color: #444444;
    cursor: pointer;
    font-family: segoe_uiregular;
    font-size: 14px;
    letter-spacing: 0;
    padding: 6px 0;
    text-align: center;
    float:right;
    width:111px;
}
.Content .ProductList.List .ProductActionAdd a:hover{
   color:#ffffff;
}
.Content .ProductList.List .ProductQty {
    margin-left: 10px;
}

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

.Content .ProductList .ProductRightCol {
    float: right;
}

.Content .ProductList.List li .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;
    *margin-bottom:0px;
    padding-bottom: 10px;
    line-height:20px;
    border-bottom: 1px dotted #CAD592;
}


/* Product Details Price */

.ProductPriceWrap {
    padding: 5px;
}
.ProductDetailsGrid .DetailRow.PriceRow {
    margin: 0;
    padding: 0;
    background:#F7F7F7;
    border-top: 1px dotted #d6d6d6;
}
.ProductDetailsGrid .ProductPriceWrap .DetailRow {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.ProductDetailsGrid .DetailRow.PriceRow .Label {
    margin: 0;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value {
    font-size: 24px;
    line-height:26px;
    font-family: 'segoe_uiregular';
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em {
    font-weight:normal;
    letter-spacing: 0;
    font-family: 'segoe_uiregular';
    font-size:18px;
    line-height:20px;
}

.ProductDetailsGrid .Label {
    margin: 0 0 5px;
    width: 130px;
    font-weight: bold;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px;    
} 
.ProductDetailsGrid .Value {
    display: inline;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px; 
    font-weight:normal;    
}

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

.ProductPriceWrap {
    margin:15px 0;
    font-size: 23px;
    line-height:25px;
    border:1px dotted #d6d6d6;
    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;
}

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

.SearchSorting {
    float: left;    
    margin:0 0 15px 0;
    padding: 0 0 0 12px;
    font-family: 'segoe_uiregular';
    font-size:14px;
    line-height:16px; 
    font-weight:normal;    
}

.SearchSorting select {
    font-size: 14px;
    line-height: 16px;
    font-family: 'segoe_uiregular';
    padding: 3px 5px;
    height: 30px;
}

#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 #ImageScrollPrev{
    float: left;
    background:none;
    border:none;
    margin-top:55px;
    cursor:pointer;
    display: none;
    margin-right: 5px;
}
#ProductDetails #ImageScrollNext{
    float: left;
    background:none;
    border:none;
    margin-top:55px;
    cursor:pointer;
    display: none;
}
#ProductDetails #ImageScrollPrev {
    clear:left;
}

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:15px;
    white-space:nowrap;
    width:353px!important;
    overflow: hidden;
}
.ProductTinyImageList ul li:hover{
    border:1px solid #858585 !important;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin:0 15px 0 0;
    border: 1px solid #CAD592;
    padding:0;
    display:table-cell;
}
#ProductDetails .ProductTinyImageList ul li .TinyOuterDiv {
    margin: 0 auto;
}

#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;
}
#BrandContent{
    padding-left:5px;
}
#BrandContent .ProductList li{
    margin:0 0 20px 6px!important;
}
#BrandContent .PagingTop{
    float: right;
    width: 100%;
    display: block;
    margin: -47px 0 0 0;
    background:#f7f7f7;
}
#BrandContent .PagingBottom{
    background: #f7f7f7;
    float: right;
    width: 100%;
    display: block;
}

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


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


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

.productAttributeList .required {
    color: #be0303;
}

/* position the label in the left-padding area of the row */
.productAttributeList .productAttributeLabel {
    margin: 0;
    float: none;
    width: auto;
    padding-top: 0;
}
#CartEditProductFieldsForm .productAttributeLabel {
    margin: 0px 0 4px 0px;
    padding-top: 0;
    width: 180px;
}
.productAttributeList .productAttributeLabel{margin: 0 0 6px 0px;}

#CartEditProductFieldsForm .productAttributeRow {
    padding-left: 0px;
}
.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
}

.productAttributeList ul {
    margin-bottom: 20px;
}


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

.productOptionViewRectangle .option.selectedValue label {
    background: #D9D8D8;
    padding: 3px 15px;
    border: 1px solid #CAD592 !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;
     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 li {
    width: 120px !important;
}*/
/*.fastCartContent .ProductList .ProductImage img {
    height: 120px !important;
}*/
.fastCartItemBox {
    padding: 0;
    margin-left: 40px;
    width: 234px;
}
.fastCartItemBox h2 {
    font-size: 14px;
    font-family: 'segoe_uiregular';
    line-height:16px;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
    color:#444444;
}
.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 25px;
}
.fastCartSummaryBox .CheckoutButton a {
    margin-bottom: 20px;
}
.fastCartSummaryBox .subtotal {
    margin:0;
    padding:0 0 5px 0;
    font-size:15px; 
    line-height:17px;
    font-family: 'segoe_uiregular';
    font-weight:bold;
    text-align:center;
    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: 25px;
    font-weight: normal;
}
.fastCartSummaryBox .actionLink{
    text-align:center;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
    display:none!important;
}
.fastCartBottom h3 {
    padding: 20px 0;
    font-size: 19px;
    border-width: 1px 0;
    text-transform: uppercase;
}/*
#fastCartSuggestive {
    margin-left: -76px !important;
}*/
#fastCartContainer .ProductList li {
    margin: 0 12px 0 52px;
    padding: 0;
}
.ToggleSearchFormLink {
    margin:17px 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, 
#ModalContent,
.ModalContent,
#ModalButtonRow, 
.ModalButtonRow {
    -moz-border-radius: 10px !important;
    border-radius: 0 !important;;
    box-shadow: none !important;;
    border:none !important;
}
#ModalButtonRow a{
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    text-decoration: none;
    font-family: segoe_uiregular;
    padding:5px;
}
#ModalButtonRow a:hover{
    color:#6e6e6e;
}
#ModalButtonRow input[type="submit"]{
    color:#444444;
    font-size: 14px;
    line-height: 16px;
    padding:5px 20px;
    text-decoration: none;
    letter-spacing: 0px;
    background: #CAD592;
    font-family: segoe_uiregular;
    border: none;
    font-weight:normal !important;
}
#ModalButtonRow input[type="submit"]:hover{
    color:#ffffff;
}
#ModalButtonRow .plain:hover{
   color:#ffffff;
}
.ModalTitle {
    padding-top: 0;
    padding-bottom: 0;
    height: 45px;
    border:1px solid #fff !important;
}
.ModalContent {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 311px;
    color: #444444;
    border:1px solid #fff !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;
}

#ModalButtonRow, .ModalButtonRow{
   border:none;
   border-radius:0;
}

/* Social elements
....................................................................... */
#socnet {
    clear: both;
    font-size: 0.85em;
    padding:0px 0 15px 0;
    border-top:0px none!important;
    
}
#socnet .social{
    margin:29px 0px 0px 16px;
   }
#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-family: 'segoe_uiregular';
    font-size: 20px;
    line-height:22px;
    padding: 8px 15px 8px 10px;
    margin: 0;
    cursor: pointer;
}
#prodAccordion .Block h2:hover {
    text-decoration:none;
}
#prodAccordion .Block:last-child {
}
.prodAccordionContent {
    padding: 10px;
    display: none;
}
.current .prodAccordionContent {
    display: block;
}
.prodAccordionContent p{
    font-family: 'segoe_uiregular';      
}


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

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

.AccountMenu h2 {
    padding-left: 0;
    padding-right: 0;
    display:block;
}

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

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


/* Gift Certificate
....................................................................... */
#PurchaseGiftCertificate, #GiftCertificateIntro, #CheckGiftCertificateBalance{
   margin-top: 17px;
}


#SideAccountMenu,
#GiftCertificatesMenu {
    padding:0 4px;
    background:none;
    float:left;
    margin-bottom:20px;
    border-right:1px solid #CAD592;
}
#SideAccountMenu{
    width:180px;
}
#SideAccountMenu .BlockContent,
#GiftCertificatesMenu .BlockContent {
    margin: 0;
}
#SideAccountMenu li,
#GiftCertificatesMenu li {
    padding: 5px 0 5px 0px;
}
#frmGiftCertificate {
    margin-top:0;
}

#frmGiftCertificate input[type="submit"]{
   font-size: 14px;
   line-height:16px;
   color:#000000;
   padding:4px 20px;
   text-decoration: none;
   letter-spacing: 0px;
   background: #CAD592;
   font-family: segoe_uiregular;
   border:none;
   height:30px;
}

#frmGiftCertificate input[type="submit"]:hover{
   color:#ffffff;
}

.GiftCertificateThemeList br {
    display: none;
}
.GiftCertificateThemeList  label {
    display: block;
    margin-bottom: 5px;
}
#frmGiftCertificate .Submit input[type="submit"] {  
  border: 0;
  height: 30px;
  padding:0 10px;
  width: 190px;
  display: inline-block;
}
#frmGiftCertificate .Submit input[type="button"]{
   font-size: 14px;
   line-height: 16px;
   color: #000000;
   padding:4px 20px;
   text-decoration: none;
   letter-spacing: 0px;
   background: #CAD592;
   font-family: segoe_uiregular;
   border: none;
   height:30px;
}
#frmGiftCertificate .Submit input[type="button"]:hover{
   color:#ffffff;
}

/* Shopping cart    
....................................................................... */
#CartHeader .title{
   padding:30px 10px 0 10px;
   width:500px;
   font-family: 'segoe_uiregular';
   font-size: 30px;
   line-height:32px;
   color:#222222;
}

#CartContent{
  
}

.CartCode {
    margin:0;
    padding:20px 0;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
    float: left;
    width: 455px;
    font-family: 'segoe_uiregular';
    font-size:15px;
    line-height:17px;
    color:#222222;

}
.CartCode .GiftCertificate {
    padding-left: 30px;
}
.CartContents .GrandTotal {
    font-size: 19px;
}
.CartUpdateBtn {
    margin-right: 10px;
}

.CartUpdateBtn input[type="submit"]{
   font-size: 14px;
   padding: 6px 22px;
   text-decoration: none;
   letter-spacing: 0px;
   background: #CAD592;
   color: #222222;
   font-family: segoe_uiregular;
   border:none;
   height:32px;
}
.CartUpdateBtn input[type="submit"]:hover{
   color:#ffffff;
}


.CartCode .Textbox{
    padding:9px 5px 8px!important;
}
#CartContent .AlternativeCheckout {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-right:20px;
}
#CartContent .AlternativeCheckoutOr {
    font-family: segoe_uiregular;
    font-size:14px;
    line-height:16px;
    color:#222222;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}

#CartStatusMessage .Message{
    margin:10px 0 10px 0;
}
.GiftRemove{
  padding:15px 33px;
}
/* Wish List Form
....................................................................... */
#WishListEditFrom form{
    margin-top: 20px;
}
#WishListEditFrom dt{
    width:auto;
}

#WishListEditFrom dd{
    margin-left: 125px;
    margin-bottom: 25px;
}

#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 {
    padding-bottom: 15px;
    border-bottom: 1px solid #BBB;
    margin-bottom: 10px;
    width: 100% !important;
}
#Menu li {
    display: inline;
}

#Footer #Menu li a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 10px;
    height: auto;
    border-left: 1px solid #000;
    margin-left: 10px;
}
#Footer #Menu li a:hover {
    text-decoration: underline;
}

#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 #SideCategoryList {
    display: inline-block;
    float:left;
}
#Header #Menu .First {
    display: block;
    text-indent:-9999px;
    width:24px;
    height:24px;
    margin:6px 20px;
}
#Header #Menu .First a{
    width:24px;
    height:5px;
    text-indent:-9999px;
    color:#FFF;
}
#Header #Menu .First a span{
    font-size:0px;
    text-indent:-9999px;
    color:#FFF;
}

.home{
    display: block;
    float:left;
}
.home ul{
   list-style:none;
   margin:0;
   padding:0;
}
.home li a{
    display:block;
    width:24px;
    height:24px;
    text-indent:-9999px;
    color:#FFF;
    background: url("../images/home.png") no-repeat left center;
    margin:6px 0;
}

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


#frmCompare {
    padding-top: 10px; 
    clear: both;
}
.PagingBottom {
    margin:0;   
}

#fastCartContainer .ProductList{
    width:1200px !important;
    overflow:hidden !important;
    float: left;
    margin:10px 0 0 -52px !important;
}


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

.AddBillingAddress,
.Submit input {  
    color: #000000;
    padding:6px 20px;
}

.slide-show-render-full .slide-content, 
.slide-show-render-full .drop-indicator{
    width:100%;
}
.slide-show-render-full .slide-image{
    width:100%;
}
.slide-show-render-full .slide-content,
.slide-show-render-full .drop-indicator{
    width:100%;   
}
.AdvancedSearch #brand{
    width:262px!important;
}
/* News */
#HomeRecentBlogs .readmore{
    font-size:14px!important;
    text-decoration:underline;
}
#HomeRecentBlogs a{
    font-size:17px!important;
}
#HomeRecentBlogs p{
    margin-bottom:4px!important;
}
/* End News */

.displaynone{
  display:none;
}
.tab_content {
  float: left;
  clear: both;
  background: #fff;
  width: 100%;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    width:100%;
    margin:10px 0 0 0;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color:#ccc;
   
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.tabs-menu li.current {
    position: relative;
    background-color: #d9d973;
    border-bottom: 1px solid #CAD592;
    z-index: 5;    
}

.tabs-menu li a {
    padding: 10px;
    text-transform:none;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #ffffff;
}

.tab {
    border: 1px solid #CAD592;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.tab .prodAccordionContent{
    border-top:none;
}
.tab-content {
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}
.productOptionViewRadio {clear:both;}
#fp #PageContent {padding:0px;}
.productAttributeRow input {margin-bottom:0px!important;}
.menuitem-0 ul {background: url("../images/menuimage1.png") no-repeat scroll 98% center #d8d87c;}
.menuitem-1 ul {background: url("../images/menuimage2.png") no-repeat scroll 98% center #d8d87c;}
.menuitem-2 ul {background: url("../images/menuimage3.png") no-repeat scroll 98% center #d8d87c;}
.menuitem-3 ul {background: url("../images/menuimage4.png") no-repeat scroll 98% center #d8d87c;}
.menuitem-4 ul {background: url("../images/menuimage5.png") no-repeat scroll 98% center #d8d87c;}
.menuitem-5 ul {background: url("../images/menuimage6.png") no-repeat scroll 98% center #d8d87c;}
.menuitem-6 ul {background: url("../images/menuimage7.png") no-repeat scroll 98% center #d8d87c;}
.menuitem-7 ul {background: url("../images/menuimage8.png") no-repeat scroll 98% center #d8d87c;}


.Centerbanner a {color:#669999;}
.Centerbanner a:hover {color:#669999; text-decoration: underline;}

.homepage #PageContent ul{list-style-type: none!important;}
#PageContent ul {list-style-type: disc !important;}

#PageContent ul ul, ol ul {list-style-type: circle !important;}

.CartContents .ProductName a, .CartItemQuantity a {color:#669999;}
.CartContents .ProductName a:hover, .CartItemQuantity a:hover {color:#669999; text-decoration: underline;}
