/* This parent can be any width and height */

/* Lazy Load XT 1.0.6 | MIT License */
.lazy-hidden{opacity:0}.lazy-loaded{-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:1}

.divHomeNYTList {
    margin: 0px 20px 10px 50px;    
    padding-bottom: 10px;
}

.googleSignin {
    width:240px;
 
}


@media only screen and (max-width: 575px) {
    #google_button_a .googleSignin {
        padding-left: 20px;
    }
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}


.shortdesc {
    margin: 5px 0 0 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    line-height: 23px;
    overflow: auto;
    white-space: normal;
    text-align: justify;
}
    
td.tdRightLeft, .divRightLeft 
{
    width: 100%;
    max-width: 670px;
}


.form-item, .error, .success {
    max-width: 480px;
    margin-top: 5px;
}

    .form-item label {
        display: block;
        font-weight: bold;
        margin-bottom: 2px;
    }

.form-required {
    color: red;
}

.form-item input, .form-item select, .form-item textarea {
    font: 14px/100% Verdana, sans-serif;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background: #fff;
    border: 1px solid #d4cbb9;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
}

.form-item input, .form-item textarea {
    padding: 12px 4px;
}

.form-item select {
    padding: 4px 4px;
}


    
    
.topShare
{
    width:180px;
    height:30px;
    display:inline-block;
    padding-top:40px;
    padding-left:40px;
 }
    
.block {
  text-align: center;
}


.helpimg
{
    width:600px;
    height: auto;
    display:block;
    margin-left:auto;
    margin-right: 
    auto;margin-top:20px; 
    margin-bottom:20px;
    max-width: 100%;
    
    }

/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.fb-comments, .fb-comments * {
    width:100% !important;
}

/* The element to be centered, can
   also be of any width and height */
.centered {
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
  max-width: 900px;
}



.whome
{
    width:300px;
    padding:10px 5px;
    margin:0 10px;
    border: solid 0px #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;        
    }
    
.whomeh2
{
    font-weight:bold;
    color:#868686;
    text-align:center;
    font-size:17px;
    padding:10px 0;
    border-bottom:1px solid #060606;
    }
    
.whomeh1
{
    font-size:19px;
    font-weight:bold;
}
    
.whsp
{
    padding:50px 0 10px 40px; 
    text-align:left; 
    border-bottom:0px solid #bbb;
    }
    
.hht
{
height:50px;
vertical-align:top;
padding:15px 0;
}

.whome li
{
        list-style-type:none;
        margin:8px 0;
            
    }
    
.whome ul
{
-webkit-margin-before: 0.2em;
-webkit-margin-after: 0.2em;
-webkit-margin-start: 10px;
-webkit-margin-end: 0px;
-webkit-padding-start: 15px;        
            
    }    

.whomeh2 a
{
    font-size:18px;
    }

.whome li a
{
    font-size:14px;
    
    }


.hhii
{
    width:100px;
    height:auto;
    margin:15px 0px;
    }

.wrapper2 div
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width:250px;
    /*height:300px;*/
    }


h1,
h2
{
    display: block;
    font-size: 1.0em;
    padding:0;
    margin:0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;    
    }
    
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviewwrp
{
    width: 100%;
    overflow: auto;
}

.ui-tabs
{
    min-width: 500px;
}

.LoginPanel a
{
    color: Black;
}

.citylibdiv
{
    border: solid 1px #e0e0e0;
    margin-bottom: 10px;
}
tr.rowheader
{
    background-color: #CFD8DF;
}
td.cityheader
{
    width: 125px;
}

td.cityheader, td.libheader
{
    font-weight: bold;
    padding: 5px 5px;
}
td.libcity, td.liblink
{
    vertical-align: top;
    padding: 3px 5px;
}


#cp_div_Country_Title, #cp_div_State_Title
{
    margin: 10px 10px 10px 10px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.main
{
    background-color: white;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}




a:focus
{
    outline: none;
}

.bd, .top, .divMessage
{
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
}

.bdhome
{
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    overflow: auto;
}

span.spanbold
{
    font-weight: bold;
    font-size: 14px;
}


.GreenMessage, .RedMessage
{
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 14px;
    width: 480px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 200%;
    padding: 10px 20px;
    border: solid 1px #0A0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.GreenMessage
{
    color: #006600;
}

.RedMessage
{
    color: #660000;
}


.bd
{
    min-height: 108px;
    background-color: white;
    background-image: none;
    text-align: left;
}


body, li, a
{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif, Batang, Dotum;
}


a
{
    color: #0070C0;
    text-decoration: none;
    outline: none;
    outline-color: White;
}

a:hover
{
    text-decoration: underline;
    color: green;
}



a.vClass:link, a.vClass:hover, a.vClass:visited, a.vClass1:link, a.vClass1:hover, a.vClass1:visited
{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 26px;
    width: 76px;
    text-decoration: none;
}

a.vClass1
{
    font-size: 18px;
    font-weight: bold;
}



.lb
{
    position: relative;
    min-height: 25px;
    top: 0px;
}

.divModule
{
    width: 100%;
    margin: 5px 0px 10px 0px;
}


.bottom
{
    border-top: 1px solid #BEC3C7;
    text-align: center;
    padding: 20px 0;
}


.topads
{
    text-align: center;
}

.lb ul
{
    padding: 0;
    margin: 0;
}

.lb li
{
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0 5px 0 5px;
    border-left: 0;    
}

.lb .lastitem
{
    border-right: 0;
}

table.padded-table, table.padded-table-flex
{
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}

table.padded-table tr, td, table.padded-table-flex tr, td
{
    padding: 0px;
}

.divNoWrap
{
    padding: 0px;
    white-space: nowrap;
}



.pagenum
{
    font-size: 12px;
    color: #666;
}


.divcurlib
{
    padding-top: 10px;
    padding-left: 0px;
}


td.td1, td.td3, td.td7, td.td9, td.td1b, td.td3b, td.td7b, td.td9b
{
    width: 5px;
    height: 5px;
}


td.tdLeft, td.tdRight, td.tdRightLeft
{
    vertical-align: top;
    width:100%;
}


td.tdRightRight
{
    vertical-align: top;
    width: 0px;
}

.divRightLeft
{
    vertical-align: top;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

td.tdLeft,.divLeftLeft
{
    width: 260px;
}


td.tdLeft
{
    padding-left: 15px;
    margin-right: 25px;
}


.divLeftLeft
{
    margin-left: 0px;
    margin-right: 15px;
}

.divRightRight
{
    width: 0px;
    margin: 5px 0px 10px 10px;
}

.divmsi
{
    width: auto;
    height: 120px;
    border: 0px;
    max-width: 120px;
}

.topmain
{
    border-top: 1px solid #bbb;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/MainGrad.png?t=20130207) repeat-x top left;
    background-position: 0px 0px;
}


.mainlist
{
    padding: 10px 0 15px 0px;
}

td.tdcheck
{
    width: 45px;
    height: 28px;
    empty-cells: show;
    background: url(../images/Check.png?t=20130207) no-repeat top left;
    background-position: 10px -1px;
}

.divReasonTitle
{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #8EBD47;
    padding-bottom: 10px;
}

.divReason a
{
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.divReason a:hover
{
    color: #080;
}


td.topbot
{
    empty-cells: show;
    height: 20px;
    background: url(../images/bookshelves.png?t=20130207) repeat top left;
    background-position: -5px -8px;
}

.divlibname, .topmain, .mainlisttitle, .maincattitle
{
    color: #777;
}

.mainlistr
{
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.divcurlib, .divlibname, .mainlisttitle, .maincattitle
{
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin: 0 5px 0 0px;
}
    
.divlibname {
    padding-bottom: 1px;
    font-weight: bold;
    color: black;
    font-size:20px;
}


td.tdMainSheves
{
    width: 100%;
}

td.tdMainCat
{
    width: 300px;
}

.mainlistshelves
{
    margin: 0 5px 15px 5px;
    width: 100%;
}


.maincat
{
    margin-left: 10px;
    height: 470px;
    width: 270px;
    border: 1px solid #ddd;
    margin: 35px 20px 10px 0px;
    padding-left: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mainlisttitle
{
    margin: 30px 0 0 0;
}

.maincattitle
{
    margin: 5px 0 0 0;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
}


td.tdMainSheves, td.tdMainCat
{
    vertical-align: top;
    height: 509px;
}

td.pagenum
{
    vertical-align: top;
    }
    
td.pagenumright
{
    text-align:right;
}
td.pagenumcenter
{
    text-align:center;
}


td.tdshl
{
    text-align: center;
    vertical-align: top;
}

.divml
{
    height: 26px;
    width: 141px;
    margin-left: 5px;
    margin-right: 5px;
    /*border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    -moz-border-bottom-right-radius: 3px 3px;
    -moz-border-bottom-left-radius: 3px 3px;*/
}

.divms
{
    width: 141px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 10px;
    /*border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-right-radius: 3px 3px;
    border-top-left-radius: 3px 3px;
    -moz-border-top-right-radius: 3px 3px;
    -moz-border-top-left-radius: 3px 3px;*/
}

.divml
{
    padding: 10px 5px 15px 5px;
}





.pr2
{
    display: block;
    clear: both;
    padding-top: 0px;
}


td.cellProductImage, td.cellpst, td.cellTitle, td.cellValue
{
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    padding-bottom: 5px;
    padding-right: 5px;
}

td.cellTitle
{
    font-weight: bold;
    width: 70px;
}

td.cellValue
{
    width: 100%;
}

td.tdcityselect
{
    width: 100%;
    text-align: right;
}



.stl
{
    font-size: 14px;
    font-weight: bold;
    border-top: solid 2px #00aa00;
    border-bottom: solid 2px #00aa00;
    padding: 5px 0 5px 0px;
    margin: 15px 0 0px 0px;
}


td.tdp1t, td.tdp2t, td.tdp3t, td.tdp4t, td.tdp5t
{
    font-size: 14px;
    font-weight: bold;
}


.pst
{
    font-size: 12px;
    color: #000000;
    margin: 2px 0 5px 0px;
}




.div_Prices_Panel_Rate
{
    padding-top: 5px;
    display: inline;
}

.dno, .dnm, .dnm h1, .dnm h1 a
{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    float: left;
    color: #000000;
}

.dnm
{
    font-weight: bold;
    color: #000;
}

.dnm h1 a
{
    font-weight: bold;
    color: #000066;
}

.dnm a
{
    font-weight: bold;
}

.dnmc
{
    padding-left: 10px;
    padding-left: 10px;
}

.byAuthDiv
{
    margin: 3px 3px 3px 15px;
}

span.byLead
{
    font-size: 14px;
}

span.byLeadRe
{
    font-size: 14px;
    color: #090;
}

span.byRe
{
    font-size: 14px;
    color: #090;
}


span.byAuthor
{
    font-size: 12px;
    font-weight: normal;
}

.dno
{
    margin: 10px 10px 5px 10px;
    color: #0070C0;
}

.dnm
{
    width: 100%;
    padding: 10px 0px 5px 0px;
    margin-bottom: 15px;
}

.dnm h1
{
    width: 100%;
    margin: 0px 0px 0px -15px;
    color: #000000;
    text-align: left;
}

.dns, .dnsr
{
    float: left;
    margin: 0px 5px 5px 0px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    width: 100%;
}

.dnst2 a
{
    font-size: 13px;
}

td.tdr1, td.tdr3
{
    width: 60px;
    padding-top: 0px;
    vertical-align: top;
}

td.tdr2
{
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
}



.dnssie71, .dnssie73
{
    margin-top: 15px;
}



.dns2
{
    float: left;
    margin: -23px 0px 0px 395px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    width: 100%;
}

.dnss
{
    display: block;
    width: 190px;
}


.dnst
{
    display: block;
    width: 290px;
    margin: -18px 0px 10px 60px;
}


.dnl
{
    width: 100%;
    margin: -10px 0px 0px -5px;
    font-size: 12px;
}

.dns ul
{
    list-style-type: disc;
    margin-left: 0px;
}

.dns li
{
    margin-top: 5px;
}

.pst1
{
    margin-left: 5px;
}


.upcl, .prc
{
    margin: 10px 0px 0px 15px;
}
.upcc
{
    margin: 0px 0px 0px 5px;
}

.dnr
{
    width: 100%;
    display: block;
}

.prrt
{
    width: 420px;
    display: block;
}



.prrc, .prcc
{
    width: 210px;
    display: inline;
}




.prcc, .prrc
{
    font-size: 1.3em;
}


.prcc
{
    color: #E46C0A;
    font-weight: bold;
}







/*
Start Rating
*/

.star ul.star
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 55px;
    height: 12px;
    left: 0px;
    top: 0px;
    position: relative;
    float: left;
    cursor: pointer;
    z-index: 2;
    background: url(   '../images/starsSmall.gif?t=20130207' ) repeat-x;
}

.star li
{
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 55px;
    height: 12px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 2;
    position: absolute;
    padding: 0;
}

.star li.curr
{
    background: url(   '../images/starsSmall.gif?t=20130207' ) left 15px;
    font-size: 1px;
    z-index: 3;
}

.star div.user
{
    left: 0px;
    position: relative;
    float: left;
    font-size: 12px;
    color: #000;
    z-index: 4;
}



/*
Star rating finish
*/

.divLine, .divLineS, .stl
{
    width: 319px;
}

.divLine
{
    background: #DDDDDD;
    height: 3px;
    font-size: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.divLineS
{
    background: #006600;
    height: 5px;
    font-size: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divS, .divH, .divHB, .divStat, .BKS, .divHC
{
    margin: 5px 0px 8px 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.divProfile
{
}


.divS
{
    padding-left: 0px;
    padding-right: 0px;
}


.divS, .divH, .divHB, .divStat, .MainLogin, .BKS, .divBKS, .divModule
{
    border: solid 1px #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.divH, .divHB, .divStatT, .divHC
{
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.divStat
{
    line-height: 150%;
}
.divStatT
{
    border-bottom: solid 2px #ececec;
}

.divHB
{
    border: 0px;
    border-bottom: solid 1px #ececec;
}

td.tdLeftP, td.tdRightP
{
    padding: 5px 0px;
}

td.tdLeftP
{
    width: 100px;
    font-weight: bold;
}

.divStat
{
    margin-left: 15px;
    font-size: 14px;
}

.divStatT
{
    border-bottom: solid 2px #ececec;
    margin-bottom: 0px;
}


.divSwitch
{
    background: #eeeeee;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: -5px;
    padding-top: 5px;
}

.divSwitch a, text
{
    font-size: 14px;
    font-weight: bold;
}

.divprw
{
    margin-left: 120px;
}

table.tdp
{
    table-layout: fixed;
    width: 280px;
    empty-cells: show;
}

.prccs
{
    width: 180px;
}

td.tdp0t
{
    width: 140px;
}

td.tdp1t
{
    width: 120px;
}


td.tdp2t
{
    width: 180px;
}



td.tdp3t
{
    width: 150px;
}

td.tdp4t
{
    width: 120px;
}



td.tdp5t
{
    width: 120px;
}

td.tdp1t, td.tdp2t, td.tdp3t, td.tdp4t, td.tdp5t
{
}

td.tdp0
{
    width: 100px;
}

td.tdp1
{
    width: 100px;
}


td.tdp2
{
    width: 160px;
    text-align: left;
}



td.tdp3
{
    width: 80px;
    text-align: center;
}



td.tdp4
{
    width: 100px;
}



td.tdp5
{
    width: 185px;
    text-align: center;
}

.SellerSummary
{
    width: 320px;
    margin: auto;
}

.divLinkCell
{
    margin: 5px 10px 5px 0px;
}

.divLinkCell a, .divBD a
{
    font-size: 14px;
}

.divBD
{
    font-size: 12px;
}



.divBDI
{
    height: 100px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.divBD
{
    width: 160px;
    text-align: center;
    background-color: #fafffa;
    margin: 5px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border: solid 1px #e8e8e8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}





/*
drop menu 
*/


ul.dropmenu
{
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 16px;
}
.dropmenu li
{
    position: relative;
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
.dropmenu li a
{
    height: 16px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: point;
    text-decoration: none;
}

.dropmenu li span
{
    display: block;
    float: right;
    height: 10px;
    width: 10px;
    background: transparent url(../images/arrow_up.png?t=20130207) repeat-x scroll 0 0;
    position: absolute;
    top: 12px;
    right: 10px;
}
.dropmenu li a:hover span
{
    background: transparent url(../images/arrow_hover.png?t=20130207) repeat-x scroll 0 0;
}
.dropmenu li:hover ul, .dropmenu li:hover div
{
    display: block;
}

/*
.dropmenu ul{
	position: absolute;
	display: none;
	width: 140px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	background: #FFFFFF url(../images/gradient.png) repeat-x scroll 0 0;
}*/

.dropmenu ul li
{
    border: 0;
    float: none;
}

.dropmenu ul a:hover
{
    color: #F67A00 !important;
    text-decoration: none;
    background-color: #F0F0F0;
    background-image: none;
}

.dropmenu div ul
{
    position: relative;
    display: block;
}

.dropmenu li div
{
    background: #FFFFFF url(../images/gradient.png?t=20130207) repeat-x scroll 0 0;
    border: 1px solid #ccc;
    padding: 0px;
    display: none;
    position: absolute;
}

.dropmenu li div ul
{
    border: none;
    background: none;
    position: relative !important;
}


.dropmenu li div a
{
    padding: 5px 5px 5px 5px;
}


.products
{
    width: 600px;
    padding: 15px !important;
    z-index: 5;
}


td.tdCat, td.tdCatCurrent
{
    padding: 5px 5px 5px 5px;
    white-space: normal;
}


td.tdCatCurrent a
{
    color: #E46C0A;
    font-weight: bold;
    font-size: 14px;
    background: #FFFFFF;
}



.topbanner, .topmain {
    margin-top: 0px;
    padding-left: 10px;
}

.topbanner {
    height: 150px; /*106px;*/
}

.th1link {
    display: inline-block;
    height: 180px;
    width: 180px;
}

.th1 {
    background: url(../images/aboutread_100x100.jpg?t=20211220) no-repeat top left;
    background-position: 2px 2px;
    padding-top: 5px;
    margin-top: 5px;
}


@media only screen and (min-width: 541px) {
    .th1 {
        background: url(../images/aboutread_150x150.jpg?t=20211220) no-repeat top left;
        background-position: 15px 15px;
        padding-top: 35px;
        margin-top: 35px;
    }
}



    .topsearchbtn {
        background: url(../images/search-white.svg) no-repeat center center #005FC0;
        background-image: url(../images/search-white.svg);
        background-position-x: center;
        background-position-y: center;
        background-size: 20px;
        background-repeat-x: no-repeat;
        background-repeat-y: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: #005FC0;
        background-size: 20px;
        cursor: pointer;
        display: inline-block;
        margin-left: -6px;
        position: relative;
        width: 40px;
        height: 40px;
        text-indent: -99999999px;
        margin-top: 22px;
        margin-right: 0px;
    }

    .msTopSearch {
        position: relative;
        margin-top: -120px;
        background: none;
        float: right;
    }

    .mssearchbox {
        float: none;
        margin: -60px auto 0px auto;
        margin-bottom: 0px;
        text-align: center;
    }

    .TextCss_Top, .TextCss_BookList {
        width: 280px;
        font-size: 20px;
        height: 36px;
        margin-top: 18px;
        z-index: 999;
        border-color: #bbb;
        border-width: thin;
        border-style: solid;
        border-radius: 5px;
        padding-left: 10px;
    }



    @media only screen and (min-width: 541px) {
        .TextCss_Top, .TextCss_BookList {
            width: 260px;
        }
    }



    @media only screen and (min-width: 601px) {
        .TextCss_Top, .TextCss_BookList {
            width: 320px;
        }
    }



    @media only screen and (min-width: 801px) {
        .TextCss_Top, .TextCss_BookList {
            width: 520px;
        }
    }


    .TextCss_Email {
        padding-left: 5px;
        height: 28px;
        font-size: 14px;
    }

    .TextCss_Image {
        margin-top: -3px;
    }

    td.tdSearchText {
        margin: -1px;
    }

    .LoginPanel {
        vertical-align: middle;
        float: right;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        height: 28px;
        position: relative;
        display: inline-block;
        color: #524D4D;
    }

        .LoginPanel a {
            height: 28px;
            font-size: 16px;
            font-weight: bold;
            vertical-align: middle;
        }

        .LoginPanel img {
            position: absolute;
            left: -110px;
            top: -3px;
            width: 122px;
            
            border-width: 0px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 1px;
        }

    .buttonCss_Filter {
        color: #006600;
        text-align: center;
        border-width: 0px;
        font-weight: bold;
        width: 106px;
        height: 34px;
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-bottom: 2px;
        background: url(../images/sButton_2.png?t=20130207) no-repeat bottom right;
    }


        .buttonCss_Top:hover, .buttonCss_Filter:hover {
            cursor: hand;
        }

    .LoginInt, .loginControl, .greyboxTitle {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .slickbutton, .slickbuttong, .slickbuttonr {
        display: inline-block;
        width: 120px;
    }


    .buttonab {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 120px;
        height: 30px;
        font-size: 16px;
    }

    .MainLogin {        
        margin-left: auto;
        margin-right: auto;
    }

.socialcontrol {
    width: 245px;
    height: 100px;
    padding-left: 1px;
    margin-left: auto;
    margin-right: auto;
}

    .BKS {
        width: 640px;
    }


    .MainLogin, .BKS {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .greyboxTitle, .greyboxTitle2, .bsTitle {
        width: 120px;
        margin-top: -26px;
        margin-bottom: 15px;
        font-size: medium;
        height: 16px;
        color: #006600;
        font-weight: bold;
        background: #FFFFFF;
    }

    .greyboxTitle2 {
        width: 180px;
        margin-left: 66px;
    }

    .bsTitle {
        width: 360px;
        margin-left: 66px;
    }



    td.tdLoginLable {
        text-align: right;
        vertical-align: top;
        padding-right: 5px;
        padding-top: 15px;
    }

    table.loginTable {
        width: 100%;
    }

    td.tdLoginEdit {
        width: 100%;
        text-align: right;
        padding-right: 5px;
        height: 25px;
        padding-top: 15px;
    }

    td.tdLoginLink {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .divInfor {
        text-align: left;
    }

        .divInfor h5 {
            margin-left: 10px;
            margin-top: 5px;
            margin-bottom: 10px;
            font-size: 12px;
            font-weight: normal !important;
        }

        .divInfor li {
            padding-bottom: 3px;
        }


    .slickbutton a, .slickbuttong a, .slickbuttonr a, .slickbuttonc a {
        outline: none;
        display: block;
        text-decoration: none;
        padding: 5px 12px;
        font-size: 12px;
        background-color: #ddffdd;
        color: #00a;
        text-align: center;
        border: 1px solid #66aa66;
    }

    .slickbuttong a, .slickbuttonr a, .slickbuttonc a {
        font-size: 12px;
        padding: 0px 0px;
        background-color: #fff;
        color: #186E22;
        border: 0px;
        text-align: center;
        font-weight: bold;
    }

    .slickbuttongb a {
        color: #0071C2;
        color: #186E22;
        font-weight: bold;
    }



    .slickbuttonc a .slickbutton input, .slickbuttong input, .slickbuttonr input, .slickbuttonc input {
        font-family: arial,helvetica,sans-serif !important;
        font-weight: bold !important;
        background: #00ADEF;
        text-transform: uppercase;
        color: white;
        font-size: 11px;
        display: block;
        padding: 3px 10px;
        margin-left: 0px;
    }

    on input, .slickbuttong input, .slickbuttonr input, .slickbuttonc input {
        font-family: arial,helvetica,sans-serif !important;
        font-weight: bold !important;
        background: #00ADEF;
        text-transform: uppercase;
        color: white;
        font-size: 11px;
        display: block;
        padding: 3px 10px;
        width: 100%;
    }

    .slickbuttong input, .slickbuttonr input, .slickbuttonc input {
        font-family: arial,helvetica,sans-serif !important;
        font-weight: bold !important;
        background: #fff;
        text-transform: uppercase;
        color: white;
        font-size: 11px;
        display: block;
        padding: 3px 10px;
        width: 100%;
    }



    .button:hover {
        background: #FD7820;
        text-decoration: none;
    }

    .clearfix::after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }


    /*
Select Cifty
==============================
*/


    .div_State li a {
        list-style: none;
        display: inline;
        font-size: larger;
        padding: 5px 5px 5px 5px;
    }

    .div_State {
        padding-left: 5px;
    }

    .div_State_City {
        display: block;
        padding: 5px;
    }

    #div_State_Title, #div_State_Content {
        min-width: 320px;
    }


    .div_State_City a {
        padding-right: 5px;
    }

    .cssStateTable {
        padding: 5px 5px 5px 5px;
    }

    .divmsi1 {
        width: 16px;
        height: 16px;
    }

    /*
===================================
*/

    .divSP {
        margin-top: 5px;
        margin-right: 25px;
        padding: 0px 0px;
        background-color: #f2f1e5;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .divBKS {
        width: 100%;
        margin: 5px 0px 10px 0px;
    }

    .divMBKS {
        margin-bottom: 20px;
    }

    .divFBKST {
        font-size: 14px;
        text-align: center;
        margin: 0px;
        padding: 5px;
        color: #060;
    }

    .mainBody {
        background: #fafafa;
    }

    .dnm, .divFBKST {
        background: #f2f1e5;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f1e5), color-stop(1, #ffffe5));
        background: -ms-linear-gradient(bottom, #f2f1e5, #ffffe5);
        background: -moz-linear-gradient(center bottom, #f2f1e5 0%, #ffffe5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffffe5, EndColorStr= #f2f1e5 );
    }

    .divFTitle {
        border-bottom: 0px solid #ccc;
        height: 20px;
    }

    .divfbi {
        padding: 5px 0px 2px 10px;
        width: 240px;
    }

    .divbksl {
        width: 100%;
    }

    td.tdbsnt, td.tdbsot, td.tdbsbt, td.tdbstt {
        border-bottom: 1px solid #006600;
        padding-bottom: 3px;
    }

    td.tdbsn, td.tdbso, td.tdbsb, td.tdbst {
        padding: 3px 0px;
    }

    td.tdbsnt {
        padding-left: 40px;
    }

    td.tdbsn, td.tdbsnt {
        width: 340px;
    }


    td.tdbsot, td.tdbso, td.tdbsbt, td.tdbsb, td.tdbst, td.tdbstt {
        width: 100px;
        text-align: center;
    }

    td.tdbsb, td.tdbsd {
        font-weight: normal;
    }

    .mainlistc {
        height: 220px;
        width: 100%;
    }


.lb {
    margin: 0px 0px 0px 0px;
    padding: 15px 0 20px 5px;
}

    .menu {
        background-color: #005FC0;
        width: 100%;
        height: 50px;
        position: relative;
        z-index: 10000;
    }

        .menu li a:link {
            color: white;
        }

    .watermark {
        color: #999;
    }

    .my-div, .my-divs {
        width: 100%;
        height: 355px;
        overflow: hidden;
        position: relative;
    }

    .my-iframe, .my-iframes {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 350px;
        padding: 0px 5px 5px 5px;
    }

    .my-iframes, .my-divs {
        height: 150px;
    }

    .divPreWR {
        padding: 0px 0px;
        margin: 0px 0 5px 0;
        width: 488px;
        height: 168px;
    }

    .divPreWInd {
        text-align: center;
        vertical-align: middle;
        margin-top: 20px;
    }


    .my-div2 {
        width: 300px;
        height: 120px;
        overflow: hidden;
        position: relative;
    }

    .my-iframe2 {
        position: absolute;
        top: -104px;
        left: -10px;
        width: 280px;
        height: 120px;
    }

    .btnlink, .btnlinkg {
        display: inline-block;
        margin-left: 0px;
        margin-bottom: 2px;
        width: 146px;
        background-color: #558ED5;
        color: White;
        font-weight: bold;
        padding: 4px 3px;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

        .btnlink a, .btnlink span, .btnlinkg a, .btnlinkg span {
            font-size: 13px;
            color: White;
        }


    .ABInfo {
        /*height: 165px;*/
        /*width:100%; */
        /*width: 690px;*/
        position: relative;
        min-height:180px;
    }


    .ABTPanel, .divSP, .divSP {
        float: left;
        box-shadow: 0 1px 3px rgba(34,25,25,0.5);
        -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.5);
    }

    .divSP, .divSPP, .floatt {
        zoom: 1;
        border: 2px solid #eee;
    }

    .ABInfo .ABProfileImage {
        width: auto;
        margin: 3px 10px 5px 3px;
        height: 125px;
        float: left;
        max-width: 130px;
        overflow: hidden;
        border-width: 0px;
    }


    .ABProfileImage {
        height: 110px;
    }

    .ABInfo .content {
        margin-left: 180px;
        /*padding-right: 15px;*/
    }

.ablinkgrey, .ablinkgrey a, .ABInfo a {    
    line-height: 1.5;
}

.ABInfo .ProfileLinks {    
    color: #8c7e7e;
    padding-top: 5px;
    bottom: 8px;
    overflow: hidden;
    padding-bottom: 10px;
}

    .ABInfo .ProfileLinks li {        
        margin-right: 8px;
        max-width: 360px;
        width: auto;        
        white-space: nowrap;
        flex: 1;
        margin-top: 10px;        
    }

    .ABInfo a:hover {
        color: #cb2027;
    }

.ABInfo ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    
}

    .abmsg {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #aaa;
        font-weight: bold;
        text-align: center;
        margin: 30px auto 30px auto;
        border: 0px solid #aaa;
    }

    .abmsg2 {
        margin: 0;
        border-top: 0;
        padding: 10px;
    }

    .tips {
        color: #999;
        font-size: 12px;
        text-align: left;
        margin: 5px 0px 5px 0px;
    }

    span.stlib {
        padding-left: 5px;
        margin-right: 5px;
        font-weight: normal;
        text-align: left;
        color: #999;
    }

    .floatt {
        display: none;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-top: 0px;
        margin-top: 10px;
    }

    span.title {
        font-size: 22px;
        text-align: left;
    }

    a.roundedbtn, a.roundedbtn:hover {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
        display: inline-block;
    }


    .followdiv {
        margin: 0px 0px;
        padding: 0;
    }

    a.roundedbtn, a.roundedbtn:hover {
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
        background: -webkit-linear-gradient(#ffffff,#f0f0f0);
        background: -moz-linear-gradient(#ffffff,#f0f0f0);
        background: -o-linear-gradient(#ffffff,#f0f0f0);
        background: linear-gradient(#ffffff,#f0f0f0);
        background-color: #f0f0f0;
        border: 1px solid #cbcbcb;
        border-bottom-color: #bebebe;
        border-top-color: #d1d1d1;
        color: #5f5f5f;
        cursor: pointer;
        font-weight: bold; /*padding: 2px 15px 2px 15px;*/
        text-shadow: 0 1px #fff;
        white-space: nowrap;
        font-size: 12px;
        display: inline-block;
        width: 145px;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }


    a.roundedbtnl {
    }

    a.roundedbtn:hover {
        background-color: #d0d0d0;
        border: 1px solid #bbbbbb;
        border-bottom-color: #aeaeae;
        border-top-color: #c1c1c1;
    }

    a.follow {
        margin: auto;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    a.hidden {
        display: none;
    }

    a.followdyn {
        font-size: 12px;
        color: #333;
        margin-right: 5px;
    }

        a.followdyn:hover {
            color: #cb2027;
        }

    span.paneluser, span.paneluser2 {
        font-size: 12px;
        color: #333;
    }

    span.paneluser {
        padding-left: 15px;
    }

    span.paneluser2 {
        padding-left: 0;
    }

    a.followdynl {
        font-size: 14px;
        color: #0070C0;
    }

    .shelfHelp {
        font-family: @Batang;
        font-size: 12px;
        line-height: 23px;
        width: 250px;
        font-weight: bold;
        color: Gray;
    }

    .divMT {
        margin: 5px 0px 8px 0px;
    }

    #tdpagen {
        width: 240px;
    }

    #divList {
        margin: auto;
        width: 640px;
    }

    #floating {
        max-width: 620px;
    }

    #cp_divList, .confirmation {
        margin: auto;
        max-width: 640px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .confirmation {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        font-weight: bold;
    }

    .wrapper {
        float: left;
        margin: auto;
        width: 100%;
        position: relative;
        display: block;
    }

    .clearer {
        clear: both;
    }

    .wrapper div {
        display: -moz-inline-box;
        display: inline-block;
        text-align: left;
        /*    float: left; */
        vertical-align: top;
        margin-top:8px;
        height: 20px;
    }

    .clear-browser-data-info-banner {
        font-weight: normal;
        font-size: 14px;
        color: chocolate;
        margin: 10px 0px 0px 0px;
        padding: 6px 8px;
        text-align: center;
    }

    .menu-button {
        display: none;
        cursor: pointer; /*     position: absolute;     right: 15px;     top: 4px;     */
        text-align: center;
        width: 100%;
    }

        .menu-button a {
            background: #005FC0;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #005FCC;
            display: inline-block;
            color: #ffffff;
            font: bold 15px sans-serif;
            padding: 3px 40px;
            text-decoration: none;
            text-shadow: 1px 1px 0px #528009;
        }


            .menu-button a:hover {
                background: #005FFF;
            }

    #Divmenuw.stuck {
        position: fixed;
        top: 0;
        z-index: 9;
        width: 100%;
        background: #f2f1e5;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f1e5), color-stop(1, #ffffe5));
        background: -ms-linear-gradient(bottom, #f2f1e5, #ffffe5);
        background: -moz-linear-gradient(center bottom, #f2f1e5 0%, #ffffe5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffffe5, EndColorStr= #f2f1e5 );
    }

    #ctl00_menu.stuck {
        position: fixed;
        top: 0;
        width: 970px;
        background: #00C0C1;
        opacity: 1.0;
    }



    .menu-button a:active {
        position: relative;
        top: 1px;
    }

    .listitem {
        margin: 0;
    }

    .listheader a {
        font-weight: bold;
    }


    .infinite-container {
        text-align: center;
        margin: auto;
        max-width: 1000px;
    }

    .infinite-item {
        border: 5px solid #C977FF;
        display: inline-block;
        width: 300px;
        height: 250px;
        background-color: #ECCEFF;
    }

    .infinite-container.infinite-loading:after {
        content: "Loading...";
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background: #CCCCCC;
        color: #FFFFFF;
    }


    td.tdlistright {
        padding-left: 10px;
        vertical-align: top;
    }

    td.pagenumleft {
        width: 140px;
    }


    td.pagenumleft2 {
        vertical-align: top;
        width: 50px;
    }




    @media only screen and (min-width: 997px) {
        td.pagenumcenter {
            width: 260px;
        }

        td.pagenumright {
            width: 200px;
        }

        td.tdlistright {
            width: 220px;
        }

        td.tdshow2, td.tdshow3, td.pagenumleft, td.pagenumleft2 {
            display: inline-table;
        }

        .authimage {
            width: 200px;
            height: auto;
            border: 0px;
            float: left;
            margin: 0 1em 0.5em 0;
        }

        .imgProduct {
            width: 150px;
            height: auto;
            margin-top: 5px;
            border: 0;
        }

        td.cellProductImage, .ProductImage {
            width: 165px;
            margin-left: 20px;
        }

        .menu-button, #menu2 {
            display: none;
        }

        #mshd, #msSearch, .menu, #floatingwrap, .tdLeft, .tdMainCat, .top {
            display: block;
        }

        body, li, a {
            font-size: 14px;
            padding-bottom:5px;
        }

        .bd, .top {
            width: 970px;
        }

        #homemain {
            width: 952px;
        }

        .bdhome {
            width: 960px;
        }

        .divAddthis {
            margin: 5px 0 5px 55px;
            height: 16px;
        }

        .divSHelfEditor {
            margin-left: 0px;
        }

        .tdRight {
            padding-right: 15px;
        }
    }

    @media only screen and (max-width: 575px) {
        #floatingwrap, #floating {
            height: 81px;
            display: block;
        }

        td.pagenumcenter {
            width: 220px;
        }

        td.pagenumright {
            width: 40px;
        }

        td.tdlistright {
            width: 160px;
        }

        td.tdshow2, td.tdshow3, td.pagenumleft, td.pagenumleft2 {
            display: none;
        }

        .authimage {
            width: 120px;
            height: auto;
            border: 0px;
            float: left;
            margin: 0 1em 0.5em 0;
        }

        .reviewwrp {
            width: 90%;
        }

        .imgProduct {
            width: 105px;
            height: auto;
            margin-top: 5px;
            border: 0;
        }

        td.cellProductImage, .ProductImage {
            width: 105px;
            margin-left: 10px;
            margin-right: 0;
            padding-right: 0;
        }


        .divAddthis {
            margin: 5px 0 5px 20px;
            height: 16px;
        }

        .menu-button {
            display: block;
        }

        #menu2 {
            display: none;
        }


        .bd, .top, #homemain, .bdhome {
            width: 100%;
        }

        .menu, .tdLeft /*,  #trDynHome,  .tdMainCat*/ /*,  #trDynHome,  .tdMainCat*/ {
            display: none;
        }

        body, li, a {
            font-size: 12px;
        }

            .LoginPanel a, a.vClass1 {
                font-size: 12px;
            }

        td.tdRightLeft, .divRightLeft {
            width: 100%;
        }

        .divMT {
            margin: 5px 0px 8px 0;
        }

        #tdpagen {
            width: 120px;
        }

        .divS, .divH, .divHB, .divStat, .MainLogin, .divProfile, .BKS, .divHC {
            margin: 5px 5px 8px 5px;
        }

        #divPreW {
            display: none;
        }

        .socialcontrol {
            width: 280px;            
            margin-left: auto;
            margin-right: auto;
        }

        .loginHolder {
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 20px;
        }

        .divSHelfEditor {
            margin-left: 5px;
        }
    }


    @media only screen and ( max-width: 996px) {

        .mainlistshelf {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }


        .divRightLeft {
            margin-left: auto;
            margin-right: auto;
        }
    }


    @media only screen and (min-width: 576px ) and ( max-width: 996px) {

        #floatingwrap, #floating {
            display: block;
            height: 81px;
        }

        td.pagenumcenter {
            width: 260px;
        }

        td.pagenumright {
            width: 160px;
        }


        td.tdlistright {
            width: 220px;
        }

        td.tdshow3 {
            display: none;
        }

        td.tdshow2, td.pagenumleft, td.pagenumleft2 {
            display: inline-table;
        }


        .authimage {
            width: 140px;
            height: auto;
            border: 0px;
            float: left;
            margin: 0 1em 0.5em 0;
        }

        .imgProduct {
            width: 150px;
            height: auto;
            margin-top: 5px;
            border: 0;
        }

        td.cellProductImage, .ProductImage {
            width: 165px;
            margin-left: 20px;
        }

        .divAddthis {
            margin: 5px 0 5px 50px;
            height: 16px;
        }


        #mshd, #msSearch, .menu, .top {
        }

        .menu-button {
            display: block;
        }

        #menu2 {
            display: none;
        }



        body, li, a {
            font-size: 12px;
        }

            .LoginPanel a, a.vClass1 {
                font-size: 12px;
            }


        .tdLeft /*,#trDynHome,  .tdMainCat, #divPreW*/ {
            display: none;
        }

        .menu {
            display: none;
        }

        .bd, .top, #homemain, .bdhome {
            width: 100%;
        }



        .socialcontrol {
            margin-left: auto;
            margin-right: auto;
        }

        .loginHolder {
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 20px;
        }

        .divSHelfEditor {
            margin-left: 0px;
        }
    }

    input.watermark {
        color: #999;
    }

    #menu2 ul {
        list-style-type: disc;
        text-align: left;
    }

    #menu2 {
        text-align: left;
    }
