﻿@charset "utf-8"; 
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu'); 
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}




/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 0px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 18px;
    font-weight: normal;
}





.buttonstyle {
    width: 300px;
    background: orange;
    color: black;
    font-family: Arial,geneva,algerian;
    font-size: 18px;
    height: 40px;
    border-radius: 15px;
    margin-top: 500px;
    border-radius: 15px;
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.buttonNew {
    border-radius: 15px;
    width: 300px;
    height: 40px;
    background-color: orange;
    font-family: Verdana;
}





/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
@media only screen and (max-width: 481px) {

    h1, h2, h3, h4, h5, h6 {
        margin-top: 0em;
        margin-bottom: 0em;
        line-height: 18px;
        font-weight: normal;
    }

    .hdn1 {
        position: absolute;
        float: left;
        left: -100px;
        top: -100px;
        visibility: hidden;
    }

    .gridContainer {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .SearchBoxText {
        font-family: Arial;
        font-size: 14px;
        color: black;
        font-style: normal;
        width: 200px;
        height: 20px;
    }


    .FontRobotoTextGolden {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: palegoldenrod;
    }

    .FontRobotoN_Gray {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
    }

    .FontRobotoN_GrayForPages {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #424242;
    }


    .FontRobotoN_GrayN {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
        text-decoration: line-through;
        text-decoration-line: line-through;
        text-decoration-color: red;
    }

    .FontRobotoN_GrayBold {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
        font-weight: bold;
    }

    .FontRobotoN_GrayBig {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #424242;
        font-weight: bold;
    }

    .BlackNormalBold {
        font-family: Arial,Verdana,Georgia;
        font-size: 12px;
        color: black;
        font-weight: bold;
    }

    .RedNormal {
        font-family: Arial,Verdana,Georgia;
        font-size: 12px;
        color: red;
    }


    .TextBlack {
        font-family: Arial,Verdana,Georgia;
        font-size: 13px;
        color: black;
    }


    .blink_me {
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: blinker;
        -moz-animation-duration: 1s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        animation-name: blinker;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .CartDetailsBox {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 0px;
        width: 96%;
        display: block;
        vertical-align: middle;
        text-align: center;
    }


    .buttonLogin {
        border-radius: 5px;
        width: 150px;
        height: 35px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }


    .FontHeadingSbj_Black {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #424242;
    }

    .FontRobotoN_Blue {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #0a43a9;
    }

    .FontRobotoN_Blue_Big {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: orangered;
    }


    .FontRobotoN_White_Big {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: floralwhite;
    }



    .FontRobotoN_Extra_Big {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: bold;
        color: orangered;
    }



    .FontRobotoN_GrayCut {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #969696;
        text-decoration: line-through;
    }


    .Cartmicroblackfont {
        position: relative;
        float: left;
        margin-top: 0px;
        margin-left: 4px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: black;
    }


    .HeadingBox {
        position: relative;
        float: left;
        height: 20px;
        margin-top: 4px;
        padding-left: 30px;
    }



    .ForgotDiv {
        position: relative;
        float: left;
        margin-left: 40px;
        margin-top: 50px;
        margin-bottom: 100px;
        text-align: center;
    }

    .ForgotBG {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 50px;
        margin-bottom: 50px;
        height: 50px;
        text-align: center;
    }


    .ForgotDiv2 {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 100px;
        width: 350px;
        text-align: center;
        background-color: whitesmoke;
        border: 1px solid gray;
    }


    .TopBarN2 {
        position: fixed;
        float: left;
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
        display: block;
        background-color: white;
        height: 90px;
        text-align: right;
        vertical-align: middle;
        z-index: 100;
    }



    .buttonProceed {
        border-radius: 5px;
        width: 300px;
        height: 40px;
        margin-left: 20px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }


    .HomeCategoryBar22A {
        position: relative;
        float: left;
        margin-left: 40px;
        margin-top: 80px;
        width: 96%;
        display: block;
        background-color: #0a43a9;
        height: 30px;
        vertical-align: middle;
        text-align: center;
    }


    .NewContentsBox2 {
        position: relative;
        float: left;
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 200px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }

    .wd1 {
        width: 100px;
    }

    .wd2 {
        width: 200px;
    }

    .wd3 {
        width: 400px;
    }

    .wd4 {
        width: 30px;
    }


    .wd1A {
        width: 60px;
    }

    .wd2A {
        width: 200px;
    }




    .NewContentsBox2a {
        position: relative;
        float: left;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 200px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }



    .AllSubjectsBox {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 10px;
        text-align: center;
    }


    .div100percent {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
        width: 350px;
        height: auto;
        text-align: center;
        background-color: transparent;
        border: 0px solid lightgray;
    }

    .div100percentNew {
        position: relative;
        float: left;
        margin-left: 0px;
        margin-top: 50px;
        width: 100%;
        height: 300px;
        text-align: center;
        background-color: transparent;
        border: 0px solid lightgray;
        padding-top: 50px;
    }



    .TopSleekBnrBox {
        position: relative;
        float: left;
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
        visibility: hidden;
    }

    .RedBoxSmall {
        position: relative;
        float: left;
        background-color: red;
        width: 10px;
        height: 30px;
    }


    .BookBox22 {
        position: relative;
        float: left;
        padding-bottom: 10px;
        padding-top: 20px;
        width: 100%;
        height: 370px;
        text-align: center;
        border: solid;
        border-width: 0px;
    }



    .BookMainBox2 {
        position: absolute;
        float: left;
        width: 310px;
        margin-left: -200px;
        margin-top: 50px;
        text-align: center;
        background-color: transparent;
        visibility: hidden;
    }

    .triangle-right {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 10px solid red;
        border-bottom: 5px solid transparent;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid red;
        border-bottom: 5px solid transparent;
    }

    .BookMainBox1 {
        position: relative;
        float: left;
        width: 400px;
        background-color: transparent;
        margin-left: 10px;
        margin-top: -10px;
    }


    .PageButtonsBox {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
    }

    .PageButtonsBoxB {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 100px;
        margin-left: 20px;
        text-align: center;
    }


    .discountcirclebox {
        position: absolute;
        float: left;
        left: 200px;
        top: 75px;
        clear:both;
    }


    .discountcirclebox_more {
        position: absolute;
        float: left;
        left: 250px;
        top: 70px;
        clear: both;
    }


    .mydiscountbox {
        position: absolute;
        float: left;
        left: 30px;
        top: 10px;
        width: 30px;
        height: 20px;
        text-align: center;
        background-color: transparent;
    }


    .DiscountBox2 {
        position: absolute;
        float: left;
        top: 40px;
        left: 100px;
        width: 35px;
        height: 25px;
        background-color: darkorange;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }


    .AddtocartAlertBox {
        position: fixed;
        top: 200px;
        left: 10px;
        width: 350px;
        height: 180px;
        background-color: Gainsboro;
        border: solid 1px gray;
        z-index: 150;
    }

    .BlueBarForAlert {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-bottom: 30px;
        width: 310px;
        display: block;
        background-color: cornflowerblue;
        height: 30px;
        margin-top: 15px;
        vertical-align: middle;
    }

    .pagepathboxBlank {
        position: relative;
        float: left;
        margin-left: 150px;
        margin-top: 60px;
        width: 500px;
        height: 0px;
        background-color: transparent;
        border: 0px solid lightgray;
        padding: 0px;
    }


    .moreSameAuthorBox {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
        width: 93%;
        background-color: transparent;
    }

    .moreSimilarBooksBox {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        width: 93%;
        padding-top: 5px;
        background-color: transparent;
    }


    .FontRobotoN_GrayBigWhite {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: yellow;
        font-weight: bold;
    }


    .HomeCategoryBarInner {
        position: relative;
        float: left;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%;
        display: block;
        background-color: cornflowerblue;
        height: 30px;
        margin-top: 10px;
        vertical-align: middle;
    }


    .pagepathbox {
        position: relative;
        float: left;
        margin-left: 30px;
        margin-top: 80px;
        width: 350px;
        height: auto;
        background-color: transparent;
        border: 0px solid lightgray;
        padding: 0px;
    }


    .AddtoCartButtonDiv {
        margin-left: 0px;
        margin-top: 0px;
        top: 0px;
        position: relative;
    }


    .AddtoCartButtonDivMain {
        position: relative;
        float: left;
        border-radius: 5px;
        width: 160px;
        height: 50px;
        background-color: transparent;
        margin-left: 90px;
        margin-top: 20px;
    }

    .instockiconsbox {
        position: relative;
        float: left;
        margin-left: 0px;
        margin-top: 30px;
        width:100%;
        text-align:center;
    }


    .IconXBoxformenu {
        position: absolute;
        float: right;
        background-color: black;
        right: 20px;
        top: 10px;
        height: 15px;
        width: 15px;
        opacity: 1;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

    .buttonMyAccount {
        background-color: cornflowerblue;
        border: none;
        color: green;
        padding: 7px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        text-transform: capitalize;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        width: 40px;
        z-index: 70;
        cursor: pointer;
    }


    .carticonbox {
        position: absolute;
        float: left;
        top: 7px;
        left: 290px;
        cursor: pointer;
    }

    .FontDiscount_Black {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: black;
        font-weight: 400;
    }


    .FontRobotoTextBlack {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #333333;
    }

    .mytextCase {
        text-transform: capitalize;
    }


    .moreBox {
        position: relative;
        float: left;
        width: 320px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: right;
        background-color: transparent;
    }



    .vLine {
        position: relative;
        float: left;
        width: 100px;
        height: 1px;
        background-color: lightgray;
        margin-left: 15px;
        margin-right: 15px;
        visibility: hidden;
    }


    .footbox1 {
        position: relative;
        float: left;
        margin-left: 70px;
        width: 180px;
        height: 140px;
        border: solid 0px black;
        background-color: white;
        text-align:center;
        padding: 25px;
    }

    .footbox2 {
        position: relative;
        float: left;
        width: 100%;
        text-align:center;
        height: 130px;
        margin-top:50px;
        border: solid 0px black;
        background-color: white;
    }

    .footbox3 {
        position: relative;
        float: left;
        width: 100%;
        height: 130px;
        margin-top: 50px;
        text-align:center;
        border: solid 0px black;
        background-color: white;
    }


    .footbox4 {
        position: relative;
        float: left;
        width: 100%;
        height: 150px;
        margin-top:100px;
        margin-bottom:100px;
        border: solid 0px black;
        background-color: white;
    }


    .bookGridBoxBorder2 {
        position: relative;
        float: left;
        text-align: center;
        vertical-align: top;
        width: 85%;
        height: 270px;
        margin: 0px;
        padding: 10px;
        background-color: transparent;
        border: 1px solid lightgray;
        border-radius: 20px;
        overflow:hidden;
    }


    .PageBox {
        position:relative;
        float:left;
        width:100%;
        height:auto;
        text-align:center;
        background-color:transparent;
    }

    .BookBox33 {
        position: relative;
        float: left;
        padding-bottom: 10px;
        padding-top: 20px;
        width: 100%;
        height: 370px;
        text-align: center;
        border: solid;
        border-width: 0px;
    }

    .DiscountBox {
        position: absolute;
        float: left;
        top: 50px;
        left: 110px;
        width: 35px;
        height: 25px;
        background-color: darkorange;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
        z-index: 40;
    }


    .DiscountBox3 {
        position: absolute;
        float: left;
        top: 40px;
        left: 120px;
        width: 35px;
        height: 25px;
        background-color: darkorange;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
        z-index: 40;
    }



    .myrapper {
        position: absolute;
        float: left;
        margin-left: 30px;
        border: 1px solid #969696;
        border-radius: 5px;
        background-color: white;
        height: 35px;
        width: 300px;
        text-align: right;
        padding-left: 0px;
    }


    .sboxrapper {
        position: fixed;
        float: left;
        margin-left: -250px;
        height: 33px;
        width: 250px;
        background-color: transparent;
    }

    .CartCircle {
        position: absolute;
        float: left;
        background-color: yellow;
        left: 315px;
        top: 10px;
        height: 15px;
        width: 15px;
        opacity: 1;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }


    div.SubjectsBox {
        position: fixed;
        top: 140px;
        left: -1500px;
        margin-top: 0em; /*set to a negative number 1/2 of your height*/
        margin-left: -3em; /*set to a negative number 1/2 of your width*/
        background-color: whitesmoke;
        width: 1100px;
        height: 360px;
        border: 1px solid black;
        padding-left: 40px;
        visibility: hidden;
    }



    .CategoryIconBox {
        position: fixed;
        float: right;
        top: 75px;
        right: 50px;
        z-index: 110;
        visibility: hidden;
    }

    .AdvSearchBox {
        position: fixed;
        float: right;
        width: 35px;
        height: 30px;
        top: 75px;
        right: 250px;
        background-color: transparent;
        z-index: 100;
        visibility: hidden;
    }


    .ExcellenceBar {
        position: absolute;
        float: left;
        left: 20px;
        top: -2px;
        height: 30px;
        display: block;
        z-index: 50;
    }


    .button4 {
        border-radius: 10px;
        width: 300px;
        height: 80px;
        background-color: orange;
        border: none;
        align-self: center;
        align-items: center;
        align-content: center;
    }

    .button44 {
        border-radius: 10px;
        width: 200px;
        height: 30px;
        background-color: orange;
        border: none;
        align-self: center;
        align-items: center;
        align-content: center;
    }

    .buttonBuyMe {
        border-radius: 15px;
        width: 150px;
        height: 40px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }


    .buttonBuyMe2 {
        border-radius: 15px;
        width: 150px;
        height: 40px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }



    .ViewCartBar222 {
        position: relative;
        float: left;
        margin-left: 950px;
        margin-top: 8px;
        width: 100%;
        height: 30px;
        text-align: right;
        vertical-align: middle;
        display: block;
        visibility: hidden;
    }



    .BookTitle {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: orangered;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 0.03em;
        vertical-align: top;
    }

    .authorfont {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 200;
        color: gray;
    }

    .blankline {
        font-family: 'Roboto', sans-serif;
        font-size: 8px;
        line-height: 8px;
    }



    .NTextP {
        font-family: Arial,Verdana,Georgia;
        font-size: 13px;
        color: black;
    }

    .NormalText {
        font-family: Century Gothic;
        font-size: 16px;
        border: none;
        color: white;
        padding-top: 5px;
        font-style: normal;
        width: 300px;
        height: 20px;
    }



    .NormalBoldText {
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: bold;
        border: none;
        color: black;
        padding-top: 5px;
        font-style: normal;
        width: 300px;
        height: 20px;
    }

    .ShippingDetailsBar {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 100%;
        display: block;
        background-color: yellowgreen;
        height: 30px;
        margin-top: 10px;
        vertical-align: middle;
        text-align: center;
    }


    .ContentBox2 {
        clear: none;
        float: left;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    .TopBar {
        position: fixed;
        float: left;
        margin-left: 0px;
        width: 400px;
        display: block;
        background-color: #0a43a9;
        height: 40px;
        text-align: right;
        vertical-align: middle;
        z-index: 100;
    }


    #ViewCartBar {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        visibility: hidden;
    }

    #LogoBox {
        position: fixed;
        float: left;
        margin-left: 0px;
        margin-top: 40px;
        width: 100%;
        height: 100px;
        text-align:left;
        padding-left: 25px;
        padding-top: 3px;
        background-color: transparent;
        z-index: 150;
    }

    .SearchBox {
        position: fixed;
        float: left;
        margin-left: 0px;
        margin-top: 125px;
        height: 50px;
        width: 100%;
        padding-top: 8px;
        background-color: white;
        z-index: 50;
    }

    #ViewCartBox {
        clear: none;
        float: right;
        margin-right: 20px;
        width: 13.00%;
        display: block;
        margin-top: 50px;
        text-align: left;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #000;
        position: absolute;
        visibility: hidden;
        height: 0;
    }

    #MenuBarBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    #SideBarBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        visibility: hidden;
        height: 0;
    }

    #ContentTableBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }


    #ContentTableBox2 {
        position: relative;
        float: left;
        margin-left: 15px;
        margin-top: 30px;
        width: 100%;
        display: block;
    }


    .MainDiv {
        position: absolute;
        width: 100%;
        margin-left: 0px;
    }

    

    #BookPic {
        clear: both;
        width: 10%;
        display: block;
        margin-left: 200px;
        text-align: center;
    }

    .HomeCategoryBar {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 100px;
        margin-bottom:20px;
        width: 90%;
        background-color: #950bb6;
        height: 30px;
        text-align: center;
        vertical-align: middle;
    }


    .ContentBox3 {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 100%;
        display: block;
        height: 100px;
        margin-top: 10px;
        text-align: center;
        vertical-align: middle;
    }



    .HomeCategoryBar2 {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 100%;
        display: block;
        background-color: aqua;
        height: 50px;
        margin-top: 10px;
        vertical-align: middle;
        text-align: center;
    }

    .HomeCategoryBar4 {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 100%;
        display: block;
        height: 50px;
        margin-top: 10px;
        vertical-align: middle;
        text-align: center;
    }


    .GridPager a, .GridPager span {
        display: block;
        height: 15px;
        width: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

    .GridPager a {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }

    .GridPager span {
        background-color: orange;
        color: #000;
        border: 1px solid #3AC0F2;
    }


    .BookDetailsBox1_more {
        position: relative;
        float: left;
        margin-left: -20px;
        margin-top: 10px;
        width: 100%;
    }

    .BookDetailsBox2_more {
        position: absolute;
        float: left;
        top: 230px;
        width: 80%;
        left: 5%;
        background-color: transparent;
    }


    .BookDetailsBox1 {
        position: absolute;
        float: left;
        left: 70px;
        margin-top: 10px;
        top: 50px;
        width: 100%;
    }

    .BookDetailsBox2A {
        position: absolute;
        float: left;
        margin-left: 5%;
        top: 270px;
        width: 85%;
        text-align:center;
    }

    .BookDetailsBox2 {
        clear: both;
        width: 100%;
        margin-left: 150px;
        top: 0px;
        background-color: transparent;
    }

    .BookDetailsBox3 {
        position: relative;
        width: 80%;
        margin-left: 10%;
        margin-top: 570px;
        background-color: transparent;
    }

    .newsidecartbar {
        clear: both;
        position: absolute;
        width: 0%;
        margin-left: 10px;
        margin-top: 200px;
        top: 15px;
        visibility: hidden;
    }


    #ContentBox {
        clear: none;
        float: left;
        margin-left: 4.1666%;
        width: 100%;
        display: block;
    }

    .FooterBox {
        position: relative;
        float: left;
        margin-left: 20px;
        width: 95%;
        display: block;
    }

    #TopLink {
        clear: none;
        float: left;
        margin-left: 4.1666%;
        width: 100%;
        display: block;
    }

    #TopBar1 {
        clear: none;
        float: left;
        margin-left: 4.1666%;
        width: 100%;
        display: block;
    }

    #TopBar2 {
        clear: none;
        float: left;
        margin-left: 4.0%;
        width: 100%;
        display: block;
        padding: 5px;
    }

    #Banner2Box {
        clear: none;
        float: left;
        margin-left: 4.1666%;
        width: 100%;
        display: block;
    }

    #NewContentsBox {
        clear: both;
        float: left;
        margin-left: 0px;
        margin-top: 5px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }



    #mnu {
        position: fixed;
        opacity: 1;
        left: 80px;
        top: 130px;
        width: 200px;
        text-align:left;
        padding-top:10px;
        border-radius: 10px;
        background-color: whitesmoke;
        border: 1px solid gray;
        z-index: 60;
    }

    .mnudiv {
        width: 25px;
        height: 3px;
        background-color: black;
        margin: 4px 0;
        cursor: pointer;
    }

    #mnubtn {
        position: fixed;
        float: left;
        top: 70px;
        left: 290px;
        width: 40px;
        height: 50px;
        cursor: pointer;
        z-index: 160;
    }



    div.container {
        position: absolute;
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
        left: 0%;
        top: 25%;
    }

    div.container22 {
        position: relative;
        float: left;
        width: 100%;
        margin-left: 0px;
        background-color:white;
    }


    .containerhpsection {
        position: relative;
        float: left;
        padding-left: 0px;
        width: 100%;
    }


    div.Slide-container {
        position: absolute;
        top: 35%;
        left: 0px;
        width: 95%;
        overflow: hidden;
    }

    .slide1 {
        position: absolute;
        animation-name: Slid1;
        animation-duration: 60s;
        animation-direction: left;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-play-state: paused, 0ms;
        animation-iteration-count: infinite;
        z-index: 3;
    }

    @keyframes Slid1 {
        0% {
            left: 0%;
            top: -50%;
            opacity: 1;
        }

        10% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        20% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        25% {
            left: 0%;
            top: 0%;
            opacity: 0;
        }

        100% {
            left: 0%;
            top: 0%;
            opacity: 0;
        }
    }

    .slide2 {
        position: absolute;
        animation-name: Slid2;
        animation-duration: 60s;
        animation-direction: left;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-play-state: paused, 0ms;
        animation-iteration-count: infinite;
        z-index: 3;
    }

    @keyframes Slid2 {
        0% {
            left: 0%;
            top: -80%;
            opacity: 1;
        }

        25% {
            left: 0%;
            top: -80%;
            opacity: 1;
        }

        30% {
            left: 0%;
            top: -80%;
            opacity: 1
        }

        40% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        50% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        60% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        65% {
            left: 0%;
            top: 0%;
            opacity: 0;
        }

        100% {
            left: 0%;
            top: 0%;
            opacity: 0;
        }
    }

    .Slide3 {
        position: absolute;
        animation-name: Slid3;
        animation-duration: 60s;
        animation-direction: left;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-play-state: paused, 0ms;
        animation-iteration-count: infinite;
        z-index: 1;
    }

    @keyframes Slid3 {
        0% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        69% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        88% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        89% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        100% {
            left: -150%;
            top: 0%;
            opacity: 1;
        }
    }


    .NewContentsBox1 {
        clear: both;
        float: left;
        position: absolute;
        margin-left: 0px;
        margin-top: 90px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }



    .CartPageCircle1 {
        position: relative;
        float: left;
        width: 30px;
        height: 0px;
        margin-top: 20px;
        margin-left: 620px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: #f5f5f5;
        visibility: hidden;
    }

    .CartPageCircle1R {
        position: relative;
        float: left;
        width: 30px;
        height: 0px;
        margin-top: 20px;
        margin-left: 620px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: lightgray;
        visibility: hidden;
    }

    .CartPageCircle2 {
        position: relative;
        float: left;
        width: 30px;
        height: 0px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: #f5f5f5;
        visibility: hidden;
    }

    .CartPageCircle2R {
        position: relative;
        float: left;
        width: 30px;
        height: 0px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: lightgray;
        visibility: hidden;
    }


    .CartPageCircle3 {
        position: relative;
        float: left;
        width: 30px;
        height: 0px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: #f5f5f5;
        visibility: hidden;
    }

    .CartPageCircle3R {
        position: relative;
        float: left;
        width: 30px;
        height: 0px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: lightgray;
        visibility: hidden;
    }


    .CartAmountBox {
        position: relative;
        float: left;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 89%;
        height: 50px;
        display: block;
        vertical-align: middle;
        text-align: left;
        background-color: transparent;
    }

    .CartAmountBox2 {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 50px;
        width: 96%;
        height: 50px;
        display: block;
        vertical-align: middle;
        text-align: center;
        background-color: transparent;
    }


    .CartAmountBox3 {
        position: relative;
        float: right;
        margin-right: 10px;
        margin-top: 150px;
        margin-bottom: 50px;
        width: 20%;
        height: 50px;
        display: block;
        vertical-align: middle;
        background-color: greenyellow;
    }



    .LogoutBox {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 150px;
        margin-bottom: 100px;
        width: 96%;
        height: 50px;
        display: block;
        vertical-align: middle;
        text-align: center;
        background-color: transparent;
    }


    .CartPageCircleBlank {
        position: relative;
        float: left;
        width: 20px;
        height: 0px;
        margin-top: 23px;
        margin-left: 0px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        visibility: hidden;
    }


    .HomeCategoryBar22 {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 100px;
        width: 90%;
        display: block;
        background-color: #0a43a9;
        height: 30px;
        vertical-align: middle;
        text-align: center;
    }



    .BillingBox {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: -20px;
        margin-bottom: 30px;
        padding: 10px;
        width: 85%;
        height: auto;
        display: block;
        border: solid 1px black;
    }

    .ShippingBox {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 10px;
        width: 85%;
        height: auto;
        display: block;
        border: solid 1px black;
    }


    .imagesize {
        width:330px;
        height:auto;
    }




}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

    a:hover, a:visited, a:link, a:active {
        text-decoration: none;
    }


    h1, h2, h3, h4, h5, h6 {
        margin-top: 0em;
        margin-bottom: 0em;
        line-height: 18px;
        font-weight: normal;
    }

    .hdn1 {
        position: absolute;
        float: left;
        left: -100px;
        top: -100px;
        visibility: hidden;
    }

    .wd1A {
        width: 60px;
    }

    .gridContainer {
        width: 90.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
    }

    .SearchBoxText {
        font-family: Arial;
        font-size: 14px;
        color: black;
        font-style: normal;
        width: 300px;
        height: 20px;
    }

    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    #TopBar {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        height: 30px;
        display: block;
    }

    #LogoBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    #SearchBox {
        clear: none;
        float: left;
        margin-left: 2.5641%;
        width: 100%;
        display: block;
    }

    #ViewCartBox {
        clear: none;
        float: right;
        margin-right: 20px;
        width: 15.00%;
        display: block;
        margin-top: 50px;
        text-align: left;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #000;
        position: absolute;
    }

    #MenuBarBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    #SideBarBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    #ContentBox {
        clear: none;
        float: left;
        margin-left: 2.5641%;
        width: 100%;
        display: block;
    }

    #ContentTableBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }


    .FooterBox_00 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    #TopLink {
        clear: none;
        float: left;
        margin-left: 2.5641%;
        width: 100%;
        display: block;
    }

    #TopBar1 {
        clear: none;
        float: left;
        margin-left: 2.5641%;
        width: 100%;
        display: block;
    }

    #TopBar2 {
        clear: none;
        float: left;
        margin-left: 2.5641%;
        width: 100%;
        display: block;
    }

    #Banner2Box {
        clear: none;
        float: left;
        margin-left: 2.5641%;
        width: 100%;
        display: block;
    }

    #NewContentsBox {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 80%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }


    #mnu {
        clear: both;
        position: absolute;
        opacity: 1;
        left: 60%;
        width: 40%;
        height: 0px;
        visibility: hidden;
        background-color: whitesmoke;
        display: block;
    }

    .mnudiv {
        width: 40px;
        height: 3px;
        background-color: black;
        margin: 4px 0;
        height: 0px;
        visibility: hidden;
    }

    #mnubtn {
        clear: both;
        float: right;
        position: absolute;
        top: 5%;
        right: 7%;
        width: 40px;
        height: 3px;
        background-color: aqua;
        margin-right: 10px;
        height: 0px;
        visibility: hidden;
    }

    .imagesize {
        width: 350px;
        height: auto;
    }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {

    h1, h2, h3, h4, h5, h6 {
        margin-top: 0em;
        margin-bottom: 0em;
        line-height: 18px;
        font-weight: normal;
    }

    .wd1A {
        width: 80px;
    }



    .PageBox {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        background-color: transparent;
    }


    .hdn1 {
        position: absolute;
        float: left;
        left: -100px;
        top: -100px;
        visibility: hidden;
    }

    .gridContainer {
        width: 100%;
        max-width: 1366px;
        padding-left: 0px;
        margin: auto;
    }

    .FullWidthDiv {
        position: relative;
        float: left;
        width: 100%;
        height: 50px;
        text-align: center;
        margin-top: 100px;
        background-color: transparent;
    }

    .SearchBoxText {
        font-family: Arial;
        font-size: 14px;
        color: black;
        font-style: normal;
        width: 300px;
        height: 20px;
    }

    .NormalText {
        font-family: Century Gothic;
        font-size: 16px;
        border: none;
        color: white;
        padding-top: 0px;
        font-style: normal;
        width: 300px;
        height: 20px;
    }

    .buttoncart {
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
    }

    .buttonMyAccount {
        background-color: cornflowerblue;
        border: none;
        color: green;
        padding: 7px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        text-transform: capitalize;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        width: 150px;
    }


    .divfortitle {
        float:left;
        width:100%;
        height:auto;
        display:block;
        background-color:transparent;
        clear:both;
    }

    .divforauthor {
        float:left;
        margin-top:5px;
        width:100%;
        display:block;
        margin-bottom:5px;
        background-color:transparent;
        clear:both;
    }

    .NormalBoldText {
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: bold;
        border: none;
        color: black;
        padding-top: 5px;
        font-style: normal;
        width: 300px;
        height: 20px;
    }


    .NormalBoldTextWhite {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        border: none;
        color: white;
        padding-top: 5px;
        width: 200px;
        height: 20px;
        text-decoration: none;
    }

    .FontRobotoTextGolden {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: palegoldenrod;
    }


    .FontRobotoTextBlack {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }

    .mytextCase {
        text-transform: capitalize;
    }


    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    .TopBar {
        position: fixed;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        background-color: #0a43a9;
        height: 40px;
        text-align: right;
        vertical-align: middle;
        z-index: 100;
    }


    .TopBarN2 {
        position: fixed;
        float: left;
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
        display: block;
        background-color: white;
        height: 90px;
        text-align: right;
        vertical-align: middle;
        box-shadow: 1px 1px #969696;
        z-index: 100;
    }


    .TopSleekBnrBox {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 130px;
        width: 100%;
        display: block;
    }


    #LogoBox {
        position: fixed;
        float: left;
        margin-left: 70px;
        margin-top: 50px;
        width: 18.3673%;
        display: block;
        height: 80px;
        vertical-align: middle;
        z-index: 110;
    }

    .SearchBox {
        position: fixed;
        float: left;
        margin-left: 400px;
        width: 600px;
        background-color: transparent;
        margin-top: 70px;
        text-align: left;
        z-index: 110;
    }

    #ViewCartBox {
        clear: none;
        float: left;
        margin-left: 77%;
        width: 13.00%;
        display: block;
        margin-top: 40px;
        text-align: left;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #000;
        position: absolute;
    }

    #MenuBarBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        background-color: rosybrown;
        height: 1px;
        margin-top: 10px;
    }

    #SideBarBox {
        clear: both;
        float: left;
        margin-left: 0;
        width: 22.00%;
        display: block;
        background-color: orange;
        margin-top: 10px;
        height: 30px;
        visibility: hidden;
    }



    #ContentBox {
        clear: none;
        float: left;
        margin-left: 2.50%;
        width: 48.98%;
        display: block;
        margin-top: 10px;
    }


    #ContentTableBox {
        clear: both;
        float: left;
        margin-left: 110px;
        margin-top: 40px;
        width: 100%;
        display: block;
    }

    #ContentTableBoxN {
        position: relative;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }



    .ContentBox2 {
        clear: none;
        float: left;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .ContentBox3 {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 72%;
        display: block;
        height: 300px;
        margin-top: 30px;
        text-align: center;
        vertical-align: middle;
    }

    .Mybutton {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        margin-top: 5px;
        padding: 5px 22px;
        text-align: center;
        font-family: Arial;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }

    .HomeCategoryBar {
        position: relative;
        float: left;
        margin-left: 0;
        margin-bottom: 30px;
        width: 93%;
        display: block;
        background-color:#1762b2;
        height: 30px;
        margin-top: 10px;
        vertical-align: middle;
    }

    .HomeCategoryBarInner {
        position: relative;
        float: left;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%;
        display: block;
        background-color: #1762b2;
        height: 30px;
        margin-top: 10px;
        vertical-align: middle;
    }


    .HeadingBarTerms {
        position: relative;
        float: left;
        margin-left: 80px;
        margin-bottom: 30px;
        width: 95%;
        display: block;
        background-color: cornflowerblue;
        height: 30px;
        margin-top: 70px;
        vertical-align: middle;
    }



    .HomeCategoryBarForSubjects {
        position: relative;
        float: left;
        margin-left: 0;
        margin-bottom: 30px;
        width: 1030px;
        display: block;
        background-color: cornflowerblue;
        height: 30px;
        margin-top: 13px;
        vertical-align: middle;
    }

    .BlueBarForAdvSearch {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-bottom: 30px;
        width: 460px;
        display: block;
        background-color: cornflowerblue;
        height: 30px;
        margin-top: 15px;
        vertical-align: middle;
    }



    .hundredpercent1 {
        position: relative;
        float: left;
        width: 100%;
        height: 50px;
        background-color: transparent;
    }

    .hundredpercent2 {
        position: relative;
        float: left;
        width: 100%;
        height: 300px;
        background-color: transparent;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-highlight-color: red yellow;
    }


    .RedBoxSmall {
        position: relative;
        float: left;
        background-color: red;
        width: 10px;
        height: 30px;
    }

    .HeadingBox {
        position: relative;
        float: left;
        height: 20px;
        margin-top: 4px;
        padding-left: 30px;
    }

    .HomeCategoryBar1 {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 72%;
        display: block;
        background-color: yellowgreen;
        height: 30px;
        margin-top: 10px;
        vertical-align: middle;
        text-align: center;
    }

    .ShippingDetailsBar {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 90%;
        display: block;
        background-color: yellowgreen;
        height: 30px;
        margin-top: 10px;
        vertical-align: middle;
        text-align: center;
    }


    .HomeCategoryBar2 {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 72%;
        display: block;
        background-color: aqua;
        height: 50px;
        margin-top: 10px;
        vertical-align: middle;
        text-align: center;
    }

    .HomeCategoryBar4 {
        clear: both;
        float: left;
        margin-left: 0px;
        width: 72%;
        display: block;
        height: 50px;
        margin-top: 10px;
        vertical-align: middle;
        text-align: center;
    }


    .SubjectTable {
        clear: none;
        width: 100%;
        margin-left: 2.5%;
        border: none;
        font-family: Arial,Georgia;
        font-size: 12px;
        color: black;
    }

    #Banner2Box {
        clear: none;
        float: left;
        text-align: right;
        margin-left: 0%;
        width: 25.5714%;
        display: block;
        margin-top: 10px;
    }

    #FooterBox_00 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        background-color: #F3F3F3;
        height: 80px;
        margin-top: 150px;
    }

    #TopLink {
        clear: both;
        float: left;
        margin-left: 61.2244%;
        width: 18.3673%;
        display: block;
        height: 30px;
        background-color: #666;
        z-index: 99;
    }

    .CartIcon {
        margin-top: 5px;
    }

    ul.b {
        list-style-type: square;
    }



    #TopBar1 {
        clear: none;
        float: left;
        margin-left: 2.0408%;
        width: 45.00%;
        height: 30px;
        display: block;
        margin-top: 5px;
        text-align: left;
        font-family: Arial, Geneva, sans-serif;
        font-size: 12px;
    }

    #TopBar2 {
        clear: none;
        float: right;
        margin-right: 45px;
        width: 130px;
        display: block;
        margin-top: 0px;
        background-color: #09F;
        height: 30px;
        text-align: center;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
    }

    .TopBar3 {
        clear: none;
        float: left;
        margin-left: 32.653%;
        width: 10.1632%;
        position: absolute;
        margin-left: 300px;
        display: block;
        margin-top: 0px;
        background-color: cornflowerblue;
        height: 30px;
        text-align: center;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
    }

    #NewContentsBox {
        clear: both;
        float: left;
        margin-left: -50px;
        margin-top: -50px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }

    .ShippingAddressBox {
        position: absolute;
        clear: both;
        float: left;
        margin-left: 450px;
        margin-top: 50px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }

    .NewContentsBox1 {
        clear: both;
        float: left;
        position: absolute;
        margin-left: 200px;
        margin-top: 70px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }

    .NewContentsBox2 {
        position: relative;
        float: left;
        margin-left: 50px;
        margin-top: 50px;
        margin-bottom: 200px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }


    .NewContentsBox2a {
        position: relative;
        float: left;
        margin-left: 50px;
        margin-top: 50px;
        margin-bottom: 200px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }


    .BookDetailsBox1_more {
        position: relative;
        float: left;
        margin-left: 0px;
        margin-top: 10px;
        width: 200px;
        height:auto;
        background-color:transparent;
    }

    .BookDetailsBox1 {
        position: relative;
        float: left;
        width: 250px;
        height: 150px;
        margin-left: 40px;
        margin-top: 30px;
    }

    .BookDetailsBox2A {
        position: relative;
        float: left;
        margin-left: 200px;
        margin-top: -150px;
        width: 680px;
        height: auto;
        background-color: transparent;
        text-align: left;
        z-index: 30;
    }

    .BookMainBox1 {
        position: relative;
        float: left;
        width: 900px;
        background-color: transparent;
        margin-left: 110px;
        margin-top: 50px;
    }

    .BookMainBox2 {
        position: relative;
        float: left;
        width: 310px;
        height: 400px;
        margin-left: 20px;
        margin-top: 50px;
        text-align: center;
        background-color: transparent;
    }



    .BookMainBox3 {
        position: relative;
        float: left;
        width: 310px;
        height: 200px;
        margin-left: 50px;
        margin-top: 20px;
        text-align: center;
        background-color: transparent;
    }

    .BookDetailsBox2_more {
        position: absolute;
        float: left;
        top: 10px;
        width: 80%;
        left: 20%;
        background-color: transparent;
    }


    .BookDetailsBox2 {
        position: relative;
        float: left;
        margin-top: 50px;
        width: 100%;
        margin-left: 250px;
        background-color: transparent;
    }

    .BookDetailsBox3 {
        position: relative;
        float: left;
        width: 830px;
        margin-left: 50px;
        margin-top: 40px;
        margin-bottom: 50px;
        text-align: justify;
    }

    .newsidecartbar {
        clear: both;
        position: absolute;
        width: 20%;
        margin-left: 10px;
        margin-top: 200px;
        top: 15px;
    }

    .greybox {
        display: block;
        width: 250px;
        height: 50px;
        color: grey;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: whitesmoke;
        z-index: 1;
    }

    .BookTitle {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: orangered;
        font-weight: 600;
        line-height:24px;
        letter-spacing: 0.03em;
        vertical-align: top;
        font-weight: bold;
    }

    .blankline {
        font-family: 'Roboto', sans-serif;
        font-size: 8px;
        line-height: 8px;
    }

    .authorfont {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: gray;
    }

    .discountcirclebox {
        position: absolute;
        float: left;
        left: 250px;
        top: 70px;
        clear:both;
    }

    .discountcirclebox_more {
        position: absolute;
        float: left;
        left: 25%;
        top: 85px;
        clear: both;
    }



    .mydiscountbox {
        position: absolute;
        float: left;
        left: 30px;
        top: 10px;
        width: 30px;
        height: 20px;
        text-align: center;
        background-color: transparent;
    }


    .NText {
        font-family: Arial,Verdana,Georgia;
        font-size: 13px;
        color: black;
        font-weight: bold;
    }

    .VerdanaText {
        font-family: Verdana;
        font-size: 13px;
        color: black;
    }

    .NTextN {
        font-family: Arial,Verdana,Georgia;
        font-size: 13px;
        color: grey;
        text-decoration: line-through;
        text-decoration-line: line-through;
        text-decoration-color: red;
    }

    .NTextP {
        font-family: Arial,Verdana,Georgia;
        font-size: 13px;
        color: black;
    }


    .TextBlack {
        font-family: Arial,Verdana,Georgia;
        font-size: 13px;
        color: black;
    }


    .NTextItalics {
        font-family: Arial,Verdana,Georgia;
        font-size: 12px;
        color: red;
        background-color: whitesmoke;
    }

    .BlackNormal {
        font-family: Arial,Verdana,Georgia;
        font-size: 12px;
        color: black;
    }

    .BlackNormalBold {
        font-family: Arial,Verdana,Georgia;
        font-size: 12px;
        color: black;
        font-weight: bold;
    }

    .RedNormal {
        font-family: Arial,Verdana,Georgia;
        font-size: 12px;
        color: red;
    }

    .buttonBuyMe {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        width: 150px;
        height: 40px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }

    .AddtoCartButtonDivMain {
        position: relative;
        float: left;
        border-radius: 5px;
        width: 600px;
        height: 50px;
        background-color: transparent;
        margin-left: 60px;
        margin-top: 10px;
    }

    .instockiconsbox {
        position: relative;
        float: right;
        margin-right: 0px;
        margin-top: 10px;
    }


    .outofstockiconsbox {
        position: relative;
        float: right;
        margin-right: 0px;
        margin-top: 10px;
    }



    .AddtoCartButtonDiv {
        position: relative;
        float: left;
        border-radius: 5px;
        width: 175px;
        height: 40px;
        background-color: orangered;
        margin-left: 10px;
        margin-top: 10px;
    }

    .AddtoCartStatusDiv {
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
        color: red;
        margin-left: 500px;
        position: absolute;
    }

    .myleftmargin {
        margin-left: 20px;
    }

    .myCentralalign {
        clear: both;
        text-align: center;
        margin-left: 0px;
        margin-top: 20px;
    }

    .CPLogin2 {
        clear: both;
        float: left;
        position: fixed;
        margin-left: 550px;
        margin-top: 100px;
        width: 100%;
        display: block;
        font-family: Arial,Verdana;
        font-size: 12px;
        color: black;
    }

    .showlb3 {
        font-family: Verdana, Arial;
        font-size: 50px;
        line-height: 20px;
        margin-left: 10px;
    }

    #ViewCartBar {
        position: relative;
        float: left;
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        height: 30px;
        display: block;
        vertical-align: text-bottom;
    }


    .ViewCartBar222000 {
        position: relative;
        float: left;
        margin-left: 950px;
        margin-top: 8px;
        width: 100%;
        height: 30px;
        text-align: right;
        vertical-align: middle;
        display: block;
    }

    .ViewCartBar222 {
        position: relative;
        float: right;
        margin-right: 100px;
        margin-top: 8px;
        width: 350px;
        height: 30px;
        text-align: right;
        vertical-align: middle;
        display: block;
    }


    .ExcellenceBar {
        position: absolute;
        float: left;
        left: 70px;
        top: -2px;
        height: 30px;
        display: block;
        z-index: 50;
    }




    .buttonLogin {
        border-radius: 5px;
        width: 150px;
        height: 35px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }


    .buttonProceed {
        border-radius: 5px;
        width: 300px;
        height: 40px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }


    .button4 {
        border-radius: 10px;
        width: 300px;
        height: 40px;
        background-color: orange;
        border: none;
        align-self: center;
        align-items: center;
        align-content: center;
    }

    .button44 {
        border-radius: 10px;
        width: 200px;
        height: 30px;
        background-color: orange;
        border: none;
        align-self: center;
        align-items: center;
        align-content: center;
    }

    .FontHeading {
        font-family: Arial;
        font-size: 30px;
        font-weight: bolder;
    }

    .FontHeadingSbj_Black {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #424242;
    }

    .FontRobotoN_Gray {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
    }

    .FontRobotoN_DullBlue {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: deepskyblue;
    }

    .FontRobotoN_Green {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: green;
    }

    .FontRobotoN_Red {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: red;
    }

    .FontRobotoN_BlueNormal {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: darkblue;
    }


    .FontRobotoN_GraySmall {
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        color: #424242;
    }

    .FontRobotoN_BlackMedium {
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        color: black;
    }

    .FontRobotoN_GrayBig {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #424242;
        font-weight: bold;
    }

    .FontRobotoN_GrayBigWhite {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: yellow;
        font-weight: bold;
    }


    .FontRobotoN_GrayN {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
        text-decoration: line-through;
        text-decoration-line: line-through;
        text-decoration-color: red;
    }


    .FontRobotoN_GrayBold {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
        font-weight: bold;
    }

    .FontRobotoN_GrayBoldBlack {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: black;
        font-weight: bold;
    }




    .FontRobotoN_Blue {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #0a43a9;
    }


    .FontRobotoN_Blue_Big {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: orangered;
    }


    .FontRobotoN_White_Big {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: floralwhite;
    }


    .FontRobotoN_Extra_Big {
        font-family: 'Roboto', sans-serif;
        font-size: 80px;
        font-weight: bold;
        color: orangered;
    }


    .FontRobotoN_GrayCut {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #969696;
        text-decoration: line-through;
    }


    .FontSbj_Black {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
    }

    .FontDiscount_Black {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: black;
        font-weight: 400;
    }



    .GridPager a, .GridPager span {
        display: block;
        height: 15px;
        width: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

    .GridPager a {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }

    .GridPager span {
        background-color: orange;
        color: #000;
        border: 1px solid #3AC0F2;
    }


    hr.new1 {
        border-top: 1px solid red;
    }






    div.container {
        position: relative;
        float: left;
        width: 1300px;
        height: 300px;
        margin-left: 0px;
        margin-top: 10px;
    }

    div.container22 {
        position: relative;
        float: left;
        width: 100%;
        margin-left: 100px;
        margin-top: 60px;
    }


    div.Slide-container {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 1300px;
        height: 300px;
        overflow: hidden;
        background-image: url("../Imgs/banners1.jpg");
    }


    .Myslide1 {
        position: absolute;
        animation-name: Slid1;
        animation-duration: 30s;
        animation-direction: left;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-play-state: paused, 0ms;
        animation-iteration-count: infinite;
        z-index: 30;
    }

    @keyframes Slid1 {
        0% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        10% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        20% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        30% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        40% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        50% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        60% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        70% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        80% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        90% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        100% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }
    }


    .Myslide2 {
        position: absolute;
        animation-name: Slid2;
        animation-duration: 30s;
        animation-direction: left;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-play-state: paused, 0ms;
        animation-iteration-count: infinite;
        z-index: 29;
    }

    @keyframes Slid2 {
        0% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        10% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        20% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        30% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        40% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        50% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        60% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }


        70% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        80% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        90% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        100% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }
    }

    .Myslide3 {
        position: absolute;
        animation-name: Slid3;
        animation-duration: 30s;
        animation-direction: left;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-play-state: paused, 0ms;
        animation-iteration-count: infinite;
        z-index: 28;
    }

    @keyframes Slid3 {
        0% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        10% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        20% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        30% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        40% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        50% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        60% {
            left: 0%;
            top: 0%;
            opacity: 1;
        }

        70% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        80% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }


        90% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }

        100% {
            left: -100%;
            top: 0%;
            opacity: 1;
        }
    }


    #mnu {
        clear: both;
        position: absolute;
        opacity: 1;
        left: 60%;
        width: 40%;
        height: 0px;
        visibility: hidden;
        background-color: whitesmoke;
        display: block;
    }

    .mnudiv {
        width: 40px;
        height: 3px;
        background-color: black;
        margin: 4px 0;
        height: 0px;
        visibility: hidden;
    }

    #mnubtn {
        clear: both;
        float: right;
        position: absolute;
        top: 5%;
        right: 7%;
        width: 40px;
        height: 3px;
        background-color: aqua;
        margin-right: 10px;
        height: 0px;
        visibility: hidden;
    }







    .blink_me {
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: blinker;
        -moz-animation-duration: 1s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        animation-name: blinker;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    @-moz-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @-webkit-keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }

    @keyframes blinker {
        0% {
            opacity: 1.0;
        }

        50% {
            opacity: 0.0;
        }

        100% {
            opacity: 1.0;
        }
    }


    .bookGridBoxBorder {
        position: relative;
        float: left;
        text-align: center;
        vertical-align: top;
        width: 85%;
        height: 350px;
        margin: 30px;
        padding: 10px;
        background-color: ghostwhite;
        border: 1px solid lightgray;
        border-radius: 20px;
    }


    .bookGridBoxBorderA {
        position: relative;
        float: left;
        text-align: center;
        vertical-align: top;
        width: 85%;
        height: 400px;
        margin: 30px;
        padding: 10px;
        background-color: ghostwhite;
        border: 1px solid lightgray;
        border-radius: 20px;
    }


    .bookGridBoxBorder2 {
        position: relative;
        float: left;
        text-align: center;
        vertical-align: top;
        width: 85%;
        height: 270px;
        margin: 0px;
        padding: 10px;
        background-color: transparent;
        border: 0px solid lightgray;
        border-radius: 20px;
        overflow:hidden;
    }

    .BookBox22 {
        position: relative;
        float: left;
        padding-bottom: 10px;
        padding-top: 20px;
        width: 100%;
        height: 370px;
        text-align: center;
        border: solid;
        border-width: 0px;
    }


    .BookBox222 {
        position: relative;
        float: left;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
        height: 370px;
        text-align: center;
        border: solid;
        border-width: 0px;
    }


    .BookBox222A {
        position: relative;
        float: left;
        padding-bottom: 0px;
        padding-top: 0px;
        width: 100%;
        height: 400px;
        text-align: center;
        border: solid;
        border-width: 0px;
    }


    .BookBox33 {
        position: relative;
        float: left;
        padding-bottom: 10px;
        padding-top: 20px;
        width: 100%;
        height: 370px;
        text-align: center;
        border: solid;
        border-width: 0px;
    }

    .MainDivOld {
        position: relative;
        float: left;
        width: 1350px;
        max-width: 1350px;
        height: auto;
        display: block;
        margin-left: 0px;
        overflow: hidden;
    }

    .MainDiv {
        position: relative;
        width: 1350px;
        max-width: 1350px;
        display: block;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin: auto;
    }

    .MainDivTest {
        position: absolute;
        width: 1350px;
        height: auto;
        background-color: greenyellow;
        text-align: center;
        max-width: 1200px;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        margin: auto;
    }

    .bannerwidth {
        width: 1300px;
        height: 300px;
    }

    .myrapper {
        position: relative;
        float: left;
        margin-left: 20px;
        border: 1px solid #969696;
        border-radius: 5px;
        width: 500px;
        height: 35px;
        text-align: right;
        vertical-align: top;
    }

    .sboxrapper {
        position: relative;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        height: 33px;
        width: 440px;
    }

    .CartCircle {
        position: absolute;
        float: right;
        background-color: yellow;
        right: 185px;
        top: 5px;
        height: 15px;
        width: 15px;
        opacity: 1;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        z-index: 150;
    }

    .CartCircle2 {
        position: relative;
        float: right;
        background-color: yellow;
        margin-right: 185px;
        margin-top: -32px;
        height: 15px;
        width: 15px;
        opacity: 1;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }



    .Cartmicroblackfont {
        position: relative;
        float: left;
        margin-top: 0px;
        margin-left: 4px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: black;
    }

    .moreBox {
        position: relative;
        float: left;
        width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: right;
    }

    .moreBoxForSubjects {
        position: absolute;
        float: left;
        width: 750px;
        top: 17px;
        left: 250px;
        right: 20px;
        text-align: right;
    }

    .CategoryIconBox {
        position: fixed;
        float: right;
        top: 75px;
        right: 50px;
        z-index: 110;
    }

    div.SubjectsBox {
        position: fixed;
        top: 140px;
        left: 150px;
        margin-top: 0em; /*set to a negative number 1/2 of your height*/
        margin-left: -3em; /*set to a negative number 1/2 of your width*/
        background-color: whitesmoke;
        width: 1100px;
        height: 360px;
        border: 1px solid black;
        padding-left: 40px;
        z-index: 50;
    }

    .IconXBox {
        position: absolute;
        float: right;
        top: 15px;
        right: 20px;
        border-radius: 15px;
    }

    .IconXBox2 {
        position: absolute;
        float: right;
        top: 3px;
        right: 20px;
        border-radius: 15px;
    }

    .DiscountBox {
        position: absolute;
        float: right;
        top: 40px;
        right: 50px;
        width: 35px;
        height: 25px;
        background-color: darkorange;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }


    .DiscountBoxA {
        position: absolute;
        float: right;
        top: 20px;
        right: 75px;
        width: 35px;
        height: 25px;
        background-color: darkorange;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }



    .DiscountBox2 {
        position: absolute;
        float: right;
        top: 40px;
        right: 35px;
        width: 35px;
        height: 25px;
        background-color: darkorange;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }

    .PageButtonsBox {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 20px;
        text-align: center;
    }

    .PageButtonsBoxB {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 100px;
        margin-left: 20px;
        text-align: center;
    }


    .AllSubjectsBox {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-left: 70px;
        text-align: center;
    }

    .triangle-right {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 10px solid red;
        border-bottom: 5px solid transparent;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid red;
        border-bottom: 5px solid transparent;
    }

    .HomeCategoryBar22 {
        position: relative;
        float: left;
        margin-left: 70px;
        margin-top: 100px;
        width: 96%;
        display: block;
        background-color: #0a43a9;
        height: 30px;
        vertical-align: middle;
        text-align: center;
    }

    .HomeCategoryBar22A {
        position: relative;
        float: left;
        margin-left: 70px;
        margin-top: 55px;
        width: 96%;
        display: block;
        background-color: #0a43a9;
        height: 30px;
        vertical-align: middle;
        text-align: center;
    }

    .CartDetailsBox {
        position: relative;
        float: left;
        margin-left: 70px;
        margin-top: 30px;
        width: 96%;
        display: block;
        vertical-align: middle;
        text-align: center;
    }

    .CartAmountBox {
        position: relative;
        float: left;
        margin-left: 70px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 89%;
        height: 50px;
        display: block;
        vertical-align: middle;
        text-align: right;
    }

    .CartAmountBox2 {
        position: relative;
        float: left;
        margin-left: 70px;
        margin-top: 10px;
        margin-bottom: 50px;
        width: 96%;
        height: 50px;
        display: block;
        vertical-align: middle;
        text-align: center;
    }


    .CartAmountBox3 {
        position: relative;
        float: right;
        margin-right: 10px;
        margin-top: 150px;
        margin-bottom: 50px;
        width: 20%;
        height: 50px;
        display: block;
        vertical-align: middle;
        background-color: greenyellow;
    }

    .BillingBox {
        position: relative;
        float: left;
        margin-left: 110px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px;
        width: 42%;
        height: auto;
        display: block;
        border: solid 1px black;
    }

    .ShippingBox {
        position: relative;
        float: left;
        margin-left: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px;
        width: 42%;
        height: auto;
        display: block;
        border: solid 1px black;
    }

    .BillingBox2 {
        position: relative;
        float: left;
        margin-left: 150px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px;
        width: 350px;
        height: 180px;
        display: block;
        border: solid 1px black;
    }

    .ShippingBox2 {
        position: relative;
        float: left;
        margin-left: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px;
        width: 350px;
        height: 180px;
        display: block;
        border: solid 1px black;
    }

    .shipchargeBoxLeft {
        position: relative;
        float: left;
        width: 800px;
        height: 100px;
        margin-left: 80px;
        margin-top: 0px;
        text-align: left;
        background-color: transparent;
    }

    .shipchargeBox {
        position: relative;
        float: right;
        width: 250px;
        height: 100px;
        margin-right: 80px;
        margin-top: 0px;
        text-align: left;
        background-color: transparent;
    }

    .discountcouponbox {
        position: relative;
        float: left;
        width: 400px;
        height: 80px;
        text-align: left;
        margin-left: 80px;
        background-color: transparent;
    }

    .BtnBoxOrderNow {
        position: relative;
        float: left;
        width: 100%;
        height: 50px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .ValidationBox {
        position: absolute;
        float: left;
        left: 350px;
        top: 400px;
        padding: 15px;
        width: 600px;
        height: 200px;
        background-color: lightgray;
        z-index: 60;
    }

    .moreSameAuthorBox {
        position: relative;
        float: left;
        margin-left: 100px;
        margin-top: 10px;
        margin-bottom: 50px;
        width: 93%;
        height: 400px;
        background-color: transparent;
    }

    .moreSimilarBooksBox {
        position: relative;
        float: left;
        margin-left: 100px;
        margin-top: 0px;
        margin-bottom: 100px;
        width: 93%;
        height: 400px;
        background-color: transparent;
    }


    .cartcirclesBox {
        position: relative;
        float: left;
        width: 96%;
        height: 50px;
        margin-top: 10px;
        margin-left: 0px;
        background-color: transparent;
    }

    .CartPageCircleBlank {
        position: relative;
        float: left;
        width: 20px;
        height: 30px;
        margin-top: 23px;
        margin-left: 0px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
    }

    .CartPageCircle1 {
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 620px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: #f5f5f5;
    }

    .CartPageCircle1R {
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 620px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: lightgray;
    }

    .CartPageCircle2 {
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: #f5f5f5;
    }

    .CartPageCircle2R {
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: lightgray;
    }


    .CartPageCircle3 {
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: #f5f5f5;
    }

    .CartPageCircle3R {
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        background-color: lightgray;
    }

    .valign10px {
        position: relative;
        float: left;
        margin-top: 6px;
        margin-left: 11px;
    }

    .FooterBox {
        position: relative;
        float: left;
        width: 94%;
        height: 220px;
        margin-top: 70px;
        margin-left: 30px;
        margin-bottom: 50px;
        background-color: white;
        border: 1px solid lightgray;
        padding: 10px;
        box-shadow: 5px 7px 10px #ccc9c9;
    }

    .footbox1 {
        position: relative;
        float: left;
        width: 180px;
        height: 150px;
        border: solid 0px black;
        background-color: white;
        padding: 25px;
    }

    .footbox2 {
        position: relative;
        float: left;
        width: 275px;
        height: 150px;
        border: solid 0px black;
        background-color: white;
        padding: 25px;
    }

    .footbox3 {
        position: relative;
        float: left;
        width: 130px;
        height: 150px;
        border: solid 0px black;
        background-color: white;
        padding: 25px;
    }


    .footbox4 {
        position: relative;
        float: left;
        width: 150px;
        height: 150px;
        border: solid 0px black;
        background-color: white;
        padding: 25px;
    }


    .vLine {
        position: relative;
        float: left;
        width: 1px;
        height: 150px;
        background-color: lightgray;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
    }

    .AdvSearchBox {
        position: fixed;
        float: right;
        width: 35px;
        height: 30px;
        top: 75px;
        right: 250px;
        background-color: transparent;
        z-index: 100;
    }


    .AdvanceSearchBox {
        position: fixed;
        width: 500px;
        height: 270px;
        top: 200px;
        left: 400px;
        margin-top: 0em; /*set to a negative number 1/2 of your height*/
        margin-left: 0em; /*set to a negative number 1/2 of your width*/
        background-color: lightgrey;
        border: solid 1px gray;
        z-index: 50;
    }

    .AddtocartAlertBox {
        position: fixed;
        top: 50%;
        left: 55%;
        width: 350px;
        height: 180px;
        margin-top: -9em; /*set to a negative number 1/2 of your height*/
        margin-left: -15em; /*set to a negative number 1/2 of your width*/
        background-color: Gainsboro;
        border: solid 1px gray;
        z-index: 150;
    }

    .BlueBarForAlert {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-bottom: 30px;
        width: 310px;
        display: block;
        background-color: cornflowerblue;
        height: 30px;
        margin-top: 15px;
        vertical-align: middle;
    }



    .div20percent {
        position: relative;
        float: left;
        margin-left: 70px;
        margin-top: 50px;
        width: 125px;
        height: auto;
        text-align: center;
        background-color: white;
        border: 0px solid lightgray;
        padding: 10px;
    }

    .div80percent {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 50px;
        width: 1050px;
        height: auto;
        background-color: white;
        border: 0px solid lightgray;
        padding: 10px;
    }


    .div90percent {
        position: relative;
        float: left;
        margin-left: 150px;
        margin-top: 40px;
        margin-bottom: 70px;
        width: 85%;
        height: auto;
        background-color: transparent;
        border: 0px solid lightgray;
    }


    .div100percent {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 50px;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: transparent;
        border: 0px solid lightgray;
        padding: 0px;
    }

    .div100percent2 {
        position: relative;
        float: left;
        margin-left: 70px;
        margin-top: 50px;
        width: 95%;
        height: auto;
        text-align: center;
        background-color: transparent;
        border: 0px solid lightgray;
        padding: 10px;
        box-shadow: 0px 2px 3px #ccc9c9;
    }

    .BtnMyAccount {
        width: 200px;
        height: 40px;
        margin-left: 0px;
        padding: 10px;
        border: solid 0px gray;
        cursor: pointer;
    }

    .BtnMyAccountCover1 {
        position: relative;
        float: left;
        width: 200px;
        height: 42px;
        margin-left: 100px;
        background-color: deepskyblue;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: solid 0px deepskyblue;
    }

    .BtnMyAccountCover1R {
        position: relative;
        float: left;
        width: 200px;
        height: 42px;
        margin-left: 100px;
        background-color: red;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: solid 0px red;
    }

    .BtnMyAccountCover2 {
        position: relative;
        float: left;
        width: 200px;
        height: 42px;
        margin-left: 20px;
        background-color: deepskyblue;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: solid 0px deepskyblue;
    }

    .BtnMyAccountCover2R {
        position: relative;
        float: left;
        width: 200px;
        height: 42px;
        margin-left: 20px;
        background-color: red;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: solid 0px red;
    }

    .vLine2 {
        position: relative;
        float: left;
        width: 1px;
        height: 400px;
        background-color: lightgray;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 60px;
    }

    .hLine {
        position: relative;
        float: left;
        width: 100%;
        height: 1px;
        background-color: black;
        z-index: 30;
    }




    .wishlisticondiv {
        position: absolute;
        float: left;
        left: 100px;
        top: 370px;
        width: 50px;
        height: 50px;
        background-color: green;
    }



    .WL1 {
        position: relative;
        width: 50px;
        height: 50px;
    }

    .WL2 {
        position: absolute;
        z-index: 1;
        display: none;
    }

    .WL1:hover .WL2 {
        display: block;
        width: 50px;
        height: 50px;
    }


    .SBJ1 {
        position: relative;
        width: 150px;
        height: 50px;
    }

    .SBJ2 {
        position: absolute;
        z-index: 1;
        display: none;
    }

    .SBJ1:hover .SBJ2 {
        display: block;
        width: 150px;
        height: 50px;
    }


    .ADVS1 {
        position: relative;
        width: 150px;
        height: 50px;
    }

    .ADVS2 {
        position: absolute;
        z-index: 1;
        display: none;
    }

    .ADVS1:hover .ADVS2 {
        display: block;
        width: 150px;
        height: 50px;
    }

    .WishlistBooks {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 30px;
        width: 100%;
    }


    .pagepathbox {
        position: relative;
        float: left;
        margin-left: 150px;
        margin-top: 80px;
        width: 1150px;
        height: auto;
        background-color: transparent;
        border: 0px solid lightgray;
        padding: 0px;
    }

    .pagepathboxBlank {
        position: relative;
        float: left;
        margin-left: 150px;
        margin-top: 80px;
        width: 500px;
        height: 0px;
        background-color: transparent;
        border: 0px solid lightgray;
        padding: 0px;
    }

    .buttonBuyMe2 {
        border-radius: 5px;
        width: 200px;
        height: 30px;
        background-color: orange;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }

    .buttonBuyMe3 {
        border-radius: 5px;
        width: 200px;
        height: 30px;
        margin-top: 10px;
        background-color: yellowgreen;
        font-family: Verdana;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }


    .ErrorDiv {
        position: relative;
        float: left;
        margin-left: 33%;
        margin-top: 150px;
        text-align: center;
    }

    .ForgotDiv {
        position: relative;
        float: left;
        margin-left: 42%;
        margin-top: 100px;
        margin-bottom: 100px;
        text-align: center;
    }

    .ForgotBG {
        position: relative;
        float: left;
        margin-left: 10%;
        margin-top: 100px;
        margin-bottom: 100px;
        height: 250px;
        text-align: center;
    }

    .ForgotDiv2 {
        position: absolute;
        float: left;
        left: 450px;
        top: 350px;
        width: 450px;
        text-align: center;
        background-color: whitesmoke;
        border: 1px solid gray;
    }

    .containerhpsection {
        position: relative;
        float: left;
        width: 100%;
    }

    .carticonbox {
        position: absolute;
        float: left;
        top: 7px;
        left: 290px;
        visibility: hidden;
    }

    .FontRobotoN_GrayForPages {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #424242;
    }

    #ContentTableBox2 {
        position: relative;
        float: left;
        margin-left: 120px;
        width: 100%;
        display: block;
    }

    .DiscountBox3 {
        position: absolute;
        float: left;
        top: 50px;
        left: 165px;
        width: 35px;
        height: 25px;
        background-color: darkorange;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }

    .wd1 {
        width: 100px;
    }

    .wd2 {
        width: 400px;
    }

    .wd3 {
        width: 500px;
    }


    .LogoutBox {
        position: relative;
        float: left;
        margin-left: 100px;
        margin-top: 150px;
        margin-bottom: 70px;
        width: 96%;
        height: 50px;
        display: block;
        vertical-align: middle;
        text-align: center;
        background-color: transparent;
    }


    .div100percentNew {
        position: relative;
        float: left;
        margin-left: 50px;
        margin-top: 50px;
        width: 100%;
        height: 300px;
        text-align: center;
        background-color: transparent;
        border: 0px solid lightgray;
        padding-top: 100px;
    }

    .imagesize {
        width: 500px;
        height: auto;
    }

}
