.Content .ProductList li, .fastCartContent .ProductList li {
    width: CALC( 100%/3)!important;    margin: 0;
    padding: 0;
    /* border: 1px solid #cddee2; */    position: relative;}

.Content .ProductList li:HOVER {
    opacity: 0.5;
    transition: 0.3s all ease;
}

.proinfo {pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 174, 239, 0.2);
}
.ProductList .ProductImage {
    width: 100%!important;
    display: block;
    background: #fff;
    height: 100%!important;
}.ProductList .ProductImage img {
    width: 100%!important;
    vertical-align: middle;
}

.FloatRight.SortBox {
    display: none;
}

.ProductDetails {
    position: absolute;
    bottom: 15%;
    padding: 0 5%;
}

/* Color: Blue */


.mainbbb img:HOVER {
    opacity: 0.5;
    transition: 1s ALL ease;
}
h2.h2title {
    display: none;
}

@media (max-width: 766px) { 

#Menu li a {
    background: none;
    color: #fff;
}

#Menu li ul li a {

}

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

#Menu li:hover a, #Menu li.over a{
    background: #242424;
    
}

#Menu li:hover ul li a{
    color: #0d0d0d;
    background:none;
}


}

@media (min-width: 767px) { 

#Menu li a {
    background: none;
    color: #fff;color: #000;
}

#Menu li ul li a {

}

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

#Menu li:hover a, #Menu li.over a{
  /*  background: #a5a5a5;background: #dceeff;*/
        border-bottom: 2PX SOLID;    border-bottom: 2PX SOLID #77e9f3
    TRANSITION: 0.3S ALL EASE;
}

#Menu li:hover ul li a{
    color: #ffffff;
    background:none;
}


}

body {
    background: #000000;
    BACKGROUND: #333;
color: #dadada;BACKGROUND: #fff;color: #383838;
     font-family: 'microsoft yahei'!IMPORTANT;
}


a {
    color: #001927;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: #07599a;
}

h2 {
    color: #ffffff;
}

h3 {
    color: #034285;
    line-height: 1.66667;
    font-size: 30px;
    COLOR:#FFF;
}

.page .text-gray-sec {  
    color: #8b8b8b;  font-size: 18px;
}

html .range-30 > * {
    margin-top: 30px;
    pointer-events: auto;
}

.range.range-30.single-book.text-sm-left p.big.text-gray-sec {
    FONT-SIZE: 20PX;
}

#TopMenu li a, #TopMenu li div {
 /*   border-left: 1px solid #208db5;
    color: #fff;*/
}

#TopMenu li div a {
    border-left: 0;
}

#TopMenu li a:hover {
    color: #fff;
}



#Outer {
    background: none;
}


#Header {
    border-bottom: 0;
}

#Logo h1 {
    color: #fff;
    background: url(../../default/images/blue/Logo.png) top left no-repeat;
}

#Logo h1 a {
    color: #fff;
}

#SearchForm {
    /* color: #95bbd1; */
    display: none;
}

#SearchForm label {
    color: #fff;
}

#SearchForm a {
    color: #b1ccdc;
}

#SearchForm a:hover {
    color: #fff;
}

.Left {
    /* background: transparent url('../../default/images/blue/LeftBg.gif') no-repeat; */
    display: none;
}

.Left li {
    border-bottom: 1px solid #c5dde9;
}

.Left li a:hover {
    color: #07599a;
}

.Content {
    background: none;
}

.Content a {
    color: #ffffff;    color: #25679a;
}

.Content.Wide {
    background-image: none;
}

.Content.Widest {
    background-image: url('../../default/images/ContentBgWidest.gif');
}


.Right {
    background: transparent url('../../default/images/blue/RightBg.gif') no-repeat;
    display: none;
}

.Right a {
    color: #034285;
}

.Right a:hover, .Right a:hover strong {
    color: #001927;
}

#Footer {
    BACKGROUND: #222;
    color: #fff;
}

#Footer li a {
        color: #222;  color: #fff;
}

.Content .ProductList li,
.fastCartContent .ProductList li {
 /*   border: 1px solid #cddee2;*/
}

.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
    background: #DFF2F7;
}

.ProductList .ProductImage {
    background: #fff;
}

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

.ProductPrice, .ProductList em {
    color: #800000;
}

.ProductList .Rating {
    color: #797979;
}

.Right .ProductList li {
    border-bottom: 1px solid #c0dae7;
}

.Content .FeaturedProducts .ProductList li {
    background: #dff2f7;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
    background: #D2E8EE;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    background: url(../../default/images/blue/TopSellerNumberBg.gif) 0 4px no-repeat;
    color: #075899;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    border: 1px solid #c0dae7;
    background: #fff;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
    background: url(../../default/images/blue/TopSellerNumber1Bg.png) 0 0 no-repeat;
    color: #075899;
}

.Breadcrumb {
    border-bottom: 0;
}


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

.ViewCartLink {
    background: url('../../default/images/blue/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
    border: 1px solid #c7d7db;
}

.CartContents thead tr th, table.General thead tr th {
    background: #edf2f3;
    color: #424748;
    border-bottom: 1px solid #c7d7db;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #c7d7db;
    color: #075899;
}

.MiniCart .SubTotal {
    color: #075899;
}

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

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

.CategoryPagination {
    color: #034285;
    background: #f4fbfc;
    border: 1px solid #c0dae7;
}

.CheckoutRedeemCoupon { background: #EAFDFF; padding: 10px; width: 300px; border: 1px solid #9DD3D8; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
/*    background:#EEF5F9;*/
}



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

.InfoMessage {
    background: #a6a6a6;
    color: #555;
}

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

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

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

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #dcf0f5;
    border: 1px solid #bce0e8;
}

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

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

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

.TabNav li a {
    border: 1px solid #3d9abe;
    background: #ddf0f6;
}

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

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

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

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

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

#SearchResultsCategoryAndBrand {
    background-color: #EEF5F9;
}

.CartContents .ItemShipping th {
    border-bottom-color: #c7d7db;
    border-top-color: #c7d7db;
    background: #edf2f3;
}

/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color: #65B2CB;
    color: #FFF;
}

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

/* End: category flyout styles */


/* start fast cart styles */
#fastCartContainer {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #BB6F21;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #DDFEDA;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #075899;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #800000;
}
.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */

table.sertable td {
    padding: 2%;
}

    
    p.desktopimg {    display: block;

}

p.mobileimg {    display: none;
}

.footericon {
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 2EM;
    PADDING: 20PX 0;
}

table.foottable td {PADDING: 0 1%;    FONT-SIZE: 2EM;}

.mainbox {
    width: 100%;
    overflow: auto;
    zoom: 1;
}

.mainbox A {color: #1b1b1b;
    width: 25%;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    PADDING: 2VW 1VW;
}

.mainbox A:HOVER {
    background: #dadada;
    transition: 0.3s all ease;
    TEXT-DECORATION: NONE;
    COLOR: #FFF;
}

.mainbox .main P {
font-size: 1.5vw;
    padding: 20px 0;
    margin: 0;
}

.main {
    WIDTH: 80%;
    MARGIN: 0 AUTO;
   /* BORDER: 1PX solid;*/
    padding: 20px 0;
}

.mainbox H2,div#Box4 h2,div#Box5 h2 {
    COLOR: #333;
    FONT-SIZE: 2.5EM;
    FONT-WEIGHT: 300;
    LINE-HEIGHT: 1.7;
}

a.clientsurl {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: #c6c6c6;
    font-size: 2em;
    padding: 20px 0;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
}

a.clientsurl:hover {
    BACKGROUND: #676767;
    TRANSITION: 0.3S all ease;
    text-decoration: none;
    color: #fff;
}

div#Box4 p {
    line-height: 2;
}

td.CONTACTINFO {
    TEXT-ALIGN: LEFT;

    PADDING-LEFT: 5VW;
    padding: 1vw 0 1vw 5vw;
}

td.CONTACTINFO h2 {
    color: #333;
    FONT-WEIGHT: 300;
}

td.CONTACTINFO P {
    FONT-SIZE: 1.1EM;
    LINE-HEIGHT: 1.7;
}

table.texttable {
    background: #d2d2d2;      background: #dadada;background: #d2d2d2;
    background: #ffffff;
    box-shadow: 10px 10px #28b0ff;
}

table.texttable {
    width: 90%!important;
MARGIN: 0 AUTO;
    MARGIN-TOP: 5%;
}

.mainslider {    background: #aaa;background: #444;
    position: relative;
    display: block;
    height: calc(100vh - 190px);
    top: 120px;
    overflow: hidden;
}

@media (max-width: 1023px) { 
    
    
    .ProductThumb .ProductThumbImage {
    width: 100%!important;
    height: 300PX!IMPORTANT;
}
    .Content {
    padding-top: 0!IMPORTANT;
}
    
    div#Footer {    padding: 10px 0 0 0;TEXT-ALIGN: CENTER;}
    li.footercopyright {
    DISPLAY: BLOCK;
    MARGIN: 0 AUTO;
    WIDTH: 95%;
}
#TopMenu {    WIDTH: 100%;}

.mainbbb img {width: 100%!important;}
    
    table.namecardtable TD {
    WIDTH: 100%;
    DISPLAY: BLOCK;}
    
    table.foottable TD {
    WIDTH: 100%;
    DISPLAY: BLOCK;}
    #ProductDetails .ProductTinyImageList {
    width: 100%;
    MIN-HEIGHT: 100PX;}
    
    p.desktopimg {  display: none;}

p.mobileimg { display: block;}

    table.sertable td {
    width: 100%;
    DISPLAY: BLOCK;}
    table.texttable TD {
    DISPLAY: BLOCK;
    WIDTH: 100%;}



table.texttable {
   DISPLAY: BLOCK;
    WIDTH: 100%;    WIDTH: 100%!IMPORTANT;
    PADDING: 0 5%;PADDING-BOTTOM: 120PX;
}

div#PageBreadcrumb {  padding-top: 30PX;}
table.texttable TD P { LINE-HEIGHT: 1.5;}
ul.footercopyright {
    DISPLAY: BLOCK;
    MARGIN: 0 AUTO;
    WIDTH: 80%;
    MARGIN-TOP: 11PX;}

table.foottable TD {
    WIDTH: 100%;
    DISPLAY: BLOCK;}

table.foottable TD:nth-child(1) {
    background: #000;    background: #08326d;
    color: #fff;
    padding: 10px 0;}

table.foottable TD:nth-child(2) {
    background: #000;    background: #003277;
    color: #fff;
    padding: 10px 0;}

table.foottable TD:nth-child(3) {
    background: #000;    background: #00419c;
    color: #fff;
    padding: 10px 0;}

table.foottable TD:nth-child(4) {
    background: #000;    background-color: #4267b2;
    color: #fff;
    padding: 10px 0;}

table.foottable TD:nth-child(4) a {
    color: #fff;
    text-decoration: none;}

.mainbox A {     width: 100%;     margin: 5vw 0;}
.main {    WIDTH: 90%;}
.mainbox .main P { font-size: 8vw;    font-weight: 800;}

img.mainicon {    width: 20%!important;}

img#LogoImage {HEIGHT: 70PX;}

.Content .ProductList li, .fastCartContent .ProductList li {
    WIDTH: 100%!IMPORTANT;
}

.SubCategoryList {
COLUMN-COUNT: 1;
    MARGIN: 0;
}

.SubCategoryList li {
    PADDING: 10PX 0;
}

}



/************************************************/

.Selectlanguage a img {
    margin-top: -10px;
    padding: 0 5px;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

table.texttable H2 {
    TEXT-ALIGN: LEFT;
    WORD-SPACING: initial;
    letter-spacing: UNSET;
    COLOR: #444;
    FONT-SIZE: 2EM;
    FONT-WEIGHT: 300;
}
img.mainlogo {
    max-width: 400px;
}
td.testtd {
    text-align: justify;
    padding: 0 5%;
}

div#Box4 {
    background: #dadada;
    padding: 5vh 0;
    /* line-height: 2; */
}

ul.CLIENTTL {COLUMN-COUNT: 4;
    MARGIN: 0;
    WIDTH: 90%;
    MARGIN: 0 AUTO;
}

ul.CLIENTTL LI {
    DISPLAY: INLINE-BLOCK;
    PADDING: 10PX 0;
    WIDTH: 100%;
}
table.CLIENTtable td H3 {
    BACKGROUND: #AAA;text-transform:uppercase;
    PADDING: 10PX 0;
}
table.CLIENTtable {
    background: #d2d2d2;       background: #dadada;
}

table.CLIENTtable td {
    TEXT-ALIGN: CENTER;
}

div#ProductReviews {
    DISPLAY: NONE;
}
div#ProductByCategory {
    DISPLAY: NONE;
}


ul.SubCategoryList {
    margin: 0;
}

.ProductDetails a {
    font-size: 2.5em;
    color: #fff!important;
}
.SubCategoryList li a {
    font-size: 1.5em;text-transform: uppercase;
    color: #404142;
    text-decoration: none;
    border-bottom: 1PX SOLID;
    TEXT-DECORATION: NONE;
}

.SubCategoryList li a:hover {
    transition: 0.3s all ease;
    border-bottom: 3px solid;
    text-decoration: none;
}


td.CONTACTINFO SPAN {
    display: inline-block;
    padding-bottom: 10px;
}

@media (max-width: 1300px) { 

img#LogoImage {
    width: 100%;
    /* HEIGHT: 10VW; */
    HEIGHT: 80PX;
    WIDTH: AUTO;
    padding-top: 10px;
    padding-left: 25px;
}

#Menu {
    bottom: 0;
}

}