﻿html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, div, marquee {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-family: Helvetica, Arial, Verdana,Geneva, sans-serif;
    font-size: 11px;
}

p {
    margin: 0;
    padding: 0;
    text-indent: 15px;
    line-height: 1.2;
}

td {
    vertical-align: top;
    line-height: 1.2;
}

a:hover {
    color: #AD2131;
}

.QuantityBox {
    width: 25px !important;
    height: 17px !important;
    text-align: right;
}

.Bordered {
    width: 25px !important;
    height: 17px !important;
    text-align: right;
}

input {
    box-sizing: border-box;
    font-size: 11px;
}

    input[type="image"] {
        cursor: pointer;
        padding: 1px;
    }

    input[type="text"] {
        height: 23px;
        width: 180px;
        border: 1px solid #BDBABA;
        padding-left: 4px;
        padding-right: 4px;
    }

    input[type="password"] {
        height: 23px;
        width: 180px;
        border: 1px solid #BDBABA;
        padding-left: 4px;
        padding-right: 4px;
    }

textarea {
    height: 70px;
    width: 180px;
    border: 1px solid #BDBABA;
    font-family: Helvetica, Arial, Verdana,Geneva, sans-serif;
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
}

select {
    height: 23px;
    box-sizing: border-box;
    border: 1px solid #BDBABA;
    font-family: Helvetica, Arial, Verdana,Geneva, sans-serif;
    font-size: 11px;
    width: 180px;
}

#ErrorMessage {
    color: #F00;
    font-weight: bold;
    padding: 5px;
}

#SuccessMessage {
    color: forestgreen;
    font-weight: bold;
}

.RedBg {
    background-image: url('/EFiles/ConceptRed.png');
    background-repeat: repeat-y;
    background-position: 0px 0px;
}

.Box {
    margin-bottom: 10px;
    margin-top: 10px;
}

.Box2 {
    padding-bottom: 10px;
}

.BoxCell {
    padding-top: 10px;
    padding-bottom: 10px;
}

.SectionTitle {
    vertical-align: middle;
    background-color: #D9D9D9;
    color: #515151;
    font-weight: bold;
    padding: 5px 10px;
}

.SubSectionTitle {
    background-color: #F2F2F2;
    color: #515151;
    font-weight: bold;
    padding: 5px 10px;
}

.SectionContent {
    padding: 10px;
}

.SectionContentP {
    padding: 0px 10px 10px 10px;
}

.TextLink {
    cursor: pointer;
    color: #8E8E8E;
}

    .TextLink:hover {
        text-decoration: none;
    }

.IconCell {
    width: 33px;
    vertical-align: middle;
}

    .IconCell img {
        width: 23px;
    }

.IconTextCell {
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
}

.UnderlineDotted {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 4px dotted #bdbec1;
}

.UpsideDown {
    transform: rotate(180deg);
}

.ArrowCell {
    padding-left: 5px;
    vertical-align: middle;
}

.ArrowTitleCell {
    vertical-align: middle;
}

.Cover > a > img {
    width: 100px;
}

.CoverCell {
    width: 110px;
}

.CoverCellV {
    padding-bottom: 10px;
}

.TagCell {
    padding-top: 10px;
}

.Soft {
    font-weight: bold;
    color: #515151;
}

.NameRed {
    font-weight: bold;
    color: #AD2131;
}

.Description {
    vertical-align: top;
}

.PriceText {
    margin-top: 4px;
    margin-bottom: 10px;
}

    .PriceText h1 {
        font-size: 13px;
        margin-top: 4px;
    }

.HSpace {
    margin-right: 10px;
}

.Red {
    color: #AD2131;
}

.Stressed {
    font-weight: bold;
}

.Accented {
    font-size: 12px;
}

.Amplified {
    font-size: 13px;
    font-weight: bold;
}


.Gross {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.LettersSpaced {
    letter-spacing: 5px;
}

.YellowBack {
    background-color: #ffffcc;
}

#Sorter {
    letter-spacing: 5px;
    padding-top: 3px;
}

.FilterArea {
    padding-bottom: 10px;
}

    .FilterArea a {
        margin-right: 9px;
        font-weight: bold;
    }

.h1 {
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 700;
    text-indent: 0;
}

.h2 {
    padding-top: 10px;
    font-weight: 700;
    text-indent: 0;
}

.h3 {
    background-color: #f2f2f2;
}

.lst {
    margin-left: 25px;
    padding-top: 5px;
}

.tbl {
    border-spacing: 2px;
    border-collapse: separate;
    margin-top: 15px;
    margin-bottom: 25px;
}

    .tbl td {
        padding: 5px;
    }

.m0 {
    list-style: none;
}

.m1 {
    margin-left: 15px;
}

.m2 {
    margin-left: 30px;
}

#Sorter img {
    margin-right: 4px;
}

.NoIndent {
    text-indent: 0px;
}

.SpacedP {
    text-indent: 0px;
    padding-top: 10px;
}

.Indented {
    padding-left: 18px;
}

.ShareButton {
    width: 22px;
    height: 22px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}

.SubTitle {
    margin-top: 14px;
    margin-bottom: 14px;
    display: block;
    text-indent: 0
}

.FieldHeader {
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: top;
}

#CookieConsentDialog {
    background-color: #e0969a;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 817px;
    height: 70px;
}

    #CookieConsentDialog .ccContent {
        vertical-align: middle;
        padding: 20px;
        color: #ae2132;
    }

.CloseButton {
    content: 'x';
    color: #ae2132;
    font-size: 20px;
    font-family: Arial,sans-serif;
    text-align: right;
    vertical-align:middle;
    padding:20px;
}

#Logo {
    position: relative;
    margin-left: 57px;
    margin-top: 6px;
}

#UserMenu {
    list-style: none;
    font-size: 10px;
}

    #UserMenu > li {
        float: left;
        padding-left: 4px;
        padding-right: 4px;
    }


#CatalogMenu > li {
    padding-top: 1px;
    padding-bottom: 1px;
}

#SeriesMenu > li {
    padding-top: 1px;
    padding-bottom: 1px;
}

#FooterMenu {
    list-style: none;
    display: inline-block;
}

    #FooterMenu > li {
        float: left;
        padding-left: 3px;
        padding-right: 3px;
    }

        #FooterMenu > li > a {
            color: #ad2131;
            font-weight: bold;
        }

/* HEADER LINKS BEGIN */
#Menu {
    height: 76px;
    position: relative;
    width: 285px;
    background-image: url('/EFiles/ConceptMenu.png');
    background-repeat: no-repeat;
    background-position: 13px;
    font-size: 1pt;
    margin-left: auto;
    margin-right: 0;
}

    #Menu > a {
        cursor: pointer;
        position: absolute;
        bottom: 0;
        display: block;
    }

    #Menu #HomePageLink {
        width: 61px;
        left: 14px;
        height: 21px;
        z-index: 2;
    }

    #Menu #AboutMetis {
        width: 35px;
        height: 47px;
        left: 56px;
        bottom: 8px;
        z-index: 1;
    }

    #Menu #Editor {
        width: 93px;
        height: 49px;
        left: 93px;
        bottom: 8px;
        z-index: 1;
    }

    #Menu #AuthorList {
        width: 40px;
        height: 50px;
        left: 130px;
        bottom: 8px;
        z-index: 1;
    }

    #Menu #Campaign {
        width: 72px;
        height: 22px;
        left: 138px;
        bottom: 2px;
        z-index: 2;
    }

    #Menu #Archive {
        width: 32px;
        height: 58px;
        left: 172px;
        bottom: 8px;
        z-index: 1;
    }

    #Menu #Links {
        width: 62px;
        height: 20px;
        left: 208px;
        bottom: 3px;
        z-index: 3;
    }

    #Menu #MetisBooks {
        width: 60px;
        height: 18px;
        left: 201px;
        bottom: 24px;
        z-index: 3;
    }
/* HEADER LINKS END */

.PopupContainer {
    width: auto;
    background: #fff;
    border: 10px solid gray;
    border-radius: 10px;
    padding: 15px;
    overflow-y: auto;
    max-height: 500px;
}

#imageBox {
    display: flex;
    position: fixed;
    top: 100px;
    left: 150px;
    background: #fff;
    z-index: 1002;
    display: none;
    border: 10px solid #808080;
    border-radius: 10px;
}

#lightbox {
    position: fixed;
    top: 220px;
    left: 238px;
    width: 300px;
    background: #fff;
    z-index: 1002;
    display: none;
    border: 10px solid #808080;
    border-radius: 10px;
}

#lightboxFade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1001;
    display: none;
}

#lightboxMessage h1 {
    margin: 10px;
    font-size: 11px;
    font-weight: normal;
}

/* GLOBAL STYLE BEGIN */
#DefaultPage,#NewBooksPage,#DiscountPage,#AuthorsListPage,#ArchivePage,#ErrorPage,#AuthorPage,#InterviewPage,#InterviewsPage,#InterviewListPage,#PeriodicalsPage,#PeriodicalIssuePage,#BooksListPage,#SetPage,#MetisBooksPage,#MetisBookPage,#CatalogPage,#ReaderCommentPage,#BookListPage,#BookTextPage,#SearchPage{width:637px;margin-bottom:20px;}
#SeriesPage{width:642px;margin-bottom:20px;}
.MTitle{color:#000000;font-size:13.5pt;font-weight:bold;padding-bottom:10px;padding-top:10px;}
.MBigTitle{color:#000000;font-size:16pt;font-weight:bold;padding-top:5px;}
.MSubTitle{font-weight:bold;padding-left:0;}
.MColorRed{color:#AD2131;}
.MClearPadding{margin-left:20px;}
.MCustomLink{letter-spacing:5px;}
.MCustomLink img{margin-top:-2px;margin-right:4px;display:inline-block;vertical-align:middle;border:0 none;}
.StockData {margin-top:40px;margin-bottom:25px;color:#ad2131;font-size:13px;font-weight: bold;}
.YellowTag {color:#000000;font-size:11px;display:inline;font-weight: bold;}

#NewBooksPage .MClearPadding{margin-left:0;}

p{margin:0;padding:0;text-indent:15px;}
p.firstParagraph{text-indent:0;}
p.firstParagraph b.SubTitle{margin-left:0}

a:hover{color:#AD2131} 
h2{line-height:1.3;padding-top:10px;padding-bottom:10px;font-size:11px;font-style:normal;font-weight:bold;}
#SearchPage #calenderButton{opacity:0;filter:alpha(opacity=0);}
.ui-widget-header{background-color:#AD2131 !important;}
.ui-datepicker-title{color:White !important;}
.ui-datepicker-div{background-color:#EEEEEE !important;}
.Overflow{overflow:hidden;height:185px;}
.Overflow .Mask{z-index:1000;left:0;top:0;width:100%;height:100%;display:block}
/* GLOBAL STYLE END*/

/* SetPage BEGIN */
#SetPage .Left {
    width: 190px;
}

    #SetPage .Left > img {
        margin-bottom: 12px;
    }

    #SetPage .Left .OtherBooksHeader {
        padding-bottom: 2px;
    }

    #SetPage .Left #ISBN13 {
        margin-top: 10px;
    }

    #SetPage .Left #BookProperties {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #SetPage .Left #OtherBooks {
        margin-top: 40px;
    }

#SetPage .Center {
    width: 15px;
}

#SetPage .Right {
    width: 420px;
}

    #SetPage .Right #InfoInEnglish img {
        margin-bottom: 3px;
    }

    #SetPage .Right .Author {
        font-size: 11pt;
        font-weight: bold;
        display: inline-block;
    }

    #SetPage .Right .MSubTitle {
        font-size: 9pt;
        margin-bottom: 10px;
    }

    #SetPage .Right .Detail {
        margin-bottom: 20px;
    }

    #SetPage .Right #OrjinalName {
        margin-bottom: 15px;
    }

    #SetPage .Right #Tasters {
        margin-top: 20px;
    }

    #SetPage .Right #Reviews {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #SetPage .Right h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #SetPage .Right a > img {
        display: inline-block;
        vertical-align: middle;
        border: 0 none;
    }

#SetPage #GiftMonth {
    border-bottom: 0 none;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 80px
}

#SetPage #SalesPanel {
    margin-top: 25px;
}

#SetPage #AddToBasketLink {
    margin-top: 10px;
}

#SetPage ul li {
    list-style: disc;
    margin-left: 14px;
}
/* SetPage END */

/* SEARCH FORM BEGIN */
.FormButton{width:23px;height:15px;margin-left:5px;vertical-align:top;}
.FormTextBox{width:165px !important;height:15px;border:1px solid gray;font-size:7pt;vertical-align:top;font-family:Arial;}
/* SEARCH FORM END */

/* ADVANCED SEARCH FORM BEGIN */
#DTT_Date{border:solid 1px gray;width: 165px; height: 26px;margin-left:1px;}
#SearchPage #calenderButton{position:relative;width: 165px;height: 26px;color:White;left:0;top:-20px;}
#ui-datepicker-div {font-size: 16px;}
#TB_BookName{font-size: 16px;height: 26px;width: 190px;}
#TB_AuthorName{font-size: 16px;height: 26px;width: 190px;}
#TB_InterpreterName{font-size: 16px;height: 26px;width: 190px;margin-left: -2px;}
#TB_Keyword{font-size: 16px;height: 26px;margin-left:-2px;width: 190px;}
#B_BookName{margin-top:6px;}
#B_AuthorName{margin-top:6px;}
#B_InterpreterName{margin-top:6px;}
#B_Keyword{margin-top:6px;}
#B_Date{margin-top:6px;}
#L_BookName{font-size: 15px;width: 174px;height: 35px;}
#L_AuthorName{font-size: 15px;width: 174px;height: 35px;}
#L_InterpreterName{font-size: 15px;width: 176px;height: 35px;}
#L_Keyword{font-size: 15px;width: 176px;height: 35px;}
#L_Date{font-size: 15px;width: 173px;}
/* ADVANCED SEARCH FORM END */

/* NEWBOOKSPAGE BEGIN */
#NewBooksPage .Separator{height:20px;}
#NewBooksPage .ItemImage{width:210px;}
#NewBooksPage .ItemDescription a > img{display:inline-block;vertical-align:middle;border:0 none;margin-left:4px;}
#NewBooksPage .ItemDescription .BookText{margin-top:15px;margin-bottom:20px;}
#NewBooksPage .ItemDescription .MTitle{font-size:10.5pt;margin-top:3px;color:#AD2131;}
#NewBooksPage .ItemDescription .MSubTitle{font-size:9pt;}
#NewBooksPage .ItemDescription .Author{display:inline-block;margin-bottom:1px;}
#NewBooksPage .ItemDescription .MColorRed{display: block;font-size: 12px;margin-top: 1px;}
#NewBooksPage .Translator{margin-top:3px;}
/* NEWBOOKSPAGE END */

/* ARCHIVE PAGE BEGIN */
#ArchivePage p{padding-top:10px;text-indent:0;}
#ArchivePage h3{padding-top:10px;}
#ArchivePage #Journal{margin-top:20px;}
#ArchivePage a > img{display:inline-block;vertical-align:middle;border:0 none;}
#ArchivePage .Left{width:200px;}
#ArchivePage .Left img{margin-bottom:10px;}
#ArchivePage .Right{vertical-align:middle;}
#ArchivePage .Right img{margin-left:9px;}
/* ARCHIVE PAGE END */

/* ERRORPAGE BEGIN */
#ErrorPage{font-size:13pt;color:Red;}
/* ERRORPAGE END */ 

/* INTERVIEWSPAGE BEGIN */
#InterviewPage .Left{width:190px;}
#InterviewPage .Left .BookLink{margin-top:50px;display:block;}
#InterviewPage .Center{width:15px;}
#InterviewPage .Right{width:420px;}
#InterviewPage .Right .MTitle{font-size:13pt;padding-bottom:7px;padding-top:6px;}
#InterviewPage .Right .SubPanel{margin-top:5px;margin-bottom:10px;}
#InterviewPage .Right .MSeparator{font-size:13pt;font-weight:bold;}
#InterviewPage .Right a > img{display:inline-block;vertical-align:middle;border:0 none;}
#InterviewPage .Right .OtherTitle{margin-top:30px;font-weight:bold;}
#InterviewPage .Right .OtherSubPanel{margin-bottom:6px;margin-left:11px;}
#InterviewPage .Right .OtherInterviewsPanel{margin-top:10px;}
/* INTERVIEWSPAGE END */

/* INTERVIEWSPAGE BEGIN */
#InterviewsPage .Left{width:205px;}
#InterviewsPage .Separator{height:35px;}
#InterviewsPage .InterviewListPanel{margin-top:5px;}
#InterviewsPage .Right .MTitle{display:block;padding-top:0;padding-bottom:5px;font-size:13pt;}
#InterviewsPage .Right .SubPanel{margin-top:5px;margin-bottom:10px;}
#InterviewsPage .Right a > img{display:inline-block;vertical-align:middle;border:0 none;}
/* INTERVIEWSPAGE END */

/* INTERVIEWLISTPAGE BEGIN */
#InterviewListPage .Left{width:155px;padding-right:5px;font-weight:bold;}
#InterviewListPage .Left a > img{display:inline-block;vertical-align:middle;border:0 none;}
#InterviewListPage .Center{width:10px;text-align:center;padding-top:2px;}
#InterviewListPage .Right{padding:2px;}
#InterviewListPage .Right > div {margin-bottom:3px;}
/* INTERVIEWLISTPAGE END */

/* BOOKTEXTPAGE BEGIN */
#BookTextPage .Left{width:190px;}
#BookTextPage .Left > img{margin-bottom:12px;}
#BookTextPage .Left .OtherBooksHeader{padding-bottom:4px;}
#BookTextPage .Left #ISBN13{margin-top:10px;}
#BookTextPage .Left #BookProperties{margin-top:5px;margin-bottom:10px;}
#BookTextPage .Left #OtherBooks{margin-top:50px;}
#BookTextPage .Center{width:15px;}
#BookTextPage .Right{width:420px;}
#BookTextPage .Right .Author{font-size:11pt;font-weight:bold;}
#BookTextPage .Right .MSubTitle{font-size:9pt;margin-bottom:10px;}
#BookTextPage .Right #OrjinalName{margin-bottom:15px;}
#BookTextPage .Right h3{margin-top:10px;margin-bottom:10px;font-size:11px;font-weight:bold}
#BookTextPage .Right h2{font-size:12px;}
#BookTextPage .Right .Heading{margin-left:-21px;margin-top:5px;margin-bottom:5px;display:block}
#BookTextPage .Right a > img{display:inline-block;vertical-align:middle;border:0 none;}
#BookTextPage ul li {list-style:disc; margin-left:14px;}
/* BOOKTEXTPAGE END */

/* METISBOOKSPAGE BEGIN */
#MetisBooksPage .Left{width:250px;}
#MetisBooksPage .Left .Separator{padding-top:15px;}
#MetisBooksPage .Left #NonFictionAuthors{margin-top:30px}
#MetisBooksPage .Right{width:370px;}
/* METISBOOKSPAGE END */

/* METISBOOKPAGE BEGIN */
#MetisBookPage .Red11{color: #AD2131;font-size: 11px;}
#MetisBookPage .Red22{color: #AD2131;font-size: 22px;}
#MetisBookPage .Black14{color: #000000;font-size: 14px;}
#MetisBookPage .Red12{color: #AD2131;font-size: 12px;}
#MetisBookPage .Text{color: #000000;font-family: Helvetica,Arial,Verdana,Geneva,sans-serif;font-size: 8pt;line-height: 1.3;}
#MetisBookPage a > img{display:inline-block;vertical-align:middle;border:0 none;}
/* METISBOOKPAGE END */

/* CATALOGPAGE BEGIN */
#CatalogPage img{display:inline-block;vertical-align:middle;border:0 none;}
#CatalogPage #HardCodeCategories .Item,#CatalogPage #RightCategories .Item{padding-left:17px;}
#CatalogPage .Text{padding-left:10px;padding-top:65px;}
/* CATALOGPAGE END */

/* PERIODICALISSUEPAGE BEGIN */
#PeriodicalIssuePage #Year{margin-top:10px;font-weight:bold;font-size:11pt;color:#AD2131;}
#PeriodicalIssuePage #Cover{width:138px;height:205px;}
#PeriodicalIssuePage #TB_PeriodicalSearch_Header,#PeriodicalIssuePage #OtherIssues_Cell_0_0,#PeriodicalIssuePage .Source a{font-size:7pt;}
/* PERIODICALISSUEPAGE END */

/* PERIODICALISSUEPAGE BEGIN */
#PeriodicalsPage #TB_PeriodicalSearch_Header,#PeriodicalsPage #OtherIssues_Cell_0_0{font-size:7pt;}
/* PERIODICALISSUEPAGE END */

/* BOOKLİSTPAGE BEGIN */
#BookListPage .Left{width:440px;height:30px;}
#BookListPage .Left .MCustomLink{text-align:right;font-size:8pt;padding-top:7px;}
#BookListPage .Left .SortOrder{display:block;float:left;margin-top:10px;}
#BookListPage .Right{width:185px;vertical-align:top;}
#BookListPage .Right #SubCategories .Header{font-weight:bold;padding-top:7px;}
#BookListPage .Right #SubCategories .Header img{vertical-align:top;display:inline-block;}
#BookListPage .Right #SubCategories .Item{padding-left:19px;}
#BookListPage .Right #SubCategories .Item2{padding-left:17px;}
#BookListPage .Right #SubCategories .Selected{background-color:#ffffcc;}
#BookListPage #BooksArea{margin-top:10px;}
#BookListPage #BooksArea .Item{padding-left:10px;padding-top:10px;width:415px;}
#BookListPage .Pager{padding-top:15px;}
#BookListPage .Pager a{padding-right:5px;text-decoration:none;}
#BookListPage .Pager a:hover{text-decoration:none;}
#BookListPage .Pager img{display:inline-block;vertical-align:middle;}
#BookListPage .Pager a>span{padding:0 2px;vertical-align:bottom;}
/* BOOKLİSTPAGE END */

/* SEARCHPAGE BEGIN */
#SearchPage .Pager{padding-top:15px;}
#SearchPage .Pager img{display:inline-block;}
/* SEARCHPAGE END */

/*PAGER SETINGS*/
#PagerPanel{padding-top:15px;}
#PagerPanel a{padding-right:5px;text-decoration:none;font-size:13px;}
#PagerPanel a:hover{text-decoration:none;}
#PagerPanel img{display:inline-block;vertical-align:middle;}
#PagerPanel a>span{padding:0 2px;vertical-align:bottom;}

#CB_SalesOrders td {
    padding: 5px 10px;
}

#CB_SalesOrders .ColumnHeader {
    font-weight: bold;
    background-color: #D9D9D9;
    color: #515151;
}

#CB_SalesOrders .EvenRow td {
    background-color: #f2f2f2;
}

#CB_SalesOrders .OddRow td {
    background-color: #F2F2F2;
}

#CB_SalesOrders .GrossTotal, .TimeProcessed {
    text-align: right;
}

#CB_BasketItems td {
    padding: 5px 10px;
}

#CB_BasketItems .ColumnHeader {
    font-weight: bold;
    background-color: #D9D9D9;
    color: #515151;
}

#CB_BasketItems .GrossTotal, .DiscountTotal, .Price, .Quantity {
    text-align: right;
}

#CB_BasketItems .ProductName {
    font-weight: bold;
}