/* Color: White */

/* Mode1: White */
.modea #Header {
    background: #ec6d81;   -webkit-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);    -moz-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
    box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
}
.modea #Footer {
    clear: both;    width: 100%;    font-size: 0.85em;    text-align: center;    margin: 0;    padding: 10px 0 10px 0;    background: #35b597;
}
.modea #Wrapper {
    clear: both;    width: 1020px;    margin: 60px auto;    padding: 10px;
    }

/* Mode2: White */

.MAINPAGE div#SearchForm {
    margin: 0 auto;
    display: block;
    WIDTH: 80%;
    MIN-WIDTH: 500px;
    padding: 10px;
    text-align: center;
}

.MAINPAGE div#SearchForm input#search_query {
    width: 500px;
    padding: 5px;
    border: 1px solid #a3b0b7;
}

.modeb #Header {
    background: #b5b5b6;
    -webkit-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
    box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
}

.modeb #Footer {
    clear: both;
    width: 100%;
    font-size: 0.85em;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px 0;
        background: #3e3a39;
    color: #fff;
}
.modeb #Wrapper {
    clear: both;
    width: 1020px;
    margin: 60px auto;
    padding: 10px;
}

.modeb #TopMenu li a, #TopMenu li div {
    color: #fff;
}

.Content1 nav#primary_nav_wrap1 ul {
    display: inline-block;
}

.Content1 nav#primary_nav_wrap1 ul A {
    BACKGROUND: #cfcfcf;
    MARGIN: 10PX;
    PADDING: 30PX;
    COLOR: #282828;
}

.Content1 nav#primary_nav_wrap1 {
    TEXT-ALIGN: CENTER;
}

.Content1 nav#primary_nav_wrap1 ul A:HOVER {
    MARGIN-TOP: -10PX;
    BACKGROUND: #000;
    TRANSITION: 0.3S all ease;
    color: #FFF;
}


/* Mode3: White */

.modec #Header {
    background: #f6e780;
    -webkit-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
    box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
}

.modec #Footer {
    clear: both;
    width: 100%;
    font-size: 0.85em;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px 0;
        background: #a9d9ed;
    color: #6b6b6b;
}
.modec #Wrapper {
    clear: both;
    width: 1020px;
    margin: 60px auto;
    padding: 10px;
}

.modec #TopMenu li a, #TopMenu li div {
    color: #6b6b6b;
}

.modec #primary_nav_wrap1 li  {
    background: #fff5b1!important;
}





/* Mode1: White */

.moded #Header {
    background: #03b8df;
    -webkit-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
    box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
}

.moded #Footer {
    clear: both;
    width: 100%;
    font-size: 0.85em;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px 0;
        background: #a0c101;
    color: #fff;
}

.moded #Footer a{
    
    color: #fff;
}
.moded #Wrapper {
    clear: both;
    width: 1020px;
    margin: 60px auto;
    padding: 10px;
}

.moded #TopMenu li a, #TopMenu li div {
    color: #6b6b6b;
}

.moded #primary_nav_wrap1 li  {
    background: #f4f2ec!important;
}



/* Mode1: White */


#outa{ position: fixed;
        bottom: -262px;
    right: 30px;
    -webkit-box-shadow: 4px -2px 16px -6px rgba(0,0,0,0.31);
-moz-box-shadow: 4px -2px 16px -6px rgba(0,0,0,0.31);
box-shadow: 4px -2px 16px -6px rgba(0,0,0,0.31);
border-radius: 10px 10px 0 0;
transition:all 1s;
    }
#ina{
    width: 300px;
    height: 30px;
    background: #d5eef3;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px 0 0 0;
    font-family:'Century Gothic', CenturyGothic;
        font-size: 17px;
    color: #fff;
    cursor:pointer;
    }
    
    #inahide{
    width: 300px;
    height: 30px;
    background: #d5eef3;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px 0 0 0;
    font-family:'Century Gothic', CenturyGothic;
        font-size: 17px;
    color: #fff;
    cursor:pointer;
    }
    
#ina2{
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 0;
    border-radius: 10px 10px 0 0;
    }
    

#CreateAccountButton{
    background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );width:125px;border:none;padding:10px 20px 10px 20px;font-size:16px; color:#fff;border-radius:5px;
}

#LoginButton
{
background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );width:125px;border:none;padding:10px 20px 10px 20px!important;font-size:16px; color:#fff;border-radius:5px;    margin-bottom:5px;
    
}

.billingButton{
    background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );width:auto;border:none;padding:10px 20px 10px 20px!important;font-size:16px; color:#fff;border-radius:5px;    margin-bottom:5px;
    
}
.ProductActionAdd a
{
        color: #08c;
}
body {
    background: #fff;
    color: #2d2d2d;
}
a {
    color: #09C;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #000;
        text-decoration: none;
}
h2 {
    color: #000;
}
h3 {
    color: #000;
}
h4 {
}
hr {
    background: #e2ecf1;
       
    margin: 0 auto;
}


#TopMenu {

}
#TopMenu li a, #TopMenu li div {
    color: rgba(67, 50, 50, 0.68);
}
#TopMenu li div a {
}
#TopMenu li a:hover {
    color: #3a3a3a;
}

#Menu {
    background: url(../../Whitegoods/images/white/bg_navi.gif) 0 100% no-repeat;
}
#Menu li {
    background: url(../../Whitegoods/images/white/btn_menu_right.gif) top right no-repeat;
}
#Menu li a {
    color: #2d2d2d;
    background: url(../../Whitegoods/images/white/btn_menu_left.gif) top left no-repeat;
}
#Menu li:hover a, #Menu li.over a{
}
#Menu li ul li a {
    background-image: none;
    background-color: #e7f1f5;
}
#Menu li ul li a:hover {
    background-color: #d2e2e9;
}


#Outer {
}
#Header {
        background:#d5eef3;
-webkit-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
box-shadow: 0px 45px 28px -40px rgba(0,0,0,0.39);
}


#Logo h1 {
    color: #2d2d2d;
}
#Logo h1 a {
    color: #2d2d2d;
}


#SearchForm {
    color: #9eb6c0;
     
}
#SearchForm label {
}
#SearchForm input.Textbox {
    background: #fff;
    border: 1px solid #ebf1f4;
    color: #3a3a3a;
}
#SearchForm a {
    color: #9eb6c0;
}
#SearchForm a:hover {
    color: #3a3a3a;
}


.Left {
}
.Left .Block {
}
.Left .BlockContent {
     
}
.Left h2 {
    color: #2d2d2d;
     
}
.Left h2 a {
    color: #2d2d2d;
}
.Left li {
         background: #f2f2f2;
         margin-bottom: 13px;
}
.Left li a {
    color: #3a3a3a;
}
.Left li a:hover {
    color: #6c90a0;
}

.Left #SideCategoryList .BlockContent {
     
}
.Left #SideCategoryList h2 {
    color: #fff;
 
}
.Left #SideCategoryList li ul {
    border-bottom: 0;
}
.Left #SideCategoryList li ul li {
     background: #e9eaed;
     margin: 2px;
}


.Content {
}
.Content a {
}
.Content.Wide {
}
.Content.Widest {
}


.Right {
}
.Right .Block {
}
.Right .BlockContent {
    background: url(../../Whitegoods/images/white/right_blockcontent.gif) 0 0 no-repeat;
}
.Right h2 {
    color: #2d2d2d;
    background: #e7f1f5 url(../../Whitegoods/images/white/side_h2.gif) 0 0 no-repeat;
}
.Right h2 a {
    color: #2d2d2d;
}
.Right li {
    background: url(../../Whitegoods/images/white/bg_side_list.png) 0 100% no-repeat;
}
.Right li a {
    color: #3a3a3a;
}
.Right li a:hover {
    color: #6c90a0;
}


#Footer {
    font-size:14px
     
}
#Footer a {
    font-size:14px;

}


.Content .ProductList li {
         /* background: #f7f7f7; */
}
.Content .ProductList li:hover, .Content .ProductList li.Over {
}
.Content .ProductList .ProductImage {
     max-height: 190px!important;
}
.Content .ProductList .ProductDetails {
 text-align: center;
}
.ProductList strong, .ProductList strong a {
    color: #000;
    font-size:20px;
}
.ProductList strong a:hover {
    color: #6c90a0;
}
.ProductPrice, .ProductList em {
    color: #000;
}
.ProductList .Rating {
    color: #7e7e7e;
}
.Content .FeaturedProducts .ProductList li {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}



.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    color: #6c90a0;
}
.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    background: #fff url(../../Whitegoods/images/white/bg_topseller.gif) 6px 130px no-repeat;
    border: 1px solid #e2ecf1;
}
.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
}


.Breadcrumb {
    border-bottom: 1px solid #e2ecf1;
}


.NewsletterSubscription input {
    background: #fff;
    border: 1px solid #e2ecf1;
}


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


/* Quick Search */
.QuickSearch { background: #fff; border: 1px solid #e2ecf1; }
.QuickSearchResultNoImage { color: #7e7e7e; }
.QuickSearchHover td{ background: #f6fbfe; }
.QuickSearchAllResults a { background: url('../../Whitegoods/images/white/QuickSearchAllResultsButton.gif') no-repeat right; }


table.CartContents, table.General {
    border: 1px solid #e2ecf1;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.19);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.19);
border-radius:5px;
}
.CartContents thead tr th, table.General thead tr th {
    background: #eff5f7;
    color: #3a3a3a;
    border-bottom: 1px solid #e2ecf1;
    font-size:16px;
}
.CartContents tfoot .SubTotal td {
    border-top: 1px solid #eff5f7;
    color: #3a3a3a;
}
/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #e2ecf1;
}


.Right .SideCart p {
    color: #3a3a3a;
}
.ViewCartLink {
    background: url('../../Whitegoods/images/white/Cart.gif') no-repeat 8px 4px;
}
.MiniCart h3 {
    color: #3a3a3a;
    font-size: 1.4em;
}
.MiniCart .SubTotal {
    color: #d81111;
}
.JustAddedProduct {
    padding-bottom: 10px;
    border-bottom: 1px solid #eff5f7;
}
.JustAddedProduct strong, .JustAddedProduct a {
    color: #3a3a3a;
    text-decoration: none;
}
.JustAddedProduct a:hover {
    text-decoration: underline;
}


.CategoryPagination {
    color: #3a3a3a;
    background: #eff5f7;
    border: 1px solid #e2ecf1;
}


.CheckoutRedeemCoupon {
    background: #eff5f7;
    border: 1px solid #e2ecf1;
}


.SubCategoryList, .SubBrandList {
    background: #f2f2f2;
 
}


.InfoMessage {
    background: #eff5f7 url('../../Whitegoods/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #7e7e7e;
    border: 1px solid #e2ecf1;
}
.SuccessMessage {
    background: #eff5f7 url('../../Whitegoods/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #7e7e7e;
    border: 1px solid #e2ecf1;
}
.ErrorMessage {
    background: #eff5f7 url('../../Whitegoods/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #7e7e7e;
    border: 1px solid #e2ecf1;
}

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


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


.ExpressCheckout h2{
    border-bottom:1px solid #ededed;
    padding-bottom:8px;
    
}
    
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
     
    color: #3a3a3a;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #eff5f7;
    color: #7e7e7e;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #7e7e7e;
}


/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px solid #e2ecf1;
}

.TabNav li a {
    border: 1px solid #e2ecf1;
    background: #fff;
}

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

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



.CreateAccount {
     
}
.Required, .DownloadExpiresToday {
    color: #d81111;
}
.SortBox, .SortBox option {
    color: #3a3a3a;
}
.SearchTips .Examples  {
    background: #eff5f7;
    border: 1px solid #e2ecf1;
    color: #3a3a3a;
}
.Meta, .Availability, .LittleNote, .LittleNotePassword, .DownloadExpires, .SoldOut, small, .CartContents .CartProductFieldsLink, .WrappingOptions, .TransitTime  {
    color: #a5a5a5;
}
.CurrencyList dd {
    border: 1px solid #e2ecf1;
    background-color: #fff;
}
.CurrencyList a.Sel {
    background-color: #eff5f7;
}
#TopMenu li.Flag img.Selected {
    border: 2px solid #e2ecf1;
}
.SharePublicWishList {
    background-color:#eff5f7;
    border:1px solid #e2ecf1;
}
.OrderItemMessage {
    background: #eff5f7;
}

.PrimaryProductDetails .ProductThumb {
    background: #fff;
     
}

/* Product Videos */

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

.currentVideo {
    background-color: #ddf0f6;
}

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

.CartContents .ItemShipping th {
    border-bottom-color: #e2ecf1;
    border-top-color: #e2ecf1;
    background: #eff5f7;
    color: #3a3a3a;
}

a.searchtag {
    BACKGROUND: #ebebeb;
    PADDING: 10PX;
    FONT-SIZE: 15PX;
    BORDER-RADIUS: 15PX;
}

.searchbox {
    display: flex;MARGIN: 0 AUTO;
    align-items: center;
    justify-content: space-evenly;
}