﻿
@font-face {
    font-family: 'BaseFont';
    src: url('/css/Fonts/byekan/BYekan.eot?#') format('eot'), url('/css/Fonts/byekan/BYekan.woff') format('woff'), url('/css/Fonts/byekan/BYekan.ttf') format('truetype');
}

@font-face {
    font-family: 'Title';
    src: url('/css/Fonts/koodak/BKoodakBold.eot?#') format('eot'), url('/css/Fonts/koodak/BKoodakBold.woff') format('woff'), url('/css/Fonts/koodak/BKoodakBold.ttf') format('truetype');
    /*src: url('/css/Fonts/byekan/BYekan.eot?#') format('eot'), url('/css/Fonts/byekan/BYekan.woff') format('woff'), url('/css/Fonts/byekan/BYekan.ttf') format('truetype');*/
}

Body, div, a, span, input, select, option, textarea {
    font: 13px/20px BaseFont;
}

Body {
    background: url(../img/cream-paper.png);
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #555;
}

    a:hover {
        color: #ef1d1d;
    }

.HeaderTop {
    background: #25bab3 url(../img/cream-paper.png);
    box-shadow: 0 2px 5px -1px black;
    margin: 0;
}

    .HeaderTop a {
        color: #333;
    }

    .HeaderTop > div.container > div {
        float: right;
    }
    
    .HeaderTop div.Logo {
        padding:  0;
    }
    .HeaderTop div.Logo a{
        text-decoration: none;
    }
    .HeaderTop div.Logo div.row{
        margin: 0;
    }
    .HeaderTop div.Logo div.row > div{
        float: right;
    }
    .HeaderTop div.Logo div.Slogon{
        padding: 25px 0 0 0;
        line-height: 2.0em;
    }
    .HeaderTop div.Logo span {
        color: #0f3a57;
    }

    .HeaderTop div.Logo span.SiteTitle {
        font: 31px/31px Title,BaseFont;
        color: #1c6ca1;
    }
    .HeaderTop img.Logo {
        width: 95%;
        max-width: 330px;
    }

    .HeaderTop .SearchPane {
    }

    .HeaderTop ul.TopLinks, .HeaderTop div.TopLinks, .HeaderTop ul.TopLinks li {
        height: 100%;
        min-height: 110px;
        padding: 0;
    }

        .HeaderTop ul.TopLinks li {
            float: right;
            border-right: solid 1px #203f78;
        }

            .HeaderTop ul.TopLinks li:last-child {
                border-left: solid 1px #203f78;
            }

    .HeaderTop ul.TopLinks {
        width: 100%;
        height: 110px;
        overflow: hidden;
    }

        .HeaderTop ul.TopLinks li {
            text-align: center;
            width: 20%;
        }

        .HeaderTop ul.TopLinks a {
            padding: 45px 5px;
            display: block;
        }

            .HeaderTop ul.TopLinks a:hover {
                background: #2ad5cc;
            }

    .HeaderTop .CartLabel {
        padding: 20px 0;
        text-align: left;
    }

    .HeaderTop .Search > div.row {
        min-width: 100%;
        padding: 0;
    }

    .HeaderTop .MemberTop {
        padding: 20px 0 20px 5px;
    }

    .HeaderTop .SearchPaneP {
        text-align: left;
        padding: 5px 0;
    }

    .HeaderTop .SearchPane {
        border: solid 1px gray;
        height: 34px;
        width: 160px;
        float: left;
    }

        .HeaderTop .SearchPane .SearchTextBox {
            border: none;
            background: none;
            outline: none;
            float: left;
            padding: 5px;
            width: 110px;
        }

        .HeaderTop .SearchPane .SearchButtonParent {
            float: left;
            padding: 3px;
        }

        .HeaderTop .SearchPane .searchDefault {
            color: #e1e7f3;
        }

.UnderHeader {
    margin: 1px 0 0 0;
    padding: 30px 0;
    max-height: 420px;
    background: #095e5a url(../img/cream-paper.png);
    box-shadow: 0 2px 5px -1px black;
}
.UnderHeader > div > div.row{
margin-left:0;
}
.SlideShow {
    max-height: 360px;
    overflow: hidden;
    padding-left: 0;
}

    .SlideShow .SlideImage {
        width: 100%;
        height: 360px !important;
    }
    .SingleBookP {
        margin-left: 0;
        padding-left: 0;
    }
.SingleBook {
    background: #e1e7f3;
    padding: 20px 20px 45px 20px;
    box-shadow: 0 2px 5px -1px black;
    position: relative;
    overflow: hidden;
    height: 360px;
    margin-right: 15px;
}

    .SingleBook .SummaryProduct {
        padding: 0 0 0 5px;
        text-align: justify;
    }

    .SingleBook .ItemImageLinkParent {
        text-align: left;
    }

        .SingleBook .ItemImageLinkParent img {
            width: 100%;
            max-width: 160px;
        }

    .SingleBook a.ItemLink {
        text-decoration: none;
    }

        .SingleBook a.ItemLink h3 {
            font: 17px/21px BaseFont,Tahoma;
            color: #000;
        }

            .SingleBook a.ItemLink h3:hover {
                color: #203f78;
            }

    .SingleBook .ItemImageLinkParent, .SingleBook .TitleParent {
        padding: 0;
    }

    .SingleBook .ContainerMainBody {
    }

        .SingleBook .ContainerMainBody > div.row {
            margin: 0;
        }

        .SingleBook .ContainerMainBody .ItemPriceParent {
            position: absolute;
            bottom: 0;
            left: 20px;
            height: 40px;
            padding-top: 5px;
            text-align: center;
            width: 90%;
            background: #e1e7f3;
        }

            .SingleBook .ContainerMainBody .ItemPriceParent span {
                font: 19px/22px BaseFont;
                margin: 0 3px;
            }

.HeadLineLinks {
    margin: 2px 0 0 0;
    background: #C4ba5e url(../img/cream-paper.png);
    padding: 30px 0;
    box-shadow: 0 2px 5px -1px black;
}

.ContainerNews .ContainerTitle {
    font: 19px/22px Title;
    border-bottom: 1px #b2afaf solid;
    padding-bottom: 7px;
    color: #555;
}

.ContainerNews .ContainerBody {
    padding-top: 8px;
}

    .ContainerNews .ContainerBody a, .ContainerNews .ContainerBody {
        color: #555;
    }


.HeadLineLinks .NewestBox {
}


    .ContainerNews, .HeadLineLinks .newsBox > div:first-child, .HeadLineLinks .NewestBox > div:first-child, .HeadLineLinks .forumBox > div:first-child {
        background: #e1e7f3;
        padding: 10px 20px 10px 20px;
        box-shadow: 0 2px 5px -1px black;
    }

.HeadLineLinks .newsBox .NewsCellParent {
    border-bottom: 1px gray solid;
    padding: 4px 0;
}

    .HeadLineLinks .newsBox .NewsCellParent:last-child {
        border: none;
        padding-bottom: 0;
    }

.HeadLineLinks .NewestBox .ItemCell {
    text-align: center;
}

    .HeadLineLinks .NewestBox .ItemCell img {
        width: 150px;
    }

    .HeadLineLinks .NewestBox .ItemCell .ItemPriceParent {
        padding: 10px 0 0 0;
    }

        .HeadLineLinks .NewestBox .ItemCell .ItemPriceParent span {
            font: 17px/21px BaseFont,Title,Arial;
        }

            .HeadLineLinks .NewestBox .ItemCell .ItemPriceParent span.SalePrice,
            .HeadLineLinks .NewestBox .ItemCell .ItemPriceParent span.SalePricePriceBold {
                color: #000;
            }

.HeadLineLinks .newsBox .ContainerNews, .HeadLineLinks .NewestBox .ContainerNews, .HeadLineLinks .forumBox .ContainerNews {
    height: 315px;
}

.ContentPaneParent {
    padding: 30px 0;
    margin: 0;
}

.NewsItemDetailParentPage h1 {
    display: none;
    /*font:23px/22px BaseFont,Arial;
    margin:20px 0;
    padding:10px;
    background: #252a2f;
    background: #ef4135;
    background: #6bdd6e;
    color:#FFF;*/
}

.NewsItemDetailParentPage .ItemImageParent {
    padding: 3px 0 10px 10px;
    text-align: right;
    float: right;
    width: 260px;
}

    .NewsItemDetailParentPage .ItemImageParent a img {
        width: 250px;
    }

.ContainerDefault .PaneTitleP {
    min-height: 50px;
    width: 100%;
}

.ContainerDefault .PaneTitle {
    font: 21px/22px BaseFont,Arial;
    margin: 20px 0 1px 0;
    padding: 10px;
    background: #ededed url("../img/cream-paper.png");
    color: #333131;
    display: inline-block;
    width: 100%;
    /*-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.95);
	-moz-box-shadow: 0 2px 2px -18px rgba(0, 0, 0, 0.95);*/
    /*box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    border: solid 1px #c5c5c5;
}

.ContainerDefault .ContainerMainBody {
    background: #f8f8f8 url("../img/cream-paper.png");
    padding: 20px 10px;
    border: solid 1px #c5c5c5;
    margin: 0;
    /*box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);*/
}

.ContainerProductDetail .ContainerMainBody {
    padding: 20px 0 !important;
}
.ForumPostParent .ForumSubjectT{
    height:50px;
    padding:15px 0 0 0;
    text-align:left;
}
.ForumSubjectNew {
    padding: 0px 15px;
}

    .ForumSubjectNew .ForumSubjectHeader {
        padding: 0 10px 8px 10px;
    }

        .ForumSubjectNew .ForumSubjectHeader .ForumParent {
            text-align: left;
            padding: 0 !important;
        }

        .ForumSubjectNew .ForumSubjectHeader .SubjectParent {
            text-align: right;
            padding: 0 !important;
        }

            .ForumSubjectNew .ForumSubjectHeader .ForumParent span, .ForumSubjectNew .ForumSubjectHeader .SubjectParent span {
                background: #6b6767;
                color: #FFF;
                width: 120px;
                text-align: center;
                padding: 3px 10px;
                display: inline-block;
                cursor: default;
            }

    .ForumSubjectNew .ForumSubjectBody .ForumParent {
        padding: 0 !important;
    }

    .ForumSubjectNew .ForumSubjectBody .SubjectParent {
        padding-right: 0 !important;
    }

    .ForumSubjectNew .ForumSubject {
        border-top: solid 1px #c5c5c5;
        padding: 8px;
        padding-left: 0 !important;
    }

        .ForumSubjectNew .ForumSubject:first-child {
        }

        .ForumSubjectNew .ForumSubject:last-child {
        }

        .ForumSubjectNew .ForumSubject .SubjectParent {
        }

.HeadLineLinks .ContainerBody a:hover {
    color: #f32b2e;
}

.NewestBox .ContainerNews .TitleParent .ItemPriceParent .PrivatePricePriceStrick {
    display: block;
}

.MenuContainer {
    margin: 2px 0 0 0;
    background: url(../img/cream-paper.png) #Fcf18b;
    padding: 30px 0;
    box-shadow: 0 2px 5px -1px black;
}

    .MenuContainer .ContainerMenu {
        background: #FFF;
        margin-bottom: 30px;
    }

        .MenuContainer .ContainerMenu .ContainerTitle {
            font: 20px/22px BaseFont;
            border-bottom: 1px #b2afaf solid;
            padding: 10px 20px 10px 10px;
            color: #203f78;
            background: #f6f1f1;
            -webkit-box-shadow: inset 0px 0px 5px 1px #b2afaf;
            -moz-box-shadow: inset 0px 0px 5px 1px #b2afaf;
            box-shadow: inset 0px 0px 5px 1px #b2afaf;
        }

        .MenuContainer .ContainerMenu .ContainerBody {
        }

        .MenuContainer .ContainerMenu .VerticalNav {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .MenuContainer .ContainerMenu .VerticalNav li {
                padding: 10px 15px;
                border-top: 1px solid #b2afaf;
                background: #e5e4e4;
            }

                .MenuContainer .ContainerMenu .VerticalNav li:first-child {
                    border: none;
                }

            .MenuContainer .ContainerMenu .VerticalNav a {
                font: 17px/21px Title;
            }

.PaneItemSeparator, .EndItemCell, .CustomBooks .MoreButton, .CustomBooks .ItemLink, .GroupViewParent .MoreButton,
.NewsListParent div.Sep, .ProductCodeParent, .ItemDetailParentPage .DetailTitleLabel, .ItemDetailParentPage .DetailTitle,
.ItemCommentSave legend {
    display: none;
}

.thumbnail {
    border-radius: 0;
}

.MenuContainer {
    padding-bottom: 0;
}

.CustomBooks .thumbnail {
    margin-bottom: 30px;
}

.CustomBooks .ItemImageLinkParent {
    padding: 10px 5px;
}

    .CustomBooks .ItemImageLinkParent img {
        width: 60%;
        max-width: 170px;
    }

.CustomBooks .ItemPriceParent {
    text-align: center;
}

    .CustomBooks .ItemPriceParent span {
        font: 15px/21px Title;
    }

.CustomBooks .ItemCell {
    padding: 10px 0;
    min-height: 340px;
}

.CustomBooks .AddToShoppingCart {
    text-align: center;
}

    .CustomBooks .AddToShoppingCart a {
        border-radius: 5px;
        border: solid 1px #e5e4e4;
        padding: 2px 10px;
        font-weight: bold;
        font: 17px/21px Title;
    }

        .CustomBooks .AddToShoppingCart a:hover {
            background: #FFF;
            color: #000;
            border: solid 1px #d0d5e0;
        }

.TabParentRow {
    background: #Fcf18b url("../img/cream-paper.png");
    box-shadow: 0 2px 5px -1px black;
    margin: 2px 0 0 0;
    padding: 30px 0;
}

.TabParentCol .Tabs .TabBody {
    background: #c4b19e url("../img/cream-paper.png");
    border: solid 1px #908377;
    margin: 0;
}

.TabParentCol .Tabs .TabHeader {
    height: 35px;
    width: 100%;
}

    .TabParentCol .Tabs .TabHeader .HeadItem {
        background: #eacdb1 url("../img/cream-paper.png");
        border: solid 1px #ca6809;
        border-bottom: solid 1px #908377;
        padding: 7px 20px;
        height: 36px;
        position: absolute;
        top: 0;
        right: 15px;
    }

        .TabParentCol .Tabs .TabHeader .HeadItem:nth-child(2) {
            right: 129px;
        }

        .TabParentCol .Tabs .TabHeader .HeadItem:nth-child(3) {
            right: 260px;
        }
        
        .TabParentCol .Tabs .TabHeader .HeadItem:nth-child(4) {
            right: 388px;
        }

        .TabParentCol .Tabs .TabHeader .HeadItem:nth-child(5) {
            right: 517px;
        }

        .TabParentCol .Tabs .TabHeader .HeadItem .T {
            font: 17px/20px BaseFont,Arial;
            color: #555;
        }

    .TabParentCol .Tabs .TabHeader .Active {
        background: #c4b19e url("../img/cream-paper.png");
        border-bottom: solid 1px #c4b19e;
        z-index: 9;
    }

        .TabParentCol .Tabs .TabHeader .Active .T {
            border-bottom: solid 1px #555;
            height: 27px;
            display: inline-block;
        }

.BestSellers .ItemCell {
    background: transparent;
    border: none;
}

.TabParentCol .ItemCell {
    min-height: 220px;
}

.TabParentCol .AddToShoppingCart a {
    border: 1px solid #908377;
}

    .TabParentCol .AddToShoppingCart a:hover {
        border: 1px solid #908377;
        background: #c4b19e;
        color: #000;
    }

.TabParentCol .ItemImageLink img {
    width: 140px;
}

.FooterBottom .Nika {
    text-align: left;
    float: left;
}

.FooterBottom .CopyRight {
    text-align: right;
    float: right;
}

.FooterP {
    background: #095e5a url("../img/cream-paper.png");
    box-shadow: 0 2px 5px -1px black;
    margin: 0;
    margin-top: 2px;
    padding: 30px 0;
}

.FooterBottom {
    background: #25bab3 url("../img/cream-paper.png");
    box-shadow: 0 2px 5px -1px black;
    margin: 0;
    margin-top: 2px;
    padding: 15px 0;
}

.FooterP, .FooterP a, .FooterP span {
    color: #e1e7f3;
}
    .FooterP .FooterCn {
        padding-right: 10px;
    }

    .FooterP a:hover {
        color: #073383;
    }

    .FooterP .Caption {
        border-bottom: 1px #c5c5c5 solid;
        width: 70%;
        padding-right: 10px;
        font: 19px/35px Title,BaseFont,Arial;
        margin-bottom: 10px;
        color: #efeeee;
    }

.FooterGroups ul, .Forums ul {
    padding-right: 20px;
}

    .FooterGroups ul li, .Forums ul li {
        list-style: decimal;
        margin: 0;
        padding: 0;
    }

.ItemDetailParentPage {
    padding: 10px;
    margin: 0;
}

    .ItemDetailParentPage .ItemImageParent {
        float: right;
        padding: 0 0 5px 10px;
        width: 220px;
        text-align: center;
        margin: 0 auto;
    }

        .ItemDetailParentPage .ItemImageParent img {
            width: 200px;
            margin: 0 auto;
        }

    .ItemDetailParentPage h1.ItemTitle {
        font: 21px/22px Title,BaseFont,Arial;
        color: #032a3d;
        margin: 0 10px;
    }

    .ItemDetailParentPage .AbstractDetail {
        color: #032a3d;
        padding: 5px;
        margin: 10px 5px;
        border: dashed 1px gray;
        background: #ededed url("../img/cream-paper.png");
    }

.AttrLabel {
    font: 17px/25px Title,BaseFont,Arial;
    display: inline;
    color: #000;
}

.ItemDetailParentPage .attrValue {
    color: #555;
    display: inline;
    font: 17px/25px Title,BaseFont,Arial;
}

.ItemDetailParentPage .ItemPriceAndCartParent {
    float: left;
    width: 195px;
    text-align: center;
    border-right: dashed 1px gray;
    padding: 0 20px 0 0;
    min-height: 150px;
}

.ItemDetailParentPage .ItemDetailMainParent {
    float: right;
    width: 680px;
}

.ItemDetailParentPage .ItemVersionsParent {
    clear: both;
    width: 200px;
}

.ItemDetailParentPage .ItemAddCartParent {
    padding: 40px 0;
}

    .ItemDetailParentPage .ItemAddCartParent .addCart {
        border: solid 1px #dc3b3b;
        background: #eef1f7;
        border: solid 1px #c7d1e4;
        padding: 10px 20px;
        font: 17px/25px Title,BaseFont,Arial;
        color: #240808;
    }

        .ItemDetailParentPage .ItemAddCartParent .addCart:hover {
            background: #e1e7f3;
        }

.ItemDetailParentPage span.ExistLabel {
    padding: 20px 5px;
    height: 20px;
    display: inline-block;
}

.ItemDetailParentPage span.Exists {
    color: green;
    font: 17px/25px Title,BaseFont,Arial;
    padding: 20px 5px;
    height: 20px;
    display: inline-block;
}

.ItemDetailParentPage span.NotExists {
    color: #f31717;
    font: 17px/25px Title,BaseFont,Arial;
    padding: 10px 15px;
    display: inline-block;
    border: solid 1px #f31717;
}

.email {
    direction: ltr;
    font-family: Tahoma;
}

.ContainerProductComments {
    padding-top: 20px;
}

    .ContainerProductComments .ContainerMainBody {
        border: none;
        padding: 0;
    }

.ItemCommentView .CommentParent {
    padding: 2px 0;
}

    .ItemCommentView .CommentParent .CommentHeader {
        background: #ededed url("../img/cream-paper.png") repeat scroll 0 0;
        padding: 5px;
        border: solid 1px #c5c5c5;
    }

    .ItemCommentView .CommentParent .CommentText {
        background: #ededed;
        padding: 5px;
        border: solid 1px #c5c5c5;
        border-top: none;
    }

.CommentParent .CommentHeader br.Clear {
    display: none;
}

.CommentParent .CommentHeader ul {
    padding: 0;
    margin: 0;
}

    .CommentParent .CommentHeader ul li {
        padding: 0 10px;
        margin: 0;
        list-style: none;
        display: inline;
    }

.PageAndUserCounter {
    padding: 0 !important;
    margin: 0 !important;
}

    .PageAndUserCounter li {
        list-style: none !important;
        padding: 2px 10px !important;
    }

div.Telegram {
    background: #FFF;
    padding: 0;
    width: 100%;
}

    div.Telegram a {
        text-align: center;
        font: 17px/21px BaseFont,Title,Arial;
        width: 100%;
        height: 200px;
        padding: 15px;
        display: block;
    }

        div.Telegram a:hover {
            cursor: pointer;
            color: #447de5;
        }

        div.Telegram a img {
            display: block;
            margin: 15px auto;
            width: 96px;
        }

.PageSimpleOneColumnImagePrice_Carousel {
    height: 250px;
}

    .PageSimpleOneColumnImagePrice_Carousel .carousel-control {
        background: none;
    }

        .PageSimpleOneColumnImagePrice_Carousel .carousel-control.right {
            margin-right: -20px;
        }

        .PageSimpleOneColumnImagePrice_Carousel .carousel-control.left {
            margin-left: -20px;
        }

    .PageSimpleOneColumnImagePrice_Carousel .carousel-inner {
        padding-left: 35px;
    }

    .PageSimpleOneColumnImagePrice_Carousel .glyphicon {
        color: black !important;
        font-weight: normal !important;
        font-size: 22px;
    }

    .PageSimpleOneColumnImagePrice_Carousel .ItemPriceParent .PrivatePricePriceStrick {
        display: inline !important;
        margin: 0 5px;
    }

a.linkBtn2{
            background-color:#203f78;
            border:solid 1px navy;
            height:30px;
            padding:4px 20px;
            margin:2px 0;
        }
        a.addBtn{
            background-image:url(/Images/yellow-plus.png);
            background-repeat: no-repeat;
            background-position:center right;
            padding-right:26px;
            background-size:20px;
        }
.TblForum {
    width: 100%;
}
.ForumCaption {
        background: #6f9aee !important;
        padding: 10px !important;
        text-align:center;
}
    .ForumCaption span {
            font: 19px/21px BaseFont,Title,Arial;
    }
    .TblForum .ForumGroup {
        background: #6f9aee !important;
        padding: 10px !important;
    }
.Btn {
    font: 13px/21px BaseFont,Title;
}
.ResponsiveShow {
    display:none;
}
.ForumPersonAvatar img{
    width:160px;
    margin:0 auto;
}
.SubjectReport {
    height:30px;
}
.ForumPostParent .row,.ForumPostParent .ForumPostDetailCellParent,.ForumPostParent .ForumPostPersonCellParent {
    margin:0;
    padding:0;
}
.ForumPostParent .ForumPostDetailFooter {
    height:40px;
}
    .ForumPostParent .ForumPostDetailCellParent .ForumPostDetailCell {
        padding:5px 10px 20px 5px;
    }
    .ForumPostParent .ForumPostDetailCellParent .ForumPostHeader {
        border-right:solid 1px gray;
    }
    .ForumPostParent .ForumPostDetailCellParent > div > div {
        padding-right:10px;
    }
.ForumPostParent .ForumPostHeader {
    background:#0d224a;
    height:40px;
    text-align:center;
    color:#FFF;
}
.ForumEditPost .Title {
    display: none;
}
.divQuate {
    padding: 10px;border: 1px solid #9AC6E9;background-color: #EEF4FB;display: inline-block;
}
.ForumModalBox {
    background:#c2dff7;
}
.ForumModalBox textarea{
    height:70px;
}
.ForumPostDetailCellParent .ForumPostHeader .Btn {
    margin-left:2px;
    background-color:transparent;
    border:solid 1px #447de5;
    height:30px !important;
    padding-top:2px !important;
    padding-bottom:2px !important;
}
.ForumPostDetailCellParent .ForumPostHeader .Btn:hover {
    background-color:#164681;
}
.ForumPostParent .ForumPostItem {
    background:#cbe7f8;
}
.ForumPostParent .ScrollToTop {
    margin-top:10px;
    color:#f31717;
    display:block;
    text-align:center;
}
.ForumPostParent .ScrollToTop:hover {
    color:#cf0d0d;
}
.ForumPostParent .ForumPostHeader > a,.ForumPostParent .ForumPostHeader > span,.ForumPostParent .ForumPostHeader > div a,.ForumPostParent .ForumPostHeader > div span{
    color:#FFF;
    font-size:17px;
}
.ForumPostParent .ForumPostHeader > div{
    padding-top:10px;
}
.ForumPostParent .ForumPostPersonCellParent .ForumPostHeader {
    text-align:center;
}
.ForumPostParent .ForumPostPersonCell {
    padding-left:10px;
}
.ForumPostParent .ForumPostPersonCell .PersonTitle{
    display:block;
    padding:5px;
    font: 17px/21px BaseFont,Title,Arial;
    text-align:center;
}
.ForumPostParent .ForumPostPersonCell .ForumPersonAvatar{
    display:block;
    margin:0 auto;
}

.TblForum,.TblForum span, .TblForum a {
            font: 13px/21px BaseFont,Title,Arial;
}
    .TblForum th.ForumStarter {
    }
    .TblForum th.ForumViewed {
    }
    .TblForum th.LastPost{
        min-width:200px;
    }
   
        .TblForum .ForumGroup > a {
            color: #FFF !important;
            font: 19px/21px BaseFont,Title,Arial;
        }
        .TblForum .ForumGroup > div {
            float:left;
            padding:5px;
        }
.TblForum a.ForumSubjectStarter {
        font: 15px/21px tahoma;
}
    .TblForum a.ForumTitle,.TblForum a.SubjectTitle {
        font: 17px/21px BaseFont,Title,Arial;
        color: #0d5089;
    }

        .TblForum a.ForumTitle:hover,.TblForum a.SubjectTitle:hover, .TblForum a.SubjectName:hover, .TblForum a.PostUserName:hover {
            color: #f31717;
        }

    .TblForum a.SubjectName, .TblForum a.PostUserName {
        color: #114ece;
        font: 13px/21px BaseFont,Title,Arial;
    }
    
.Peyvandha .ContainerNews {
    background: #fff !important;
}

.Peyvandha ul {
    margin: 0;
    padding: 5px 30px;
}

    .Peyvandha ul li {
        list-style: decimal;
        margin: 0;
        padding: 2px 0;
    }

        .Peyvandha ul li a:hover {
            color: #000;
        }

.enamad {
    text-align: center;
    background: #FFF;
}

.NewsListParent .ItemCell {
    border-top: dashed 1px gray;
    padding: 15px 10px 0 10px;
}

    .NewsListParent .ItemCell:first-child {
        border: none;
        padding-top: 5px;
    }

.NewsListParent .ItemImageLinkParent {
    float: right;
    padding: 0 10px 5px 10px;
    width: 170px;
    display: none;
}

    .NewsListParent .ItemImageLinkParent img {
        width: 150px;
        box-shadow: 0 2px 5px -1px black;
    }

        .NewsListParent .ItemImageLinkParent img:hover {
            box-shadow: 0 2px 1px -1px black;
        }

.NewsItemDetailParentPage .ItemImageParent img {
    box-shadow: 0 2px 5px -1px black;
}

    .NewsItemDetailParentPage .ItemImageParent img:hover {
        box-shadow: 0 2px 1px -1px black;
    }

.NewsListParent .Description {
    display: block;
    padding: 5px 0;
}

.NewsListParent .newsTitle {
    font: 17px/20px BaseFont;
    color: #203f78;
}

    .NewsListParent .newsTitle:hover {
        color: #d40c0c;
    }

.NewsListParent .EndItemCell {
    display: block;
    clear: both;
}

.GroupViewParent .ItemCell {
    border: none;
    background: transparent;
    text-align: center;
}

.GroupViewParent .ItemImageLinkParent a.ItemImageLink img {
    width: 200px;
    box-shadow: 0 0px 1px 0px black;
}

.GroupViewParent .ItemImageLinkParent a.ItemImageLink:hover img {
    /*border-radius: 10px;*/
    box-shadow: 0 0px 2px 0px black;
}

.GroupViewParent .AddToShoppingCart {
    margin: 10px auto 0 auto;
}

    .GroupViewParent .AddToShoppingCart a {
        border: solid 1px gray;
        width: 140px;
        display: inline-block;
        padding: 2px 5px;
    }

        .GroupViewParent .AddToShoppingCart a:hover {
            background: #dedede;
            color: #000;
            border: solid 1px #b2afaf;
        }

.GroupViewParent .ItemLink h3 {
    font: 17px/21px BaseFont,Title,arial;
}

.GroupViewParent .NotShoppingCart a {
    width: 140px;
    display: inline-block;
    padding: 2px 5px;
    color: red;
}
    .TblForum span.SubjectCount ,.TblForum div.LastPost{
        display:none;
    }
    
.PageArrowButton {
    clear:both;
    text-align:center;
}
    .PageArrowButton a.aspNetDisabled {
            display:none;
    }
.PagingLink,.PagingLinkCurrentPage,.PageArrowButton a {
    background:#c9e1f7;
    color:#000;
    border:none;
    border-bottom:solid 1px #203f78;
    font:17px/19px BaseFont,Title,Tahoma;
}
.PagingLink:hover,.PageArrowButton a:hover {
    background:#9bcdfa;
    border:none;
    color:#000;
    border-bottom:solid 1px #073383;
    font:17px/19px BaseFont,Title,Tahoma;
}
.PagingLinkCurrentPage,.PagingLinkCurrentPage:hover {
    background:#FFF;
    color:#000;
    border:none;
    border:solid 1px #203f78;
    cursor:default;
}
    .PageArrowButton a {
        padding:0 5px;
    }

.PersonLabel{
font: 17px/25px Title,BaseFont,Arial
}
.PersonLink{

    font-size: 17px;
    color: navy;
    border-bottom: solid 1px navy;
}

#PageSimpleOneColumnImagePrice_Carousel_Top
{
    height: 330px;
}

#PageSimpleOneColumnImagePrice_Carousel_Top .ItemCell
{
    height: 330px;
}
/*#region Responsive */

@media only screen and (max-width: 1199px) {
    .ItemDetailParentPage .ItemDetailMainParent {
        width: 480px;
    }
}

@media only screen and (max-width: 991px) {
    .ItemDetailParentPage .ItemDetailMainParent {
        width: 470px;
        padding-bottom: 20px;
    }

    .ItemDetailParentPage .ItemPriceAndCartParent {
        float: none;
        clear: both;
        border: none;
        width: 100%;
        border-top: dashed 1px gray;
        border-bottom: dashed 1px gray;
        padding: 20px 0 0 0;
        margin: 20px 0;
        min-height: 150px;
        text-align: center;
    }

    .ItemDetailParentPage .ItemImageParent {
        padding-bottom: 20px;
    }

        .ItemDetailParentPage .ItemImageParent a.MainImageParent {
            float: none;
        }
}

@media only screen and (max-width: 760px) {
    .ItemDetailParentPage .ItemDetailMainParent {
        width: auto;
        float: none;
        clear: both;
    }

    .ItemDetailParentPage .ItemImageParent {
        width: auto;
        float: none;
        clear: both;
    }

        .ItemDetailParentPage .ItemImageParent a.MainImageParent {
            float: none;
        }
}

@media only screen and (max-width: 600px) {

    .NewsItemDetailParentPage .ItemImageParent {
        width: 190px;
    }

        .NewsItemDetailParentPage .ItemImageParent a img {
            width: 180px;
        }

    .TabParentCol .Tabs .TabHeader {
        height: auto;
    }

        .TabParentCol .Tabs .TabHeader .HeadItem {
            float: none;
            position: static;
            display: block;
        }

            .TabParentCol .Tabs .TabHeader .HeadItem.Active .T {
                border: none;
            }
    .TblForum td {
        display:block !important;
    }
    .TblForum th {
        display:none !important;
    }
    .TblForum span.SubjectCount {
        display:inline;
    }
    .TblForum div.LastPost {
        display:block;
        font:17px/21px Title;
    }
.ResponsiveNotShow {
    display:none !important;
}
.ResponsiveShow {
    display:inline;
}
}

@media only screen and (max-width: 400px) {

    .NewsItemDetailParentPage .ItemImageParent {
        float: none;
        text-align: center;
        width: 100%;
    }

    .TabParentCol .Tabs .TabHeader {
        height: auto;
    }

        .TabParentCol .Tabs .TabHeader .HeadItem {
            float: none;
            position: static;
            display: block;
        }

            .TabParentCol .Tabs .TabHeader .HeadItem.Active .T {
                border: none;
            }
    .TblForum td {
        display:block !important;
    }
    .TblForum th {
        display:none !important;
    }
}

/*#endregion */
