﻿
    
    *
    {
        padding: 0;
        border: 0;
        font-size: 100%;
    }

    body
{
    font-family: tahoma;
    font-size: 10pt;
    line-height: 18px;
    width: 100%;
}

    html,form,body
    {
        margin: 0;
        padding: 0;
    }

    a
    {
        text-decoration: none;
    }

    body
    {
        font-family: Tahoma;
        font-size: 8pt;
    }


    
#main {
    width: 900px;
    margin: 10px auto auto auto;
    height: 515px;
    background-color: rgba(0, 0, 0, 0.2);
    left: 50%;
    margin-left: -450px;
    position: fixed;
    padding: 5px 10px;
    -moz-border-radius: 9px;-webkit-border-radius: 9px;border-radius: 9px;
}

.ghorfeCMS {
    font-size: 7pt;
    text-decoration: none; background-color: rgba(255,100,50,.1); color:rgba(0,0,0,.4); border:1px solid rgba(255,100,50,.2); 
    padding: 2px 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: rgba(255, 255, 255, .4);
}

.ghorfeCMS:hover {
    background-color: rgba(255,100,50,1); color:rgba(255,255,255,1); border:1px solid rgba(255,100,50,.2);
}

.siteContent {
        color: white;
    font-family:'BNazanin';
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    margin-top: 0px;
    height: 290px;
    
}

.siteContent p, .siteContent div, .siteContent span, .siteContent td {
    color: white;
    font-family: inherit;
}

.mainPageContent {
    padding-top: 40px;
}

h2 {
    color: white;
    font-size: 1.2em;
}


h2.pageTitle {
    display: block;
    height: 60px;
    color: white;
    font-family: 'BNazanin';
    font-size: 20px;
    text-align: center;
    position: fixed;

    line-height: 40px;
    width: 900px;

    z-index: 1000;

background: rgba(0,0,0,0.8);
background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 71%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(71%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 71%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 71%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 71%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 71%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

margin-top: -15px;

    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;

    
}

#prodList {
    margin-top: 45px;
}

#prodList:hover > div {
    opacity: .6;
}


#prodList > div:hover {
    opacity: 1;
}




.productBox
{
    width: 150px;
    height: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #444;
    margin: 15px;
    overflow: hidden;

    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.productBox img
{
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    margin: 5px auto;
    width:140px; height:140px;
}

.productBox h3{
    background-color: #444;
    height: 55px;
    line-height: 20px;
    padding: 0 5px;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.productBox h3 a{
    color: #aaa; font-family: 'BJalal';
    font-weight: bold;font-size: 16px;
}

.productBox:hover h3 a{
    color: black;
}

.productBox:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        border: 1px solid #ccc;
}

    .productBox:hover h3
    {
            background-color: #aaa;

    }

.mainPic {
    border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;
}

.rad6 {
        border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;

}

.insideGallery {
    list-style: none;
}

.Agents table {
width: 350px;
margin-top: 20px;
border: 1px solid #CCC;
padding: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-color: rgba(200, 200, 200, 0.1);

    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.Agents table:hover {
background-color: rgba(200, 200, 200, 0.3);
}

.Agents table tr td:first-of-type {
    width: 70px;
}

.button {

background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );

    color: white;
    font-size: 11pt;
    padding: 2px 10px;
    margin: 10px 0;display: inline-block;
    border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
    border: 1px solid rgba(255, 0, 0, .4);

    font-family: 'BNazanin';
    
}


        #ulPhotos { list-style: none;}
        #ulPhotos li { float: right;margin: 10px;background-color: rgba(0, 0, 0, .1);
            -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;
        }
        #ulPhotos img { width: 50px; margin: 10px}
        #ulPhotos li:hover { background-color: rgba(0, 0, 0, .2);}

        ul.properties{ list-style: none;}
        ul.properties li { border-bottom: 1px solid rgba(250,250,250,.2);padding: 6px;}
        ul.properties li > span:first-of-type{ display: inline-block;width: 180px;color: gray;}
        ul.properties li > span:nth-of-type(2){ display: inline-block;color: black;font-weight: bold;}
        ul.properties input { font-size: 10pt;color: red;}
        ul.properties select { font-size: 10pt;color: black;padding: 2px 2px;font-family: tahoma;min-width: 150px; border:1px solid rgba(100,100,100,.2)}
        ul.properties .bigger { font-size: 180%;}
        h4{ font-weight: normal;}



.files {
    list-style: none;padding: 0;
}

.files:before{ content: 'دریافت فایل';margin: 20px 0;display: block;}

.files a { color: gray;}
.files li:before { content: '- ';color: red;}



        #overlay
        {
            z-index: 99999;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

            -moz-transition: background .2s linear;
            -ms-transition: background .2s linear;
            -o-transition: background .2s linear;
            transition: background .2s linear;
            background-color: rgba(0, 0, 0, 0.8);
        }

        #overlay #message {
            display: block;margin: 200px auto;
            width: 640px;height: 360px;
            color: orange;text-align: center;line-height: 120px;
            font-size: 17px;font-weight: bold;

            -moz-transition: background .2s linear;
            -ms-transition: background .2s linear;
            -o-transition: background .2s linear;
            transition: background .2s linear;

background: rgba(0,0,0,0.79);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.79) 19%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(0,0,0,0.79)), color-stop(19%, rgba(0,0,0,0.79)), color-stop(71%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.79) 19%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.79) 19%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.79) 19%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0.79) 19%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            border-radius: 12px;
        }


        .loginTable{width:453px; border:solid 1px gray; margin: 60px auto;or: rgba(0,0,0,.5)}
        .log}
        .loginTable tr td:first-of-type {padding-left:20px;font-size: 10pt;}
        .loginTable tr td:nth-of-type(2) { text-align: left;}
        .loginTable input { width: 200px;}

        .loginBtn {
            background-color: white;color: black;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;height: 30px;line-height: 30px;
            padding: 2px 10px;text-align: center;font-size: 9pt;
        }
        