/* Minification failed. Returning unminified contents.
(5058,16): run-time error CSS1030: Expected identifier, found ' '
(5058,17): run-time error CSS1031: Expected selector, found '10px'
(5058,17): run-time error CSS1025: Expected comma or open brace, found '10px'
(5059,19): run-time error CSS1030: Expected identifier, found ' '
(5059,20): run-time error CSS1031: Expected selector, found '10px'
(5059,20): run-time error CSS1025: Expected comma or open brace, found '10px'
(5060,11): run-time error CSS1030: Expected identifier, found ' '
(5060,16): run-time error CSS1031: Expected selector, found ';'
(5060,16): run-time error CSS1025: Expected comma or open brace, found ';'
(5061,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* RESET STYLESHEET (html5doctor.com) v1.6.1 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;    
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/* END RESET CSS (html5doctor.com) */





/* OTHER RESET STYLESHEET (HTML GENERAL) */
body {
    text-align: center;
    font-family: Segoe UI,arial,verdana,helvetica,sans-serif;
    font-size: 14px;
    background: none repeat scroll 0 0 #FFF;
    color: #5C5B5B;
    line-height: normal;
}
html, body {
    margin: 0;
    height: 100%;
    min-height: 100%;
}
    body.popup-window {
        background: none;
    }

a {
    color: blue;
    text-decoration: none;
    font-weight: normal;
    outline:0;
}

    a:hover {
        color: #B80709;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI',arial,verdana,helvetica,sans-serif;
}

h2, h3 {
    font-size: 16px;
}

textarea {
    width: 100%;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    border: 1px solid #bababa;
}

checkbox, input, radio, select, button {
}

fieldset {
    margin: 0px 0px 15px;
    border: 1px solid #c9c9c9;
    padding: 15px;
}

legend {
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #bababa;
}

    input[type="text"]:disabled {
        background: none repeat scroll 0 0 #FFF;
    }


/* MASTER PAGE WRAPPERS */
/*Dagar.master-wrapper-page{margin:30px auto 0;width:960px;background:none repeat scroll 0 0 #FFF;box-shadow:0 0.5em 2em rgba(0,0,0,0.1);-moz-box-shadow:0 0.5em 2em rgba(0,0,0,0.1);-webkit-box-shadow:0 0.5em 2em rgba(0,0,0,0.1);}*/
.master-wrapper-page {
    background: none repeat scroll 0 0 #FFF;
	height: 100%;
	min-height: 100%;
}
/*Dagar .master-wrapper-content{float:left;width:930px;margin:15px 15px 0 15px;padding:15px 0 0;text-align:left;background:none repeat scroll 0 0 #FFFFFF;}*/
.master-wrapper-content {
    text-align: left;
    min-height: 100%;
  	/* Negative indent footer by its height */
    margin: 0 auto -179px;
    
}
.master-wrapper-content.liberty{
    background: url('images/NYCE/bg_desktop.png') no-repeat;
    background-position: center;
    background-position-y: 190px;
}
.master-wrapper-content:after {
  content: "";
  display: block;
}
.footer, .master-wrapper-content:after {
  height: 179px; 
}
.master-wrapper-main {
    width: 930px;
    margin: auto;
    font-family: Segoe UI,arial,helvetica,sans-serif;
    color: #5C5B5B;
    margin-top: 30px;
}
    /* one column master page */
    .master-wrapper-main .center-1 {
        float: left;
        width: 930px;
        background: #FFF;
        display: inline;
        border-radius: 5px;
        padding-bottom:20px;
    }
    /* two column master page */
    .master-wrapper-main .side-2 {
        float: left;
        width: 190px;
        margin: 10px 0;
        display: inline;
    }

    .master-wrapper-main .center-2 {
        float: left;
        width: 687px;
        min-height: 459px;
        padding: 10px 0px 10px 20px;
        margin: 10px 0 0 33px;
        background: #FFF;
        display: inline;
        border-radius: 5px;
        padding-top: 0px;
    }
    /*Vikas D*/
    /* three column master page */
    .master-wrapper-main .leftside-3 {
        float: left;
        width: 190px;
        margin: 10px 0;
        display: inline;
    }

    .master-wrapper-main .center-3 {
        float: left;
        width: 510px;
        min-height: 459px;
        padding: 10px;
        margin: 10px;
        background: #FFF;
        display: inline;
        overflow: hidden;
        border-radius: 5px;
    }

    .master-wrapper-main .rightside-3 {
        float: right;
        width: 190px;
        margin: 10px 0;
        display: inline;
    }
    /* anil-10-19-2016*/    

/* HEADER AND MENU */
.header {
    padding:0px;
    height: 190px;
    background: url('images/NYCE/header.png') center no-repeat;
}

.school-header {
    background: url('images/NYCE/banner_school.png') center no-repeat;
}

.student-header {
    background: url('images/NYCE/banner_student.png') center no-repeat;
}

.teacher-header {
    background: url('images/NYCE/banner_teacher.png') center no-repeat;
}


.header-inner {
    width: 930px;
    margin: auto;
    position: relative;
}

.header .icon {
    vertical-align: bottom;
}

.header .ico-register {
    padding-left: 28px;
    padding-bottom: 5px;
    background: url('images/NYCE/icon_register.png') no-repeat;
}
/*Vikas D*/
.header .ico-login {
    padding-left: 25px;
    padding-bottom: 5px;
    background: url('images/NYCE/icon_user.png') no-repeat;
}
/*Vikas D*/
.header .ico-logout {
    padding-left: 25px;
    padding-bottom: 5px;
    background: url('images/NYCE/icon_signout.png') no-repeat;
}
/*Vikas D*/
.header .ico-inbox {
    padding-left: 10px;
    padding-bottom: 5px;
}

.header .ico-cart {
    xpadding-left: 10px;
    padding-bottom: 5px;
}
/*Vikas D*/
.header .ico-wishlist {
    padding-left: 10px;
    padding-bottom: 5px;
}

    .header .ico-cart:hover *, .header .ico-wishlist:hover * {
        text-decoration: none;
        cursor: pointer;
    }
    /*Vikas D*/
    .header .ico-cart span, .header .ico-wishlist span {
        float: left;
    }

.header-logo {
    margin-top: 4px;
    float: left;
    text-align: left;
    position: absolute;
    z-index: 100;
   }

    .header-logo a {
        display: table;
        margin: 0 auto;
    }

        .header-logo a img {
            max-width: 100%;
        }

.header-selectors-wrapper {
    text-align: right;
    float: right;
    margin-top: 10px;
    clear: both;
}

.currency-selector {
    float: right;
}

.language-selector {
    float: right;
}

.tax-display-type-selector {
    float: right;
}

ul.language-list {
    display: inline;
    line-height: 25px;
}

    ul.language-list li {
        list-style: none;
        display: inline;
        padding: 0 5px;
        float: left;
    }

        ul.language-list li .selected {
            border: solid 1px #ccc !important;
        }

        ul.language-list li:hover {
            cursor: pointer;
        }

.header-links-wrapper {
    position: relative;
    float: right;
    text-align: right;
    width: auto;
    z-index:100;
}

.header-links {
    float: right;
    padding: 0px;
    margin: 5px 0;
    display: inline-table;
}
    /*Vikas Dagar*/
    .header-links .header-links-global {
        float: right;
        padding: 0px;
        margin: 10px 0;
    }

    .header-links .header-links-specific {
        float: right;
        padding: 0px;
        margin: 42px 0 20px 0;
    }
        /*Vikas Dagar*/
        .header-links .header-links-specific a, .header-links .header-links-specific a:hover {
            color: white;
            text-decoration: none;
            position: relative;
            margin-right: 32px;
            padding-top: 7px;
        }

            .header-links .header-links-specific a span.account-icon {
                background: url('images/NYCE/icon_my-account.png') no-repeat;
                height: 20px;
                width: 20px;
                margin-right: 5px;
            }


        .header-links .header-links-specific .normal a span.myaccount-circle {
            background: url('images/NYCE/more_btn.png') no-repeat;
            height: 29px;
            width: 33px;
            position: absolute;
            top: 0px;
            text-align: center;
            padding-top: 8px;
        }

        .header-links .header-links-specific .active a span.myaccount-circle {
            background: url('images/NYCE/more2_btn.png') no-repeat;
            height: 29px;
            width: 33px;
            position: absolute;
            top: 0px;
            text-align: center;
            padding-top: 8px;
        }

        .header-links .header-links-specific a span.store-icon {
            background: url('images/NYCE/icon_myshop.png') no-repeat;
            height: 23px;
            width: 23px;
            margin-right: 5px;
        }

        .header-links .header-links-specific a span.cart-icon {
            background: url('images/NYCE/icon_shopping.png') no-repeat;
            height: 16px;
            width: 20px;
            margin-right: 5px;
        }

        .header-links .header-links-specific a span.link-label {
            margin-right: 6px;
        }

        .header-links .header-links-specific a span.bluecircle {
            background: url('images/NYCE/shopping_btn.png') no-repeat;
            height: 29px;
            width: 33px;
            position: absolute;
            top: 0px;
            text-align: center;
            padding-top: 8px;
        }


    .header-links ul {
        padding: 0;
        margin: 0;
        xfloat: left;
    }

        .header-links ul li {
            list-style: none outside none;
            display: inline;
            padding-right: 2px;
            margin-left: 10px;
            float: left;
        }

    .header-links a {
        color: #000000;
        text-decoration: none;
        float: left;
        font-family: segoe ui semibold,arial,verdana,helvetica,sans-serif;
    }

        .header-links a:hover {
            color: #AF0304;
            text-decoration: none;
        }

        .header-links a.account {
            padding-left: 25px;
            padding-bottom: 5px;
            background: url('images/NYCE/icon_user.png') no-repeat;
        }

.admin-header-links {
    padding: 5px;
    margin-bottom: -15px;
    text-align: center;
}

    .admin-header-links .administration {
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: block;
        color: #E44097;
        margin-bottom: 10px;
    }

        .admin-header-links .impersonate a {
            color: #F93;
            font-weight: 700;
        }
/* top menu */
.header-menu {
    background: none repeat scroll 0 0 #404040;
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: auto;
    list-style: none outside none;
    margin: 10px auto 0;
    padding: 0 10px;
}

    .header-menu a {
        color: #FFFFFF;
        font-size: 1.1em;
        text-decoration: none;
    }

    .header-menu .top-menu {
        width: 100%;
        height: 100%;
        zoom: 1;
    }

        .header-menu .top-menu:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .header-menu .top-menu li {
            float: left;
            list-style-type: none;
            padding: 10px 8px 1px 8px;
            line-height: 28px;
            height: 28px;
            text-align: center;
            min-width: 75px;
            background: url(images/top-menu-divider.png) no-repeat 100% 50%;
            z-index: 9;
        }

            .header-menu .top-menu li:last-child {
                background: none;
            }

            .header-menu .top-menu li a {
                min-height: 20px;
                display: block;
                line-height: 20px;
                text-transform: uppercase;
                margin-bottom: 9px;
                white-space: nowrap;
                padding: 0 5px;
            }

                .header-menu .top-menu li a.hover {
                    background: #696969;
                }

            .header-menu .top-menu li .expand {
                display: none;
            }

            .header-menu .top-menu li .sublist {
                position: absolute;
                background-color: #404040;
                background-image: url(images/top-menu-background.png);
                background-repeat: no-repeat;
                border: 3px double #696969;
                margin-left: -10px;
                z-index: 9;
                display: none;
                margin-left: -15px;
                white-space: nowrap;
            }

                .header-menu .top-menu li .sublist.active {
                    display: block;
                }

                .header-menu .top-menu li .sublist.firstLevel {
                }

                .header-menu .top-menu li .sublist .sublist.active {
                    left: 100px;
                    margin-top: -30px;
                    top: auto;
                }

        .header-menu .top-menu .sublist li a {
            text-transform: none;
            min-height: 22px;
            margin: 0 8px 0 28px;
        }

        .header-menu .top-menu .sublist li {
            background: url(images/top-menu-list-image.png) no-repeat 5% 8px;
            height: 22px;
            margin: 6px 5px;
            text-align: left;
            float: none;
            padding: 0;
        }

            .header-menu .top-menu .sublist li:hover {
                background: #696969 url(images/top-menu-list-image-hover.png) no-repeat 5% 8px;
            }

    .header-menu .top-menu-triangle.active {
        display: none;
    }

    .header-menu .top-menu-triangle {
        background: url(images/top-menu-triangle.png) no-repeat;
        margin-top: -9px;
        margin-left: 10px;
        width: 10px;
        height: 5px;
        position: absolute;
        z-index: 10;
        display: none;
    }

        .header-menu .top-menu-triangle.active {
            display: block;
        }
/* mobile top menu*/
#mob-menu-button {
    display: none;
}

.mob-top-menu {
    display: none;
}
/* search box */
.search-text {
    border: 1px solid #eee;
    vertical-align: top;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    width: 100%;
}

.search-box {
    float: right;
    clear: right;
    width: auto;
    display: inline;
    margin-top: 0px;
}

    .search-box ul {
        margin: 0;
        padding: 0;
        float: right;
    }

        .search-box ul li {
            list-style: none outside none;
            float: left;
            margin: 0;
            padding: 0;
        }

.search-box-text {
    background: #FFFFFF url('images/NYCE/icon_search.png') 7px 7px no-repeat;
    width: 250px;
    border: 1px solid #E3E3E3;
    padding: 4px 5px;
    xfont-size: 12px;
    padding-left: 30px;
    border: 1px solid #e0bc27;
    height: 24px;
    display: block;
    float: left;
    -o-border-radius: 3px 0px 0px 3px;
    -icab-border-radius: 3px 0px 0px 3px;
    -khtml-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    font-family: Segoe ui semibold,arial,verdana,helvetica,sans-serif;
}

.search-box .button-1 {
    background: #fdd922;
    color: #565656;
    font: normal 14px 'Segoe UI SemiBold',arial,verdana,helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
    -o-border-radius: 0px 3px 3px 0px;
    -icab-border-radius: 0px 3px 3px 0px;
    -khtml-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    height: 34px;
    border: 1px solid #e0bc27;
    width: 110px;
    text-shadow: 0 0px 0 #000;
}

.search-box-button {
    padding: 4px 5px;
    background: none repeat scroll 0 0 #F6F6F4;
    border: 1px solid #D3D3D3;
    border-radius: 2px 2px 2px 2px;
    color: #353434;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 2px;
    width: 70px;
}
/* override some jQuery UI style */
.search-box .ui-autocomplete-loading {
    background: white url('images/ajax_loader_small.gif') right center no-repeat;
}

.ui-autocomplete {
    z-index: 10 !important;
}
    /*ensure that z-index is more than .nivoSlider a.nivo-imageLink used on the home page*/
    .ui-autocomplete .ui-menu-item a {
        text-align: left !important;
    }

/* FOOTER */
.footer { /*border-top: 2px solid #666666;*/
    clear: both;
    margin: 0px;
    padding: 0px;
    background: url('images/NYCE/footer.png') center no-repeat;    
  }
/*Vikas Dagar*/
.footer-inner {
    width: 930px;
    margin: auto;
    padding: 18px 10px;
    box-sizing: border-box;
}

.footer a {
    text-decoration: none;
    color: #D2D3D3;
}
/*vikas Dagar*/
.footer-tax-shipping {
    font-size: 11px;
}

    .footer-tax-shipping a {
        text-decoration: underline;
    }

.footer-disclaimer {
    color: #C3C3C3;
    font-size: 14px;
}
/**Vikas Dagar*/
.footer-poweredby {
    clear: both;
    color: #a0a0a0;
}
    /**Vikas Dagar*/
    .footer-poweredby a {
        color: #a0a0a0;
    }

.footer-store-theme {
    margin: 0 100px 0 10px;
    font-size: 11px;
}

.store-theme-list {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.footer-menu-wrapper {
    zoom: 1;
    padding: 0px;
    overflow: auto;
    xbackground: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    overflow: hidden;
    padding: 20px 0px;
}
    /**Vikas Dagar*/
    .footer-menu-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .footer-menu-wrapper .column {
        float: left;
        text-align: left;
        width: 25%;
    }

        .footer-menu-wrapper .column h3 {
            font-size: 13px;
            color: #333;
            text-transform: uppercase;
            font-weight: 700;
        }

        .footer-menu-wrapper .column ul {
            margin: 13px 0;
            padding: 0;
            list-style: none outside none;
        }

            .footer-menu-wrapper .column ul li {
                line-height: 150%;
                margin-bottom: 3px;
            }



/* MISC. CLASSES */
.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.page {
}

.page-body {
}

.page-title {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
    color: purple;
}

.page-title-dashboard {
    margin: 30px 0px 10px;
    overflow: hidden;
    width: 100%;
    color: purple;
}
    /*Prashant*/
    .page-title h1, .page-title h2, .page-title-dashboard h1, .page-title-dashboard h2, .page-title .search {
        padding: 5px 5px 5px 0;
        font-size: 24px;
        margin: 0;
        font-family: Segoe UI SemiBold,arial,verdana,helvetica,sans-serif;
        text-transform: capitalize;
    }

.page-title .search {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}
        
        
        .search input[type="text"] {        
    padding: 7px;
        }

        .search {        
    margin-bottom: 10px;
            float: right;
        }

.page-title .link-rss, .page-title-dashboard .link-rss {
        float: right;
        margin: 10px 10px 0 0;
        background-image: url(images/ico-rss.gif);
        background-repeat: no-repeat;
        display: block;
        height: 14px;
        width: 14px;
        text-indent: -9999px;
    }

td {
    vertical-align: middle;
}

    td.fieldname {
        font-size: 12px;
    }

.captcha-box {
}

.button-1, .button-2 {
    color: #6e6e6e;
    font: bold 12px Helvetica,Arial,sans-serif;
    text-decoration: none;
    padding: 3px 7px; /*position: relative;*/
    position: static;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #F6F6F6;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    height: auto;
    width: auto;
    overflow: visible;
}

    .button-1:hover, .button-2:hover {
        color: #333;
        border-color: #999;
        -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.fieldset {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    /*Rijo*/
    
}
    /*vikas dagar*/
    .fieldset .title {
        margin: -21px 0px 15px;
        font-family: segoe ui semibold,arial,verdana,helvetica,sans-serif;
        font-size: 14px;
    }
        /*vikas dagar*/
        .fieldset .title strong {
            background: #fff;
            padding: 0px 5px;
        }
    /*vikas dagar*/
    .fieldset .inputs {
        margin-bottom: 5px;
    }

        .fieldset .inputs label {
            display: inline-block;
            width: 130px;
            margin-left: 10px;
            font-size: 14px;
        }
            /*vikas dagar*/
            .fieldset .inputs label.forcheckbox {
                margin: 0 0 0 .4em;
                display: inline;
            }

.fieldset .inputs .labeltext {
    display: inline-block;
    width: 130px;
    margin-left: 10px;
    font-size: 14px;
}
    /*Prashant  new css for details showing*/
    .fieldset .details {
        padding: 5px 0px;
    }

        .fieldset .details label {
            display: inline-block;
            width: 130px;
            margin-left: 10px;
            font-size: 14px;
            font-weight: bold;
            vertical-align: top;
        }

        .fieldset .details span {
            width: 700px;
            display: inline-block;
            word-wrap: break-word;
        }

.clearer {
    zoom: 1;
}

    .clearer:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }


    /* Rijo - Jan2-2016*/
#EditProfileButtons{width:55.5%;padding-top:10px;margin-bottom:30px;}
#EditSchoolButtons{width:57%;padding-top:10px;margin-bottom:30px;}
.SubmitExtraClass{margin-left:10px;float:right;}
#FileInput{max-width:200px;}
.UserDetailsMain{width:70%;}
.fieldset .details #UserDetailSpan{width:45%!important;}
/*.fieldset .details label{width:50%;}*/
.CustomerInfoFieldset{min-height:280px;}
.UserDetailsFieldset{min-height:260px;}
.UserDetailProfilePic{display:inline-block;float:right;margin-top:25px;}
.EditableUserDetailProfilePic{margin-bottom:0px!important;}
.UserDetailProfilePic img{border:1px solid #b3b3b3; height:120px;width:130px;}
@media only screen and (max-width:930px)
{
    .inner-page .CustomerInfoInputs input[type="text"] {    
        min-width: 160px;
        max-width:600px!important;
        width: 70%!important;
    }
    #EditProfileButtons,#EditSchoolButtons{width:93%}
    .ConsumerProfilePicOuterDiv{width:100%;text-align:center;overflow:auto;padding-top:10px;}
    /*.ConsumerProfilePic{text-align:center;margin:auto!important;}*/
}
@media only screen and (max-width:843px)
{
    .header-inner .store-title .school-name {
        max-width: 480px!important;
    }
 .inner-page .CustomerInfoInputs input[type="text"] {    
        min-width: 160px;
         max-width:600px!important;
        width: 95%!important;
    }
}
@media only screen and (max-width:500px) {
    .UserDetailProfilePic {
        width: 100%;
    }
    .school-logo img, .teacher-logo img, .corporate img, .student-logo img{display:none;}

    .fieldset .details #UserDetailSpan {
        width: 55% !important;
    }

    .UserDetailsMain {
        width: 100%;
    }
   .store-title {				
                   text-align: left!important;
                   margin-left:-5%!important;
                   width:100%!important;
				}
    .header-inner .store-title .school-name{
             max-width:75%!important;
			}
    .UserDetailProfilePic {
        margin-top: 17px;
        padding-right: 0px !important;
        width: 140px !important;
        float: left !important;
        padding-left: 57px;
    }

    .inner-page .CustomerInfoInputs input[type="text"] {
        min-width: 160px;
        max-width: 600px !important;
        width: 90% !important;
    }

    /*.header-inner .store-title .school-name {
        float: right;
        margin-right: 5px;
    }*/

    .UserDetailsMain #UserDetails{
        width: 100%;
        overflow: auto;
    }
    .fieldset .title strong {left: 49px;position: absolute; margin-top: -16px;}
}

@media only screen and (max-width:629px) {
    .header-inner .store-title .school-name{
        margin-left: 53px!important;
    }
}
@media only screen and (max-width:329px) {
     .header-inner .store-title .school-name { display:none!important;}
    .fieldset .details label { width: 60%!important;
    }
    .UserDetailProfilePic {
        padding-left: 35px !important;
    }
      .fieldset .details #UserDetailSpan {
        width: 80% !important;
    }

}

  /* Rijo - Jan3-2016*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* AJAX LOADING INDICATOR */
.ajax-loading-block-window {
    position: fixed;
    top: 40%;
    left: 46%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('images/ajax_loader_large.gif');
    }

.please-wait {
    background: url('images/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
    display: none;
}


/* DATA TABLE */
.data-table {
    width: 100%;
    border: 1px solid #EEE;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

    .data-table th {
        font-weight: bold;
        padding: 3px 8px;
        white-space: nowrap;
        vertical-align: middle;
    }

    .data-table td {
        padding: 3px 8px;
    }

    .data-table th, .data-table td {
        border-bottom: 1px solid #EEE;
        border-right: 1px solid #EEE;
    }

    .data-table .odd {
    }

    .data-table .even {
        background-color: #F6F6F6;
    }


/* TOPICS */
.topic-html-content {
    padding-bottom: 5px;
}

.topic-html-content-title {
    padding: 0 0 5px;
}

.topic-html-content-header {
    font-size: 1.2em;
    font-weight: 700;
}

.topic-html-content-body {
}

    .topic-html-content-body a {
        text-decoration: underline;
        color: #B80709;
    }

.topic-page {
}

    .topic-page .page-body {
    }

        .topic-page .page-body a {
            text-decoration: underline;
            color: #B80709;
        }


/* VALIDATION AND ERRORS */
.message-error {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
    margin-bottom: 5px;
}
.message-instructions{
font-family: Verdana,Arial,sans-serif;
    font-size: 8px;
    color: grey;
    margin-bottom: 5px;
    text-align:left;
    padding-top:3px;
}
.message-instructions p{margin:0}

    .message-error ul {
        padding: 0px;
    }

        .message-error ul li {
            list-style: none;
        }

.validation-summary-errors {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
}

    /*Prashant*/
    .validation-summary-errors ul {
        list-style-type: none;
    }

.field-validation-error {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
}

.required {
    color: red;
}


/* USER-AGREEMENT PAGE */
.user-agreement-page {
}

    .user-agreement-page .page-title {
    }

    .user-agreement-page .page-body {
    }


/* PAGE NOT FOUND */
.not-found-page {
}

    .not-found-page .page-title {
    }

    .not-found-page .page-body {
    }

    .not-found-page ul li {
        list-style: none;
        margin-top: 10px;
    }


/* STORE CLOSED */
.store-closed-page {
}

    .store-closed-page .page-title {
    }

    .store-closed-page .page-body {
    }


/* SITEMAP */
.sitemap-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .sitemap-page a {
        text-decoration: none;
    }

    .sitemap-page .entity {
        margin: 5px 0 30px;
    }

    .sitemap-page ul {
        overflow: hidden;
    }

    .sitemap-page li {
        float: left;
        margin: 3px 10px;
        width: 150px;
        border-bottom: 1px dotted #ADACAC;
        list-style: none;
    }


/* PAGER */
.pager {
    zoom: 1;
}

    .pager:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .pager ul {
        float: right;
        margin: 2px 0;
    }

    .pager li {
        float: left;
        line-height: 20px;
        list-style: none outside none;
        margin-left: 5px;
    }

    .pager a, .pager span {
        display: inline-block;
        min-width: 10px;
        text-align: center;
        color: #555;
        font-size: 11px;
        font-weight: 700;
        padding: 0px 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -ms-transition: all 0.218s;
        -o-transition: all 0.218s;
        transition: all 0.218s;
        border: 1px solid gainsboro;
        border: 1px solid rgba(0,0,0,0.1);
        background-color: whiteSmoke;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        cursor: pointer;
        text-decoration: none;
    }

        .pager span, .pager a:active {
            background-color: #F9F9F9;
            cursor: default;
        }

        .pager a:hover {
            border: 1px solid #C6C6C6;
            color: #333;
            -webkit-transition: all 0.0s;
            -moz-transition: all 0.0s;
            -ms-transition: all 0.0s;
            -o-transition: all 0.0s;
            transition: all 0.0s;
            background-color: #F8F8F8;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            text-decoration: none;
        }


/* NAVIGATIONS */
.block {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .block .title {
        font-size: 12px;
        letter-spacing: 1px;
        text-align: left;
        padding: 9px 7px;
        text-transform: uppercase;
        color: #333;
        border-radius: 5px 5px 0px 0px;
        margin: 0;
        background: none repeat scroll 0 0 #F6F6F4;
    }

        .block .title strong {
            font-weight: 700;
        }

    .block .listbox {
        font-size: 11px;
        padding: 5px 10px 10px;
        line-height: 18px;
        margin: 0;
        border-radius: 0px 0px 5px 5px;
    }

        .block .listbox ul {
            margin: 0;
            padding: 0 0 0 2px;
            color: #5C5B5B;
            background-color: inherit;
        }

    .block a {
        color: #5C5B5B;
        font-size: 1.1em;
        font-weight: 400;
        text-decoration: none;
    }

        .block a:hover {
            color: #B80709;
            text-decoration: underline;
            font-weight: normal;
        }

    .block li {
        background: url("images/bullet-right.gif") no-repeat left 8px;
        list-style: none outside none;
        line-height: 18px;
        padding: 4px 1px 3px 13px;
    }

        .block li.separator {
            background: none;
            height: 1px;
            line-height: 1px;
            width: auto;
            font-size: 1px;
            margin: 0;
            padding: 0;
        }

.block-category-navigation, .block-manufacturer-navigation, .block-vendor-navigation, .block-recently-viewed-products, .block-info, .block-newsletter, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll, .block-account-navigation {
}

    .block-category-navigation .active > a, .block-manufacturer-navigation .active a, .block-vendor-navigation .active a {
        color: #5C5B5B;
        font-weight: 700;
        text-decoration: none;
    }

    .block-category-navigation .listbox ul .active, .block-manufacturer-navigation .listbox ul .active, .block-vendor-navigation .listbox ul .active {
        font-weight: 700;
    }

    .block-category-navigation .listbox ul .inactive, .block-manufacturer-navigation .listbox ul .inactive {
    }

    .block-category-navigation ul.sublist {
        margin: 0px 0px 0px 7px;
    }

        .block-category-navigation ul.sublist .inactive a:hover {
            color: #5C5B5B;
            font-weight: 400;
        }

    .block-manufacturer-navigation .listbox .view-all a {
        color: #5C5B5B;
        font-weight: 700;
    }

    .block-vendor-navigation .listbox .view-all a {
        color: #5C5B5B;
        font-weight: 700;
    }

    .block-recently-viewed-products li {
        background: none;
        min-height: 35px;
        clear: both;
        border-bottom: 1px solid #e5e5e5;
    }

        .block-recently-viewed-products li.last {
            border-bottom: none;
        }

    .block-recently-viewed-products .product-picture {
        float: left;
        height: 40px;
        width: 40px;
        margin: 0;
    }

    .block-recently-viewed-products .product-name {
    }

    .block-account-navigation a.active {
        font-weight: 700;
        text-decoration: none;
    }

    .block-account-navigation a {
        white-space: nowrap;
    }

        .block-account-navigation a.inactive {
            font-weight: 400;
            text-decoration: none;
        }

            .block-account-navigation a.inactive:hover {
                text-decoration: underline !important;
                color: #B80709 !important;
            }

    .block-newsletter .buttons {
        margin-top: 5px;
    }

    .block-popular-tags li, .block-popular-blogtags li {
        display: inline !important;
    }

    .block-blog-archive li, .block-popular-tags li, .block-popular-blogtags li {
        background: none !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .block-popular-tags .listbox .view-all a {
        color: #5C5B5B;
        font-weight: 700;
    }

    .block-blog-archive .year {
        color: #5C5B5B;
        font-weight: 700;
        text-decoration: none;
    }

.block, .news-list-homepage .item, .product-details-page, .search-panel .search-input, .product-filters, fieldset, .product-list .product-item, .product-list .product-item .picture {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #eee;
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/* MINI-SHOPPING CART */
.flyout-cart {
    display: none;
    position: absolute;
    float: left;
    top: 83%;
    right: 0px;
    width: 300px;
    min-height: 50px;
    z-index: 99999;
}

    .flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    padding: 5px 0px 10px;
    margin: 0;
    border: 1px solid #C1C1C1;
    background: none repeat scroll 0 0 #F6F6F4;
    font-size: 11px;
}

    .mini-shopping-cart a {
        font-weight: 700;
        text-decoration: none;
    }

        .mini-shopping-cart a:hover {
            text-decoration: underline;
        }

    .mini-shopping-cart .count {
        margin: 10px 0px 10px;
        padding: 0px 10px;
    }

    .mini-shopping-cart .items {
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        clear: both;
        border-bottom: 1px solid #EEEEEE;
        background-color: white;
        padding: 0px 10px;
    }

        .mini-shopping-cart .item:nth-child(even) {
            background-color: #F6F6F4;
        }

        .mini-shopping-cart .item.first {
            border-top: 1px solid #EEEEEE;
        }

        .mini-shopping-cart .item > div {
            padding: 10px 5px;
        }

        .mini-shopping-cart .item .picture {
            float: left;
            width: 50px;
            text-align: center;
        }

        .mini-shopping-cart .item .product {
            float: right;
            width: 208px;
        }

        .mini-shopping-cart .item .name {
            margin-bottom: 5px;
        }

        .mini-shopping-cart .item .attributes {
            font-size: 10px;
            margin: 0px;
        }

        .mini-shopping-cart .item .price {
            font-size: 10px;
            margin: 10px 0px 0px 0px;
        }

        .mini-shopping-cart .item .quantity {
            font-size: 10px;
            margin: 0px;
        }

    .mini-shopping-cart .totals {
        margin: 10px 0px;
        text-align: right; /* color: #a70608; */
        padding: 0px 10px;
    }

        .mini-shopping-cart .totals strong {
            color: #a70608;
        }

    .mini-shopping-cart .buttons {
        margin: 10px 0px;
        text-align: right;
        padding: 0px 10px;
    }

    .mini-shopping-cart .cart-button, .mini-shopping-cart .checkout-button {
        margin: 0;
    }


/* NOTIFICATIONS */
.bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

    .bar-notification.success {
        background: none repeat scroll 0 0 #91BD09;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: none repeat scroll 0 0 #CC0000;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification .close {
        background: url(images/ico-close-notification-bar.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin: 9px 9px 0px 0px;
        cursor: pointer;
    }

    .bar-notification p.content {
        padding: 0px 10px;
        margin: 10px 0px;
    }

        .bar-notification p.content a {
            text-decoration: underline;
            color: #FFFFFF;
        }

            .bar-notification p.content a:hover {
                text-decoration: none;
                color: #FFFFFF;
            }


/* EU COOKIE LAW */
.eu-cookie-bar-notification {
    display: none;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: none repeat scroll 0 0 #F6F6F4;
    border-top: 3px solid #FFFFFF !important;
    color: #5C5B5B;
    margin: 0px;
}

    .eu-cookie-bar-notification .content {
        padding: 0px 10px;
        margin: 10px 0px;
        zoom: 1;
    }

        .eu-cookie-bar-notification .content:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .eu-cookie-bar-notification .content .text {
            float: left;
            padding-top: 5px;
        }

        .eu-cookie-bar-notification .content .ok-button {
            float: left;
            margin-left: 10px;
        }

        .eu-cookie-bar-notification .content a.learn-more {
            float: left;
            margin-left: 10px;
            padding-top: 5px;
            text-decoration: underline;
            color: #5C5B5B;
        }

            .eu-cookie-bar-notification .content a.learn-more:hover {
                text-decoration: none;
                color: #5C5B5B;
            }


/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shopping-cart-page, .wishlist-page {
}

    .shopping-cart-page .page-title, .wishlist-page .page-title {
    }

    .shopping-cart-page .page-body, .wishlist-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
    }

    .wishlist-page .share-info {
        margin: 5px 0;
    }

        .wishlist-page .share-info .share-label {
            font-weight: 700;
        }

        .wishlist-page .share-info a.share-link {
            color: #B80709;
            text-decoration: none;
        }

    .wishlist-page .tax-shipping-info {
        font-size: 11px;
        margin: 10px 0;
    }

        .wishlist-page .tax-shipping-info a {
            text-decoration: underline;
        }

.order-summary-content, .wishlist-content {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #555;
}

    .order-summary-content .message-error, .wishlist-content .message-error {
        margin: 5px 0;
    }

    .order-summary-content .totals {
        float: right;
        padding: 0px 5px 0;
        width: 320px;
    }
    /*vikas dagar*/
    .order-summary-content .cart-collaterals {
        float: left;
        padding: 20px 0 10px;
        width: 580px;
    }

    .order-summary-content .deals {
        display: inline;
        float: left;
        margin: 0 10px 0 0;
        width: 280px;
    }

    .order-summary-content .shipping {
        display: inline;
        float: left;
        margin: 0 10px 0 0;
        width: 280px;
    }

    .order-summary-content .coupon-box, .order-summary-content .giftcard-box {
        padding: 10px;
        font-size: 11px;
        color: #555;
        margin: 0 0 10px;
        border: 1px solid #EEE;
    }

        .order-summary-content .coupon-box .message, .order-summary-content .giftcard-box .message {
            font-family: Verdana,Arial,sans-serif;
            font-size: 10px;
            font-weight: 700;
            color: red;
        }

        .order-summary-content .coupon-box .message-failure {
            color: red;
        }

        .order-summary-content .coupon-box .message-success {
            color: green;
        }

        .order-summary-content .coupon-box .current-code {
            padding: 10px 0px 0px 0px;
        }

        .order-summary-content .coupon-box .discount-coupon-code, .order-summary-content .giftcard-box .gift-card-coupon-code {
            width: auto;
        }

        .order-summary-content .coupon-box .hint, .order-summary-content .giftcard-box .hint {
            padding-top: 5px;
        }

    .order-summary-content .giftcard-box {
        position: relative;
        z-index: 1;
    }

    .order-summary-content .apply-discount-coupon-code-button, .order-summary-content .apply-gift-card-coupon-code-button {
        margin: 5px 0;
    }

    .order-summary-content .cart, .wishlist-content .cart {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
    }

    .wishlist-content .cart {
        margin-bottom: 10px;
    }

        .order-summary-content .cart td, .wishlist-content .cart td {
            padding: 10px;
        }

        .order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
            font-weight: 700;
            border-bottom: 1px solid #bcbdbe;
        }
            /*vikas dagar*/

            .order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th {
                height: 20px;
                padding: 2px 8px;
                vertical-align: middle;
                white-space: nowrap;
                text-transform: uppercase;
            }
                /*Prashant*/

                .order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
                    border: none;
                }

                .order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end {
                    text-align: right;
                    padding-right: 5px;
                }

        .order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
        }

            .order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
                border-bottom: 1px solid #BCBDBE;
                vertical-align: top;
                line-height: 30px;
                font-size: 14px;
            }
                /*Vikas Dagar*/
                .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
                    text-align: left;
                    padding: 10px;
                }

                    .order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a {
                        font-weight: 700;
                        text-decoration: none;
                    }

                .order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
                    text-align: right;
                    font-weight: 700;
                    color: #a70608;
                    padding-right: 5px;
                }

            .order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
                border: solid 1px #E3E3E3;
                font-size: 12px;
                text-align: right;
                width: 40px;
            }

            .order-summary-content .cart .cart-item-row td .td-title, .wishlist-content .cart .cart-item-row td .td-title {
                display: none;
            }

            .order-summary-content .cart .cart-item-row .edit-item a {
                color: #B80709;
            }

    .order-summary-content .cart-footer {
        width: 100%;
        zoom: 1;
    }

        .order-summary-content .cart-footer:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .order-summary-content .total-info {
        margin: 0;
        font-size: 14px;
        font-family: 'Segoe UI SemiBold',arial,verdana,helvetica,sans-serif;
    }
        /*vikas dagar*/
        .order-summary-content .total-info .selected-shipping-method {
            font-weight: normal;
            font-size: 11px;
        }

        .order-summary-content .total-info .order-total {
            color: #a70608;
        }

    .order-summary-content .will-earn-reward-points {
        font-style: italic;
    }

        .order-summary-content .will-earn-reward-points .cart-total-left {
            font-weight: normal;
        }

        .order-summary-content .will-earn-reward-points td {
            padding-top: 15px;
        }

.cart-total-left {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    xfont-weight: 700;
    color: #353434;
}
/*Vikas Dagar*/
.cart-total-left-below {
    width: 100%;
    text-align: right;
    vertical-align: top;
    height: 30px;
}

.cart-total-right {
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
    color: #a70608;
}

.order-summary-content .remove-gift-card-button, .order-summary-content .remove-discount-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat;
    border: 0;
    width: 32px;
    height: 15px;
}

    .order-summary-content .remove-gift-card-button:hover, .order-summary-content .remove-discount-button:hover {
        cursor: pointer;
    }

.order-summary-content .selected-checkout-attributes {
    margin: 0;
    padding: 10px 5px 10px 0;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}

.order-summary-content .checkout-attributes {
    margin: 10px 0;
    padding: 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
    clear: both;
}

    .order-summary-content .checkout-attributes .text-prompt {
        font-weight: bold;
    }

    .order-summary-content .checkout-attributes ul.option-list {
        padding: 0px;
        margin: 0px;
    }

        .order-summary-content .checkout-attributes ul.option-list li {
            list-style: none;
        }

    .order-summary-content .checkout-attributes .textbox {
        width: 300px;
    }

    .order-summary-content .checkout-attributes textarea {
        width: 300px;
        height: 150px;
    }
    /* color squares attribute type */
    .order-summary-content .checkout-attributes ul.color-squares li {
        display: inline;
    }

    .order-summary-content .checkout-attributes ul.color-squares .color-container {
        position: relative;
        display: inline-block;
        border: solid 1px #999;
        padding: 1px;
        margin-bottom: 5px;
    }

    .order-summary-content .checkout-attributes ul.color-squares .selected-value .color-container {
        border-color: #075899;
        border-width: 2px;
        padding: 0;
    }

    .order-summary-content .checkout-attributes ul.color-squares .color {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .order-summary-content .checkout-attributes ul.color-squares label {
        cursor: pointer;
        position: relative;
    }

    .order-summary-content .checkout-attributes ul.color-squares input {
        height: 0;
        overflow: hidden;
        z-index: -10000;
        position: absolute;
        float: none;
    }

.order-summary-content .min-amount-warning {
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0;
    padding: 10px 0 10px 10px;
}

    .order-summary-content .terms-of-service .read {
        text-decoration: underline;
    }

        .order-summary-content .terms-of-service .read:hover {
            cursor: pointer;
        }

.checkout-data .terms-of-service {
    margin: 0;
    padding: 10px 0 10px 10px;
}

    .checkout-data .terms-of-service .read {
        text-decoration: underline;
    }

        .checkout-data .terms-of-service .read:hover {
            cursor: pointer;
        }

.order-summary-content .common-buttons {
    margin: 0;
    padding: 10px;
}

.order-summary-content .checkout-buttons {
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
}
/*.order-summary-content .checkout-buttons .checkout-button{font:bold 15px/30px Arial,Helvetica,sans-serif;}
.order-summary-content .checkout-buttons .checkout-button{display:inline-block;padding:0px 25px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}*/
.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
}

.order-summary-content .cross-sells {
    clear: both;
}

.estimate-shipping {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #555;
    border: 1px solid #EEE;
}

    .estimate-shipping .hint {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .estimate-shipping .country-input, .estimate-shipping .state-input {
        width: 137px;
    }

    .estimate-shipping .zip-input {
    }

    .estimate-shipping .shipping-options {
        text-align: left;
        height: auto;
    }

        .estimate-shipping .shipping-options label {
            display: inline-block;
            width: 85px;
        }

        .estimate-shipping .shipping-options .estimate-shipping-button {
            margin-left: 90px;
        }

    .estimate-shipping .shipping-results li.shipping-option-item {
        list-style: none;
        text-align: left;
        vertical-align: text-top;
        padding: 5px 0 0 5px;
    }

    .estimate-shipping .shipping-results .shipping-option-item .option-name {
        display: block;
        font-weight: 700;
    }

    .estimate-shipping .shipping-results .shipping-option-item .option-description {
        display: block;
        padding: 5px 0 5px 16px;
    }


/* CHECKOUT */
.checkout-page, .checkout-one-page {
}

    .checkout-page .page-title, .checkout-one-page .page-title {
    }

    .checkout-page .checkout-data, .checkout-one-page .checkout-data {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }

.checkoutstep {
}

    .checkoutstep .steptitle {
        border: 1px solid #2F4F4F;
        color: #FFF;
        background-color: #2E4d7B;
        font-family: Arial,Sans-Serif;
        font-size: 12px;
        font-weight: 700;
        padding: 5px;
        margin-top: 5px;
    }

    .checkoutstep .stepcontent {
        border: dashed 1px #2F4F4F;
        border-top: none;
        padding: 5px;
    }

.order-summary-title {
    padding: 10px 10px 5px 0;
    font-size: 11px;
    color: #555;
    font-weight: 700;
    clear: both;
}

.order-summary-body {
    text-align: center;
    height: auto;
}

.checkout-data .section {
    margin-bottom: 15px;
}

    .checkout-data .section .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        margin-bottom: 5px;
    }

.checkout-data .address-grid {
    padding: 0;
    overflow: hidden;
}

    .checkout-data .address-grid .address-item {
        float: left;
        padding: 10px;
        border: 1px solid #EEE;
        width: 200px;
        min-height: 150px;
        margin-right: 5px;
    }

        .checkout-data .address-grid .address-item .select-button {
            margin-bottom: 5px;
            margin-top: 5px;
            text-align: center;
        }

        .checkout-data .address-grid .address-item li {
            list-style: none;
            text-align: left;
        }

.checkout-data .enter-address {
    border: 1px solid #EEE;
    height: auto;
    padding: 10px;
}

    .checkout-data .enter-address label {
        display: inline-block;
        width: 95px;
    }

    .checkout-data .enter-address .buttons {
        margin-top: 10px;
    }

    .checkout-data .enter-address .custom-attributes ul.option-list {
        display: inline-block;
    }

        .checkout-data .enter-address .custom-attributes ul.option-list li {
            list-style: none;
            display: inline-block;
        }

            .checkout-data .enter-address .custom-attributes ul.option-list li label {
                width: auto;
                margin-left: 0px;
            }

    .checkout-data .enter-address .custom-attributes textarea {
        height: 100px;
        width: 500px;
        border: solid 1px #E3E3E3;
        vertical-align: top;
    }

.checkout-data .pickup-in-store {
    border: 1px solid #EEE;
    height: auto;
    padding: 10px;
}

    .checkout-data .pickup-in-store .description {
        font-style: italic;
    }

.checkout-data .shipping-method {
    text-align: left;
    border: 1px solid #EEE;
    height: auto;
}

    .checkout-data .shipping-method li {
        text-align: left;
        vertical-align: text-top;
        padding: 5px 0 0 5px;
        list-style: none;
    }

    .checkout-data .shipping-method .method-name {
        font-weight: 700;
    }

    .checkout-data .shipping-method .method-description {
        padding: 5px 0 5px 16px;
    }

    .checkout-data .shipping-method .buttons {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .shipping-method .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .use-reward-points {
    margin: 0;
    padding: 10px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}

.checkout-data .payment-method {
    text-align: left;
    border: 1px solid #EEE;
    height: auto;
}

    .checkout-data .payment-method li {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
        list-style: none;
    }

    .checkout-data .payment-method .method-name {
        clear: both;
    }

        .checkout-data .payment-method .method-name:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .checkout-data .payment-method .payment-logo {
        float: left;
    }

    .checkout-data .payment-method .payment-details {
        float: left;
        padding-top: 8px;
    }

    .checkout-data .payment-method .buttons {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .payment-method .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .payment-info {
    text-align: left;
    border: 1px solid #EEE;
    height: auto;
}

    .checkout-data .payment-info .info {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
    }

    .checkout-data .payment-info .buttons {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .payment-info .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .confirm-order {
    text-align: left;
    border: none;
    height: auto;
    margin-bottom: 0;
}
    /*Prashant*/
    .checkout-data .confirm-order .buttons {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .confirm-order .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .order-review-data {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .checkout-data .order-review-data ul {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        width: 350px;
    }

    .checkout-data .order-review-data li {
        list-style: none;
        text-align: left;
    }

        .checkout-data .order-review-data li:first-child {
            margin-top: 0;
        }

    .checkout-data .order-review-data .title {
        margin: 10px 0 5px;
    }

    .checkout-data .order-review-data .payment-method, .checkout-page .order-review-data .shipping-method {
        border: none;
    }

.checkout-data .order-completed {
    text-align: left;
    border-top: 1px solid #BCBDBE;
    border-bottom: 1px solid #BCBDBE;
    height: auto;
    padding: 10px 0px;
}
    /*Vikas Dagar*/
    .checkout-data .order-completed ul {
        margin-bottom: 10px;
    }

    .checkout-data .order-completed li {
        margin: 5px 0;
        list-style: none;
    }

        .checkout-data .order-completed li.ordernumber {
            font-size: 18px;
            color: #0066c0;
            font-family: 'Segoe UI SemiBold',arial,verdana,helvetica,sans-serif;
        }

    .checkout-data .order-completed a {
        color: #B80709;
        text-decoration: none;
    }

.order-progress {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 2px #f3f3f3;
}

    .order-progress ul {
        padding: 0;
        margin: 0;
    }

        .order-progress ul li {
            list-style: none;
            display: inline;
            padding: 5px 20px 0;
        }

            .order-progress ul li .active-step {
                color: #6a6a6a;
                background: url(images/progress-step-active.gif) no-repeat 50% 50%;
                padding-bottom: 40px;
                padding-right: 1px;
                zoom: 1;
            }

            .order-progress ul li .inactive-step {
                color: #d7d7d7;
                background: url(images/progress-step-inactive.gif) no-repeat 50% 50%;
                padding-bottom: 40px;
                padding-right: 1px;
                zoom: 1;
            }

            .order-progress ul li a:hover {
                text-decoration: none;
            }


/* ONE PAGE CHECKOUT */
.opc .buttons {
    margin-top: 0;
    padding-top: 2em;
    text-align: right;
}

    .opc .buttons .back-link {
        margin-bottom: 10px;
    }

        .opc .buttons .back-link small {
            display: none;
        }

        .opc .buttons .back-link a {
            background: url(images/arrow-up.png) no-repeat left;
            padding-left: 20px;
        }

    .opc .buttons.disabled button {
        display: none;
    }

    .opc .buttons .please-wait {
        height: 21px;
        line-height: 21px;
    }

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc ul, .opc ol, ul.opc, ol.opc {
    list-style: none outside none;
}

.opc {
    position: relative;
}

    .opc li.tab-section {
    }

    .opc .step-title {
        border-width: 0 1px;
        border-style: solid;
        border-color: #fff #d9dde3 #d9dde3;
        background: #F2F2F2;
        padding: 4px 8px 6px;
        text-align: right;
    }

        .opc .step-title .number {
            float: left;
            background: #fff;
            border: 1px solid #fff;
            padding: 0 4px;
            margin: 0 5px 0 0;
            font: bold 11px/14px arial,helvetica,sans-serif;
            color: #999;
        }

        .opc .step-title h2 {
            float: left;
            margin: 0;
            font: bold 13px/16px Arial,Helvetica,sans-serif;
            color: #999;
            text-transform: capitalize;
        }

    .opc .allow .step-title {
        background: #F2F2F2;
        border: 1px solid #EEE;
        border-bottom: 0;
        color: #a4b3b9;
        cursor: pointer;
    }

        .opc .allow .step-title .number {
            background: #dbe6eb;
            border-color: #dbe6eb;
            color: #a4b3b9;
        }

        .opc .allow .step-title h2 {
            color: #a4b3b9;
        }

    .opc .active .step-title {
        background: #f9f3e3;
        border: 1px solid #EEE;
        padding-bottom: 5px;
        color: #f18200;
        cursor: default;
    }

        .opc .active .step-title .number {
            background: #B20405;
            border-color: #B20405;
            color: #fff;
        }

        .opc .active .step-title h2 {
            color: #555;
        }

    .opc .step {
        border: 0 none;
        border-top: 0;
        background: transparent 0 0 repeat-x;
        padding: 15px 0px 15px 0px;
        position: relative;
    }
    /*Prashant*/
    .opc .step-title:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    .opc .order-summary-content .cart-footer {
        background: none !important;
    }


/* ORDER DETAILS */
.order-details-page {
}

    .order-details-page .page-title {
    }

        .order-details-page .page-title h1 {
            float: left;
        }

        .order-details-page .page-title a {
            float: right;
            margin-left: 10px;
        }

            .order-details-page .page-title a:hover {
                text-decoration: none;
            }

    .order-details-page .title {
        padding: 10px 10px 5px 0;
        clear: both;
        font-size: 18px;
        font-family: "Segoe UI Semibold",arial,verdana,helvetica,sans-serif;
        color: black;
    }

    .order-details-page .page-body {
        padding: 10px;
    }

    .order-details-page .order-overview {
        text-align: left;
        padding-bottom: 10px;
        overflow: hidden;
        border-bottom: 1px solid #bcbdbe;
    }
        /*vikas dagar*/
        .order-details-page .order-overview .order-number {
            margin-bottom: 10px;
            font-size: 28px;
            color: #5980E3;
        }
        /*vikas dagar*/
        .order-details-page .order-overview .order-details {
            float: left;
        }

            .order-details-page .order-overview .order-details span {
                display: block;
                margin-bottom: 5px;
            }

        .order-details-page .order-overview .order-total {
            text-align: right;
        }

    .order-details-page .order-details-area {
        text-align: left;
        height: auto;
    }
        /*vikas dagar*/
        .order-details-page .order-details-area table {
            width: 100%;
            border: 0px;
            border-collapse: collapse;
            border-spacing: 0;
        }

        .order-details-page .order-details-area td {
            width: 50%;
            vertical-align: top;
        }

        .order-details-page .order-details-area ul {
            float: left;
            margin-right: 20px;
        }

        .order-details-page .order-details-area li {
            list-style: none;
        }

            .order-details-page .order-details-area li:first-child {
                margin-top: 0;
            }

    .order-details-page .tax-shipping-info {
        font-size: 11px;
        margin: 10px 0;
    }

        .order-details-page .tax-shipping-info a {
            text-decoration: underline;
        }

    .order-details-page .repost {
        margin: 10px 0px 10px 0px;
    }

        .order-details-page .repost .hint {
            margin: 0px;
        }

    .order-details-page .section {
        text-align: left;
        margin-bottom: 20px;
        height: auto;
    }
    /*vikas dagar*/
    .order-details-page .checkout-attributes {
        text-align: right;
        vertical-align: middle;
        padding: 10px;
        height: auto;
    }

    .order-details-page .actions {
        margin: 10px 0px 10px 0px;
    }

    .order-details-page .cart-total-left {
        color: #000;
    }

    .order-details-page .order-notes th.createdon {
        width: 30%;
    }

    .order-details-page .order-notes .download a {
        color: #B80709;
    }

    .order-details-page .products td .td-title {
        display: none;
    }

    .order-details-page .data-table th, .order-details-page .data-table td {
        border: 1px solid #c5c4c5;
    }

    .order-details-page .data-table th {
        padding: 2px 5px;
        background: -o-linear-gradient(bottom, #ccc8c5 5%, #878584 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F2F2F2), color-stop(1, #D7D7D3) );
        background: -moz-linear-gradient( center top, #ccc8c5 5%, #878584 100% );
        font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
        color: black;
    }

        .order-details-page .data-table th.name {
            text-align: left !important;
        }
/*vikas dagar*/


/* SHIPMENTS */
.shipment-details-page {
}

    .shipment-details-page .page-title {
    }

    .shipment-details-page .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 12px;
    }

    .shipment-details-page .page-body {
        border: 1px solid #d7d7d7;
        padding: 10px;
    }

    .shipment-details-page .shipment-overview {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .shipment-details-page .shipment-overview ul {
            float: left;
            margin-right: 20px;
        }

        .shipment-details-page .shipment-overview li {
            list-style: none;
        }

        .shipment-details-page .shipment-overview .title {
            margin-bottom: 5px;
        }

    .shipment-details-page .tracking-url {
        color: #B80709;
        text-decoration: none;
    }


/* HOME PAGE */
.home-page-product-grid {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

    .home-page-product-grid .title {
        padding: 10px 10px 10px 0;
        margin: 0 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }

.home-page-category-grid {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    zoom: 1;
}

    .home-page-category-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .home-page-category-grid a {
        color: #555;
        font-size: 1.2em;
        font-weight: 700;
    }

    .home-page-category-grid .item-box {
        float: left;
        text-align: center;
        vertical-align: text-top;
    }

    .home-page-category-grid .category-item {
        text-align: center;
        margin: 10px;
        width: 145px;
        height: 180px;
        border: 1px solid #eee;
    }

        .home-page-category-grid .category-item .title {
            text-align: center;
            font-weight: 700;
            font-size: .9em;
            display: block;
            overflow: hidden;
            padding: 5px;
        }

        .home-page-category-grid .category-item .picture {
            text-align: center;
            padding: 10px 0;
        }

.bestsellers {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

    .bestsellers .title {
        padding: 10px 10px 10px 0;
        margin: 0 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }


/* PRODUCTS IN GRID - TEMPLATE */
.product-grid {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    zoom: 1;
}

    .product-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }


    .product-grid .item-box {
        float: left;
        padding: 20px;
        text-align: center;
        vertical-align: text-top;
        padding-left: 0px;
    }
        /*Prashant*/

        .product-grid .item-box:hover {
        }

    .product-grid .product-item {
        text-align: left;
        margin: 0;
        padding: 0;
        width: 209px;
        height: 324px;
    }
        /*Prashant*/
        .product-grid .product-item .product-title {
            font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
            padding-left: 5px;
        }
            /*Prashant*/

            .product-grid .product-item .product-title a {
                display: block;
                height: auto;
                line-height: 1.3em;
                overflow: hidden;
                padding: 8px 10px 8px 0;
            }

        .product-grid .product-item .details {
        }

        .product-grid .product-item .product-rating-box {
        }

        .product-grid .product-item .picture {
            background: none repeat scroll 0 0 #FFFFFF;
            text-align: center;
            border: 0 none;
            height: 144px;
            overflow: hidden;
        }
            /*Prashant*/
            .product-grid .product-item .picture img {
                margin: 0px;
                width: 209px;
                height: 139px;
            }
        /*Prashant*/
        .product-grid .product-item .description {
            display: none;
            margin: 5px 5px 0 5px;
            text-align: center;
            padding: 10px 5px;
            border-top: solid 1px #e3e3e3;
            color: #555;
            height: 50px;
        }

        .product-grid .product-item .add-info {
            vertical-align: bottom;
            text-align: right;
            width: auto;
            height: auto;
            position: relative;
        }

        .product-grid .product-item .prices {
            text-align: left;
            vertical-align: middle;
            position: static;
            bottom: 15px;
            right: 10px;
        }

            .product-grid .product-item .prices .price {
                margin-left: 5px;
                display: block;
                font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
                padding-bottom: 10px;
            }
            /*Prashant*/
            .product-grid .product-item .prices .actual-price {
                color: #a70608;
            }
            /*Prashant*/

            .product-grid .product-item .prices .specification {
                padding: 10px;
                border-top: dotted 1px #adadad;
                border-bottom: dotted 1px #adadad;
                font-family: 'Segoe UI',arial,verdana,helvetica,sans-serif;
                color: black;
                font-size: 12px;
                min-height: 40px;
            }
                /*Prashant-new add*/
                .product-grid .product-item .prices .specification div {
                    padding: 2px 0px;
                }
            /*Prashant-new add*/

            .product-grid .product-item .prices .old-price {
                color: #5C5B5B;
                text-decoration: line-through;
            }

            .product-grid .product-item .prices .tax-shipping-info {
                font-size: 11px;
            }

                .product-grid .product-item .prices .tax-shipping-info a {
                    text-decoration: underline;
                }

        .product-grid .product-item .buttons {
            vertical-align: middle;
            position: static;
            margin-top: 5px;
            text-align: left;
        }

.product-box-add-to-cart-button {
    border: 0 none;
    color: white;
    margin-top: 10px;
    font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
    font-size: 14px;
    height: 40px;
    width: 209px;
    background-color: #ff8c00;
    padding: 10px 35px 15px 50px;
    background-image: url("images/icon_shopping.png");
    background-repeat: no-repeat;
    background-position: 35px 13px;
}
    /*Prashant*/
    .product-box-add-to-cart-button:hover {
        color: #fff;
    }


/* PRODUCTS IN LINES - TEMPLATE */
.product-list {
    width: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .product-list .item-box {
        text-align: left;
        clear: both;
        position: relative;
        margin-bottom: 10px;
    }

        .product-list .item-box:hover {
            background: #F9F9F9;
        }

    .product-list .product-item {
        width: auto;
        margin-top: 10px;
        position: relative;
        zoom: 1;
        padding: 10px 0px 20px 0;
        border: none;
        border-radius: 0px;
        border-top: 1px solid #b3b3b3;
    }

        .product-list .product-item:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .product-list .product-item .product-title {
            font-weight: 700;
            font-size: 12px;
            padding-left: 10px;
            margin-top: 10px;
        }

            .product-list .product-item .product-title a {
                font-weight: 700;
                display: block;
                height: auto;
                line-height: 1.3em;
                overflow: hidden;
                padding: 4px 10px 8px 0;
            }

        .product-list .product-item .details {
        }

        .product-list .product-item .product-rating-box {
            padding: 0 0 0 10px;
            margin: 0px 100px 0 140px;
        }

        .product-list .product-item .picture {
            float: left;
            margin: 10px;
        }

        .product-list .product-item .description {
            padding: 0 0 0 10px;
            margin: 0px 100px 0 140px;
            text-align: left;
            color: #555;
        }

        .product-list .product-item .add-info {
            float: right;
            text-align: right;
            position: absolute;
            top: 20px;
            right: 10px;
        }

        .product-list .product-item .prices {
        }

            .product-list .product-item .prices .price {
                margin: 0px;
                display: block;
            }

            .product-list .product-item .prices .actual-price {
                color: #B80709;
            }

            .product-list .product-item .prices .old-price {
                color: #5C5B5B;
                text-decoration: line-through;
            }

            .product-list .product-item .prices .tax-shipping-info {
                font-size: 11px;
            }

                .product-list .product-item .prices .tax-shipping-info a {
                    text-decoration: underline;
                }

        .product-list .product-item .buttons {
            padding-top: 20px;
        }


/* FEATURED PRODUCTS */
.featured-product-grid {
}

    .featured-product-grid .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
        margin: 0;
        color: #5C5B5B;
    }


/* CATALOG PAGES */
.category-page, .manufacturer-page, .vendor-page, .manufacturer-list-page, .product-tag-page, .product-tags-all-page, .vendor-list-page {
}

    .category-page .page-title, .manufacturer-list-page .page-title, .manufacturer-page .page-title, .vendor-page .page-title, .product-tag-page .page-title, .product-tags-all-page .page-title, .vendor-list-page .page-title {
        border-bottom: 0 none;
        clear: both;
    }

    .product-tags-all-page .product-tags-list li {
        display: inline;
    }

        .product-tags-all-page .product-tags-list li a {
            text-decoration: none;
            margin: 0 2px 0 0;
        }

    .vendor-list-page .vendor-list li {
        display: inline;
    }

        .vendor-list-page .vendor-list li a {
            text-decoration: none;
            margin: 0 2px 0 0;
        }

    .category-page .category-description, .manufacturer-page .manufacturer-description, .vendor-page .vendor-description {
        color: #555;
        font-size: 1.1em;
    }

.sub-category-grid, .manufacturer-grid {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-bottom: 15px;
    zoom: 1;
}

    .sub-category-grid:after, .manufacturer-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .sub-category-grid a, .manufacturer-grid a {
        color: #555;
        font-size: 1.2em;
        font-weight: 700;
    }

    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        float: left;
        text-align: center;
        vertical-align: text-top;
    }

    .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
        text-align: center;
        margin: 10px;
        width: 145px;
        height: 180px;
        border: 1px solid #eee;
    }

        .sub-category-grid .sub-category-item .title, .manufacturer-grid .manufacturer-item .title {
            text-align: center;
            font-weight: 700;
            font-size: .9em;
            display: block;
            overflow: hidden;
            padding: 5px;
        }

        .sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
            text-align: center;
            padding: 10px 0;
        }

.product-selectors {
    margin-bottom: 10px;
    zoom: 1;
    border-bottom: 1px solid #bcbdbe;
}
    /*vikas dagar*/
    .product-selectors:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.product-sorting {
    margin: 0 10px 10px 10px;
    float: right;
}
/*vikas dagar*/
.product-viewmode {
    margin: 0 0px 10px 10px;
    float: right;
}
/*vikas dagar*/
.product-page-size {
    width: 165px;
    margin: 0 10px 10px 10px;
    text-align: center;
    float: right;
}
/*vikas dagar*/
.product-filters-wrapper {
}

.product-filters {
    width: auto;
    margin-bottom: 10px;
    padding: 10px;
}

    .product-filters .filter-title {
        font-weight: 700;
        padding-left: 10px;
    }

        .product-filters .filter-title strong {
            display: block;
            height: 2em;
            line-height: 1.3em;
            overflow: hidden;
        }

    .product-filters .filter-content {
        padding: 5px 10px;
    }

.price-range-filter {
}

    .price-range-filter .filter-title {
        background: url(images/ico-arrow-r.gif) no-repeat top left;
        padding-left: 20px;
    }

    .price-range-filter ul {
        margin: 0;
        padding: 0;
    }

    .price-range-filter li {
        list-style: none;
        padding-bottom: 5px;
    }

    .price-range-filter .price-range-selector {
    }

    .price-range-filter .selected-price-range {
    }

    .price-range-filter .remove-filter {
        padding-top: 5px;
    }

        .price-range-filter .remove-filter a {
            font-weight: 700;
            color: #b80709;
        }

.product-spec-filter {
}

    .product-spec-filter .filter-title {
        background: url(images/ico-arrow-r.gif) no-repeat top left;
        padding-left: 20px;
    }

    .product-spec-filter .available-items, .product-spec-filter .already-filtered-items {
        width: 100%;
        overflow: hidden;
    }

    .product-spec-filter .group {
        display: block;
        float: left;
        clear: both;
        font-weight: 700;
    }

        .product-spec-filter .group li {
            list-style: none;
        }

    .product-spec-filter .available-items .item {
        padding: 3px 2px 3px 16px;
        list-style: none;
    }

    .product-spec-filter .already-filtered-items .filter-title {
        background: none;
        padding: 15px 5px 5px 0;
    }

    .product-spec-filter .already-filtered-items .item {
        padding: 5px 0;
    }

    .product-spec-filter .remove-filter {
        padding-top: 5px;
    }

        .product-spec-filter .remove-filter a {
            font-weight: 700;
            color: #b80709;
        }


/* COMPARE PRODUCTS */
.compare-products-page {
}

    .compare-products-page .page-title {
    }

    .compare-products-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.compare-products-table {
    margin-top: 10px;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

    .compare-products-table tr.product-name {
        background-color: #CCC;
        font-weight: 700;
    }

    .compare-products-table td {
        border: 1px solid #EEE;
        padding: 3px;
        vertical-align: top;
    }


/* LOGIN */
.login-page {
}

    .login-page .page-title {
        margin-bottom: 20px;
    }

    .login-page .page-body {
        color: #555;
    }

    .login-page .title {
        margin: -23px 0 10px;
        zoom: 1;
    }
        /*Vikas Dagar*/
        .login-page .title strong {
            font-size: 18px;
            background: #fff;
            padding: 0px 10px;
            font-weight: normal;
        }
    /*Vikas Dagar*/
    .login-page .customer-blocks:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .login-page .new-wrapper {
        float: left;
        width: 46%;
        min-height: 245px;
        padding: 10px;
        border: 2px solid #bcbdbe;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    /*vikas dagar*/
    /*.login-page .returning-wrapper{float:right;width:46%;min-height:245px;padding:10px;border:2px solid #bcbdbe;margin-bottom:15px;border-radius:5px;}/*vikas dagar*/
    .login-page .returning-wrapper {
        float: left;
        width: 46%;
        min-height: 245px;
        padding: 10px;
        border: 2px solid #bcbdbe;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .login-page .new-wrapper .text {
        line-height: 20px;
        padding: 30px 10px;
    }

    .login-page .new-wrapper .buttons {
        margin: 0px 10px;
    }
    /*Vikas Dagar*/
    .login-page .checkout-as-guest-or-register-block ul {
        padding-left: 30px;
    }

    .login-page .returning-wrapper .inputs {
        padding: 2px 10px;
    }

    .login-page .returning-wrapper .message-error {
        padding: 0;
    }

    .login-page .returning-wrapper .buttons {
        margin: 20px 10px 5px 10px;
    }

    .login-page .returning-wrapper label {
        width: 100px;
        display: inline-block;
        margin-right: 10px;
        white-space: nowrap;
        vertical-align: middle;
        font-family: 'Segoe UI SemiBold',arial,verdana,helvetica,sans-serif;
        color: #565656;
    }
    /*Vikas Dagar*/
    .login-page .returning-wrapper .reversed label {
        font: normal 14px Segoe ui;
    }

    .login-page .email, .login-page .username, .login-page .password {
        width: 97%;
        display: block;
        margin-top: 10px;
        font-size: 14px;
        border: 1px solid #bababa;
        height: 15px;
        padding: 5px;
    }
    /*Vikas Dagar*/
    .login-page .returning-customer .reversed label {
        width: auto;
        font-weight: 400;
    }

    .login-page .forgot-password {
        display: block;
        margin-top: 5px;
        margin-left: 10px;
        font-weight: 700;
    }

    .login-page .field-validation-error {
        display: block;
    }

.external-auth-errors {
    text-align: center;
    border: solid 1px #d3d3d3;
    vertical-align: top;
    width: 100%;
    color: Red;
    margin-bottom: 20px;
}

    .external-auth-errors ul {
        padding: 0px;
    }

        .external-auth-errors ul li {
            list-style: none;
        }

.external-auth-association {
    text-align: center;
    border: solid 1px #d3d3d3;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}

    .external-auth-association .identifier {
    }

    .external-auth-association .remove {
        color: #B80709;
    }

.login-page .topic-html-content {
    padding-bottom: 5px;
    text-align: center;
    margin-top: 30px;
}

.login-page .topic-html-content-header {
    background: url('images/NYCE/icon_help.png') left no-repeat;
    width: 250px;
    margin: auto;
}

.login-page .topic-html-content-body p {
    margin: 5px 0px;
    padding: 0;
}

/* REGISTRATION */
.inner-page {
    margin-bottom: 20px;
}

.registration-page {
}

.registration-page, .inner-page .page-title {
}

.registration-page, .inner-page .page-body {
    margin: 0;
    padding: 0;
    color: #555;
    background-color: inherit;
}

.registration-page, .inner-page .gender {
    display: inline-block;
}

.registration-page, .inner-page .custom-attributes ul.option-list {
    display: inline-block;
}

    .registration-page, .inner-page .custom-attributes ul.option-list li {
        list-style: none;
        display: inline-block;
    }

        .registration-page, .inner-page .custom-attributes ul.option-list li label {
            width: auto;
            margin-left: 0px;
        }

.registration-page, .inner-page .vat-note {
    display: block;
}

.registration-page, .inner-page .accept-privacy-policy {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    clear: both;
}

    .registration-page, .inner-page .accept-privacy-policy .read {
        text-decoration: underline;
    }

        .registration-page, .inner-page .accept-privacy-policy .read:hover {
            cursor: pointer;
        }

.registration-page, .inner-page .buttons {
    margin-bottom: 5px;
    margin-top: 5px;
    clear: both;
}
.inner-page .buttons.details{
    line-height:32px;
}
.registration-page, .inner-page .message-error {
    margin-bottom: 20px;
}

.registration-page, .inner-page textarea {
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.registration-result-page, .inner-result-page {
}

    .registration-result-page, .inner-result-page .page-title {
    }

    .registration-result-page, .inner-result-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }

    .registration-result-page, .inner-result-page .buttons {
        float: left;
        margin-bottom: 5px;
        margin-top: 5px;
        clear: both;
    }

.inner-page .result {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: red;
    margin-bottom: 15px;
}

/*mainwrapper*/
.mainWrapper {
    margin-top: 30px;
}

/* BREADCRUMB */
.breadcrumb {
    font-size: 12px;
    margin: 0px 0 10px;
    padding: 0;
    color: #888888;
    xtext-transform: capitalize;
}
    /*Vikas Dagar*/
    .breadcrumb ul {
        margin: 0px;
        padding: 0px;
    }

    .breadcrumb li {
        list-style: none;
        display: inline;
    }

        .breadcrumb li strong {
            font-weight: bold;
        }

    .breadcrumb a {
        font-size: 0.9em;
        text-decoration: none;
        color: #5C5B5B;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
            color: #5C5B5B;
        }

    .breadcrumb .current-item {
        color: black;
        font-family: Segoe Ui Semibold,arial,verdana,helvetica,sans-serif;
        text-transform: capitalize;
    }
    /*Vikas Dagar*/
    .breadcrumb .delimiter {
    }


/* NEWS */
.news-list-page, .news-list-homepage {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .news-list-homepage .title {
        padding: 10px 10px 10px 0;
        margin: 0 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }

.news-items {
    margin: 0 5px;
    padding: 0;
}

    .news-items .item {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

.news-list-homepage .item {
    padding: 10px;
}

.news-items .news-date {
    color: #9a9a9a;
}

.news-items a.news-title {
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
}

    .news-items a.news-title:hover {
        text-decoration: underline;
    }

.news-items .news-details {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-items .read-more {
    font-weight: 700;
    text-decoration: none;
    color: #5C5B5B;
    background-color: inherit;
}

.news-item-page {
}

    .news-item-page .page-title {
    }

    .news-item-page .news-date {
        color: #9a9a9a;
    }

    .news-item-page .news-body {
        margin: 0 0 20px;
        padding: 0;
    }

        .news-item-page .news-body a {
            color: #B80709;
            text-decoration: underline;
        }

    .news-item-page .result {
        font-family: Verdana,Arial,sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: red;
        margin-bottom: 10px;
    }

    .news-item-page .new-comment {
        margin-top: 10px;
    }

        .news-item-page .new-comment .captcha-box {
            margin-bottom: 12px;
        }

        .news-item-page .new-comment .comment-title {
            width: 350px;
        }

        .news-item-page .new-comment .comment-text {
            width: 350px;
            height: 150px;
            vertical-align: middle;
        }

        .news-item-page .new-comment .buttons {
            text-align: left;
        }

    .news-item-page .comment-list {
        margin: 10px 0px 10px 0;
    }

        .news-item-page .comment-list .title {
            padding: 10px 10px 10px 0;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1.1em;
            color: #3a3a3a;
        }

.news-comment {
    zoom: 1;
}

    .news-comment:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .news-comment .comment-info {
        width: 170px;
        float: left;
        padding: 5px;
        height: 100%;
        border-right: solid 1px #F3F3F3;
    }

        .news-comment .comment-info .user-info {
            padding-top: 5px;
        }

            .news-comment .comment-info .user-info a.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .news-comment .comment-info .user-info span.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .news-comment .comment-info .user-info .avatar {
                margin: 5px 0;
            }

                .news-comment .comment-info .user-info .avatar .avatar-img {
                    border: solid 2px #CEDBE1 !important;
                }

    .news-comment .comment-content {
        margin-left: 180px;
        border-left: solid 1px #F3F3F3;
    }

        .news-comment .comment-content .comment-time {
            font-weight: 700;
            line-height: 20px;
            padding: 3px;
            background: #e3f3f3;
        }

            .news-comment .comment-content .comment-time .stat-value {
                font-weight: 400;
            }

        .news-comment .comment-content .comment-title {
            padding: 3px;
            font-weight: 700;
        }

        .news-comment .comment-content .comment-body {
            padding: 3px;
        }


/* BLOGS */
.blog-page {
}

    .blog-page .page-title {
    }

    .blog-page .blog-posts {
        margin: 0 5px;
        padding: 0;
    }

        .blog-page .blog-posts .post {
            border-bottom: 1px solid #eee;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

            .blog-page .blog-posts .post:last-child {
                border-bottom: none;
            }

            .blog-page .blog-posts .post .post-date {
                color: #9a9a9a;
            }

            .blog-page .blog-posts .post a.post-title {
                color: #444;
                text-decoration: none;
                font-size: 1.2em;
            }

                .blog-page .blog-posts .post a.post-title:hover {
                    text-decoration: underline;
                }

            .blog-page .blog-posts .post .tags label {
                float: left;
                margin-right: 5px;
            }

            .blog-page .blog-posts .post .tags li {
                float: left;
                list-style: none;
            }

                .blog-page .blog-posts .post .tags li.separator {
                    margin-right: 5px;
                }

        .blog-page .blog-posts .post-body, .blog-page .blog-posts .tags {
            margin-top: 10px;
            margin-bottom: 10px;
            zoom: 1;
        }

    .blog-page .tags:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .blog-page .blog-posts .post-body a, .blog-page .blog-posts .tags a {
        color: #5C5B5B;
        text-decoration: underline;
    }

    .blog-page .blog-posts .blog-details {
        margin-top: 15px;
    }

        .blog-page .blog-posts .blog-details a {
            font-weight: 700;
            text-decoration: none;
            color: #5C5B5B;
            background-color: inherit;
        }

.blogpost-page {
}

    .blogpost-page .page-title {
    }

    .blogpost-page .post-date {
        color: #9a9a9a;
    }

    .blogpost-page .post-body {
    }

        .blogpost-page .post-body:after, .blogpost-page .tags:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .blogpost-page .tags {
        margin: 0 0 20px;
        zoom: 1;
    }

        .blogpost-page .post-body a, .blogpost-page .tags a {
            color: #5C5B5B;
            text-decoration: underline;
        }

            .blogpost-page .post-body a:hover, .blogpost-page .tags a:hover {
                color: #B80709;
                text-decoration: underline;
                font-weight: normal;
            }

        .blogpost-page .tags label {
            float: left;
            margin-right: 5px;
        }

        .blogpost-page .tags li {
            float: left;
            list-style: none;
        }

            .blogpost-page .tags li.separator {
                margin-right: 5px;
            }

    .blogpost-page .result {
        font-family: Verdana,Arial,sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: red;
        margin-bottom: 10px;
    }

    .blogpost-page .new-comment {
        margin-top: 10px;
    }

        .blogpost-page .new-comment .captcha-box {
            margin-bottom: 12px;
        }

        .blogpost-page .new-comment .comment-text {
            width: 350px;
            height: 150px;
            vertical-align: middle;
        }

        .blogpost-page .new-comment .buttons {
            text-align: left;
        }

    .blogpost-page .comment-list {
        margin: 10px 0px 10px 0;
    }

        .blogpost-page .comment-list .title {
            padding: 10px 10px 10px 0;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1.1em;
            color: #3a3a3a;
        }

.blog-comment {
    margin-bottom: 20px;
    zoom: 1;
}

    .blog-comment:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .blog-comment .comment-info {
        width: 170px;
        float: left;
        padding: 5px;
        height: 100%;
        border-right: solid 1px #F3F3F3;
    }

        .blog-comment .comment-info .user-info {
            padding-top: 5px;
        }

            .blog-comment .comment-info .user-info a.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .blog-comment .comment-info .user-info span.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .blog-comment .comment-info .user-info .avatar {
                margin: 5px 0;
            }

                .blog-comment .comment-info .user-info .avatar .avatar-img {
                    border: solid 2px #CEDBE1 !important;
                }

    .blog-comment .comment-content {
        margin-left: 180px;
        border-left: solid 1px #F3F3F3;
    }

        .blog-comment .comment-content .comment-time {
            font-weight: 700;
            line-height: 20px;
            padding: 3px;
            background: #e3f3f3;
        }

            .blog-comment .comment-content .comment-time .stat-value {
                font-weight: 400;
            }

        .blog-comment .comment-content .comment-body {
            padding: 3px;
        }


/* POLLS */
.poll {
    margin: 0;
    padding: 0;
    font-size: 11px;
    background-color: inherit;
}

.poll-display-text {
    font-weight: 700;
    color: #5C5B5B;
}

.poll-options, .poll-results {
    padding: 5px !important;
    margin: 10px 0 !important;
}

    .poll-options li, .poll-results li {
        background: none;
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 18px;
    }

    .poll-options .answer input[type="radio"] {
        vertical-align: middle;
    }

    .poll-options .answer label {
        vertical-align: middle;
        margin-left: 5px;
    }

.poll .buttons {
    padding: 5px;
}

.poll-total-votes {
    font-style: italic;
}

.vote-poll-button {
}

.todays-poll-box {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    overflow: hidden;
}

    .todays-poll-box .poll {
        float: left;
        text-align: left;
        vertical-align: top;
    }


/* EMAIL A FRIEND */
.email-a-friend-page {
}

    .email-a-friend-page .page-body {
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #eee;
    }

    .email-a-friend-page .page-title {
        margin-bottom: 20px;
    }

    .email-a-friend-page .title {
        margin-bottom: 20px;
    }

    .email-a-friend-page .product {
        font-weight: bold;
        font-size: 13px;
    }

    .email-a-friend-page .result {
        font-weight: bold;
    }

    .email-a-friend-page .form-fields {
        zoom: 1;
    }

        .email-a-friend-page .form-fields:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .email-a-friend-page .inputs-left {
        float: left;
    }

    .email-a-friend-page .inputs-right {
        float: right;
    }

    .email-a-friend-page .inputs {
        margin-bottom: 12px;
    }

        .email-a-friend-page .inputs label {
            display: block;
        }

    .email-a-friend-page .captcha-box {
        margin-bottom: 12px;
    }

    .email-a-friend-page .friend-email, .email-a-friend-page .your-email {
        width: 250px;
        padding: 1px;
    }

    .email-a-friend-page .personal-message {
        width: 350px;
        height: 150px;
    }

    .email-a-friend-page .buttons {
        text-align: left;
    }

    .email-a-friend-page .field-validation-error {
        display: block;
    }


/* SEARCH */
.search-page {
}

    .search-page .page-title {
    }

    .search-page .search-input {
        border: 1px solid #d7d7d7;
        padding: 10px;
        margin-bottom: 10px;
    }

        .search-page .search-input .buttons {
            text-align: right;
        }

    .search-page .search-results {
        padding-top: 10px;
    }

        .search-page .search-results .result {
            font-weight: 700;
            color: #555;
        }

    .search-page .basic-search label {
        line-height: 25px;
    }

    .search-page .search-text {
        width: 560px;
    }

    .search-page .adv-search {
        margin-top: 10px;
    }

    .search-page .inputs {
        overflow: hidden;
        padding: 4px;
    }

        .search-page .inputs label {
            display: inline-block;
            width: 110px;
        }

        .search-page .inputs.reversed label {
            width: auto;
        }

    .search-page .price-from, .search-page .price-to {
        width: 100px;
    }

    .search-page .warning {
        text-decoration: underline;
    }

/* PASSWORD RECOVERY AND NEWSLETTER PAGES */
.password-recovery-page, newsletter-page {
}

    .password-recovery-page .page-title, newsletter-page .page-title {
    }

    .password-recovery-page .page-body, newsletter-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }

    .password-recovery-page .email {
        width: 250px;
    }

    .password-recovery-page .result {
        font-family: Verdana,Arial,sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: red;
    }
    /*.password-recovery-page .linkExpired {
        font-family: Verdana,Arial,sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: red;
        padding-top:20px;
    }*/

/* ACCOUNT ACTIVATION */
.account-activation-page {
}

    .account-activation-page .page-title {
    }

    .account-activation-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }


/* CONTACTS */
.contact-page {
}

    .contact-page .page-body {
        margin-bottom: 15px;
    }

    .contact-page .result {
        font-weight: bold;
    }

    .contact-page .form-fields {
        zoom: 1;
    }

        .contact-page .form-fields:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .contact-page .inputs-left {
        float: left;
    }

    .contact-page .inputs-right {
        float: right;
    }

    .contact-page .inputs {
        margin-bottom: 12px;
        margin-right: 40px;
    }

    .contact-page .captcha-box {
        margin-bottom: 12px;
    }

    .contact-page .fullname {
        padding: 5px;
        width: 350px;
        margin-top: 6px;
    }

    .contact-page .email {
        padding: 5px;
        width: 350px;
        margin-top: 6px;
    }

    .contact-page .enquiry {
        width: 753px;
        height: 150px;
        padding: 5px;
        margin-top: 6px;
    }

    .contact-page .buttons {
        text-align: left;
    }


/* RECENTLY VIEWED AND ADDED PRODUCTS */
.recently-added-products-page {
}

    .recently-added-products-page .page-title {
    }

.recently-viewed-products-page {
}

    .recently-viewed-products-page .page-title {
    }


/* CUSTOMER ACCOUNT PAGES */
.account-page {
}

    .account-page .result {
        font-family: Verdana,Arial,sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: red;
        margin-bottom: 5px;
    }

    .account-page .page-title {
        margin-bottom: 20px;
    }

    .account-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
    }

    .account-page .section {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #bcbdbe;
        border-radius: 5px;
        zoom: 1;
    }

        .account-page .section:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .account-page .section .title {
            margin: -19px 0 14px;
            zoom: 1;
        }

            .account-page .section .title strong {
                background: #fff;
                padding: 0px 5px;
            }

        .account-page .section li {
            list-style: none;
            line-height: 16px;
            padding: 5px 0px;
        }
/*Vikas Dagar*/
.address-list-page {
}

    .address-list-page .address-list {
    }

        .address-list-page .address-list .address-item {
        }

            .address-list-page .address-list .address-item .title {
                font-size: 13px;
            }

            .address-list-page .address-list .address-item .info {
                float: left;
            }

            .address-list-page .address-list .address-item .buttons {
                float: right;
            }

    .address-list-page .add-button {
        margin-bottom: 5px;
        margin-top: 5px;
        float: left;
        text-align: right;
    }

.address-edit-page {
}

    .address-edit-page .edit-address {
        margin-bottom: 10px;
    }

        .address-edit-page .edit-address .inputs {
            margin-bottom: 5px;
        }

        .address-edit-page .edit-address label {
            display: inline-block;
            width: 100px;
        }

        .address-edit-page .edit-address .custom-attributes ul.option-list {
            display: inline-block;
        }

            .address-edit-page .edit-address .custom-attributes ul.option-list li {
                list-style: none;
                display: inline-block;
            }

                .address-edit-page .edit-address .custom-attributes ul.option-list li label {
                    width: auto;
                    margin-left: 0px;
                }

        .address-edit-page .edit-address .custom-attributes textarea {
            height: 100px;
            width: 500px;
            border: solid 1px #E3E3E3;
            vertical-align: top;
        }

    .address-edit-page .buttons {
    }

.avatar-page {
    padding: 10px;
}

    .avatar-page .buttons {
        margin: 5px 0;
    }

.back-in-stock-subscription-list-page {
}

    .back-in-stock-subscription-list-page .subscription-list {
    }

    .back-in-stock-subscription-list-page .description {
    }

    .back-in-stock-subscription-list-page .no-data {
    }

    .back-in-stock-subscription-list-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.change-password-page {
}

    .change-password-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.downloadable-products-page {
}

    .downloadable-products-page .no-data {
    }

.forum-subscriptions-page {
}

    .forum-subscriptions-page .subscription-list {
    }

    .forum-subscriptions-page .description {
    }

    .forum-subscriptions-page .no-data {
    }

    .forum-subscriptions-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.customer-info-page {
}

    .customer-info-page .gender {
        display: inline-block;
    }

    .customer-info-page .custom-attributes ul.option-list {
        display: inline-block;
    }

        .customer-info-page .custom-attributes ul.option-list li {
            list-style: none;
            display: inline-block;
        }

            .customer-info-page .custom-attributes ul.option-list li label {
                width: auto;
                margin-left: 0px;
            }

    .customer-info-page .vat-status {
    }

    .customer-info-page .vat-note {
        display: block;
    }

    .customer-info-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: right;
    }

    .customer-info-page .message-error {
        margin-bottom: 20px;
    }

    .customer-info-page textarea {
        height: 100px;
        width: 500px;
        border: solid 1px #E3E3E3;
        vertical-align: top;
    }

    .customer-info-page .add-more-external-records {
        margin-top: 10px;
    }

        .customer-info-page .add-more-external-records a {
            color: #B80709;
        }

.username-available-status {
    color: green;
    padding-left: 5px;
}

.username-not-available-status {
    color: red;
    padding-left: 5px;
}

.order-list-page {
}

    .order-list-page .recurring-payments {
    }

        .order-list-page .recurring-payments .recurring-payments-box {
            text-align: left;
            padding: 10px;
            height: auto;
        }

    .order-list-page .order-list {
        margin-top: 20px;
    }

        .order-list-page .order-list .order-item {
        }

            .order-list-page .order-list .order-item .title {
                font-size: 13px;
            }

            .order-list-page .order-list .order-item .info {
                float: left;
            }

            .order-list-page .order-list .order-item .buttons {
                float: right;
            }

.return-request-list-page {
}

    .return-request-list-page .request-item {
    }

        .return-request-list-page .request-item a {
            color: #B80709;
        }

        .return-request-list-page .request-item .title {
            font-size: 13px;
        }

        .return-request-list-page .request-item .info {
        }

.reward-points-page {
}

    .reward-points-page .reward-points-overview {
        padding: 10px 10px 5px 0;
        width: 100%;
    }

        .reward-points-page .reward-points-overview .current-balance {
        }

        .reward-points-page .reward-points-overview .min-balance {
            margin-top: 10px;
        }

    .reward-points-page .reward-points-history {
    }

        .reward-points-page .reward-points-history .title {
            margin-top: 20px;
            margin-bottom: 15px;
        }


/* RETURN REQUEST */
.return-request-page {
}

    .return-request-page .page-title {
    }

    .return-request-page .section {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 5px;
    }

        .return-request-page .section .title {
            margin: -17px 0 14px;
        }

            .return-request-page .section .title strong {
                background: #fff;
            }

    .return-request-page .comment {
        width: 350px;
        height: 150px;
    }

/* PRODUCT DETAILS PAGE */
/*Prashant*/
/*.product-details-page{border:1px solid #d3d3d3;margin-top:10px;padding:10px;}*/
.product-details-page {
    border: none;
    margin-top: 10px;
    padding: 0px;
}

/*Prashant*/
//.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-collateral {
    margin-top: 0px;
    margin-bottom: 10px;
    clear: both;
}

.product-essential {
}
/*Prashant*/
/*.product-details-page .gallery{float:left;width:300px;margin-top:25px;margin-bottom:15px;}*/
.product-details-page .gallery {
    float: left;
    width: 435px;
}

    .product-details-page .gallery .picture {
    }
        /*Prashant-new Added*/
        .product-details-page .gallery .picture img {
            width: 435px;
            height: 290px;
        }

    .product-details-page .gallery .picture-thumbs {
        margin-top: 10px;
    }

        .product-details-page .gallery .picture-thumbs a {
            margin-right: 3px;
        }
/*Prashant*/
/*.product-details-page .overview{float:right;width:330px;margin:5px 5px 10px;padding:10px;border:1px solid #eee;}*/
.product-details-page .overview {
    float: right;
    width: 200px;
    padding: 20px;
    border: 0 none;
    height: 250px;
    background-image: url("images/right_pennel.png");
    background-repeat: no-repeat;
}
    /*prashant new css rult for language*/
    .product-details-page .overview .manufacturers {
        margin-top: 10px;
        padding: 5px 10px 5px 0px;
        font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
    }

        .product-details-page .overview .manufacturers span a {
            color: black;
        }

    .product-details-page .overview .validity {
        color: black;
        font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
    }


.product-details-page .product-name {
    color: #5C5B5B;
    font-size: 1.3em;
    margin-bottom: 0.3em;
    padding-top: 10px;
}

.product-details-page .short-description, .product-details-page .manufacturers, .product-details-page .sku, .product-details-page .manufacturer-part-number, .product-details-page .stock, .product-details-page .gtin, .product-details-page .delivery-date, .product-details-page .product-vendor {
    color: #000000;
    margin-bottom: .3em;
    font-size: 1.1em;
}

.product-details-page .free-shipping {
    background: url('images/free-shipping.png') left 0px no-repeat;
    font-size: 11px;
    height: 45px;
    width: 55px;
    line-height: 12px;
    padding: 18px 5px 0 4px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
/*Prashant*/
/*.product-details-page .full-description{border:1px solid #eee;clear:both;color:#555;margin-bottom:.3em;padding:5px;}*/
.product-details-page .full-description {
    border: none;
    clear: both;
    color: #555;
    padding: 13px 20px 13px 0px;
    font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
    /*new css rule*/
    .product-details-page .full-description p {
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }


    .product-details-page .full-description ul, .product-details-page .full-description ol {
        margin-left: 25px;
    }

.product-details-page .back-in-stock-subscription {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-details-page .back-in-stock-subscription a.subscribe-button:hover {
        text-decoration: none;
    }

.product-details-page .email-a-friend {
    margin: 10px 5px 10px 0px;
    float: left;
}

.product-details-page .compare-products {
    margin: 10px 0 10px 0px;
    float: left;
}

.product-details-page .product-share-button {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-details-page .product-reviews-overview {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-details-page .product-reviews-overview .product-review-box {
        margin-right: 5px;
    }

.rating {
    height: 16px;
    width: 80px;
    background: url(images/star-x-inactive.png) 0 0 repeat-x;
}

    .rating div {
        float: left;
        height: 16px;
        background: url(images/star-x-active.png) 0 0 repeat-x;
    }

.product-details-page .product-reviews-overview .product-review-links .separator {
    margin: 0 2px;
}

.product-details-page .product-reviews-overview .product-review-links {
    margin: 0;
}

.product-details-page .product-reviews-overview .product-no-reviews a {
    text-decoration: underline;
}

.product-details-page .product-variant-list { /*float: left;clear: none;*/
    clear: both;
    padding: 10px 0;
    border: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .product-details-page .product-variant-list .product-variant-line {
        border: 1px solid #EEEEEE;
        padding: 20px;
        margin: 10px 0;
        zoom: 1;
    }

        .product-details-page .product-variant-list .product-variant-line:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

.add-to-cart-button {
    padding: 5px 10px;
    cursor: pointer;
    background: #7DB72F;
    background: -webkit-gradient(linear,left top,left bottom,from(#7DB72F),to(#4E7D0E));
    background: -moz-linear-gradient(top,#7DB72F,#4E7D0E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DB72F',endColorstr='#4E7D0E');
    color: #fff;
    text-shadow: none;
    border-color: #999;
    border: 0 none;
    font-weight: 700;
    font-size: 1.3em;
    margin-top: -5px;
    margin-left: 35px;
}

.product-details-page .product-variant-list .add-to-cart-button {
    margin-top: 15px;
    margin-left: 0;
    display: block;
}

.product-details-page .no-associated-products {
    font-weight: bold;
}

.add-to-cart-button:hover {
    color: #fff;
}

.add-to-wishlist-button {
    display: block;
    margin-top: 10px;
}

.product-details-page .variant-picture {
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.product-details-page .variant-overview {
    float: left;
    width: 100%;
}

.product-details-page .variant-name {
    color: #5C5B5B;
    font-size: 1.3em;
    margin-bottom: .3em;
}

.product-details-page .variant-description {
    clear: both;
    color: #555;
    margin-bottom: .3em;
}

.product-details-page .download-sample {
    clear: both;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product-details-page .download-sample .download-sample-button {
        -x-system-font: none !important;
        background: #F1F1F1 url(images/download-sample-bg.gif) repeat-x scroll 0 100%;
        border: 1px solid #B5B5B5;
        color: #444;
        cursor: pointer;
        font-family: arial,sans-serif !important;
        font-size: 11px !important;
        font-size-adjust: none !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        overflow: visible;
        padding: 1px 5px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: auto;
    }

        .product-details-page .download-sample .download-sample-button a {
            text-decoration: none;
        }

            .product-details-page .download-sample .download-sample-button a:hover {
                color: #444;
            }

.product-details-page .product-variant-line .prices { /*float:left;*/
    padding-top: 10px;
    margin-right: 30px;
}


.product-details-page .product-essential .prices {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-details-page .prices .product-price {
    font-weight: bold;
}
    /*Prashant*/
    /*.product-details-page .prices .product-price span{color:#B80709;font-size:20px;}*/
    .product-details-page .prices .product-price span {
        color: #a70608;
        font-size: 22px;
        font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
    }

.product-details-page .prices .old-product-price {
    color: #5C5B5B;
}

    .product-details-page .prices .old-product-price span {
        text-decoration: line-through;
    }

.product-details-page .prices .rental-price {
}

.product-details-page .prices .tax-shipping-info {
    font-size: 11px;
}

    .product-details-page .prices .tax-shipping-info a {
        text-decoration: underline;
    }

.product-details-page .customer-entered-price {
    margin-bottom: 10px;
}

.product-details-page .add-to-cart {
    padding-top: 10px;
}

    .product-details-page .add-to-cart .enter-price-input {
        width: 60px;
    }

    .product-details-page .add-to-cart .qty-input {
        width: 40px;
        padding-left: 5px;
    }
    /*Prashsant new css rule for qty-label*/
    .product-details-page .add-to-cart .qty-label {
        color: black;
        font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
    }

.product-details-page .attributes {
    margin-bottom: 10px;
}

    .product-details-page .attributes dl dt {
        margin: 10px 0 0;
    }

    .product-details-page .attributes .text-prompt {
        font-weight: bold;
    }

    .product-details-page .attributes .attribute-description {
        font-size: 11px;
    }

    .product-details-page .attributes ul.option-list {
        padding: 0px;
        margin: 0px;
    }

        .product-details-page .attributes ul.option-list li {
            list-style: none;
        }

    .product-details-page .attributes .textbox {
        width: 300px;
    }

    .product-details-page .attributes textarea {
        width: 300px;
        height: 150px;
    }
    /* color squares attribute type */
    .product-details-page .attributes ul.color-squares li {
        display: inline;
    }

    .product-details-page .attributes ul.color-squares .color-container {
        position: relative;
        display: inline-block;
        border: solid 1px #999;
        padding: 1px;
        margin-bottom: 5px;
    }

    .product-details-page .attributes ul.color-squares .selected-value .color-container {
        border-color: #075899;
        border-width: 2px;
        padding: 0;
    }

    .product-details-page .attributes ul.color-squares .color {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .product-details-page .attributes ul.color-squares label {
        cursor: pointer;
        position: relative;
    }

    .product-details-page .attributes ul.color-squares input {
        height: 0;
        overflow: hidden;
        z-index: -10000;
        position: absolute;
        float: none;
    }

.product-details-page .rental-attributes .datepicker {
    width: 100px;
}

.product-details-page .giftcard {
}

    .product-details-page .giftcard dt {
        clear: left;
        float: left;
        width: 150px;
    }

    .product-details-page .giftcard label {
        display: inline-block;
        width: 150px;
        vertical-align: top;
    }

    .product-details-page .giftcard .recipient-name {
    }

    .product-details-page .giftcard .recipient-email {
    }

    .product-details-page .giftcard .sender-name {
    }

    .product-details-page .giftcard .sender-email {
    }

    .product-details-page .giftcard .message {
        width: 300px;
        height: 100px;
    }

.related-products-grid, .also-purchased-products-grid {
    margin-top: 10px;
}

    .related-products-grid .title, .also-purchased-products-grid .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }

    .related-products-grid .item-box, .also-purchased-products-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

.product-specs-box {
}
    /*prashant*/
    /*.product-specs-box .title{text-align:left;padding:5px;font-weight:700;clear:both;font-size:1.1em;color:#5C5B5B;}*/
    .product-specs-box .title {
        text-align: left;
        padding: 5px 5px 5px 0px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }
    /*Prashant*/
    /*.product-specs-box .data-table{margin:5px;}*/
    .product-specs-box .data-table {
        margin-top: 5px;
    }

.product-tags-box {
    color: #555;
    zoom: 1;
}

    .product-tags-box:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .product-tags-box .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }

    .product-tags-box .product-tags-list {
    }

        .product-tags-box .product-tags-list a {
            text-decoration: underline;
        }

        .product-tags-box .product-tags-list li {
            float: left;
            padding-left: 5px;
            list-style: none;
        }

.tier-prices {
    text-align: center;
    margin-bottom: 10px;
}

    .tier-prices .prices-header {
        background: #3a3a3a;
        color: #FFF;
        padding: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        background: #f3f3f3;
    }

    .tier-prices .prices-list td {
        border-bottom: solid 3px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list .field-header {
        font-weight: 700;
        text-align: center;
    }

    .tier-prices .prices-list .item-quantity {
    }

    .tier-prices .prices-list .item-price {
        color: #B80709;
    }

/* PRODUCT REVIEWS PAGE */
.product-reviews-page {
}

    .product-reviews-page .page-title {
    }

        .product-reviews-page .page-title a {
            text-decoration: none;
        }

    .product-reviews-page .result {
    }

    .product-reviews-page .write-review {
        margin-top: 10px;
        padding: 15px;
        border: 1px solid #eee;
    }

        .product-reviews-page .write-review .title {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
        }

        .product-reviews-page .write-review .inputs {
            margin-bottom: 12px;
            clear: both;
        }

        .product-reviews-page .write-review .captcha-box {
            margin-bottom: 12px;
        }

        .product-reviews-page .write-review .inputs label {
            display: block;
        }

        .product-reviews-page .write-review .review-title {
            width: 350px;
        }

        .product-reviews-page .write-review .review-text {
            width: 350px;
            height: 150px;
        }

        .product-reviews-page .write-review .review-rating {
            margin-bottom: 12px;
            clear: both;
        }

            .product-reviews-page .write-review .review-rating label {
            }

            .product-reviews-page .write-review .review-rating ul {
                display: inline-block;
            }

            .product-reviews-page .write-review .review-rating li {
                display: inline-block;
                list-style: none;
            }

            .product-reviews-page .write-review .review-rating input {
                vertical-align: bottom;
            }

        .product-reviews-page .write-review .buttons {
            text-align: left;
        }

.product-review-list {
    margin: 10px 0px 10px 0;
}

    .product-review-list .title {
        padding: 10px 10px 10px 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
    }

    .product-review-list .product-review-item {
        border: solid 1px #d3d3d3;
        margin: 10px 0 0;
        padding: 10px 10px 20px;
        clear: both;
    }

        .product-review-list .product-review-item .review-item-head {
            clear: both;
        }

        .product-review-list .product-review-item .review-title {
            font-weight: 700;
            float: left;
            margin-bottom: 5px;
        }

        .product-review-list .product-review-item .rating {
            float: right;
            margin-right: 5px;
        }

        .product-review-list .product-review-item .review-text {
            float: left;
            margin-bottom: 5px;
            clear: both;
        }

        .product-review-list .product-review-item .review-info {
            float: left;
            margin-bottom: 5px;
            clear: both;
        }

            .product-review-list .product-review-item .review-info .separator {
                margin: 0 2px;
            }

.product-review-helpfulness {
    font-size: 11px;
    color: #333;
    clear: both;
}

    .product-review-helpfulness .vote {
        color: #B80709;
        font-weight: 700;
        text-decoration: none;
    }

        .product-review-helpfulness .vote:hover {
            cursor: pointer;
            text-decoration: none;
        }


/* PRIVATE MESSAGES */
.send-pm-box {
    background-color: #EEE;
    border: 1px solid #A0A0A0;
    color: #555;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .send-pm-box .pm-link-button {
        line-height: 14px;
        padding: 1px 6px 2px 18px;
        background: url(images/ico-pm.png) no-repeat;
    }

.private-message-send-page {
}

    .private-message-send-page .page-title {
    }

    .private-message-send-page .page-body {
    }

    .private-message-send-page .inputs {
    }

        .private-message-send-page .inputs label {
            line-height: 20px;
        }

    .private-message-send-page .toolbar {
        display: inline-block;
    }

    .private-message-send-page textarea {
        margin: 0 0 10px 150px;
        width: 500px;
    }

    .private-message-send-page .field-validation-error {
        display: block;
        line-height: 20px;
        margin-left: 150px;
        vertical-align: top;
    }

    .private-message-send-page .options {
        text-align: right;
    }

.private-message-view-page {
}

    .private-message-view-page .page-title {
    }

    .private-message-view-page .page-body {
        padding: 5px;
    }

    .private-message-view-page .view-message div {
        padding: 4px;
    }

    .private-message-view-page .view-message label {
        color: #555;
        display: inline-block;
        font-weight: 700;
        width: 100px;
    }

    .private-message-view-page .view-message a {
        color: #B80709;
        text-decoration: underline;
    }

.private-messages-page {
}

    .private-messages-page .page-title {
    }

    .private-messages-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
    }

.private-messages-box {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
}

    .private-messages-box .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.pm-read {
}

.pm-unread {
    font-weight: 700;
}


/* FORUM INPUTS */
.forum-topic-title-text, .pm-title-text {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-post-text, .bb-editor-text {
    width: 100%;
    height: 300px;
}

.private-message-subject-text {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-search-text {
    width: 500px;
    border: 1px solid #acacac;
    font-size: 14px;
}

.forum-search-box-text {
    border: 1px solid #acacac;
    font-size: 12px;
}

.bb-editor-text {
    border: #cec6b5 1px solid;
}

.edit-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-edit.gif) no-repeat left;
}

.delete-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat left;
}

.move-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-move-topic.gif) no-repeat left;
}

.reply-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url(images/ico-forum-post-add.gif) no-repeat left;
}

.watch-topic-link-button {
    padding-left: 18px;
    background: url(images/ico-forum-watch.gif) no-repeat left;
}

.edit-post-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-edit.gif) no-repeat left;
}

.delete-post-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat left;
}

.quote-post-link-button, .post-link {
    color: #555;
    float: right;
    padding: 1px 3px;
    border: solid 1px #ccc;
    line-height: 15px;
    font-size: 11px;
}

.post-link {
    padding: 1px 3px;
    margin-right: 5px;
    border: none;
}


/* FORUM MAIN AND COMMON */
.forums-main-page {
}

    .forums-main-page .forums-main-header {
        border-bottom: solid 1px #f3f3f3;
        height: 50px;
        margin-bottom: 10px;
    }

        .forums-main-page .forums-main-header .current-time {
            padding-top: 20px;
            font-size: .9em;
            color: #555;
            float: left;
        }

.forum-search-box {
    font-size: .9em;
    float: right;
    text-align: right;
    padding: 5px 0;
    margin-bottom: 5px;
}

.forums-table-section {
    background: url(images/forum-footer-bg.gif) repeat-x center bottom;
    margin-bottom: 30px;
}

.forums-table-section-title {
    font-size: 1.1em;
    margin-bottom: 5px;
}

    .forums-table-section-title a {
        font-weight: 700;
    }

    .forums-table-section-title .link-rss {
        background: url(images/ico-rss.gif) no-repeat;
        display: inline;
        float: right;
        width: 14px;
        height: 14px;
        margin: 0 0 0 10px;
        text-indent: -9999px;
    }

    .forums-table-section-title .view-all {
        float: right;
        font-weight: 400 !important;
        text-align: right;
    }

.forums-table-section table {
    border-collapse: collapse;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.forums-table-section td {
    padding: 3px 0;
}

.forums-table-section th {
    background: url(images/forum-header-bg.gif) repeat-x center;
    border-right: 1px solid #6A6A6A;
    color: #fff;
    font-weight: 700;
    height: 20px;
    vertical-align: middle;
}

    .forums-table-section th.forum-name {
        padding-left: 3px;
        text-align: left;
        width: 55%;
    }

    .forums-table-section th.topics {
        width: 10%;
    }

    .forums-table-section th.posts {
        width: 10%;
    }

    .forums-table-section th.last-post {
        width: 25%;
    }

.forums-table-section td.image div {
    background: url(images/ico-forum.gif) no-repeat 40% 40%;
    height: 36px;
    width: 36px;
}

    .forums-table-section td.image div.post {
        background: url(images/ico-forum-post.gif) no-repeat 40% 40%;
        height: 36px;
        width: 36px;
    }

    .forums-table-section td.image div.post-annoucement, .forums-table-section td div.post-sticky {
        background: url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
        height: 36px;
        width: 36px;
    }

.forums-table-section td {
    border-bottom: 1px solid #C5C5C5;
    padding-left: 3px;
    vertical-align: middle;
}

    .forums-table-section td.forum-name {
        text-align: left;
        width: 55%;
    }

        .forums-table-section td.forum-name .forum-title a {
            display: block;
            font-size: 1.1em;
            font-weight: 700;
            line-height: 18px;
            margin-bottom: 3px;
        }

        .forums-table-section td.forum-name .forum-description {
            color: #555555;
            font-size: 0.9em;
        }

    .forums-table-section td.last-post {
        color: #555555;
        font-size: 0.8em;
    }

.forums-table-section th.topic-name {
    padding-left: 3px;
    text-align: left;
    width: 55%;
}

.forums-table-section th.replies {
    width: 10%;
}

.forums-table-section th.views {
    width: 10%;
}

.forums-table-section td.topic-name {
    text-align: left;
    width: 55%;
}

    .forums-table-section td.topic-name .topic-type {
        font-size: 0.9em;
        line-height: 18px;
    }

    .forums-table-section td.topic-name .topic-title {
        font-size: 1.1em;
        font-weight: 700;
        line-height: 18px;
    }

    .forums-table-section td.topic-name .topic-starter, .forums-table-section td.topic-name .topic-pager {
        color: #555555;
        font-size: 0.9em;
        margin: 1px 0;
    }


/* FORUM PAGE */
.forum-page {
    clear: both;
}

    .forum-page .forum-header {
    }

    .forum-page .forum-top {
        zoom: 1;
    }

        .forum-page .forum-top:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .forum-page .forum-top .forum-info {
            float: left;
        }

            .forum-page .forum-top .forum-info .forum-name {
                font-weight: 700;
                font-size: 1.2em;
                line-height: 25px;
            }

            .forum-page .forum-top .forum-info .forum-description {
                color: #555;
            }

        .forum-page .forum-top .link-rss {
            float: left;
            margin: 10px 10px 10px 0;
            background-image: url(images/ico-rss.gif);
            background-repeat: no-repeat;
            display: block;
            height: 14px;
            width: 14px;
            text-indent: -9999px;
        }

        .forum-page .forum-top .actions {
            float: right;
            text-align: right;
            margin-top: 10px;
        }

            .forum-page .forum-top .actions .newtopic {
                background: url(images/ico-forum-post-add.gif) no-repeat left;
                padding: 0 10px 3px 20px;
            }

            .forum-page .forum-top .actions .watch-forum {
                background: url(images/ico-forum-watch.gif) no-repeat left;
                padding-left: 20px;
            }

    .forum-page .pager ul {
        float: left;
        margin: 5px 0;
    }

.active-discussions-page {
    clear: both;
}

.forum-group-page {
    clear: both;
}

.forum-breadcrumb {
    clear: both;
}


/* FORUM TOPIC EDIT, FORUM POST EDIT */
.forum-edit-page {
    background: url(images/forum-footer-bg.gif) repeat-x center bottom;
}

    .forum-edit-page .page-title {
        background: url(images/forum-header-bg.gif) repeat-x center;
        border: 1px solid #6A6A6A;
        color: #FFF;
        font-weight: 700;
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }

        .forum-edit-page .page-title h1 {
            font-size: 12px;
            font-weight: bold;
            margin: 0;
            padding: 0;
        }

    .forum-edit-page .page-body {
        padding: 5px;
    }

    .forum-edit-page .inputs {
        padding: 5px 0;
    }

        .forum-edit-page .inputs label {
            color: #555555;
            display: inline-block;
            font-weight: 700;
            width: 150px;
        }

        .forum-edit-page .inputs .toolbar {
            display: block;
            margin-left: 150px;
        }

        .forum-edit-page .inputs textarea {
            margin-left: 150px;
            width: 700px;
        }

    .forum-edit-page .field-validation-error {
        display: block;
        margin-left: 150px;
    }

    .forum-edit-page .buttons {
        margin: 5px;
        text-align: right;
    }


/* MOVE FORUM TOPIC */
.move-topic-page {
    background: url(images/forum-footer-bg.gif) repeat-x center bottom;
}

    .move-topic-page .page-title {
        background: url(images/forum-header-bg.gif) repeat-x center;
        border: 1px solid #6A6A6A;
        color: #FFF;
        font-weight: 700;
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }

        .move-topic-page .page-title h1 {
            font-size: 12px;
            font-weight: bold;
            margin: 0;
            padding: 0;
        }

    .move-topic-page .page-body {
        padding: 5px;
    }

    .move-topic-page .inputs {
        margin-bottom: 10px;
        padding: 4px;
    }

        .move-topic-page .inputs label {
            color: #555;
            font-weight: 700;
            white-space: nowrap;
            width: 30%;
        }


/* FORUM TOPIC */
.forum-topic-page {
    background: url(images/forum-footer-bg.gif) repeat-x bottom;
    clear: both;
}

    .forum-topic-page .title {
        background: url(images/forum-header-bg.gif) repeat-x 50%;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

        .forum-topic-page .title .topic-name {
            float: left;
            font-size: 12px;
        }

    .forum-topic-page .posts {
    }

.topic-header {
    padding: 5px;
    background: #F3F3F3;
    border-bottom: solid 1px #6a6a6a;
    height: 16px;
}

    .topic-header .topic-options, .topic-footer .topic-options {
        float: right;
        text-align: right;
    }

        .topic-header .topic-options a, .topic-footer .topic-options a {
            font-weight: 700;
        }

.topic-footer {
    padding: 5px;
    background: #F3F3F3;
    border-top: solid 1px #6a6a6a;
    height: 16px;
}

    .topic-header .pager ul, .topic-footer .pager ul {
        float: left;
        margin-top: -2px;
    }

.forum-topic-page .forum-post {
    border-bottom: solid 1px #E3E3E3;
    zoom: 1;
}

    .forum-topic-page .forum-post:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.forum-topic-page .post-info {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

    .forum-topic-page .post-info .manage {
        line-height: 20px;
    }

        .forum-topic-page .post-info .manage a {
            font-weight: 700;
            color: #555;
        }

    .forum-topic-page .post-info .user-info {
        padding-top: 5px;
    }

        .forum-topic-page .post-info .user-info a.username {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .forum-topic-page .post-info .user-info span.username {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .forum-topic-page .post-info .user-info .avatar {
            margin: 5px 0;
        }

            .forum-topic-page .post-info .user-info .avatar .avatar-img {
                border: solid 2px #CEDBE1 !important;
            }

        .forum-topic-page .post-info .user-info .user-stats {
            color: #555555;
            font-size: 0.9em;
            font-weight: 700;
            margin-bottom: 5px;
            text-align: left;
        }

            .forum-topic-page .post-info .user-info .user-stats li {
                list-style: none outside none;
            }

            .forum-topic-page .post-info .user-info .user-stats span {
                font-weight: 400;
            }

.forum-topic-page .post-content {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

    .forum-topic-page .post-content .posttime {
        font-weight: 700;
        line-height: 20px;
        padding: 3px;
        background: #e3f3f3;
    }

        .forum-topic-page .post-content .posttime .stat-value {
            font-weight: 400;
        }

    .forum-topic-page .post-content .post-body {
        padding: 3px;
    }

        .forum-topic-page .post-content .post-body a {
            color: #B80709;
            text-decoration: underline;
        }

        .forum-topic-page .post-content .post-body .posttext {
        }

            .forum-topic-page .post-content .post-body .posttext .quote {
                padding: 5px;
                border: dashed 1px #000;
                background-color: #fff;
            }

    .forum-topic-page .post-content .signature {
        border-color: #DDD;
        border-style: solid;
        border-width: 1px 0 0;
        font-size: 90%;
        margin: 1em 8px 8px;
        padding: 1em 0 20px;
        text-align: left;
        font-style: italic;
    }


/* FORUM SEARCH */
.forum-search-page {
}

    .forum-search-page .forum-search-panel .search-error {
        color: red;
    }

    .forum-search-page .forum-search-panel .search-results {
    }

    .forum-search-page .basic-search {
        margin-bottom: 10px;
    }

    .forum-search-page .advanced-search {
        border-top: 1px solid #D3D3D3;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .forum-search-page .inputs {
        padding: 4px;
    }

        .forum-search-page .inputs label {
            display: inline-block;
            width: 140px;
        }

    .forum-search-page .pager ul {
        float: left;
        margin: 5px 0;
    }


/* PROFILE PAGE */
.profile-page {
}

    .profile-page .page-title {
        background: url(images/forum-header-bg.gif) repeat-x 50%;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

        .profile-page .page-title h1 {
            font-weight: bold;
            font-size: 12px;
            padding: 0px;
        }

    .profile-page .page-body {
        margin-top: 15px;
    }

    .profile-page .profile-info-box {
        background: url(images/forum-footer-bg.gif) repeat-x bottom;
    }

    .profile-page .profile-info-box, .profile-page .user-last-posts {
        font-size: 12px;
    }

        .profile-page .profile-info-box .title {
        }

        .profile-page .profile-info-box .profile-stats {
            border-left: 1px solid #F3F3F3;
            margin-left: 200px;
            padding: 10px;
        }

            .profile-page .profile-info-box .profile-stats .title {
                margin-bottom: 10px;
                text-transform: uppercase;
            }

            .profile-page .profile-info-box .profile-stats li {
                list-style: none outside none;
                padding: 2px;
            }

            .profile-page .profile-info-box .profile-stats label {
                font-weight: 700;
            }

        .profile-page .profile-info-box .user-details {
            width: 180px;
            float: left;
            padding: 10px;
            height: 100%;
            border-right: solid 1px #F3F3F3;
            text-align: center;
        }

            .profile-page .profile-info-box .user-details .avatar {
                margin-bottom: 5px;
            }

                .profile-page .profile-info-box .user-details .avatar .avatar-img {
                    border: solid 2px #CEDBE1 !important;
                }

        .profile-page .profile-info-box .user-stats {
            margin-bottom: 5px;
        }

            .profile-page .profile-info-box .user-stats li {
                font-weight: 700;
                list-style: none;
                padding: 2px;
            }

            .profile-page .profile-info-box .user-stats label {
                font-weight: 700;
            }

            .profile-page .profile-info-box .user-stats span {
                color: #555;
                font-weight: 400;
            }

    .profile-page .user-last-posts {
    }

        .profile-page .user-last-posts .topic {
            border: solid 1px #F3F3F3;
            margin-bottom: 10px;
        }

        .profile-page .user-last-posts .topic-title {
            font-weight: 700;
            line-height: 20px;
            background: #e3f3f3;
            padding: 3px;
        }

        .profile-page .user-last-posts .topic-body {
            padding: 10px;
        }

            .profile-page .user-last-posts .topic-body a {
                color: #B80709;
                text-decoration: underline;
            }

            .profile-page .user-last-posts .topic-body .quote {
                padding: 5px;
                border: dashed 1px #000;
                background-color: #fff;
            }

        .profile-page .user-last-posts .topic-data {
            background: #f3f3f3;
            padding: 3px;
            color: #555;
            font-size: .9em;
        }


/* BB CODE EDITOR */
.toolbar {
    padding: 2px;
    display: inline;
}

    .toolbar .button {
        background: url(images/bbeditor-button-bg.gif) repeat-x;
        padding: 2px;
        margin-right: 2px;
        border: #cec6b5 1px solid;
    }

        .toolbar .button:hover {
            border: #333 1px solid;
        }


/* BBCODES */
pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode, .csharpcode pre {
    font-size: small;
    color: #000;
    font-family: Consolas,"Courier New",Courier,Monospace;
    background-color: #fff;
}

    .csharpcode pre {
        margin: 0;
    }

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #0000c0;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        background-color: #f4f4f4;
        width: 100%;
        margin: 0;
    }

    .csharpcode .lnum {
        color: #606060;
    }

/*********   Header ********/

.header-inner .store-title {
    xfont: normal 26px Segoe Ui;
    font-size: 26px;
    font-family: Segoe UI,arial,verdana,helvetica,sans-serif;
    color: white;
    position: absolute;
    top: 132px;
    left: 250px;
    font-weight: lighter;
}

    .header-inner .store-title .school-name {
        max-width: 530px;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        cursor: default;
       margin-left:25px;
    }

    .header-inner .store-title .user-role {
        display: inline-block;
        position: relative;
        top: -10px;
    }

.header .ico-register:hover, .header .ico-login:hover, .header .ico-logout:hover, .header-links a.account:hover {
    color: #000000;
}


.listseprator {
    font-size: 20px;
    color: white;
}

.loginseprator {
    font-size: 16px;
    color: black;
    line-height: 16px;
}

#MyAccountWrapper, #MyStoreWrapper {
    position: relative;
}

    #MyAccountWrapper a.ico-cart, #MyAccountWrapper a.ico-cart:hover {
        text-decoration: none;
    }

#MyAccountLinks {
    position: absolute;
    height: auto;
    xwidth: 145px;
    background: #FFFFFF;
    top: 45px;
    xleft: 47px;
    right: 0%;
    border-radius: 7px;
    display: none;
    border: 1px solid #757575;
    z-index: 1000;
}

#MyStoreLinks {
    position: absolute;
    height: auto;
    xwidth: 145px;
    background: #FFFFFF;
    top: 45px;
    xleft: 39px;
    right: 0%;
    border-radius: 7px;
    display: none;
    border: 1px solid #757575;
    z-index: 1000;
}

/********  Login ******/
.header-links-global {
    position: relative;
}

#LoginContent {
    position: absolute;
    width: 300px;
    background: #FFFFFF;
    top: 28px;
    /*left: -105px;*/
    left: -198px;
    border-radius: 7px;
    display: none;
    border: 1px solid #757575;
}

.loginpopup-page {
    padding: 10px 19px 10px 10px;
}

.forgot-password a {
    float: none;
    color: #349dff;
}

.loginpopup-page .message-error ul li {
    padding: 5px 0px;
    text-align: left; /*Prashant*/
}

.loginpopup-page .title {
    margin-bottom: 5px;
    font-family: 'Segoe UI Semibold',arial,verdana,helvetica,sans-serif;
    font-size: 16px;
}

.loginpopup-page .inputs {
    margin: 6px 0px;
    clear: both;
}

    .loginpopup-page .inputs label {
        font-size: 14px;
        margin-right: 10px;
    }

    .loginpopup-page .inputs input {
        font-size: 14px;
        width: 175px;
        border: 1px solid #bababa;
        height: 18px;
        padding: 5px;
    }

.loginpopup-page .login-button {
    background-color: #ff8c00;
    color: #FFFFFF;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
}

/***** Login End*****/
.header-links-global .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    position: absolute;
    top: -7px;
    /*left: 48%;*/
    left: 78%; /*resolving bug*/
}

.header-links-specific .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    position: absolute;
    top: -7px;
    right: 9px;
}

.header-links .header-links-specific a.droplink {
    color: black;
    border-bottom: 1px solid #e1e1e1;
    height: 19px;
    padding: 5px 15px;
    position: static;
    margin: 0;
    float: none;
    display: block;
    text-align: left;
    white-space: nowrap;
}

    .header-links .header-links-specific a.droplink:last-child {
        border-bottom: none;
    }

    .header-links .header-links-specific a.droplink:hover {
        background-color: #22a3fd;
        color: white;
    }

    .header-links .header-links-specific a.droplink.noborder {
        border: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .header-links .header-links-specific a.droplink.first {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

#MyAccountLinks .droplink a, #MyStoreLinks .droplink a {
    color: black;
    padding: 0;
    margin: 0;
}


/******** Footer *****/
.footer-menu-wrapper .information {
    text-align: left;
    border-top: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    padding: 15px 10px;
    margin-bottom: 10px;
}

    .footer-menu-wrapper .information ul {
        list-style-type: none;
        list-style-position: inside;
    }

        .footer-menu-wrapper .information ul li {
            float: left;
            color: #D2D3D3;
            font-size: 14px;
        }

            .footer-menu-wrapper .information ul li.seprator1 {
                padding: 0px 60px 0px 90px;
            }

            .footer-menu-wrapper .information ul li.seprator2 {
                padding: 0px 106px;
            }

            .footer-menu-wrapper .information ul li.seprator.logo {
                padding: 1px 90px;
            }

                .footer-menu-wrapper .information ul li.seprator.logo .footer-logo {
                    position: absolute;
                    left: 44%;
                    top: 0;
                }

.footer-menu-wrapper .footer-logo {
    margin-bottom: 5px;
}


/******* Home Page *******/


.master-wrapper-main-home .center-1 {
    width: 930px;
    background: #FFF;
    margin: auto;
    padding-bottom:20px;
}

.firstblock {
    text-align: center;
    padding-bottom: 20px;
}

.HomeHeading {
    font-size: 30px;
    color: #7043a2;
    margin-top: 35px;
}

.HomeSubHeading {
    font-family: 'Segoe UI',arial,verdana,helvetica,sans-serif;
    color: #222222;
    padding: 20px 0px 0px 0px;
    font-size: 15px;
}
/*	Rijo	*/
.ConsumerProfilePic, .ProfilePic, .UserDetailProfilePic{ float: right;
     width: 170px;padding-right:57px;text-align:center;margin-bottom:20px;}
.ConsumerProfilePic img, .ProfilePic img{border:1px solid #b3b3b3; height:120px;width:150px;}
.UneditableUserDetailProfilePic{padding-right:15px!important;}


.school-logo,.teacher-logo,.student-logo {
    width: 200px;
    float: left;
    /*top: 40px;*/
     top: 20px;
    position: absolute;
    /*left: 51px;*/
    left: 42px;
    padding: 0 2px;
    height: 160px;
    /*background: url('images/NYCE/school_banner.png') no-repeat;*/
    /*background: url('https://nyceprod.blob.core.windows.net/production/quiz/images/l34wp_2.jpg') no-repeat;*/
}

.school-logo img, .teacher-logo img, .corporate img, .student-logo img{
    /*width: 170px;*/
    float: left;
    top: 40px;
    position: absolute;
    left: 55px;
    padding: 0 2px;
    border: none;
    height: 120px;
    width:150px;
}

/*.school-logo {
    width: 200px;
    float: left;
    top: 41px;
    position: absolute;
    left: 51px;
    padding: 0 2px;
    height: 180px;
    background: url('images/NYCE/school_banner.png') no-repeat;
}

    .school-logo.corporate {
        background: url('images/NYCE/corporate_banner.png') no-repeat;
    }

.teacher-logo {
   width: 200px;
    float: left;
    top: 49px;
    position: absolute;
    left: 51px;
    padding: 0 2px;
    height: 175px;
    background: url('images/NYCE/teacher_banner.png') no-repeat;
}
*/
/*	Rijo	*/
/*
.teacher-logo {
   width: 200px;
    float: left;
     top: 20px;
    position: absolute;
     left: 25px;
    padding: 0 2px;
    height: 175px;
}

.teacher-logo.corporate {
        background: url('images/NYCE/manager_banner.png') no-repeat;
    }

.student-logo {
   width: 200px;
    float: left;
    top: 43px;
    position: absolute;
    left: 51px;
    padding: 0 2px;
    height: 180px;
    background: url('images/NYCE/student_banner.png') no-repeat;
}
*/

/*	Rijo	*/
/*
.student-logo {
   width: 200px;
    float: left;
     top: 20px;
    position: absolute;
     left: 25px;
    padding: 0 2px;
    height: 180px;
}
.student-logo.corporate {
        background: url('images/NYCE/staff_banner.png') no-repeat;
    }
*/
.circles {
    color: #4d4d4d;
    margin-top: 28px;
}

    .circles .procuct {
        float: left;
        width: 230px;
        margin-bottom: 20px;
        margin-left: 33px;
    }

    .circles .procuct .title {
            color: #E2526B;
        }

        .circles .procuct .circle {
            background: url("images/NYCE/img_school.png") no-repeat;
            cursor: pointer;
        }

        .circles .procuct .circle.corporate {
            background: url("images/NYCE/img_corporate.png") no-repeat;
            cursor: pointer;
        }

    .circles .license {
        margin-bottom: 20px;
        float: left;
        width: 230px;
        margin-left: 84px;
    }

    .circles .license .title {
            color: #F37A52;
        }

        .circles .license .circle {
            background: url("images/NYCE/img_teacher.png") no-repeat;
             cursor: pointer;
        }

        .circles .license .circle.corporate {
            background: url("images/NYCE/img_manager.png") no-repeat;
             cursor: pointer;
        }

    .circles .learning {
        float: left;
        width: 230px;
        margin-left: 84px;
        margin-bottom: 20px;
    }

    .circles .learning .title {
            color: #8075AC;
        }

        .circles .learning .circle {
            background: url("images/NYCE/img_student.png") no-repeat;
            cursor: pointer;
        }

        .circles .learning .circle.corporate {
            background: url("images/NYCE/img_staff.png") no-repeat;
            cursor: pointer;
        }


    .circles .title {
        font: normal 14px Segoe UI;
        margin: 10px 0px;
        text-align: center;
        font-weight: bold;
    }


    .circles .desc {
        margin-top: 20px;
        font-size: 13px;
    }

.circle {
    height: 230px;
}


.secondblock {
    height: 110px;
    background-color: #f0f0f0;
    clear: both;
    text-align: center;
    color: #000000;
}

    .secondblock a, .secondblock a:hover, .secondblock a:visited {
        color: white;
        text-decoration: none;
    }

    .secondblock .title {
        padding: 20px 0px;
    }

.home-content {
    margin-top: 20px;
    margin-bottom: 50px;
}

    .home-content ul {
        list-style-position: inside;
        padding: 10px 20px;
    }

/*********** Fliter *************/
.filter-header {
    background-color: #fdd922;
    color: #343434;
    font: normal 18px 'Segoe UI SemiBold',arial,verdana,helvetica,sans-serif;
    height: 22px;
    padding: 10px 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.filter-container {
    background-color: #F0F0F0;
    min-height: 40px;
    padding: 10px 15px;
}

.filter-cataegory, .filter-language {
    color: #343434;
    font-size: 14px;
}

    .filter-cataegory ul, .filter-language ul {
        list-style-position: inside;
        list-style-type: none;
    }

        .filter-cataegory ul.sublist {
            padding-left: 20px;
        }

        .filter-cataegory ul li a, .filter-cataegory ul li a:hover, .filter-cataegory ul li a:visited {
            text-decoration: none;
            color: #343434;
            position: relative;
        }

            .filter-cataegory ul li a.checked, .filter-language ul li a.checked {
                padding-left: 18px;
                font-weight: bold;
            }

            .filter-cataegory ul li a.unchecked, .filter-language ul li a.unchecked {
                padding-left: 18px;
                font-weight: normal;
            }

            .filter-cataegory ul li a.checked span.icon, .filter-language ul li a.checked span.icon {
                background: url("images/NYCE/full.png") -30px 3px no-repeat;
                width: 14px;
                position: absolute;
                height: 16px;
                left: 0px;
            }

            .filter-cataegory ul li a.unchecked span.icon, .filter-language ul li a.unchecked span.icon {
                background: url("images/NYCE/full.png") -17px 3px no-repeat;
                width: 13px;
                position: absolute;
                height: 16px;
                left: 0px;
            }

        .filter-cataegory ul li div.slideup {
            padding-left: 15px;
            font-weight: normal;
            position: relative;
        }

        .filter-cataegory ul li div.slidedown {
            padding-left: 15px;
            font-weight: bold;
            position: relative;
        }

            .filter-cataegory ul li div.slidedown span.icon {
                background: url("images/NYCE/full.png") -6px 0px no-repeat;
                width: 11px;
                position: absolute;
                height: 16px;
                left: 0px;
            }

        .filter-cataegory ul li div.slideup span.icon {
            background: url("images/NYCE/full.png") 0px 2px no-repeat;
            width: 7px;
            position: absolute;
            height: 16px;
            left: 0px;
        }

        .filter-cataegory ul li.slidedown .sublist {
            display: block;
        }

.categorytitle {
    cursor: pointer;
}

.filter-cataegory ul li.slideup .sublist {
    display: none;
}


.filter-language {
    margin-top: 10px;
}

    .filter-language ul li a, .filter-language ul li a:hover, .filter-language ul li a:visited {
        text-decoration: none;
        color: #343434;
        position: relative;
    }

    .filter-language .title {
        border-bottom: 1px solid black;
        padding: 5px 0px;
        font-family: 'Segoe UI SemiBold',arial,verdana,helvetica,sans-serif;
    }

/*********** Forms And Buttons ******/

.submit-button, .ajax-button {
    background-color: #ff8c00;
    color: #FFFFFF;
    border: none;
    padding: 6px 25px;
    font-size: 14px;
    font-family: Segoe UI SemiBold,arial,verdana,helvetica,sans-serif;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-appearance:none;
}

a.submit-button:hover {
    color: #FFFFFF;
}

a.submit-button {
    vertical-align: middle;
}

.submit-button-disabled, .ajax-button-disabled {
    background-color: gray;
    color: #FFFFFF;
    border: none;
    padding: 6px 25px;
    font-size: 14px;
    font-family: Segoe UI SemiBold,arial,verdana,helvetica,sans-serif;
    cursor: default;
    text-transform: capitalize;
    -webkit-appearance:none;
}

.inner-page .inputs input[type="text"], .inner-page .inputs input[type="password"], .inner-page .inputs input[type="text"], .registration-page .inputs input[type="password"], .customer-info-page .inputs input[type="text"], .customer-info-page .inputs input[type="password"], .change-password-page .inputs input[type="text"], .change-password-page .inputs input[type="password"] {
    font-size: 14px;
    border: 1px solid #bababa;
    height: 15px;
    padding: 5px;
    width: 350px;
}

.textbox-disabled {
    font-size: 14px;
    border: 1px solid #bababa;
    height: 15px;
    padding: 5px;
    width: 350px;
    color: lightgray;
}

.customer-info-page .inputs select, .registration-page .inputs select, .inner-page .inputs select {
    font-size: 14px;
    border: 1px solid #bababa;
    height: 27px;
    padding: 0px 5px;
    max-width: 362px;
    text-overflow: ellipsis;
}


.customer-info-page .inputs select, .registration-page .inputs select, .inner-page .inputs select option {
        max-width: 362px;
        word-wrap: break-word;
}

    .customer-info-page .inputs select[name="DateOfBirthDay"], .registration-page .inputs select[name="DateOfBirthDay"], .inner-page .inputs select[name="DateOfBirthDay"] {
        width: 100px;
    }

    .customer-info-page .inputs select[name="DateOfBirthMonth"], .registration-page .inputs select[name="DateOfBirthMonth"], .inner-page .inputs select[name="DateOfBirthMonth"] {
        width: 150px;
        margin: 0px 6px;
    }

    .customer-info-page .inputs select[name="DateOfBirthYear"], .registration-page .inputs select[name="DateOfBirthYear"], .inner-page .inputs select[name="DateOfBirthYear"] {
        width: 100px;
    }

    .customer-info-page .inputs select[name="CountryId"], .registration-page .inputs select[name="CountryId"], .inner-page .inputs select[name="CountryId"] {
        width: 362px;
    }

.change-password-page .buttons, .registration-page .buttons, .checkout-page .buttons, .inner-page .buttons {
    text-align: right;
}


#checkout-step-confirm-order .submit-button {
    background: #ff8c00 url('images/NYCE/icon_checkout.png') 20px 7px no-repeat;
    padding: 7px 28px 9px 55px;
}

.total-sum {
    font-size: 20px;
}

    .total-sum td {
        padding-top: 25px;
    }
/**** Shopping cart*****/

.order-summary-content .cart .cart-header-row th.product, .wishlist-content .cart .cart-header-row th.product {
    text-align: left;
}
/******* Taxes Page******/

.taxes .fieldset, .change-password-page .fieldset {
    padding: 20px 10px;
    margin-bottom: 15px;
    border: none;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0px;
}

    .taxes .fieldset input {
        font-size: 14px;
        border: 1px solid #bababa;
        height: 15px;
        padding: 5px;
        width: 350px;
    }

        .taxes .fieldset input.taxrate {
            width: 150px;
        }

.taxes .buttons {
    text-align: right;
}

    .taxes .buttons .submit-button {
        padding: 6px 45px;
    }

.margin-left-5 {
    margin-left: 5px;
}
/*Prashant*/

/*Prashant*/

.ClassAction {
    position: relative;
    font-family: segoe ui semibold,arial,verdana,helvetica,sans-serif;
    font-size: 14px;
}

    .ClassAction .arrow-up {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ff8c00;
        position: absolute;
        top: -7px;
        left: 51%;
    }

    .ClassAction a.droplink {
        color: black;
        border-bottom: 1px solid #e1e1e1;
        xheight: 19px;/*Amar For ActionLinkIssue*/
        height: auto;/*Amar For ActionLinkIssue*/
        padding: 5px 15px;
        position: static;
        margin: 0;
        float: none;
        display: block;
        text-align: left;
    }

        .ClassAction a.droplink:hover {
            background-color: #22a3fd;
            color: white;
            text-decoration: none;
        }

        .ClassAction a.droplink.noborder {
            border: none;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .ClassAction a.droplink.first {
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }

    .ClassAction .LinksWrapper {
        position: relative;
    }

.ClassActionLinks {
    position: absolute;
    height: auto;
    width: 145px;
    background: #FFFFFF;
    top: 7px;
    left: -22px;
    border-radius: 7px;
    display: none;
    border: 1px solid #ff8c00;
    z-index: 1000;
}

#teacher-list .ClassActionLinks {
    width: 177px;
    left: -35px;
}

.absoluteButton {
    position: absolute;
    right: 3%;
    top: 0%;
}

.submit-button-small, .ajax-button-small {
    background-color: #ff8c00;
    color: #FFFFFF;
    border: none;
    padding: 2px 0px;
    font-size: 14px;
    font-family: Segoe UI SemiBold,arial,verdana,helvetica,sans-serif;
    cursor: pointer;
    text-transform: capitalize;
    min-width: 80px;
}

.ajax-button-small-disabled {
    background-color: #F9D7AF;
    color: #FFFFFF;
    border: none;
    padding: 2px 0px;
    font-size: 14px;
    font-family: Segoe UI SemiBold,arial,verdana,helvetica,sans-serif;
    cursor: default;
    text-transform: capitalize;
    min-width: 80px;
}

/*****   Dashboard redirect ******/
.dashboardtype
{
    background: none;
    background-position: center;
    background-position-y: 0px;
}
.dashboardtypeinner {
    width: 930px;
    margin: auto;
}

.dashboardtype .corporate_icon {
            background: url("images/icon_coroporate.png") no-repeat;
    cursor: default;
    height: 96px;
    background-position: 50%;
        }

.dashboardtype .school_icon {
            background: url("images/icon_school.png") no-repeat;
        cursor: default;
        height: 96px;
        background-position: 50%;
        }

.dashboardtype .nycbusiness_icon {
            background: url("images/icon-nycb.png") no-repeat;
        cursor: default;
        height: 96px;
        background-position: 50%;
        }

.dashboardText {
    font-family: Segoe UI,arial,verdana,helvetica,sans-serif;
    font-size: 24px;
    color: #525252;
    margin-top: 6%;
    margin-bottom: 6%;
    cursor: default;
}

.dashboardSelect {
    width: 45%;
    text-align: center;
    padding-top: 50px;
}


/*Responsive-Anil */
#logname {
    margin-top: 0px;
}

.seprator.logo.mobile {
    display:none;
}

.ClassActionLinks {
	left: -63px !important;
	width:200px !important;
} 
@media only screen and (min-width:768px) and (max-width:1023px) 
{
    /*Rijo-Jan2*/
    /*#Special{width:50%;}*/
    /*varsha 21 oct 2016 (min-width:768px) and (max-width:1023px) START  */
        .fieldset .details span {
            width:75%!important;
        }
        .fieldset .details label {
            width: 20%!important;
        }

        .fieldset .inputs label {
            width:20%!important;
        }
        .field-validation-error {       
         display: block;
         margin-left: calc(20% + 15px);
        }

        .ui-accordion .ui-accordion-content span.lastlogin{
            left:35%!important;
        }
        
    /*varsha 21 oct 2016 END */
        

 /* Header and footer + homepage */
   
    .header {
        width: 100% !important;
    }
	.header-inner {
		width: 100% !important;
		padding: 0px 4.428%;
		box-sizing: border-box;
	}
    .footer {
        width: 100% !important;
    }

    .footer-inner {
        width: 100% !important;
    }
    
    /*.about {
        padding-left: 60px !important;
    }*/

    .footer-menu-wrapper .information
    {
        width: 100%; 
    }
    .footer-menu-wrapper .information ul
    {
        position: relative; float: left; display: block; left: 50%; 
    }

    .footer-menu-wrapper .information ul li
    {
        position: relative; float: left; display: block; right: 50%;
    }
    .footer-menu-wrapper .information ul li.seprator1 {
        padding: 0px 30px 0px 30px !important;
            }

            .footer-menu-wrapper .information ul li.seprator2 {
        padding: 0px 30px !important;
            }

            .footer-menu-wrapper .information ul li.seprator.logo {
        padding: 1px 112px !important;
       top: -35px;
            }

                .footer-menu-wrapper .information ul li.seprator.logo .footer-logo {
                    /*position: absolute!important;*/
            left: 27% !important;
            top: 0 !important;
                }

    
    .footer a {
        padding: 0px;
                    /*padding-left:0px!important;*/
                }

    .header-inner .store-title {
          font-weight: lighter !important;
          xfont-family: Segoe UI !important;
    font-family: Segoe UI,arial,verdana,helvetica,sans-serif !important;
          left: 275px;
    }
    .school-logo, .teacher-logo, .student-logo {
        left: 88px;
    }

/* Header and footer + homepage- End */

/*Header links */
    
    #LoginContent {
        top: 28px;
        left: -225px !important;
    }

    .header-links-global .arrow-up {
        left: 88% !important;
    }
     /*Header links end */      

.dashboardtype {
        padding-top: 150px !important;
        padding-bottom: 50px;
        }

    .dashboardSelect {
        padding-top: 0px !important;
    }
    .dashboardtypeinner{
                    width: 100% !important;
				  }

/******Varsha*****/               

/* Inner landing page - START */

    .master-wrapper-main-home .center-1 {
        width: 100%;
        padding:4.428%;
        box-sizing: border-box;
    }

    firstblock {
        text-align: center;
    }
    
    /*.circles .procuct, .license, .learning {
        width: 200px !important;
        margin-left: 40px !important;
    }*/
    .circles
    {
        width:100%;
        text-align:center;
    }
    .circles .procuct
    {
        float:left;
        width:200px!important;
        margin-left:2%!important;
    }

    .circles .license
    {
        display: inline-block;
    margin:0 auto;
    width:200px!important;
    margin-left:0px!important;
    float:none;
    }
    .circles .learning
    {
        float:right!important;
         width:200px!important;
         margin-left:0px!important;
         margin-right:2%;
    }
    
    .circle.corporate, .circle {
        height: 200px !important;
        width: 200px !important;
        background-size: 100% 100% !important;
    }

/* Inner landing page - END */

/*Password recovery page - START */

    .password-recovery-page {
        /*padding-left: 47px;
        padding-right: 47px;*/
    }


/*Password recovery page - END */

/* Login page - START */

    .page.login-page {
       
    }

/* Login page - END */

/* Change password page - START */
    .page.account-page.change-password-page {
        
    }

    .change-password-page .inputs input[type="password"] {
        min-width: 194px;
        width: 67%;
        max-width: 350px;
    }

/* Change password page - END */     



/* Student dashboard index page - START */

    #introSlider .carousel-control {
        top: 38% !important;
        margin: 0% 5% 0% 5% !important;
    }

    .carousel-inner {
        width: 100% !important;
        padding-left: 0px;
    }
    .masterreport1 .graph {
        width: 100% !important;
    }

    .overusage-student {
        width: 95%;
        font-size: 18px !important;
    }

    .carousel-indicators {
        right: 25px !important;
    }
   
     .breadcrumb
    {
        padding-left:0px!important;
    }
   
/* Student dashboard index page - END*/

/* Add Teacher / Student popup - START */
    #import_popup {
        width: 77% !important;        
        left: 12% !important;
        top: 15%!important;
    }
    /*.box-from-left {
        left: 10% !important;
    }

    .box-from-top {
        top: 15% !important;
    }*/

    #importLoadedContent .viewMain {
        width: 90% !important;
    }
    
    .ui-tabs .ui-tabs-nav {
       width: 94%!important;
    }
/* Add Teacher / Student popup - END */          

/* User details and edit user details - START */


/* Rijo -Jan3*/
    .inner-page .inputs input[type="text"] {
        max-width: 350px;
        min-width: 160px;
        width: 51%;
    }

    .inner-page .fieldset .inputs label {
        width:35%;
        max-width: 130px;
    }

    #view-license-button, #view-progress-button, #view-placement-test-progress-button, #edit-profile-button, #view-classes-button, #module-turnonoff-button, #bookmark_disable, #bookmark_enable,#langChange_disable, #langChange_enable {
        max-width: 200px;
        width: auto;
        padding-left: 1%;
        padding-right: 1%;
        margin-bottom: 10px;
    }
/* User details and edit user details - END */ 

    .ClassActionLinks {
		left: -69px !important;
		width:200px !important;
	} 
	.ClassAction .arrow-up {
		left: 54% !important;
	}	
}



@media only screen and (max-width:767px) 
{
    .loginpopup-page .message-error ul li {
        padding: 5px 14px;
    }


    .school-logo, .teacher-logo, .student-logo {
    width: 144px;
    float: left;
    /* top: 40px; */
    top: 8px;
    position: absolute;
    /* left: 51px; */
    left: 42px;
    padding: 0 2px;
    height: 133px;
    /* background: url(images/NYCE/school_banner.png) no-repeat; */
    /* background: url(https://nyceprod.blob.core.windows.net/production/quiz/images/l34wp_2.jpg) no-repeat; */
}


    .school-logo img, .teacher-logo img, .corporate img, .student-logo img {
    /* width: 170px; */
    float: left;
    top: 40px;
    position: absolute;
    left: 17px;
    padding: 0 2px;
    border: none;
    height: 100px;
    width: 120px;
}
   

/*varsha 21 oct 2016 (max-width:767px) START  */
        .fieldset .details span {
            width:60%!important;
            margin-left:10px;
        }
        .fieldset .details label {
            width: 30%;
        }


/*varsha 21 oct 2016 END */

/* Common Layout - START */
		.body {
				float: left;
				}

		.master-wrapper-content.liberty
			{
				 background: none;
			}
		.header-inner {
				padding: 10px 10px 0 10px;
				width: auto;
			}
		.header-inner .store-title {
				xfont: normal 20px Segoe Ui !important;
				top: 90px !important;
				font-weight: lighter !important;
                font-size:20px;
				font-family: Segoe UI,arial,verdana,helvetica,sans-serif !important;              
			}
    .store-title {
        margin-left: 27%;
        width:73%;
    }
        .header-inner .store-title .school-name{
             max-width:72%!important;
			}			

		.seprator.logo {
				display:none;
			}
        .header-links .header-links-specific a, .header-links .header-links-specific a:hover {            
            margin-right: 10px;
        }
		.master-wrapper-main-home .center-1 
			{
				width: 100%;
				padding:4.445%;
				box-sizing: border-box;
			}
			
		/* Login page - START */
				.page.login-page {				   
					margin-right: 23px;
				}
				.login-page .returning-wrapper {
					width: 100%;
				} 
				
/*.school-logo {
    display: none;
}*/

/*.school-logo.corporate {
    display: none;
}*/

/*.teacher-logo {
  display: none;
}*/

/*.teacher-logo.corporate {
display: none;
}*/

/*.student-logo {
  display: none;
}*/

				.header-links .header-links-specific {
					margin: 30px 10px 20px 0;
				}

				.header-links .header-links-global {
					margin: 0 0 10px 0px;
				}

		/* Login page - END*/
		/* Header*/		
		
			.header {
				    background-size: auto 100%;
					height: 155px !important;
				}
			.store-title {
					left: 0 !important;
                    /*text-align: center;*/
                    /*width: 100%;*/
				}
			.header-main {
				width:100%;
			  }
				
			/*Header links */
				.header-links-wrapper {
					padding-right: 0 !important;
				}

				#LoginContent {
					top: 28px;
					left: -200px !important;
					width: 235px !important;
					z-index: 1000;
				}

				.header-links-global .arrow-up {
					left: 88% !important;
				}

				.header-links a {
					font-size: 12px;
				}

				.ico-login {
					height: 30px;
				}

				.ico-logout {
					height: 30px;
					padding-left:20px !important;
				}

				.account {
					height: 30px;
				}

				.store-icon {
					margin-right: 15px !important;
				}
				
				#logname, .link-label {
					display: none;
				 }

				.loginpopup-page .inputs input {
					font-size: 14px;
					width: 105px !important;
				}
			/*Header links end */
	
			.loginpopup-page input.submit-button {
                /*margin-right:14px;*/
			}
			
			.seprator.logo.mobile {
				display:block !important;
			}
			.LoginContentMobile{
				position: absolute;
				top: 29px;
				width: 100%;
				background-color:#000000;
				left:0;
				z-index:1000;
			}
			.loginpopup-page {
				/*padding: 10px;*/
                padding-top: 10px;
                padding-right: 26px;
                padding-left: 10px;
                padding-bottom: 10px;
			}
			.loginpopup-page .inputs label {
				/*display:none;*/
                color:#5C5B5B;
			}
			.loginpopup-page .inputs {
				text-align:left;
                position: relative;
				/*padding: 0px 27px 0px 15px;*/
                padding: 0px 12px 0px 15px;
			}
			.loginpopup-page .inputs input {
				width: 100% !important;
			}
			.loginpopup-page .title {
				/*color: white;*/        
				margin-bottom: 10px;
				text-align: center;
				width: 100% !important;
                margin-top: 10px;
                margin-left: 6px;
			}
			.loginpopup-page .buttons {
				text-align:right;
				width: 100%;
			}
			.loginpopup-page .inputs.reversed {
				text-align:right;
				width: calc(100% - 15px);
			}
			.circles .procuct, .license, .learning {
				width: 100% !important;
				padding:0;
				margin-left:0 !important;
				float: none;
			}
			.circle.corporate, .circle {
				margin:0 auto;
			}
			.header-links {
				margin:0;
			}
			.header-links ul li {
				margin:0;
				padding: 0 0 0 10px;
			}
			.loginseprator {
				font-size: 23px;
				line-height: 11px;
				padding-left: 0 !important;
			}
			.header-links .header-links-specific .normal a span.myaccount-circle {
				background: rgba(0, 0, 0, 0) url("images/NYCE/more_btn_mobile.png") no-repeat scroll center center;
				height:31px;
				width:20px;
			}
			.header-links .header-links-specific .active a span.myaccount-circle {
				background: rgba(0, 0, 0, 0) url("images/NYCE/more_btn_mobile.png") no-repeat scroll center center;
				height:31px;
				width:20px;
			}
			.store-icon {
				margin-right: 0 !important;
			}
            /*Commented by anil*/
			/*.ico-cart {
				margin-right: 10px !important;
			}*/
		/* Header END*/	
		/* Footer  */
				
				.footer-menu-wrapper .information ul li.seprator.logo {
				   padding: 0 !important;
			    }
				.footer-inner {
					width:100% !important;
					display: block;
				}

				.footer {
					background: url(images/NYCE/footer.png)repeat !important;
                    height:462px;
				}

				.privacy {
					border-top: 1px solid #A4A4A4;
					border-bottom: 1px solid #A4A4A4;
					padding: 20px 10px 0px 0px !important;
					float: left !important;
					width: 100%;
					text-align: center;
					height: 35px;
				}
				  
				.condofuse {
				border-bottom: 1px solid #A4A4A4;
					padding: 20px 10px 0px 0px !important;
					float: left !important;
					width: 100%;
					text-align: center;
					height: 35px;
				}
				 
				.about {
				border-bottom: 1px solid #A4A4A4;
					padding: 20px 10px 0px 0px !important;
					float: left !important;
					width: 100%;
					text-align: center;
					height: 35px;
				}
				 
				.contact {
				border-bottom: 1px solid #A4A4A4;
					padding: 20px 10px 0px 0px !important;
					float: left !important;
					width: 100%;
					text-align: center;
					height: 35px;
				}

				.footer-menu-wrapper .information ul li.seprator1 {
					display: none !important;
						}

						.footer-menu-wrapper .information ul li.seprator2 {
					display: none !important;
						}

				.footer-menu-wrapper .information {
					border-top: none !important;
					border-bottom: none !important;
					padding: 0px !important;
					margin-bottom: 0px !important;
				}

				.footer-logo {
					position: relative !important;
				}

				.footer-menu-wrapper .information ul li.seprator.logo .footer-logo {
					left: 0px!important;
					text-align: center;
					}

				.footer-logo img {
					padding-top: 20px;
				}
				.header-logo {
					margin-top: 0 !important;
					width: 50px !important;
				}
                .header-logo a img
                {
                    width:50px!important;
                }
				.dashboardText {
					font-size: 16px !important;
				}

				.footer-disclaimer {
					padding: 0 10px;
				}
                .footer-disclaimer span {
                    display: block;
                }
				.footer-poweredby {
					font-size: 10px;
				}

				.submit-button, .ajax-button 
				{
					padding:6px 25px!important;     
				}

				.footer-menu-wrapper {
					padding-bottom: 0px !important;
				}
				.footer-menu-wrapper .information ul {
					width:100% !important;
				}
				.footer-menu-wrapper .information ul li {
					width:100% !important;
					/* margin: 0 10px; */
				}
		/* Footer  End */

		
			
/* Common Layout - END */

	/* Dashboard*/

				.dashboardtype{
					    background: url('images/NYCE/bg_768.png') no-repeat;
                        background-size: 100% 100%;
                        width: 100% !important;
					    float: left !important;
				  }
                .dashboardtypeinner{
					padding-top: 90px !important;
                    width: 100% !important;
				  }

				.dashboardSelect {
					width: 200px !important;
					float: none !important;
					margin:0 auto !important;
					margin-top: 0px !important;
					padding-top: 0px !important;
					padding-bottom: 50px !important;
				}
				.dashboardSelect .submit-button
				{
					padding: 7px 60px 11px 59px !important;
					font-size: 16px;
					font-family: Segoe UI,arial,verdana,helvetica,sans-serif;   
				}
/* User details and edit user details - START */
   #view-license-button, #view-progress-button, #view-placement-test-progress-button, #edit-profile-button, .mainWrapper .addLicenses #addNewLicense, #view-classes-button, #module-turnonoff-button, #bookmark_disable, #bookmark_enable, #langChange_disable, #langChange_enable {
              width:35px!important;
              height:31px;
              
              background-color: #ff8c00!important;
              background-size: auto auto;
              color: transparent!important;
              padding: 0px !important;
    }       
    
    #view-progress-button {
         background: url('images/NYCE/icon_Progress.png') no-repeat;
    }
    #view-classes-button {
        background: url('images/NYCE/icon_classes.png') no-repeat;
    }
    #view-license-button {
        background: url('images/NYCE/icon_View_Licenses.png') no-repeat;
    }
    
    #view-placement-test-progress-button {
        background: url('images/NYCE/Placement_Test.png') no-repeat;
    }

    #edit-profile-button {
        background: url('images/NYCE/icon_-Edit_profile.png') no-repeat;
    }

    #module-turnonoff-button{
        background: url('images/NYCE/icon_-turn-on-off_-module.png') no-repeat;
    }
    #bookmark_disable{
        background: url('images/NYCE/icon-disable-bookmark.png') no-repeat;
    } 
    #bookmark_enable{
        background: url('images/NYCE/icon-enable-bookmark.png') no-repeat;
    }
    #langChange_disable{
        background: url('images/NYCE/icon-changelang-disable.png') no-repeat;
    } 
    #langChange_enable{
        background: url('images/NYCE/icon-changelang-enable.png') no-repeat;
    }
/* User details and edit user details - END */



/* License list - START */
    
/* License list - END */
/* Add Teacher / Student popup - START */
    .ui-widget input#IDofTheUploader {
        width:80%;
    }
    .viewMain .inputs input[type="text"] {
        width: 54% !important;
    }
    #import_popup.box.box-from-top.box-from-left .viewMain .inputs input[type="text"] {
        width: 90% !important;
        /*min-width:160px!important;*/
        /*margin-left:-14px;*/
    }
    .viewMain .ajax-buttons .submit-button {
        width: 100px!important;
    }

    input#btnSubmit.ajax-button, input#submitbox.ajax-button {
        width: 82px;
    }

    .ui-tabs {
       min-width: 180px!important;
    }

    .ui-tabs .ui-tabs-nav {
       width: 93%!important;
    }
    .ui-tabs .ui-tabs-nav a {
       font-size: 93%!important;
    }
    .viewMain .header {
        height: auto !important;
    }

    .box-from-left {
        /*left: 2% !important;*/
    }
    
    #importLoadedContent .viewMain {
       width: 91% !important;
    }

    #import_popup {
        width: 89% !important;
        /*left: 5% !important;
        top: 15% !important;*/
    }

    #import_popup.box.box-from-top.box-from-left { 
            min-width: 228px !important;
    }
    a#boxCloseimport.boxclose {
        margin-right: -7px;
    }

    input#Upload-button.ajax-button {
        width: 104px;
        margin-top: 15px;
    }

     input#Upload-button.UserDetailsButton {
        margin-top: 0px!important;
    }

    .fieldset .inputs .labeltext {
        margin-left: 0px;
        width: 100%;
        display: block;
    }
    #import_popup.box.box-from-top.box-from-left .field-validation-error {
        display: block;
    }
    #import_popup.box.box-from-top.box-from-left .fieldset .inputs label {
        width: 100%!important;
        display:block;
    }
    #import_popup.box.box-from-top.box-from-left .fieldset .inputs .labeltext {
        width: 100%!important;
        display:block;
    }
/* Add Teacher / Student popup - END */

 
/****Varsha****/

/* Inner landing page - START */
       

    .HomeHeading {
	    font-size: 20px;
}

    .firstblock {
        text-align: center;
    }  

    .circle.corporate, .circle {
        height: 230px !important;
        width: 230px !important;
        background-size: 100% 100% !important;
    }
/* Inner landing page - END */

/* PAssword recovery page - START */

    .password-recovery-page {
        /*max-width: 360px;*/
    }

    .password-recovery-button {
        padding: 6px 25px !important;
    }
/* Password recovery page - END */

/* Change password page - START */

    .page.account-page.change-password-page .fieldset .inputs label{
       width: auto!important;
    }
    .field-validation-error {
        display:block;
    }
    #chngpswd_btn {
        margin-right: 16px;
    }
    .change-password-page .inputs input[type="text"], .change-password-page .inputs input[type="password"] {
	    width: 90%;
    }

    .fieldset .inputs label {
        margin-left: 0px;
        width: 28%;
    }

    .page.account-page.change-password-page.page-body input .submit-button {
        width: 171px !important;
        padding: 6px 25px !important;
        
    }
    .change-password-page .buttons {
        margin-right: -17px;
    }
/* Change password page - END */

/* Student dashboard index page - START */

    .teacher-class-student .box {
        width: 327px !important;
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .carousel-inner {
       width: 100% !important;
       padding-left: 0px;
    }

    .carousel-indicators {
        right: 6px !important;
        top: 30px !important;
    }
/* Student dashboard index page - END */

    .page-title-dashboard h1 {
        font-size: 1.167em !important;
    }
   
    .page-title-dashboard {
        margin: 0;
        text-align:center;
    }
   
    .ClassActionLinks{
        margin-left: calc(42% - 95px) !important;
		/*margin-top: -17px;*/
		width: 200px !important;
		position: absolute;
		left: auto !important;
    }
    .ClassAction a.droplink{
        text-align:center;
    }
    .ClassAction
    {
        padding-bottom:5px;
    }
    /*Student Progress Start */
    .page.inner-page {
        width: 100%;
    }    
    /*Student Progress End */


    .inner-page .inputs input[type="text"] {
        /* max-width: 350px; */
        /* min-width: 160px; */
        width: 90%;
    }

    .inner-page .fieldset .inputs label {
        width: auto;
        /* max-width: 130px; */
        display: block;
    }
     .inner-page .fieldset .inputs label.isactive {       
        display: inline;
    }

    #view-license-button, #view-progress-button, #view-placement-test-progress-button, #edit-profile-button, #view-classes-button, #module-turnonoff-button, #bookmark_disable, #bookmark_enable, #langChange_disable, #langChange_enable {
        max-width: 200px;
        width: auto;
        padding-left: 1%;
        padding-right: 1%;
        margin-bottom: 10px;
    }
    #create_class_buttons{margin-top:10px;}
    #for_createclassvalidation .field-validation-error{display:block;}

/* Edit School - START */
    #editschool.fieldset .inputs label {
        width: 46%!important;
        max-width: 130px!important;
    }
    #editschool.fieldset .field-validation-error {
        display:block;
    }
/* Edit School - END */
}

/*End*/


.carousel-indicators {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 15;
    padding-left: 0;
    list-style: none;
	width: 100% !important;
    left: 30% !important;
    text-align: right !important;
}

    .carousel-indicators li {
    display: inline-block;
        width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #392626 !important;
    border-radius: 10px;
    cursor: pointer;
  }

    .carousel-indicators .active {
    margin: 0;
        width: 12px;
    height: 12px;
    background-color: #0090d9 !important;
    border: 1px solid #0090d9 !important;
  }

.master-wrapper-content {
    margin: 0 auto -120px;
}
                /* Varsha 22 Dec 2017 START */

/*** NycBusiness Login Page START ***/

#NycBusinessLogin {

    font-family:Segoe UI,arial,verdana,helvetica,sans-serif;
	font-weight: lighter;
    color:black;
    background:white;
}
.nycbusinesslogin-inner {
    max-width:870px;
    margin:0 auto;
    padding:2% 5%;
}
.nycbusinesslogin-title {
    font-family:Segoe UI,arial,verdana,helvetica,sans-serif;
	font-weight: lighter;
    margin-bottom: 10px;
    font-size:30px;
    color:black;
    text-align:center;
}
#NycBusinessLogin input[type=radio] {
    /*display:none;*/
    vertical-align: bottom;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url('images/radio-btn.png') no-repeat;
    height:20px;
    width:20px;
    outline:none;
    margin:0px 5px 0px 0px;
}
#NycBusinessLogin input[type=radio]:checked {
    background: url('images/radio-btn2.png') no-repeat;
}

.nycb_radio {
        display: inline;
    }

#NycBusinessLogin .inputs-group {
    margin-top:20px;
}

#NycBusinessLogin .inputs {
    width: 47%;
    display: inline-block;
	vertical-align: top;
}
#NycBusinessLogin label {
    font-size:16px;
    padding-right:30px;
}
#NycBusinessLogin input[type=text],#NycBusinessLogin input[type=password] {
    border:1px solid #bababa;
    height: 18px;
    padding: 5px;
    display:block;
    width: 95%;
    margin-top: 10px;
    margin-bottom:10px;
    background-color:white;
}
#NycBusinessLogin a {
    font-size:12px;
    text-decoration:none;
    color:black;
}
.button-group {
    text-align: right;
    padding-top: 17px;
    padding-right: 10px;
}

@media only screen and (max-width:767px) {
    #NycBusinessLogin .inputs {
        width: 100%!important;
        display:block!important;
    }
    #NycBusinessLogin .inputs:last-of-type {
        padding-left:0px!important;
    }
    /*.ui-accordion .ui-accordion-content span.lastlogin{
        left:30%!important;
    }*/
    .ui-accordion .ui-accordion-content .conversations-header {
        font-size: 1em!important;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    #NycBusinessLogin span.field-validation-error {
        margin-left:0px!important;
    }
}
@media screen and (max-width:610px) {
    .classProgressMain {
        padding-left: 7px !important;
        padding-right: 4px !important;
    }

    .ui-accordion .ui-accordion-content span.percentage {
        right: 2% !important;
    }

    .ui-accordion .ui-accordion-content span.lastlogin {
        left: 40% !important;
        width: 32% !important;
    }
    .ui-accordion .ui-accordion-content span.percentage{
        max-width:25%!important;
    }
    .ui-accordion .ui-accordion-content div.studentName {
        max-width: 32% !important;
    }
}
@media screen and (max-width:569px) {
    .nycb_radio {
        display: block!important;
        padding-top: 8px;
    }
    .ajax-loading-block-window {
    left: 38%;
}
.ui-accordion .ui-accordion-content .conversations-header {
            font-size: .9em !important;
        }  
}
@media screen and (max-width:361px) {
    .ajax-loading-block-window {
    left: 35%;
}
}
/*** NycBusiness Login Page END ***/
/*** Red Notification Bar START***/

#NotificationBar{
    min-height:55px;
    background-color:#f54746;
    z-index:999;
    width:100%;
    position:relative;
    /*position:fixed;
    top:0;*/
}
#NotificationMessage p{
    font-family:Segoe UI;
    color:white;
    font-size:14px;
    width:90%;
    display:inline-block;
    /*float:left;*/
    padding-left:6%;
    xtext-align:left;
    margin-left:0;
    margin-top:15px;
    line-height:1.5em;
}
#NotificationMessage{
    min-height:50px;
    text-align:center;
}
#iconToolArea{
    width:5%;
    min-height:55px;
    height:100%;
    position:absolute;
    height:100%;
    float:left;
    background-image: url(images/icon-tool.png);
    background-repeat: no-repeat;
    background-color:#7a2323;
    background-position: center;
    margin-right:1.5%;
}
#notificationCloseIcon{
    float:right;
    margin-right:20px;
    margin-top:20px;
    cursor:pointer;
}

@media screen and (max-width:797px) {
    #iconToolArea {
        width: 7%;
    }
    #NotificationMessage p {
    width:87%;
    line-height:1.1em;
    margin-bottom:5px;
    padding-left:7%;
    }
    #iconToolArea {
    margin-right:.7%;
    }
    #notificationCloseIcon {
     margin-right:10px;
    }
}

@media screen and (max-width:497px) {
    #iconToolArea {
        width: 11%;
    }
    #NotificationMessage p {
        width:77%;
        padding-left:11%;
    }
}

/*** Red Notification Bar END ***/

/*** Download Doc ***/
#DownloadResourceMain{
    /*padding-left: 20px;*/
    xpadding-top: 20px;
    /*padding-right:20px;*/
}

.DocDivs{
    height: auto;
    width: 33.3%;
    border-right: .5px solid #DFDFDF;
    border-bottom: .5px solid #DFDFDF;
    padding-bottom: 21px;
    display:inline-block;
    margin-right:-4px;
}
.List.DocDivs {
    height: auto;
    width: 98%;
    /* border-right: .5px solid #DFDFDF; */
    border-right:none;
    border-bottom: .5px solid #DFDFDF;
    padding-bottom: 0px;
    margin-left: 20px;
    display: inline-block;
    /* margin-right: -4px; */
}
#DocDivs3{
    border-right:none;
}
.pdfImage{
    background-image: url(images/icon-pdf.png);
    width: 46%;
    height: 100px;
    margin-top: 25px;
    background-size: contain;
    margin-left: 28%;
    margin-bottom: 25px;
    background-repeat: no-repeat;
}
 .List .pdfImage {
    background-image: url(images/icon-pdf-small.png);
    width: 32px;
    height: 32px;
    margin-top: 10px;
    /* background-size: contain; */
    margin-left: 1%;
     margin-bottom: 10px;
    background-repeat: no-repeat;
    float: left;
}
.docName{
    margin-left: 15px;
    min-height:50px;
    margin-right:10px;
    font-size:16px;
    font-weight:bold;
    color: #4e4e4e;
    margin-bottom: 0px;
    margin-top: 0px;
 }
.List .docName {
float:left;
margin-left:12px;
xmargin-top:18px;
xwidth: 77%;
min-height:0px;
}

.DocDivs a{
 margin-left: 15px;
 color: #0193d7;
 font-size:16px;
 font-weight:bold;
}
.List.DocDivs a{
float: right;
    xmargin-top: 18px;
    margin-left:0px;
    margin-right:15px;
}
.DocDivs hr{
 margin-left: 9%;
 width:82%;
}

.expandDocs {
    background-image: url(images/accordion_plus.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0;
    padding-left: 25px;
    color: black;
    font-family: Segoe Ui Semibold,arial,verdana,helvetica,sans-serif;
    font-size: 16px;
    cursor: pointer;
    border-bottom: .5px solid #DFDFDF;
    padding-bottom:14px;
    padding-top: 14px;
}

#horizontalSeparator {
    margin: 10px 0;
}


.ExpandingDivs{
    display:none;
    xmargin-top:14px;
}
.BCDocs,.ACDocs,.ICDocs{
    xborder-top: .5px solid #DFDFDF;
    /*border-left: .5px solid #cccccc;*/
    xborder-bottom: .5px solid #DFDFDF;
    /*margin-left: 4%;
    margin-right: 4%;*/
}
.BCDocs{
    display:block;
}
/*
#DRF_HeaderDiv{
    xborder: 3px solid #A0CE4E;
    padding:10px 0px;
    xpadding-right:7%;
}

#DRF_Heading{
    font-size:34px;
    color:#333333;
    margin-top:1.5%;
    margin-bottom:2%;
    float:left;
    margin-right:10px;
}

#DRF_SubHeading{
    font-size:16px;
    color:#333333;
    margin-top:5%;
}
    
#headerLines{
    margin-top:4.5%;
}

#headerLines hr{
    margin: 4px 0;
}
    */
.expandDocs.active {
    background-image: url(images/accordion_minus.png);
}

.DocDivs hr{
    border-top: 1px solid #DFDFDF;
}
.ViewType {
display:none !important;
}
.ViewTypeOn {
display:inline-block !important;
}
.mobile.List.ViewTypeOn {
    display:none !important;
}
#resource_listView {
background: url(images/resources-list-view-normal.png) no-repeat scroll center center;
padding: 0 !important;
    width: 32px;
    height: 32px;
    margin: 1px;
}
#resource_gridView {
background: url(images/resources-view-grid-normal.png) no-repeat scroll center center;
padding: 0 !important;
    width: 32px;
    height: 32px;
    margin: 1px
}
#resource_listView:hover, #resource_gridView:hover {
-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.42);
        -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.42);
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.42);
}
#resource_listView.selected {
background: url(images/resources-view-list-hover.png) no-repeat scroll center center;
}
/*#resource_gridView:hover,*/ 
#resource_gridView.selected {
background: url(images/resources-view-grid-hover.png) no-repeat scroll center center;
}

@media only screen and (max-width:1029px) {
    .DocDivs {
    width:33.3%;
    }
    /*#DRF_Heading{
    font-size:30px;
}

#DRF_SubHeading{
    font-size:15px;
    }*/
}

@media only screen and (max-width:839px) {
    .DocDivs {
    width:33.3%;
    }
    .Grid .docName{
    min-height:105px;
 }
    /*#DRF_Heading{
    font-size:24px;
}

#DRF_SubHeading{
    font-size:14px;
 }*/
}

 @media only screen and (max-width:639px) {
    .docName{
   font-size:15px;
 }

    .DocDivs a {
    font-size:15px;
    }
     /*#DRF_Heading{
    font-size:20px;
}

#DRF_SubHeading{
    font-size:14px;
     }*/
    .DocDivs {
    width:50%;
    }
    .DocDivs2{
        border-right:none!important;
    }
    #DocDivs3{
         border-right: .5px solid #DFDFDF;
    }
    .Grid .docName{
    min-height:70px;
 }
}
  @media only screen and (max-width:539px) {
      /* #DRF_Heading{
    font-size:19px; 
    width:80%;
}
       #DRF_HeaderDiv{
             padding-right:3%;
       }
#DRF_SubHeading{
    font-size:14px;
    margin-top:11%;
     }*/
    .DocDivs {
    width:50%;
    }
    .docName{
   font-size:14px;
 }

    .DocDivs a {
    font-size:14px;
    }
    .DocDivs2{
        border-right:none!important;
    }
    #DocDivs3{
         border-right: .5px solid #DFDFDF;
    }
}
  @media only screen and (max-width:459px) {
     /* #DRF_Heading{
    font-size:19px;
}

#DRF_SubHeading{
    font-size:14px;
     }*/
    .DocDivs {
    width:50%;
    }
    .DocDivs2{
        border-right:none!important;
    }
    #DocDivs3{
         border-right: .5px solid #DFDFDF;
    }
}

    @media only screen and (max-width:429px) {
         /*#DRF_Heading{
   width:75%;
}*/

/*#DRF_SubHeading{
    font-size:12px;
}*/
     .ExpandingDivs{
         xmargin-left:15%;
         xwidth:70%;
     }
    .DocDivs {
    xwidth:100%;
    xmargin-left:0;
    border-right:none!important;
    width:70%;
    margin-left:15%;
    }
    .List.ViewTypeOn {
    display:none !important;
}
    .mobile.List.ViewTypeOn {
    display:inline-block !important;
}
        .mobile.List.DocDivs {
        width:94%;
        }
    .mobile.List.DocDivs a {
    float: none;
    margin-top: 7px;
    xmargin-left: 0px;
    margin-left: 12px;
}
        .mobile.List .docName {
            margin-bottom:10px;
            width:96%;
        }
        .mobile.List .pdfImage {
        margin-top:0px;
        position:absolute;
            top: 4px;
        }
}

/*@media only screen and (max-width:429px) {
    #DRF_Heading {
        width: 72%;
    }

    #DRF_SubHeading {
        margin-top: 17%;
    }
    #headerLines{margin-top:6.5%;}
}*/
/*** Download Doc ***/
