#gallery tr {
    display: inline-block;
    direction: ltr;
}

.hover-fx {
    margin: 14px;
}

    .hover-fx .photo-title {
        background-color: #3E3E3E;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
        display: inline-block;
        font: 500 9pt/25px tahoma;
        position: absolute;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        height: 35px;
        width: 215px;
        bottom: 0;
        text-decoration: none;
        transition: 400ms;
    }

    .hover-fx .panelimg:hover .photo-title {
        padding-top: 10px;
        height: 45px;
    }

.panelimg {
    position: relative;
    width: 215px;
}


.product-image {
    display: inline-block;
    height: 215px;
    display: inherit;
}

    .product-image img {
        width: 215px;
        height: 215px;
    }

.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;
    min-height: 300px;
}

.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;
}
