﻿ 


.HNavigate {
    width: 800px;
}

    .HNavigate li {
        float: right;
    }

        .HNavigate li a {
            font: 8pt tahoma;
            color: #444;
        }

.HPImg {
    width: 290px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 1px 1px #444;
box-shadow: 1px 1px 1px 1px #444;
float: left;
margin: 0 10px 10px 0px;
}

.ImgNews {
    float: left;
    width: 250px;
    margin: 0px 10px 10px 10px;
    box-shadow: 3px 3px 2px #888888;
    border: 1px solid #dddddd;
}
.HContent { 
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 3px;
    direction: rtl;
    text-align: justify;
    padding: 20px 10px;
    width: 100%;
    color: #FFFFFF;
    box-shadow: 0 0.5px 0 0 #E6C315 inset, 0 1px 2px 0 #B3B3B3;
    background: rgba(16, 67, 110, 0.31);
    margin: 0px auto;
    border: 2px solid #E0B317;
    overflow: hidden;
}
.HTitle {
    font: bold 16pt arial;
padding-bottom: 10px;
border-bottom: 2px solid #545454;
margin-bottom: 10px;
display: block;
font: 10pt 'B Yekan' , tahoma;
font-size: 16pt;
}
.Hnavigate { 
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 3px;
    background: #10436E;
    text-align: right;
    padding: 10px;
    clear: both;
    width: 100%;
    margin-right: 106px;
    color: white;
    margin: 15px auto;
    font-size: 15px;
    background: #101c25;
    direction: rtl;
}
    .Hnavigate a {
        text-decoration:none;
        color:white;
    }
.ntin {
    color: rgb(224, 179, 23);
font: 14px 'web_yekan';
padding-right: 10px;
}


.nazar { 
padding: 37px 36px 15px 31px;
direction: rtl;
    margin-top: 10px;
color: #FFFFFF;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-moz-border-radius: 7px;
border-radius: 3px;
background: url('../images/bg_contact1.jpg');
box-shadow: 4px 5px 8px #444;
display: block;
margin: 10px auto;
clear: both;
line-height: 32px;
width: 100%;
font: normal 15px/38px BKoodakBold,tahoma;
}

    .nazar h1 {
        width: 100%;
        text-align: right;
        font: 16pt 'B Yekan' , tahoma;


        background: none repeat scroll 0 0 #FFFEF4;
        border: 1px solid #e2e2e2;
color: black;
border-radius: 5px 5px 0 0;
height: 51px;
padding: 10px;

    }

.answer {
    width: 540px;
    margin: 6px 12px 6px 0px;
    padding: 10px 5px 10px 5px;
    font: 8pt tahoma;
    border: 2px solid #d55f08;
    background: #efeee8;
    color: #042d61;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.infoUser {
    font: bold 8pt tahoma;
}



div.rating-cancel, div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}

    div.rating-cancel, div.rating-cancel a {
        background: url(delete.gif) no-repeat 0 -16px;
    }

    div.star-rating, div.star-rating a {
        background: url(../Images/star.gif) no-repeat 0 0px;
    }

        div.rating-cancel a, div.star-rating a {
            display: block;
            width: 16px;
            height: 100%;
            background-position: 0 0px;
            border: 0;
        }

div.star-rating-on a {
    background-position: 0 -16px!important;
}

div.star-rating-hover a {
    background-position: 0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important;
}
/* Partial Star CSS */
div.star-rating {
    background: transparent!important;
    overflow: hidden!important;
}


.ui-rater > span {
    vertical-align: top;
}

.ui-rater-rating {
    margin-left: 5.8em;
    background: url('../Images/giga-star.png') no-repeat 30px 1px;
    font-weight: bold;
    height: 34px;
    width: 60px;
    display: block;
    padding: 26px 33px 0px 7px;
}

.ui-rater-starsOff, .ui-rater-starsOn {
    display: inline-block;
    height: 18px;
    background: url(../Images/stars.gif) repeat-x 0 0px;
}

.ui-rater-starsOn {
    display: block;
    max-width: 180px;
    top: 0;
    background-position: 0 -36px;
}

.ui-rater-starsHover {
    background-position: 0 -18px!important;
}





.ulProductList {
    margin: 3px;
    padding: 0px;
    list-style: none;
    display: block;
    height: auto;
    margin: 5px;
    overflow: auto;
}

    .ulProductList li {
        float: right;
        text-align: center;
        width: 315px;
        height: 225px;
        margin: 3px;
        border: 1px solid #dddddd;
        display: block;
        padding-top: 10px;
        background: #fff;

        -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

        border-radius: 2px 2px 2px 2px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

border-bottom: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    }

        .ulProductList li:hover {
          -webkit-box-shadow: 0 7px 4px #777;
-moz-box-shadow: 0 7px 4px #777;
box-shadow: 0 7px 4px #777;
background:whitesmoke;
        }

        .ulProductList li a { 
            color: #585756;
            text-decoration: none;
            border: 0px;
            font: 10pt 'B Yekan' , tahoma;
        }

            .ulProductList li a img {
                border: 0px;
                width: 300px;
                height: 167px;
                margin-bottom: 13px;
                -webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            }

.ulGen {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: auto;
}

    .ulGen li {
        float: left;
        margin: 5px;
        line-height: 17px;
    }

        .ulGen li a {
            list-style: none;
        }


.okSent {
    width: 90%;
    height: 25px;
    padding: 10px 10px 0px 0;
    display: block;
    background: #aee39f;
    color: #193312;
    font: bold 8pt tahoma;
    border: 4px solid #7eb071;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.linkGen {
    font: 8pt tahoma;
    text-decoration: none;
    color: #09406c;
}

    .linkGen:hover {
        text-decoration: underline;
    }

.sIcon {
    float: right;
    margin: 0px 0px 0px 5px;
}



.textbox {
    font: 8pt tahoma;
    padding: 5px;
    border: solid 1px #d2d1d1;
    outline: 0;
    width: 150px;
    background: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

    .textbox:hover, .textbox:focus {
        border-color: #a8a7a7;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.button {
    font: 8pt tahoma;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}


    .button:hover, .button:focus {
        background: #356094;
        border: solid 1px #2A4E77;
        text-decoration: none;
    }

    .button:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        background: #2E5481;
        border: solid 1px #203E5F;
    }

.errornet {
    font: bold 8pt tahoma;
    color: Red;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 45px 15px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    direction: rtl;
    font: 8pt tahoma;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/Information.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../Images/Tick.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/Error.png');
}


.sp {
    color: gray;
}

.infoDiv {
    direction: rtl;
    background: #f6f1be;
    border: 2px outset #cccccc;
    padding: 5px;
    line-height: 18px;
}

.rese {
    width: 300px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    float: left;
    font: 7pt tahoma;
}

.rese2 {
    width: 300px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
    font: 7pt tahoma;
    margin-top: 5px;
}

.public {
    font: 8pt tahoma;
}

.rcontent {
    clear: both;
    width: 910px;
    margin: 50px 0px; 
}

.gridPaging a {
    width: 30px;
    height: 20px;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    border: 1px solid #33220f;
    background: #4f3920;
    color: white;
    margin: 2px;
}

    .gridPaging a:hover {
        background: #965810;
    }

.boxHeaderColor {
    font: bold 20px arial;
    width: 915px;
    height: 27px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 1px #444444;
    box-shadow: 1px 1px 1px 1px #444444;
    background: rgb(133, 101, 101);
    padding: 5px;
}

.picUl {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #ddd;
    clear: both;
    overflow: auto;
    margin-top: 10px;
}

    .picUl li {
        width: 200px;
        height: 230px;
        margin: 15px;
        float: right;
        text-align:center;
    }

.ulGen li a {
    list-style: none;
}

.picUl li a img {
    width: 215px;
    height: 200px;
    border: 0px;
    border: 3px solid #dddddd;
}

.linkGen {
    float: right;
    margin-top: 7px;
}

.mainN {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .mainN li {
        margin: 10px;
        clear: both;
        width: 96%;
        padding: 4px;
        border-bottom: 1px solid #F7FFB0;
        display: block;
        height: 55px;
        direction: rtl;
        text-align: right;
        height: auto;
        overflow: auto;
    }

        .mainN li h2 {
            font: 14px 'bkoodakbold';
text-align: justify;
color: white;
margin-bottom: 10px;
        }


        .mainN li a {
            color: Gray;
            text-decoration: none;
            margin-top: 8px;
            font: 8pt tahoma;
        }

            .mainN li a img {
               float: right;
width: 100px;
height: 80px;
margin: 4px;
border: 1px solid #F7FFB0;
margin-top: 0px;
            }

 
 

/* Elastislide Style */
.es-carousel-wrapper {
    background: #101010;
    padding: 10px 27px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
    position: relative;
    margin-bottom: 20px;
    direction: ltr;
}

.es-carousel {
    overflow: hidden;
    background: #000;
}

    .es-carousel ul {
        display: none;
    }

        .es-carousel ul li {
            height: 100%;
            float: left;
            display: block;
        }

            .es-carousel ul li a {
                display: block;
                border-style: solid;
                border-color: #222;
                opacity: 0.8;
                -webkit-touch-callout: none;
                /* option */
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .es-carousel ul li.selected a {
                border-color: #fff;
                opacity: 1.0;
            }

            .es-carousel ul li a img {
                display: block;
                border: none;
                max-height: 100%;
                max-width: 100%;
            }

.es-nav span {
    position: absolute;
    top: 50%;
    left: 8px;
    background: transparent url(../Images/nav_thumbs.png) no-repeat top left;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
}

    .es-nav span.es-nav-next {
        right: 8px;
        left: auto;
        background-position: top right;
    }

    .es-nav span:hover {
        opacity: 1.0;
    }

.rg-image-wrapper {
    position: relative;
    padding: 20px 30px;
    background: transparent url(../Images/black.png) repeat top left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 20px;
}

.rg-image {
    position: relative;
    text-align: center;
    line-height: 0px;
}

    .rg-image img {
        max-height: 100%;
        max-width: 100%;
    }

.rg-image-nav a {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000 url(../Images/nav.png) no-repeat -20% 50%;
    width: 28px;
    height: 100%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.3;
    outline: none;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

    .rg-image-nav a.rg-image-nav-next {
        right: 0px;
        left: auto;
        background-position: 115% 50%;
        -moz-border-radius: 0px 10px 10px 0px;
        -webkit-border-radius: 0px 10px 10px 0px;
        border-radius: 0px 10px 10px 0px;
    }

    .rg-image-nav a:hover {
        opacity: 0.8;
    }

.rg-caption {
    text-align: center;
    margin-top: 15px;
    position: relative;
}

    .rg-caption p {
        font: 8pt tahoma;
        padding: 0 15px;
        text-transform: uppercase;
    }

.rg-view {
    height: 30px;
}

    .rg-view a {
        display: block;
        float: right;
        width: 16px;
        height: 16px;
        margin-right: 3px;
        background: #464646 url(../Images/views.png) no-repeat top left;
        border: 3px solid #464646;
        opacity: 0.8;
    }

        .rg-view a:hover {
            opacity: 1.0;
        }

        .rg-view a.rg-view-full {
            background-position: 0px 0px;
        }

        .rg-view a.rg-view-selected {
            background-color: #6f6f6f;
            border-color: #6f6f6f;
        }

        .rg-view a.rg-view-thumbs {
            background-position: 0px -16px;
        }

.rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../Images/ajax-loader.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(../Images/overlay.png) repeat 0 0;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../Images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../Images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../Images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../Images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(../Images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../Images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../Images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../Images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../Images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


.ulProList {
   list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
    background-color: rgba(248, 248, 245, 0.64);
}


.ulProList li {
    text-align:right;
    direction:rtl;
    height:auto;
    width:100%;
    padding:5px;
    background:url('../Images/blue_array.png') no-repeat right center;
    padding-right:15px;
    border-bottom:1px solid #ddd;
   
}
.ulProList li a {
        font: 10pt web_yekan;
    text-decoration: none;
    color: black;
       
    }
    .ulProList li:hover , .ulProList li a:hover {
        background: rgb(155, 155, 155);
        font-weight:bold;
     
    }
.tblUser {
    background:#f0f0f0;
    float:right;
    margin:20px;
    clear:both;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}
    .tblUser tr th {
        background:#099edc;
        text-align:center;
        color:white;
        font:bold 9pt tahoma;
        height:35px;

        background: #258dc8; /* Old browsers */
background: -moz-linear-gradient(top,  #258dc8 0%, #258dc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #258dc8 0%,#258dc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */

    }
    .tblUser tr td {
        padding:5px;
        background:white;
        padding:5px;
    }

.box11 {
-webkit-box-shadow: 0 3px 2px #777;
background:#f4f3e5;
-moz-box-shadow: 0 3px 2px #777;
box-shadow: 0 3px 2px #777;
width:550px;
    padding:10px;

}
.amar {
margin: 0px;
padding: 0px;
list-style: none;
}
.amar li {
margin-bottom: 14px;
text-align: right;
padding: 3px;
margin: 0px 8px;
}



.poll-box
{
    
	padding: 1px; 
	width: 166px;
	font:8pt tahoma;
	direction:rtl; 
    text-align:right;
    line-height: 23px;
}
.poll-question
{ 
	border:solid 1px white; 
	padding:5px;
	margin-bottom:0px;
    width:100%;
    text-align:right;
}
.poll-total
{
	background:#d6f0ac; 
	color:Black; 
	border:solid 1px black;
	 padding:5px; 
	 margin-bottom:10px;
	 text-align:center; 
}
.poll-result
{
	font-size:12px; 
	padding-left:4px; 
}
.poll-chart
{
	background: #fff; 
	padding: 2px; 
	margin:2px;
	height: 15px; 
	overflow: hidden; 
	vertical-align: middle;
	margin-bottom:10px;
	border:1px solid gray;
	
	-moz-box-shadow:    1px 1px 1px 1px #c5c5c5;
  -webkit-box-shadow: 1px 1px 1px 1px #c5c5c5;
  box-shadow:         1px 1px 1px 1px #c5c5c5;
}
.submit
{
    margin:0px auto;
    font:8pt tahoma;
background-color: #c6c6c6;
border: 1px solid #c6c6c6; 
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow: inset 0 1px 0 0 white;
-moz-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
color: #1A3E66;
 line-height: 1;
padding: 6px 0 7px 0;
text-align: center;
text-shadow: 0 1px 1px white;
width: 120px;
    }
    
     .submit:hover  {
    background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    border-top: 1px solid #a1afbf;
    border-left: 1px solid #9caaba;
    border-bottom: 1px solid #96a3b3;
    border-right: 1px solid #9caaba;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #163659;
    cursor: pointer; }



.box_about1 {
    width: 100%;
    float: right;
    min-height: 400px;
    background: url('../images/bg_contact1.jpg');
    background-size: 100% auto;
    overflow: hidden;
    height: auto;
    display: block;
    box-shadow: 4px 5px 8px #444;
    text-align: justify;
}




  .productlist {
    width: 219px;
    height: 200px;
    padding: 0% 0px 23% 0.5px;
    float: right;
    margin-bottom: 5%;
    margin-right: 15px;
    }

   
   .productlist:hover{
         /*border-radius: 3px;
    padding: 5px;*/
    box-shadow: 1px 2px 10px 5px white;
    }

    .productlist .productcolpic img{
      width: 100%;
    max-height: 185px;
    border-radius: 3px 3px 0 0;
    }

     .productlist .coltitle{
       text-align: center;
    border-radius: 0 0 3px 3px;
    background-color: #d93e3f;
    width: 100%;
    }

     

     .productlist .coltitle a{
         color:white;
    }


.onprotitle {
    background-color: #d93e3f;
    width: 107.5%;
}


    .onprotitle a {
        color:white;
    }

    .social {
        width: 200px;
    padding: 10px 0;
}

    .social ul {
        display:inline;
    }

    .social li   {
            float: left;
            margin: 0 5px;
    }

        .social li a img {
            width:20px;
        }