
body {
    background: url(../images/squared_metal.png);
    font-family: 'tahoma',arial;
    direction: rtl;
}

.clear {
    clear: both;
}
.star {
    color: red;
    font-family: Tahoma;
    font-size: 13px;
    
}
    .star:after {
        content: "*";
    }
.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: 10px;
}
.center{
    text-align:center;
    margin:auto;
}
input[type=submit] {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #044b87;
    border: 0;
    font-family: Tahoma;
}

    input[type=submit]:hover {
        /*color: #8f0202;*/
        cursor:pointer;
        background-color: #0565b4;
    }

select, textarea, input[type=text], input[type=password] {
    font-size: 13px;
    font-family: Tahoma;
    width: 245px;
    padding: 4px;
}

select {
    width: 255px;
}

.sidebar input[type=text] {
    width: 150px;
}

.validator {
    color: red;
    font-size: 12px;
}

.header {
    width: 100%;
    height: 192px;
    background: url(../images/header.jpg) no-repeat right center,#f1f1f1;
}

.gap {
    background: url(../images/squared_metal.png);
    height: 12px;
    width: 100%;
}

.date {
    float: left;
    margin-top: 10px;
}

.sliderwrapper {
    width: 657px;
    border: 8px solid #e2e2e2;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}
.waiting {
    background-image: url(../Images/wait.GIF);
    background-repeat: no-repeat;
    background-position: right;
    float: right;
    width: 50px;
    padding-right: 43px;
    height: 35px;
    font-size: 12px;
    margin-right: 10px;
    color: #999;
}

/*---------------------------MENU------------------------------*/
.menu {
    width: 100%;
    background: #042743;
    margin-bottom: 22px;
}

    .menu ul {
    }

        .menu ul li {
            float: right;
            font-family: 'tahoma',arial;
            font-size: 15px;
            position: relative;
            border-right: 1px solid #5c5a54;
            cursor: pointer;
            /*border-left: 1px solid #59ac54;*/
        }

            .menu ul li:last-child {
                border-left: none;
            }

            .menu ul li:first-child {
                border-right: none;
            }

            .menu ul li a {
                text-decoration: none;
                display: block;
                padding: 8px 14px 13px 14px;
                color: #fff;
            }

                .menu ul li a:hover {
                    background-color: #044b87;
                    color: #fff;
                }

            .menu ul li ul {
                float: right;
                right: 0;
                padding: 0px;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                z-index: 1000;
                min-width: 230px;
                display: block;
            }

                .menu ul li ul li {
                    float: none;
                    border-bottom: 1px solid #697783;
                    display: block;
                    margin: 0px;
                    font-size: 13px;
                    padding: 0px;
                    background: #d80303;
                    border-right: none;
                    border-left: none;
                    background-color: #042743;
                }

                    .menu ul li ul li:last-child {
                        border-bottom: none;
                    }

                    .menu ul li ul li a {
                        background: none;
                        display: block;
                        padding: 10px;
                        margin: 0px;
                        -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
                        -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
                        -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
                        transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
                        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                        -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                        -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
                        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
                        /*border-right: 3px solid #FFF;*/
                    }

            .menu ul li:hover ul {
                display: block;
                opacity: 1;
                visibility: visible;
            }

           /* .menu ul li ul li a:hover {
                background: #51c898;
            }*/

/*---------------------------content------------------------------*/
.content-wrap {
    float: right;
    min-height: 200px;
    margin-bottom: 20px;
    width: 660px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.text {
    display: inline-block;
    width: 100px;
}

.drp {
    direction: ltr;
    display: inline-block;
}
/*---------------------------SIDEBAR------------------------------*/
.sidebar {
    float: right;
    width: 240px;
    min-height: 200px;
    margin-bottom: 20px;
    /*border-right: 1px solid #fc4343;*/
    padding-right: 10px;
    padding-left: 15px;
}

.access-wrap {
    width: 240px;
    height: 71px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #E6E6E6;
}

    .access-wrap:hover {
        background-color: #CCCCCC;
        cursor: pointer;
    }

.showdate {
    font-size: 14px;
    background: #044b87;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.widget-wrap {
    width: 238px;
    min-height: 130px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    overflow: hidden;
}

.widget-title {
    font-size: 14px;
    padding-right: 10px;
    background: #044b87;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 8px;
}

.widget-content {
    padding: 7px 7px 10px 7px;
    font-size: 13px;
    color: #666;
    line-height: 22px;
}

    .widget-content ul li {
        list-style: disc;
        margin-right: 15px;
    }

    .widget-content img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }


    .widget-content form span {
        float: right;
        width: 60px;
        display: block;
        color: #666;
        margin-bottom: 7px;
    }

    .widget-content form input[type=text], .widget-content form input[type=password] {
        float: right;
        margin-right: 5px;
        border: none;
        background-color: #E6E6E6;
        direction: ltr;
        text-align: left;
        padding: 2px 4px 2px 4px;
        margin-bottom: 7px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 140px;
    }

    .widget-content form input[type=submit] {
        font-family: 'tahoma',arial;
        font-size: 16px;
        margin-top: 3px;
        margin-right: 84px;
        padding-bottom: 2px;
        float: right;
    }

    .widget-content form input:hover[type=submit] {
        cursor: pointer;
    }





.newsletter form span {
    float: right;
    width: 37px;
    display: block;
    color: #666;
    margin-bottom: 7px;
}

.newsletter form input[type=text] {
    float: right;
    margin-right: 5px;
    border: none;
    background-color: #E6E6E6;
    direction: ltr;
    text-align: left;
    padding: 2px 4px 2px 4px;
    margin-bottom: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 130px;
    height: 21px;
}

.newsletter form input[type=submit] {
    font-family: 'tahoma',arial;
    font-size: 16px;
    margin-top: 3px;
    margin-right: 84px;
    ;
    float: right;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #CCC;
    border: none;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.newsletter form input:hover[type=submit] {
    cursor: pointer;
}
/*---------------------------CONTENT------------------------------*/
.gozaresh-content {
    float: right;
    width: 686px;
    min-height: 200px;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.28);
    margin-bottom: 30px;
}

.content-shadow {
    width: 687px;
    height: 27px;
    float: left;
    margin-bottom: 30px;
    background: url(../images/content-shadow.png) no-repeat;
}

.boxeswrap {
    min-height: 240px;
    margin-right: -1px;
    width: 687px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.boxes-title {
    height: 31px;
    font-size: 18px;
    color: #fff;
    padding-top: 8px;
    text-align: right;
    background-color: #044b87;
    padding-right: 10px;
    overflow: hidden;
}

.boxes-title2 {
    width: 200px;
    height: 33px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: -40px;
    padding-top: 7px;
    text-align: center;
    color: #666;
}

.archive-title {
    width: 61px;
    height: 40px;
    background: url(../images/archive.png) no-repeat;
    position: relative;
    top: -40px;
    padding-top: 7px;
    text-align: center;
    float: left;
}

.angle {
    width: 8px;
    height: 8px;
    background: url(../images/angle.png) no-repeat;
    position: relative;
    top: 36px;
}

.report-wrap {
    float: right;
    width: 228px;
    height: 250px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/entry-bg.png) bottom left repeat-x;
}

.report-wrap-image {
    margin-right: auto;
    margin-left: auto;
    width: 212px;
    height: 150px;
    background-color: #CCC;
    margin-top: 8px;
}

.report-wrap-title {
    margin-right: auto;
    margin-left: auto;
    width: 212px;
    height: 42px;
    margin-top: 5px;
    text-align: center;
    line-height: 21px;
    overflow: hidden;
    color: #666;
}

.report-more {
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding: 3px 10px 5px 10px;
    width: 70px;
    margin-top: 5px;
    text-align: center;
    color: #8c8c8c;
    background-color: #ebebeb;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-bottom: 3px solid #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .report-more a {
        text-decoration: none;
        color: #8c8c8c;
    }

    .report-more:hover {
        border-top: 1px solid #b4b4b4;
        border-right: 1px solid #b4b4b4;
        border-left: 1px solid #b4b4b4;
        border-bottom: 1px solid #b4b4b4;
        position: relative;
        top: 2px;
        cursor: pointer;
        background-color: #d1d1d1;
        color: #646464;
    }
/*---------------------------Sell Concerts------------------------------*/
.concerts-wrap {
    float: right;
    width: 668px;
    background: #f5f5f5;
    margin-bottom: 30px;
    overflow: hidden;
}

.cn-running-wrap {
    overflow: hidden;
    padding: 10px;
    border-bottom: 2px solid #fff;
}

.cn-running {
    padding-bottom: 5px;
    padding-top: 5px;
}

.cr-title {
    height: 30px;
    font-size: 19px;
    color: #666;
    padding-right: 7px;
    padding-top: 7px;
    margin-top: 5px;
    padding-bottom: 0px;
    background-color: #f2f0f0;
    font-size: 17px;
}

.cr-content {
    text-align: justify;
    color: #666;
    margin-top: 5px;
    line-height: 22px;
    overflow: hidden;
    font-size: 13px;
}

    .cr-content table td {
        border: 1px solid #E0DFDF;
        padding: 2px 5px 3px 5px;
        background-color: #F2F0F0;
    }

    .cr-content table tr td:nth-child(even) {
        text-align: center;
    }

    .cr-content table th {
        text-align: center;
        background-color: #F2F0F0;
        padding-top: 4px;
        padding-bottom: 5px;
        font-weight: bold;
        font-size: 13px;
        border: 1px solid #E0DFDF;
    }

.cr-title a {
    text-decoration: none;
    color: #666;
    padding-top: 14px;
}

    .cr-title a:hover {
        color: #09F;
    }

.white-line {
    width: 683px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #fff;
    position: relative;
    top: -1px;
}

.buy-ticket {
    width: 100px;
    background-color: #044b87;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 339px;
}

    .buy-ticket:hover {
        background-color: #0565b4;
    }

    .buy-ticket a {
        text-align: center;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 12px;
        display: block;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .buy-ticket a:hover {
            text-decoration: none;
        }



.agent-sell table td {
    border: 1px solid #E0DFDF;
    padding: 2px 5px 3px 5px;
    background-color: #F2F0F0;
}

.agent-sell table tr td:nth-child(even) {
    text-align: center;
}

.agent-sell table th {
    text-align: center;
    background-color: #F2F0F0;
    padding-top: 4px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #E0DFDF;
}


/*---------------------------News------------------------------*/
.news-wrap {
    float: right;
    width: 686px;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.28);
    margin-bottom: 30px;
}

.last-news-wrap {
    padding: 7px 7px 7px 7px;
}

.last-news-img {
    float: right;
    width: 155px;
    height: 180px;
    background-color: #ececec;
    margin-left: 10px;
    overflow: hidden;
    border: 3px solid #FFF;
}

.last-news-img2 {
    float: right;
    width: 170px;
    height: 130px;
    background-color: #ececec;
    margin-left: 10px;
}

.last-news-title {
    background: url(../images/little-arrow3.png) no-repeat right center;
    font-size: 19px;
    color: #666;
    padding-right: 7px;
    margin-top: 4px;
}

    .last-news-title a {
        text-decoration: none;
        color: #666;
    }

        .last-news-title a:hover {
            text-decoration: underline;
        }

.last-news-content {
    text-align: justify;
    color: #666;
    margin-top: 10px;
    line-height: 22px;
    max-height: 92px;
    overflow: hidden;
}

.other-news-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    border-top: 1px dotted #CCCCCC;
}

.other-icon {
    float: right;
    height: 106px;
    width: 40px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: url(../images/other-news.png) no-repeat,#ccc;
}

    .other-icon:hover {
        background: url(../images/other-news.png) no-repeat,#C00;
    }

.other-news-wrap ul {
    padding: 10px 0px 5px 10px;
    float: left;
    width: 616px;
}

    .other-news-wrap ul li {
        background: url(../images/little-arrow3.png) right center no-repeat;
    }

        .other-news-wrap ul li a {
            font-size: 14px;
            text-decoration: none;
            display: block;
            padding: 2px 7px 4px 5px;
            margin-bottom: 4px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #666;
        }

            .other-news-wrap ul li a:hover {
                background-color: #CCC;
                color: #FFF;
            }
/*---------------------------Page-----------------------------*/
.page-wrap {
    width: 670px;
    min-height: 370px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.page-wrap2 {
    width: 940px;
    min-height: 370px;
    background: #F0F0F0;
    margin-bottom: 30px;
}

.page-content {
    padding: 10px;
    line-height: 22px;
    color: #333;
    text-align: justify;
    font-size: 13px;
}

    .page-content a {
        text-decoration: none;
        color: #09F;
    }

        .page-content a:hover {
            text-decoration: underline;
        }

    .page-content b, strong {
        font-weight: bold;
    }

    .page-content ul {
    }

        .page-content ul li {
            list-style: disc;
            margin-right: 20px;
        }

    .page-content ol li {
        list-style: decimal;
        margin-right: 20px;
    }

    .page-content table {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .page-content table td {
            /*border: 1px solid #999;*/
            padding: 2px 4px 3px 4px;
        }

        .page-content table th {
            border: 1px solid #999;
            padding: 3px 4px 4px 4px;
            background-color: #044b87;
            color: #FFF;
            text-align: center;
            border: 1px solid #FFF;
        }
/*---------------------------FOOTER------------------------------*/
.footer {
    width: 100%;
    height: 122px;
    background: url(../images/footer.jpg) no-repeat right center,#f1f1f1;

   /* height: 70px;
    background-color: #31302d;*/
}

    .footer p {
        text-align: center;
        padding-top: 15px;
        color: #fff;
        font-size: 13px;
    }

        .footer p a {
            text-decoration: none;
            color: #09F;
        }

            .footer p a:hover {
                text-decoration: underline;
            }

.allarm {
    background-color: #f5f5f5;
    width: 648px;
    padding: 7px 10px 9px 10px;
    text-align: center;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    color: #666;
    line-height: 20px;
}

.elementss {
    margin-bottom: 10px;
}

    .elementss ul li {
        background: url(../images/little-arrow.png) right center no-repeat;
        padding-right: 10px;
    }

.news {
    padding: 10px;
}

    .news li {
        text-decoration: none;
        color: #FFF;
        display: block;
        margin-bottom: 3px;
        background-color: #fdfdfd;
        font-size: 13px;
    }

        .news li span {
            font-size: 12px;
            float: left;
            color: #666;
            padding: 7px 5px 0px 10px;
        }

        .news li a {
            text-decoration: none;
            color: #666;
            padding: 4px 7px 8px 7px;
            display: block;
        }

            .news li a:hover {
                background-color: #8ea69b;
                color: #FFF;
            }
/*seat==========================================================*/
.SeatPanelBody {
    clear: both;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}

.SeatPanelSeats {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.seatRow {
    vertical-align: middle;
    white-space: nowrap;
    clear: both;
}

.seatRowHeader {
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    padding: 0px 3px 10px 3px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    font-weight: bold;
}

.help {
    float: left;
    font-size: 10px;
    min-width: 300px;
    text-align: left;
    padding-left: 5px;
}

.seatActiveHelp, .seatLockHelp, .seatSoldHelp, .seatSelectHelp, .seatReserveHelp, .seatGuestHelp {
    background-image: url("../images/chair.png");
    background-repeat: no-repeat;
    border: 0 none;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    padding-top: 8px;
    text-align: right;
    vertical-align: top;
    width: 26px;
    color: #fff;
    margin-right: 10px;
}

.seatActiveHelp {
    background-position: 0 0;
}

.seatLockHelp {
    background-position: 0 -48px;
}

.seatSoldHelp {
    background-position: 0 -72px;
}

.seatSelectHelp {
    background-position: 0 -24px;
}

.seatReserveHelp {
    background-position: 0 -96px;
}

.seatGuestHelp {
    background-position: 0 -120px;
}

.seatActive, .seatLock, .seatSold, .seatSelect, .seatReserve, .seatGuest {
    background-image: url("../images/chair.png");
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    padding-bottom: 8px;
    text-align: center;
    vertical-align: top;
    width: 26px;
    margin-bottom: 0;
    margin-top: 0;
}

.seatActive {
    background-position: 0 0;
    color: #d2edcc;
}

.seatLock {
    background-position: 0 -48px;
    color: #c0c0c0;
}

.seatSold {
    background-position: 0 -72px;
    color: #db8682;
    cursor: default;
}

.seatSelect {
    background-position: 0 -24px;
    color: #d2d7fb;
}

.seatReserve {
    background-position: 0 -96px;
    color: #dddddd;
    cursor: default;
}

.seatGuest {
    background-position: 0 -120px;
    color: #fff;
    cursor: default;
}

.seatActive:hover, .seat:hover, .seatSelect:hover {
    color: #ffff00;
    font-weight: bold;
}

.planimg {
    margin: 0 0 0 15px;
    float: right;
    padding: 0;
}

.planinfo {
    float: right;
}
/*Grid================================================*/
.gridRowStyle {
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    background-color: #f1f1f1;
    color: Black;
}

    .gridRowStyle td {
        border: 1px solid #aaa;
    }

    .gridRowStyle a {
        color: Blue;
        text-decoration: none;
        font-size: 12px;
    }

.headerRowStyle {
    height: 25px;
    font-size: 13px;
    padding: 10px 15px 5px 5px;
    background-color: #c33c07;
    font-weight: bold;
    color: White;
    vertical-align: middle;
}

.gridPager, .gridPager table, .gridPager td {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-left: auto;
    margin-right: 1px;
    background-color: #e0e0e0;
    Color: #6d0a94;
    text-align: center;
}

    .gridPager span {
        text-decoration: underline;
        font-weight: bold;
        color: red;
        text-align: center;
        margin-left: auto;
        margin-right: 1px;
        padding: 2px;
    }

    .gridPager a {
        padding: 2px;
        text-decoration: none;
        text-align: center;
        margin-left: auto;
        margin-right: 1px;
        color: navy;
    }

.gridPagerNostyly, .gridPagerNostyly table, .gridPagerNostyly td {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding: 3px;
    background-color: #e0e0e0;
    Color: #6d0a94;
    text-align: center;
    border-style: none;
    border-width: 0px;
}

    .gridPagerNostyly span {
        text-decoration: underline;
        font-weight: bold;
        color: red;
        text-align: center;
        margin-left: auto;
        margin-right: 1px;
        padding: 2px;
    }

    .gridPagerNostyly a {
        padding: 2px;
        text-decoration: none;
        text-align: center;
        margin-left: auto;
        margin-right: 1px;
    }

.gridRowNoStyle {
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    color: Black;
    border-style: none;
    border-width: 0px;
}

.gozaresh-panel {
    padding: 10px 10px 10px 0;
}

.gozaresh-boxes {
    width: 199px;
    height: 275px;
    background-color: #FFF;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    overflow: hidden;
}

.gozaresh-img {
    width: 200px;
    height: 230px;
    background-color: #F2F0F0;
    ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.gozaresh-title {
    text-align: center;
}

    .gozaresh-title a {
        text-decoration: none;
        color: #454040;
        display: block;
        padding: 6px 3px 7px 3px;
        margin-top: 3px;
        min-height: 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .gozaresh-title h3 {
        font-size: 14px;
        max-height: 35px;
    }

    .gozaresh-title a:hover {
        background-color: #8ea69b;
        color: #FFF;
    }
