﻿.div-tree {
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    background-color: #eee;
    margin: 15px 0 15px 15px;
    width: 215px;
    display: inline-block;
}

    .div-tree a {
        color: #414141;
    }

#lightbox-container-image > img {
    margin-top: 20px;
}
/*Added by Dehghani*/
div.formWrap input[type="submit"] {
    border: 1px solid #b3b3b3;
    color: #fff;
    border-radius: 4px;
    direction: rtl;
    font-family: Tahoma;
    font-size: 11px;
    cursor: pointer;
    background-color: #52ADFF;
    margin: 3px;
    padding: 3px;
    text-align: right;
    vertical-align: middle;
}

    div.formWrap input[type="submit"]:hover {
        background-color: #2778E5;
    }

.FaratechStyle .GridViewHeader,
.FaratechStyle .gridview-row {
    text-align: center;
}

.gridview-row-price {
    width: 135px;
    text-align: center;
}

.gridview-row-title input {
    margin-top: 7px;
    text-align: center;
}
/*Manager Photo Gallery*/
#titleWrap {
    background-color: #90d5ad;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

#submittedProductsWrap {
    padding: 10px 5px;
}

.customLegend {
    background-color: #90d5ad;
    border-radius: 10px;
    padding: 5px 15px;
    position: relative;
    top: -5px;
}

div.formWrap ul#formWrap {
    list-style: none;
}

    div.formWrap ul#formWrap li {
        float: right;
        width: 150px;
        margin-top: 10px;
    }

fieldset#fileUploadWrap {
    width: 325px;
    text-align: center;
    padding-bottom: 20px;
    float: right;
}

#description {
    background-color: #90d5ad;
    float: right;
    margin-top: 55px;
    padding: 10px;
}

/*Photo Gallery*/
.listItem img {
    width: 70px;
    height: 53px;
}

.listItem {
    width: 70px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

#zoom {
    width: 234px;
    height: 234px;
    border: 1px solid #e2e2e2;
}

#photoGalleryWrap {
    width: 81.33%;
    margin-right: 12.13%;
}

#zoomWrap {
    float: right;
    position: relative;
    top: 1px;
    left: 5px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
}
