﻿﻿
.Active {
    display: block;
}
.NotActive {
    display: none;
}
.mainParent
{
    padding: 0 0 0 10px;
    background-image: url(../../Images/JadooyeGhalam/border-L.png);
    background-repeat: repeat-y;
    width: 1000px;
    direction: rtl;
}
.innerParent
{
    padding: 0 10px 0 0;
    background-image: url(../../Images/JadooyeGhalam/border-R.png);
    background-position: right;
    background-repeat: repeat-y;
    width: 990px;
}
/*---------------------------   Header  ----------------------------*/
#divHeader
{
    position: relative;
}
#divHeader div.top
{
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
    color: White;
    width: 700px;
    font-size: 14px;
}
#divHeader div.cart
{
    position: absolute;
    top: 150px;
    left: 40px;
    z-index: 1;
    color: White;
    width: 170px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}
#divHeaderBGs, #divHeader
{
    width: 990px;
    height: 257px;
    overflow: hidden;
    display: inline-block;
}
#divHeaderBGs div
{
    float: left;
    height: 257px;
    width: 90px;
    background-repeat: no-repeat;
    display: inline-block;
}
#divHeaderBGs div.header1
{
    background-image: url(../../Images/JadooyeGhalam/HBG-1.jpg);
}
#divHeaderBGs div.header2
{
    background-image: url(../../Images/JadooyeGhalam/HBG-2.jpg);
}
#divHeaderBGs div.header3
{
    background-image: url(../../Images/JadooyeGhalam/HBG-3.jpg);
}
#divHeaderBGs div.header4
{
    background-image: url(../../Images/JadooyeGhalam/HBG-4.jpg);
}
#divHeaderBGs div.header5
{
    background-image: url(../../Images/JadooyeGhalam/HBG-5.jpg);
}
#divHeaderBGs div.header6
{
    background-image: url(../../Images/JadooyeGhalam/HBG-6.jpg);
}
#divHeaderBGs div.header7
{
    background-image: url(../../Images/JadooyeGhalam/HBG-7.jpg);
}
#divHeaderBGs div.header8
{
    background-image: url(../../Images/JadooyeGhalam/HBG-8.jpg);
}
#divHeaderBGs div.header9
{
    background-image: url(../../Images/JadooyeGhalam/HBG-9.jpg);
}
#divHeaderBGs div.header10
{
    background-image: url(../../Images/JadooyeGhalam/HBG-10.jpg);
}
#divHeaderBGs div.header11
{
    background-image: url(../../Images/JadooyeGhalam/HBG-11.jpg);
}
#divHeader .search
{
    position: absolute;
    top: 200px;
    left: 680px;
    width: 303px;
    height: 26px;
    z-index: 1;
    overflow: hidden;
}
#divHeader .search div
{
    float: left;
}
#divHeader .search .b
{
    width: 68px;
    height: 26px;
    display: inline-block;
}
#divHeader .search .sep
{
    width: 5px;
    display: inline-block;
    overflow: hidden;
}
#divHeader .search .L, #divHeader .search .R
{
    width: 3px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
}
#divHeader .search .L
{
    background-image: url(../../Images/JadooyeGhalam/searchL.png);
}
#divHeader .search .R
{
    background-image: url(../../Images/JadooyeGhalam/searchR.png);
}
#divHeader .search .M
{
    width: 223px;
    height: 26px;
    background-repeat: repeat-x;
    background-image: url(../../Images/JadooyeGhalam/searchM.png);
    padding: 0px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#divHeader .search .M input
{
    border: none !important;
    color: White;
    background-color: transparent;
    width: 212px;
    height: 20px;
    padding: 3px 15px 1px 15px;
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 2;
}
/*--------------------------- end Of  Header  ----------------------------*/

/*---------------------------   Horizontal static Links  ----------------------------*/
.hMenu
{
    width: 990px;
    height: 45px;
    display: inline-block;
    font-size: 15px;
    color: White;
    background-image: url(../../Images/JadooyeGhalam/MB-M.png);
    background-repeat: repeat-x;
    overflow: hidden;
}
.hMenu .hMenuL, .hMenu .hMenuR
{
    height: 45px;
    float: left;
    background-repeat: no-repeat;
}
.hMenu .hMenuR
{
    /*--- width: 115px; ----*/
    height: 32px;
    float: none;
    clear: both;
    background-image: url(../../Images/JadooyeGhalam/MB-R.png);
    background-position: right;
    padding: 13px 10px 0 10px;
}
.hMenu .hMenuL
{
    width: 113.4px;
    background-image: url(../../Images/JadooyeGhalam/MB-L.png);
    background-position: left;
}
.hMenu .hMenuRight
{
    width: 143px !important;
}
.hMenu .hMenuRight .hMenuR
{
    width: 123px !important;
}
.hMenuR a
{
    font-size: 15px;
    color: White;
}
.hMenuR a:hover
{
    color: #B5B5B5;
}
/*---------------------------  end of Horizontal static Links  ----------------------------*/

/*---------------------------   body  ----------------------------*/
.body
{
    width: 990px;
    clear: both;
    display: inline-block;
}
div.body
{
    /*position: relative;*/
    background: url(../../Images/JadooyeGhalam/body-bg.png);
}
ul.body
{
    /*position: absolute;     left: 0;     top: 0;     z-index: 1; */
}
ul.body
{
    /*position: relative;*/
}
ul.body .R, ul.body .L
{
    width: 185px;
    float: right;
    display: inline-block;
    background: url(../../Images/JadooyeGhalam/Column-bg.png);
    padding-bottom: 40px;
}
ul.body .ContentParent
{
    display: inline-block;
    width: 804px;
    float: right;
    background: url(../../Images/JadooyeGhalam/shadow-top.png) repeat-x;
    padding: 0;
}
ul.body .ulHome, ul.body .ContentParent .contentPane
{
    width: 804px;
}
ul.body .M
{
    padding: 10px 8px 40px 8px;
    display: inline-block;
    width: 602px;
    float: right;
}
ul.body li.sep
{
    padding: 20px 0px;
    float: right;
    width: 1px;
    display: inline-block;
    overflow: hidden;
    background: url(../../Images/JadooyeGhalam/line-repeat-y.png);
    background-repeat: repeat-y;
}

ul.body li.R div.rCatTop, ul.body li.L div.rCatTop
{
    background: url(../../Images/JadooyeGhalam/line-repeat-x.png);
    background-repeat: repeat-x;
    background-position: bottom;
    clear: both;
    display: inline-block;
    padding: 0;
    width: 100%;
}
ul.body li.R .rInner, .lInner
{
    background: url(../../Images/JadooyeGhalam/shadow-top.png) repeat-x;
    width: 175px;
    padding: 30px 5px 10px 5px;
}
    ul.body li.L span.T:last-child {
        font-size:17px;
    }
ul.body li.M div.mCatTop, .GroupViewParent .mCatTop, .DetailParentPage .mCatTop
{
    width: 592px;
    padding: 0 4px 4px 4px;
    background: url(../../Images/JadooyeGhalam/line-repeat-x.png);
    background-repeat: repeat-x;
    background-position: bottom right;
    clear: both;
    display: inline-block;
}
ul.body li.M div.mCatTop .c, .GroupViewParent .mCatTop .c, .DetailParentPage .mCatTop .c
{
    display: inline-block;
    padding: 3px;
}
ul.body li.M div.mCatTop div, .GroupViewParent .mCatTop div, .DetailParentPage .mCatTop div
{
    float: right;
    color: #9b6f4c;
    font-size: 21px;
    font-weight: bold;
}
ul.body li.R div.rCatTop div, ul.body li.L div.rCatTop div, span.T
{
    float: right;
    color: #9b6f4c;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px 10px 5px;
}
span.T
{
    float: none;
    padding: 0;
}
ul.body li.R div.rCatTop .c, ul.body li.L div.rCatTop .c
{
    display: inline-block;
    padding: 3px 5px;
}
ul.body li.R .rightBox, ul.body li.R .leftBox
{
    padding: 20px 0 10px 0;
}
ul.body li.R .rightBox .sep, ul.body li.R .leftBox .sep
{
    height: 10px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    clear: both;
}
ul.body li.R .rightBox .item, ul.body li.L .leftBox .item
{
    padding: 5px 0;
    display: inline-block;
}
.menuP ul
{
    width: 175px;
    display: inline-block;
    background: url(../../Images/JadooyeGhalam/Column-bg.png);
}
.menuP a
{
    border: none;
    padding-top: 0;
    color: #D8B894;
    font-size: 14px;
    background-image: url(../../Images/JadooyeGhalam/C-symbol.png);
    background-position: right 4px;
    background-repeat: no-repeat;
}
.menuP a:hover
{
    border: none;
    padding-top: 0;
    background-color: transparent;
    color: #FFF;
}
.menuP ul li:hover
{
    background-color: transparent;
}
.menuP ul li, .menuP ul li:hover
{
    color: #D8B894;
    width: 165px;
    text-align: right;
    height: 20px;
    padding: 8px 0 8px 0;
    padding-right: 10px;
    background: url(../../Images/JadooyeGhalam/dotted.png) bottom right repeat-x;
}
.menuP ul li ul, .menuP ul li:hover ul
{
    border: 1px solid #371C00;
    z-index: 101;
}
.cornerBox, .cornerBox span, .cornerBox a
{
    color: #D8B894;
    line-height: 24px;
    font-weight: bold;
}

/*--------------------------- end of  body  ----------------------------*/

/*--------------------------- Global  ----------------------------*/

.normalText
{
    font-size: 13px;
}
.productImg
{
}
.productImg img
{
    background: white;
    border-radius: 12px;
    width: 130px;
    padding: 5px 10px;
}
li.right
{
    float: right;
}
li.left
{
    float: left;
}

/*--------------------------- end of Global  ----------------------------*/

/*--------------------------- add Cart  ----------------------------*/

a.addCartRight, a.moreRight
{
    display: inline-block;
    width: 82px;
    height: 31px;
    font-size: 13px;
    font-weight: normal;
}
a.addCart
{
    background: url("../../Images/JadooyeGhalam/cart-button.png") no-repeat scroll 0 0 transparent;
}
a.more
{
    background: url(../../Images/JadooyeGhalam/more-button.png) no-repeat;
}
a.more:hover, a.addCart:hover
{
    color: #FFF !important;
}
.ContentParent a.addCart, .ContentParent a.more
{
    padding-top: 4px;
    height:30px;
}

/*--------------------------- end of add Cart  ----------------------------*/

div.footer
{
    direction: rtl;
    width: 100%;
    display: inline-block;
    background: url(../../Images/JadooyeGhalam/Footer-pattern.jpg);
    color: #E5E5E5;
    font-size: 14px;
}
div.footerTop
{
    width: 100%;
    background: url(../../Images/JadooyeGhalam/Footer-top.jpg) repeat-x;
    display: inline-block;
    padding: 13px 0 20px 0;
    line-height: 1.8em;
}
div.footerBottom
{
    width: 100%;
    background: url(../../Images/JadooyeGhalam/Footer-bottom.jpg);
    display: inline-block;
    height: 9px;
}
div.footer a
{
    color: #E5E5E5;
}
div.copyright
{
    padding-top: 5px;
    direction: rtl;
}
div.nikait
{
    padding: 5px;
    direction: rtl;
}
div.nikait, div.nikait a, div.copyright
{
    font-family: Tahoma;
    color: #FFF;
    font-size: 12px;
}
div.nikait a
{
    font-size: 11px !important;
}
div.nikait a:hover
{
    color: #FFFF66 !important;
}
div.footer a, div.footer span
{
    display: table;
    font-size: 16px;
}
div.footer span
{
    height: 45px;
    font-size: 20px;
    color: #BBB;
}
div.footer .f
{
    width: 150px;
    text-align: right;
}
div.footer .f2
{
    width: 200px;
}
div.footer .c
{
    padding: 10px 50px;
    padding: 0;
    width: 980px;
    background: none;
    margin: 0 auto;
}
div.footer .bank
{
    width: 90px;
    text-align: left;
}
div.footer .bank a
{
    display: block;
}
div.footer .newsletter
{
    width: 250px;
    text-align: right;
}
div.footer .newsletter input
{
    background-color: #AD7949;
    border: 1px solid #303030;
    color: #000000;
    font-size: 14px;
}
div.footer .newsletter .txtNewsletter
{
    direction:ltr;
}

/*Groupping*/

.GroupViewParent
{
    padding: 0 3px;
    width: 785px;
}
.GroupViewParent .mCatTop, .DetailParentPage .mCatTop
{
    width: 775px;
}
.short4ColumnParentGroup
{
    overflow: visible;
    width: 100%;
}
.RowParent
{
    padding-top: 10px;
}
.short4ColumnParentGroup .ProductCellParent
{
    width: 182px;
}
.ProductCellImage
{
}
.ProductCellTitle
{
}
.short4ColumnParentGroup .sepVertical
{
    width: 11px;
}
.short4ColumnParentGroup .sepVerticalLastColumn
{
    display: none;
}
.cartmore
{
    width: 100%;
}
/*   Left and Right Pane   */
.boxContainerLeft .ProductCellParent, .RightPane .ProductCellParent
{
    background: none;
}
.boxContainerLeft .ProductCellImage, .RightPane .ProductCellImage
{
    width: 150px;
}
.boxContainerLeft .ProductCellImage a, .RightPane .ProductCellImage a
{
    width: 130px;
}
.boxContainerLeft .ProductCellParent
{
    width: 180px;
}
.RightPane .ProductCellParent
{
    width: 170px;
}
.RightPane
{
    display: inline-block;
    padding-top: 20px;
}
.boxContainerLeft .ProductCellTitle a, .boxContainerLeft .ProductCellTitle span, .RightPane .ProductCellTitle a, .RightPane .ProductCellTitle span
{
    color: #D8B894;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}
.boxContainerLeft .AddCart3 a, .RightPane .AddCart3 a
{
    font-size: 13px;
    font-weight: normal;
}
.productMenu
{
    position: absolute;
    top: 44px;
    left: 2px;
    z-index: 1000;
    width: 95%;
    padding-right: 5%;
    text-align: right;
    background: #232323;
    display: inline-block;
    background: url(../../Images/JadooyeGhalam/Column-bg.png);
}
.productMenu li
{
    width: 100%;
    color: #D8B894;
    text-align: right;
    height: 20px;
    padding: 5px 0 12px 0;
    background: url(../../Images/JadooyeGhalam/dotted.png) bottom right repeat-x;
}
.productMenu li a
{
    background-image: url(../../Images/JadooyeGhalam/C-symbol.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 12px;
    display: inline-block;
}
.productMenuParent .parent
{
    background-image: url(../../Images/JadooyeGhalam/C-symbol-D.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
}
.LinkClass
{
    color: #EEE !important;
    font-size: 15px !important;
    font-weight: normal !important;
}
.tip:before
{
    border: solid;
    border-color: #2B1500 transparent;
    border-width: 15px 0px 0 36px;
    bottom: 57px;
    content: "";
    left: 750px;
    position: absolute;
    z-index: 99;
}
.tip:after
{
    background: #2B1500;
    border-radius: 9px;
    color: #fff;
    content: "";
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 120px;
    height: 110px;
    left: 670px;
    top: 65px;
}
.tip
{
    display: inline;
}
.inner
{
    display: block;
    position: absolute;
    width: 130px;
    z-index: 103;
    color: #ccc;
    left: 680px;
    top: 75px;
    height: 100px;
    text-align: right;
}
.cartFloat
{
    position:fixed;
    left:3px;
    top:350px;
    display:inline-block;
    z-index:1001;
    background:url(../../images/Cart/shopping_cart_red48.png) no-repeat 0 0;
    width:24px;
    height:20px;
    padding:8px 16px 20px 8px;
    text-align:center;
}
.cartFloat span
{
    
}

div.Captcha {
    clear: both;
    width:400px;
    padding:0 8px 0 0;
    margin:0 auto;
}

    div.Captcha .CaptchaImagePanel {
        float:right;
    }
    div.Captcha img.CaptchaImage{ 
        height:70px !important;   
    }
    div.Captcha img.ReloadCaptcha{
        height:32px;
        width:32px;
        margin:0 0 -10px 0;
    }
    
    div.Captcha .CaptchaCaption {
        padding:0 10px 0 0;
        float:right;
    }
    div.Captcha .CaptchaText {
        padding-top:3px;
    }
    div.Captcha .CaptchaText input{
        width:90px;
        background:#FFF;
        border:1px solid black;
        height:32px;
        font-size:25px;
        padding:1px;
        font-family: tahoma;
    }
    div.Captcha .CaptchaCaption > span {
        
    }
ul.MoreMenuBrowse > li:nth-child(n+8)
{
    display:none;
}
div.MoreMenuButton {
    text-align:left;
    padding-left:5px;
}
div.MoreMenuButton span{
    cursor:pointer;
    color:#FFF;
}
div.MoreMenuButton span:hover{
    color:#f7d0a5;
}
.LinkPictureP {
    padding: 5px;
}
.LinkPicture {
    text-align:center;
    padding:10px 0 0 5px;
    display:inline;
}
.LinkPicture a img{
    width:46px;
}
.LinkPicture a.EditLink,.LinkPicture a.EditLink img{
    width:16px;
    display:block;
}
.TabBody {
    padding-top:10px;
}
.TabTitle .T {
    padding-left:20px;
}
.Tabs .CnSep {
    display:none;
}
.Tabs .HeadItem {
    float:right;
    padding:5px 10px;
    display:inline-block;
}
.Tabs .HeadItem.Active {
    cursor:default;
    background: url(../../Images/JadooyeGhalam/ProductPanel.png);
    border:1px #ca8f5a solid;
    border-bottom:none;
}
ul.body li.M div.mCatTop {
    padding:0;
}
.Tabs .HeadItem.NotActive {
    cursor:pointer;
    border:1px transparent solid;
    border-bottom:none;
}
.Tabs .HeadItem.NotActive:hover {
    border:dashed 1px #9b6f4c;
    border-bottom:none;
    background:#9b6f4c;
}
.Tabs .HeadItem.Active .T {
    color: #572500;
}
.Tabs .HeadItem.NotActive:hover .T {
    color:#FFF;
}
.Tabs .HeadItem .c{
    display:none !important;
}
.Tabs .TabBody .Item.NotActive {
    display:none;
}
.Tabs .TabBody .Item.Active {
    display:block;
    padding-right:5px;
}
.Paging .ButtonPane{
    padding:10px;
    direction:rtl;
    text-align:center;
}
.Paging .PagingItem {

}
.Paging .ButtonPane a{
    margin:5px;
    color:#9b6f4c;
    cursor:pointer;
    border:solid 1px #9b6f4c;
    padding:0 8px;
}
.Paging .ButtonPane a:hover{
    color:#371C00;
    background:#9b6f4c;
}
.Paging .ButtonPane a.Current {
    color:#FFF;
    cursor:default;
    background:#553024;
}
.Paging .PagingItem.NotActive {
    
}
.Paging .PagingItem.Active {

}
.FadeInOnLoading {
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.OpacityOne {
    opacity: 1 !important;
    filter: alpha(opacity=100);
}
#ctl10_pnlPagingBottom {
    padding-top: 20px !important;
}