
@font-face {
    font-family: 'farayekan';
    src: url('/fonts/farayekan.eot') format('embedded-opentype'), url('/fonts/farayekan.otf') format('opentype'), url('/fonts/farayekan.svg') format('svg'), url('/fonts/farayekan.ttf') format('truetype'), url('/fonts/farayekan.woff') format('woff');
}

.hover-fx .photo-title {
    display: inline-block;
    font: 500 14pt/22px weblog;
    padding: 5px 15px 0 0;
    height: 35px;
    width: 100%;
    font-family: farayekan;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    background-color: rgba(33,33,33,0.8);
    position: absolute;
    margin-top: -35px;
    transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
}

.panelimg:hover .photo-title {
    margin-top: -50px;
    height: 50px;
}

.panelimg {
    position: relative;
    margin-bottom: 20px;
}

.product-image {
    display: block;
    text-align: center;
}

    .product-image img {
 
        width: 100%;
    }

.detail-title {
    padding-bottom: 15px;
    text-align: right;
}

.detail-image {
    margin: 0 15px 15px 0;
    float: left;
    width: 300px;
}

.detail-desc {
    text-align: justify;
    line-height: 25px;
}

.catitle {
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: normal;
    color: #8080ff;
}

A.catitle:hover {
    text-decoration: none;
    color: #6600cc;
}

.SubHead {
    font: 500 9pt tahoma !important;
    width: 120px;
}

.tblnews input[type=text], input[type=password], .ullisttop input[type=text] {
    width: 230px;
    border: 1px solid #AEA9BC;
    padding: 4px 4px;
    border-radius: 2px;
    background: #ffffff url("../images/bg-textbox.png") repeat-x;
}

    .tblnews input[type=text]:focus, input[type=password]:focus {
        border-color: #ADDB2C;
        box-shadow: 0 0 5px 0 #B5DFF1;
    }

.tblnews input[type=submit], input[type=button] {
    font: 500 9pt tahoma;
    cursor: pointer;
}

.tblnews select {
    font: 500 9pt tahoma;
    border: 1px solid #AEA9BC;
    padding: 3px;
}

.tblnews textarea {
    width: 230px;
    border: 1px solid #AEA9BC;
    padding: 4px 4px;
    border-radius: 2px;
}

    .tblnews textarea:focus {
        border-color: #ADDB2C;
        box-shadow: 0 0 5px 0 #B5DFF1;
    }

.tblnews input[type=checkbox] {
    margin: 3px 0 2px 4px;
    vertical-align: middle;
}

.tblnews input[type=file] {
    margin-left: 15px;
}

#otherimages select {
    margin-right: 8px;
}

.CommandButton_a {
    border: 1px solid #70CADC !important;
    padding: 4px 10px;
    color: #000 !important;
    margin-left: 3px;
    background: #B1EFF9;
    text-align: center !important;
}

    .CommandButton_a:hover {
        background: #88D8E8;
        text-decoration: none;
    }

.GB_Picture {
    width: 500px;
}
