﻿@media Print
{
    .OrderP
    {
        display: none;
    }
}

.headerSmallText {
    font-size: 14px;
    color: #4d4d4d;
    font-style: normal;
    text-align: right;
}

    .headerSmallText.pressed {
        color: #35BF4D;
    }

.imgProgbehazdaa
{
    background-image: url(images/loading.gif);
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background-color: Transparent;
    z-index: 1002;
    -moz-opacity: 0.8;
}

@media screen
{
    .TopPrintCss
    {
        width: 550px;
        float: left;
        height: 400px;
        overflow: auto;
        z-index: 100px;
    }
}

.loginImgButton
{
    width: 102px;
    height: 24px;
    background-image: url('images/EnterButton.png');
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}
.upPic
{
    background-image: url('images/plus.png');
    width: 19px;
    background-repeat: no-repeat;
    height: 18px;
}
.DownPic
{
    background-image: url('images/minus.png');
    width: 19px;
    background-repeat: no-repeat;
    height: 18px;
}
.OrgNameField
{
    display: none;
}

.ShopingRemove
{
    background-image: url('images/remove.png');
    width: 21px;
    height: 21px;
    background-position: right;
    border: 0;
}
.AdvertiseSpace
{
    display: none;
}


.button {
    background-color: #33bdef;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}



.RegisterButt
{
    width: 96px;
    height: 32px;
    background-image: url(images/RegisterButt.gif);
    background-repeat: no-repeat;
}
.InfoPanel
{
    visibility: hidden;
}
.MenuClass
{
    float: right;
    padding-top: 30px;
    font-weight: bold;
    vertical-align: top;
}
.TTransactionDateTimeStyle
{
    width: 130px;
}


.white_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #E8E8E8;
    z-index: 1001;
    -moz-opacity: 0.99;
    opacity: .80;
    filter: alpha(opacity=80);
}
.trustDiv
{
    display: none;
}
.trustDivConformation
{
    display: none;
}
.PleaseWait
{
    background-image: url('Images/pleaseWait.png');
    background-repeat: no-repeat;
    width: 239px;
    height: 126px;
    position: absolute;
    top: 25%;
    left: 40%;
    text-align: center;
    border: 1px solid #999966;
    z-index: 1002;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #1e429d;
    direction: rtl;
}
.confirmationTextDiv
{
    direction: rtl;
    padding: 10px 20px 0 10px;
    text-align: right;
    font-size: 12px;
}

.AComment
{
    display: block;
    font-size: 10px;
}

.NameStyle
{
    direction: rtl;
}

.ExitStyle
{
    /*   display: none;*/
}

.MorePurchaseButt
{
    visibility: hidden;
}
.AllowMailStyle
{
    display: none;
}

/* Popup */
.modalBackground
{
    background-color: Gray;
    opacity: .80;
    filter: alpha(opacity=80);
}
.PanelPopup
{
    width: 543px;
    min-height: 206px;
    text-align: center;
    background-color: White;
    direction: rtl;
    border-radius: 25px;
}

.DivMiddle {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    vertical-align: middle;
}
.PanelPopup .button {
    cursor: pointer;
}

.ButtonPopupClose
{
    height: 31px;
    width: 109px; /*float:right;*/
    background-image: url('images/close.png');
    background-repeat: no-repeat;
}

.StyleDivIn
{
    position: relative;
    top: 88px;
    right: 70px;
    direction: rtl;
}

.PopupMessage
{
    color: Red;
    font-size: 16px;
    direction: rtl;
}

/*MasterPage*/
.ContentPlaceHolderStyle
{
    /* width: 616px;     height: 519;*/
    display: inline-block;
    direction: ltr;
}
.StyleMasterContent
{
    direction: rtl;
    width: 971px;
    border: 0;
    margin-top: 0;
}
.ResultMassageDiv
{
    display: none;
}
.hederTextBlockPageTextMessage
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
    color: #616161;
    text-align: justify;
}
.hederTextBlockPageText
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
    color: #616161;
    text-align: justify;
}
.ResultMassageDivNewCard
{
    display: none;
    height: 497px;
    width: 707px;
    position: absolute;
    top: 10%;
    left: 25%;
    padding: 0px;
    z-index: 1002;
    overflow: auto;
}
.ResultMassageDivCancelOrder
{
    display: none;
    height: 497px;
    width: 707px;
    position: absolute;
    top: 10%;
    left: 25%;
    padding: 0px;
    z-index: 1002;
    overflow: auto;
}
.BlockLightStyle
{
    display: none;
    position: absolute;
    top: 25%;
    left: 20%;
    width: 45%;
    padding: 0px;
    background-color: white;
    z-index: 1002;
    direction: rtl;
    border: 5px solid white;
}
.pannelConfirm
{
    background-color: White;
    background-repeat: repeat;
    width: 450px;
    height: 150px;
}
/*Login Popup*/

.loginRefStyle
{
    text-decoration: underline;
    color: #0000FF;
    cursor: pointer;
}

.LoginInnerTable
{
    width: 100%;
}
.LoginContents
{
    background-color: White;
    width: 100%;
}

.LoginClose
{
    background-image: url(images/close-icon.png);
    height: 17px;
    width: 16px;
    text-align: right;
    float: right;
    cursor: pointer;
}

.LoginCloseBuy
{
    background-image: url(images/close-icon.png);
    height: 17px;
    width: 16px;
    text-align: right;
    float: left;
    cursor: pointer;
}
.LoginUserName
{
    width: 250px;
}

.LoginPassword
{
    width: 250px;
}


.LoginTextBox
{
    text-align: right;
    border: none;
    background-color: Transparent;
}


.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1000%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=80);
}
.LoginLightStyle
{
    display: none;
}
.LightStyle
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 45%;
    min-height: 500px;
    padding: 0px;
    border: 0px solid #a6c25c;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.LightStyleBuy
{
    display: none;
    position: absolute;
    top: 25%;
    left: 35%;
    width: 50%;
    padding: 0px;
    border: 5px solid #034b8e;
    background-color: white;
    z-index: 1012;
    overflow: auto;
}
.LightStyleBuyTwice
{
    display: none;
    position: absolute;
    top: 45%;
    left: 35%;
    width: 20%;
    height: 200px;
    padding: 0px;
    border: 5px solid #034b8e;
    background-color: white;
    z-index: 1012;
    overflow: auto;
}
.LightStyleBuyZarhanot
{
    display: none;
    position: absolute;
    top: 25%;
    left: 35%;
    width: 50%;
    padding: 0px;
    border: 5px solid #034b8e;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.headertext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f19a19;
    font-weight: bold;
}
.textfield
{
    border: 1px solid #a6c25c;
    width: 135px;
}
.button2
{
    background-color: #FF0000;
    color: White;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #7f9db9;
    width: 68px;
}




/* All Buttons */

.AddBasketnewButt
{
    background-image: url(images/buy.png);
    background-repeat: no-repeat;
    width: 125px;
    height: 37px;
    margin-top: 5px;
}

.AddBasketButt
{
    background-image: url(images/addBasket_butt.gif);
    background-repeat: no-repeat;
    width: 125px;
    height: 42px;
}
.SalesButton
{
    background-image: url('images/taasuka_butt.gif');
    background-repeat: no-repeat;
}
.UpdateBasketButt
{
    background-image: url('images/UpdateBasket_butt.jpg');
    background-repeat: no-repeat;
    height: 24px;
    width: 101px;
}
.OrderButt
{
    background-image: url('images/confirmPayment.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 155px;
    margin-top: 20px;
}
.OrderButtShoping
{
    background-image: url('images/placeOrder.png');
    background-repeat: no-repeat;
    height: 32px;
    width: 155px;
}
.CategoryOrderButt
{
    background-image: url(images/invite_butt.gif);
    background-repeat: no-repeat;
    width: 91px;
    height: 19px;
}
.PrintOrderButt
{
    background-image: url(images/print.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 31px;
}
.ContactSendButt
{
    /*   background-image: url(images/contact_send_butt.gif);     background-repeat: no-repeat;     width: 92px;     height: 18px;*/
}
.ChooseOrderButtHide
{
}
.ChooseOrderButt
{
    background-image: url(images/choose_but_hazmana.gif);
    background-repeat: no-repeat;
    width: 60px;
    height: 18px;
}
.PrintTicketButt
{
    background-repeat: no-repeat;
    width: 63px;
    height: 19px;
}


.ChooseOrderButt2
{
    background-image: url(images/ShowOrder.gif);
    background-repeat: no-repeat;
    width: 65px;
    height: 22px;
}
.SearchButt
{
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 31px;
}
.UpdateMemberButt
{
    background-image: url(images/updateDetails.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 31px;
}

/**/
/*headers to gridview*/
.HeaderVariant
{
    background-image: url('images/atract_table_top.png');
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
}
.HeaderVariantShow
{
    background-image: url('images/large_table_top.gif');
    background-repeat: no-repeat;
    font-size: 14px;
    padding-top: 6px; /*width: 616px;     height: 26px;*/
}
.HeaderConfirmation
{
    /*background-image: url(images/Confirmation_top.gif);     background-repeat: no-repeat;*/
    background-image: url(images/HeaderShopingBasket.png); /*background-repeat: repeat-x;     width: 616px;     height: 27px;     padding-right: 5px;*/
}
.HeaderOrders
{
    background-image: url(images/hazmanatable_top.gif);
    background-repeat: no-repeat;
    width: 615px;
    height: 28px;
}
.HeaderOrdersShort
{
    background-image: url(images/shorttable_top.gif);
    background-repeat: no-repeat;
    width: 272px;
    height: 27px;
}
.BasketHeaderGridDetails
{
    background-color: #105BAA;
    color: White;
    font-weight: bold;
    height: 23px;
}
.KupaHeaderGrid
{
    background-color: #005aab;
}



.BasketRowGrid
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F9F9F9;
}
.HeaderGrid
{
    background-color: #005aab; /*color:White;*/
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    color: White;
    font-style: normal;
    text-align: right;
}
.HeaderSogood
{
    direction: rtl;
    background-image: url('images/sogood_tabletop.gif');
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 2px;
}
.ColorDominant
{
    color: #005aab;
}


.helpDesc
{
    font-size: 12px;
    z-index: 51;
    width: 150px;
    cursor: hand;
    color: #000099;
    font-family: 'Arial (Hebrew)' , Arial;
    position: absolute;
    background-color: white;
    text-align: right;
}
.centered
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 3%;
    margin-top: 1%;
    color: white;
}

.NoRepeater
{
    background-repeat: no-repeat;
}
/*category menu*/

.MenuCategory
{
    background-repeat: no-repeat;
    width: 152px;
    height: 28px;
    margin-bottom: 12px; /*margin-bottom: 5px; padding-top: 5px;          */ /*width: 153px;*/
}
.MenuCategoryName
{
    direction: rtl;
    text-align: right;
    font-weight: bold;
    font-family: Arial;
    color: White;
    overflow: hidden;
    font-size: 14px;
    padding-top: 4px;
}

.SelectedCategoryColor
{
    color: #16529f;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    padding-top: 7px;
}


/**/

.TextRight
{
    text-align: right;
}
.marginStyle
{
    margin: [0][0][0][0];
}

.FormField
{
    font-size: 14px;
    color: #717171;
    font-style: normal;
    font-family: Arial;
}
.NameFormField, .NameFormFieldS
{
    font-size: 14px;
    color: #717171;
    font-weight: bold;
}
.LinkStyle
{
    font-size: 17px;
    color: #717171;
    font-style: normal;
    text-align: right;
    font-weight: bold;
}
.ManagerButtonStyle
{
    background-color: #005aab;
    font-family: Arial;
    color: White;
}


.TextSearch
{
    height: 13px;
    font-size: 12px;
    color: #717171;
}
.PanelStyle
{
    margin-right: 2px;
    font-size: 12px;
    color: #717171;
}
.style2
{
    color: #666666;
    font-size: xx-small;
}

.FloatRight
{
    float: left;
}
.Text
{
    color: #717171;
    font-size: 14px;
    font-style: normal;
}
.TextValidation
{
    color: #ffffff !important;
    font-size: 14px;
    font-style: normal;
}
.TextHeader
{
    color: #005aab;
    font-size: 14;
}

#divclass
{
    border-color: Blue;
    border-width: medium;
}


.CategpryBaseChangeColor
{
    color: Blue;
}

/*
      div img
      {
      	width:50px;
      	height:50px;
      }*/
.menuMaster
{
    background-color: #2686c0;
    height: 25px;
}

.menuMasterSelected
{
    background-color: #79b7e0;
    height: 25px;
    cursor: pointer;
}

.menuMasterHover
{
    background-color: #96cbed;
    height: 25px;
    cursor: pointer;
}
.EnterBody
{
    margin-top: 0; /*background-image: url('images/login_bg.jpg');*/
    background-image: url('images/login.png'); /*width: 970px;     height: 660px;*/
    background-repeat: no-repeat;
    font-family: Arial;
    text-align: center;    
    width:980px;
    height: 100%;
    margin: auto;
    margin-top: 20px; 
}
.BGMoneyPage
{
    margin-top: 0;
    background-image: url('images/landingPage.jpg');
    width: 612px;
    height: 850px;
    background-repeat: no-repeat;
}

.NewCardImage
{
    margin-top: 0;
    background-image: url('images/landingPage_new.jpg');
    width: 205px;
    height: 35px;
    background-repeat: no-repeat;
}
.CargeCardImage
{
    margin-top: 0;
    background-image: url('images/landingPage_Charge.jpg');
    width: 205px;
    height: 35px;
    background-repeat: no-repeat;
}
.BlockCardImage
{
    margin-top: 0;
    background-image: url('images/landingPage_Block.jpg');
    width: 205px;
    height: 35px;
    background-repeat: no-repeat;
}
.EnterbodyChild
{
    width: 820px;
    height: 600px;
    padding-top: 100px;
    padding-left: 100px;
    vertical-align: top;
    text-align: right;
}
.userLoginTop
{
    width: 100%;
}
.userLoginFields
{
    text-align: center;
    margin-top: 20px;
}


/*rating*/

.rightSurvey
{
    direction: rtl;
}

.DivMemberRating
{
    width: 200px;
    direction: rtl;
    text-align: right;
    border-bottom-style: solid;
    border-bottom-color: Gray;
    border-bottom-width: 1px;
    padding-bottom: 7px;
}

.RatingStarOff
{
    background-image: url(/images/rating/darkstar.gif);
    width: 21px;
    height: 21px;
}
.RatingStarOn
{
    background-image: url(images/rating/lightstar.gif);
    width: 21px;
    height: 21px;
}
.RatingStarEmpty
{
    background-image: url(images/rating/lightstarE.gif);
    width: 21px;
    height: 21px;
}
.RatingStarWait
{
    background-image: url(images/rating/lightstar.gif);
    width: 21px;
    height: 21px;
}

.RatingStarOffUser
{
    background-image: url(images/rating/darkstar.gif);
    width: 21px;
    height: 21px;
}

.RatingStarOnUser
{
    background-image: url(images/rating/darkstar.gif);
    width: 21px;
    height: 21px;
}

.RatingStarEmptyUser
{
    background-image: url(images/rating/darkstarE.gif);
    width: 21px;
    height: 21px;
}

.RatingStarWaitUser
{
    background-image: url(images/rating/darkstar.gif);
    width: 21px;
    height: 21px;
}






.StyleCategoryName
{
    font-family: Arial;
    font-weight: bold;
    font-size: 20pt;
    color: #005AAB;
}



/* page VaucherDetails*/
.PanelVaucherDetails
{
    margin-top: 0px;
    background-image: url('images/backgroundVaucherPage.jpg');
    height: 528px;
    width: 885px;
}

/*print*/

@media print
{
    #ImageButtonPrintVoucher
    {
        visibility: hidden;
    }

    #ImageButtonCloseVoucher
    {
        visibility: hidden;
    }

}



/* general */
.panelRight
{
    text-align: right;
}
.PanelStyle
{
    width: 200px;
    height: 245px;
    text-align: right;
}

.right
{
    direction: rtl;
    text-align: right;
    float: right;
}


.IframeStyle
{
    direction: rtl;
    text-align: right;
    float: right;
    width: 616px; /*height:1900px;*/
}

#eventimCode {
    background-image: url(Images/eventimCodeImg.png);
    position: absolute; 
    margin-left: 13px; 
    margin-top: -55px;
    height: 62px; 
    width: 179px;
}

#lblEventimCode {
    position: absolute; 
    top: 31px;
    left: 53px;
    font-size: 14px; 
    font-weight: bold;
}


.FontRed
{
    color: Red;
}
.FontGreen
{
    color: Green;
}
/* תא כותרת טבלה  */
.TBLTopCell
{
    font-size: 16px;
    font-family: Arial;
    color: White;
    background-color: #005AAB;
    height: 27px;
}


.CustomerShaiGridDetails
{
    width: 272px;
}
.TBLTopCell th
{
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.BasketInnerRowTD
{
    text-align: center;
}
.BasketInnerRowTD tr td
{
    text-align: right;
    width: 100px;
}
.contactTextBox
{
    width: 287px;
    border: solid 1px #717171;
    direction: rtl;
    text-align: right;
}
#KupaPrice
{
    visibility: hidden;
}
.ShowKupaPriceGrid
{
    display: none;
}

.hrContainer
{
    display: none;
}
.pointsAdd
{
    display: none;
}
.LeftLCImage
{
    display: none;
}

.LoadMoneyTitileBlock
{
    background-image: url('images/loadMoneyTopCancel.jpg');
    background-repeat: no-repeat;
    height: 110px;
    background-position: right;
}
.LoadMoneyTitileOrder
{
    background-image: url('images/loadMoneyTopOrder.jpg');
    background-repeat: no-repeat;
    height: 110px;
    background-position: right;
}
.LoadMoneyFottere
{
    background-image: url('images/loadMoneyValue.png');
    background-repeat: no-repeat;
    width: 410px;
    height: 170px;
    background-position: right;
}


.ImageButtonAddShow
{
    background-repeat: no-repeat; /*color:White;*/
    background-image: url(images/addShow.png);
    height: 30px;
    width: 103px;
}

.ButtonChooseSeat
{
    background-repeat: no-repeat; /*color:White;*/
    background-image: url(images/choose_seats.png);
    height: 31px;
    width: 97px;
}



.RIconfirmContainer
{
    display: none;
    float: right;
    display: none;
    background-image: url("images/bottom_title.png");
    width: 605px;
    height: 24px;
    padding-right: 15px;
}
.showHeaderTextShow
{
    color: White;
}
.showHeaderText
{
    color: white;
    font-weight: bold;
}
.showHeaderTextBasket
{
    text-align: right;
}
.confirmationRemark
{
    color: red;
}
#DivMailSentMessage
{
}
.GridLineTDBackGround
{
    direction: rtl;
    text-align: center;
    float: left;
}
.GridLineTDBackGroundOrders
{
    direction: ltr;
    text-align: center;
    float: left;
}
.contactContainer
{
    display: none;
}
.LabelMorePurchase
{
    display: none;
}
.LabelMorePurchaseSecnodMessage
{
    display: none;
}

.emptyBorderDiv
{
    border: solid 1px #005aab;
    width: 99%;
}
.BasketDetailsRow
{
    text-align: center;
}

.userLoginTextContainer
{
    color: #ffffff !important;
    width: 820px;
    height: 300px;
}

.contactTextBox_special
{
    width: 218px;
    display: inline;
    text-align: right;
    border: solid 1px #717171;
}
.DetailsBottonConfirmation
{
    width: 85px;
    height: 21px;
}
.LoginProgrss
{
    left: 48%;
    position: absolute;
    top: 72%; /*    position: absolute;     top: 500px;     left: 430px;*/
}
.GridViewItemsDetailsColumn5
{
    text-align: right;
    width: 100px;
}
.GridViewItemsDetailsColumn4
{
    text-align: right;
    width: 100px;
}
.GridViewItemsDetailsColumn3
{
    text-align: right;
    width: 100px;
    padding-right: 10px;
}
.GridViewItemsDetailsColumn2
{
    text-align: right;
    width: 80px;
    padding-right: 10px;
}
.GridViewItemsDetailsColumn1
{
    text-align: right;
    width: 100px;
}

.PaymentGridViewItemsDetailsColumn5
{
    text-align: right;
    width: 100px;
}
.PaymentGridViewItemsDetailsColumn4
{
    text-align: right;
    width: 100px;
}
.PaymentGridViewItemsDetailsColumn3
{
    text-align: right;
    width: 100px;
}
.PaymentGridViewItemsDetailsColumn2
{
    text-align: right;
    width: 80px;
}
.PaymentGridViewItemsDetailsColumn1
{
    text-align: right;
    width: 100px;
}

.CustomerShaiGridDetails_LeftWidth
{
    width: 80px;
}
.CustomerShaiGridDetails_MidWidth
{
    width: 60px;
}
.CustomerShaiGridDetails_RightWidth
{
    width: 125px;
}
.ShowDateStyling
{
    width: 44px;
}
.TheaterNameStyle
{
    padding-right: 10px;
    width: 59px;
}

.StyleMasterContentGeneric
{
    display: none;
}
.linkback
{
    text-decoration: none;
    font-size: inherit;
    text-transform: none;
}
.CategoriesDataList
{
    /*background-color: white;     Width: 152px;*/
}


/* .paymentTable { background-image: url('images/1line_table.png'); background-repeat: repeat-y; padding-bottom: 30px; width: 618px; }*/

.CategoriesMenuData
{
    /*   width: 148px;*/
    vertical-align: top;
}

.paymentTable td
{
    padding-right: 10px;
}

#memberIdTooltip
{
    background: url('images/teuda.png');
    background-repeat: no-repeat; /*width: 220px;*/
    width: 210px;
    height: 70px;
    border: 0px solid #195fa4;
    color: #fff;
    background-color: #ffffff;
}

#personalNumberTooltipStyle
{
    background: url('images/teuda.png');
    background-repeat: no-repeat;
    width: 220px;
    height: 70px;
    border: 0px solid #195fa4;
    color: #fff;
    background-color: #ffffff;
}


#licenseNumbertooltipStyle
{
    background: url('images/licenseTooltip.jpg');
    background-repeat: no-repeat;
    width: 309px;
    height: 320px; /*border: 0px solid #195fa4;     color: #fff;     background-color: #ffffff;*/
}

#cvvImage
{
    width: 303px;
    height: 270px;
    background: url('images/cvv_win.png');
    background-repeat: no-repeat;
}

.UpdateDitailsclass
{
    text-align: right;
    padding-top: 20px;
    padding-right: 16px;
}
/*.CVVimg
{
 width:303px;
 height:270px;
 bottom:90px;
 left:63%;
 background-image:url('images/cvv_win.jpg');
 position: absolute;
 display:none;   
}*/



div.scroller
{
    position: relative;
    height: 47px;
    width: 700px;
    display: block;
    overflow: hidden;
    border: red 0px solid;
}
div.scrollingtext
{
    position: absolute;
    white-space: nowrap;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 47px;
    color: #000000;
}
.OrderMessage
{
    position:relative;
    float:right;
    color: Red;
}

.totalPaymentTitle{
    color: #307FBA;
    font-size: 20px;
}

.paymentSummery{
    border: solid 1px #307FBA;
    font-size:12px;
    width:270px;
    height: 30px;
}

.PresentHeader
{
    direction: rtl;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    color: #1e429d;
    text-align: right;
}

/*Slider Home Page top*/
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures
{
    background: #efefef;
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 150px;
}

.jshowoff div
{
    width: 600px;
    height: 150px;
}
.jshowoff div, .jshowoff img, .jshowoff
{
    width: 600px;
    height: 150px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}



.jshowoff p.jshowoff-slidelinks
{
    bottom: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a
{
    /* display: block;     background-color: #000;     color: #fff;     padding: 5px 7px 5px;     margin: 5px 0 0 5px;     float: left;     text-decoration: none;     -moz-border-radius: 4px;     -webkit-border-radius: 4px;     outline: none;     font-size: 11px;     line-height: 14px;*/
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12pt;
    background-color: #eee;
    float: left;
    margin-right: 5px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #bbb;
    text-decoration: none;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover
{
    color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover
{
    background-color: #fff;
    color: #000;
}

.LighChargetStyle
{
    display: none;
    position: absolute;
    top: 25%;
    left: 35%;
    width: 465px;
    padding: 0px;
    z-index: 1012;
    overflow: auto;
}

.CustomerDetailsDiv
{
    /*color:white;         background-image: url(images/basketTableBackground.png);      background-image: url(images/HeaderShopingBasket.png);      background-repeat: repeat-y;*/
    font-size: 13px;
    font-weight: bold;
}

.CustomerDetailsDiv a
{
    /*color: white;*/
    text-decoration: none;
    color: #4d4d4d;
}
/*end*/
.LightStylemembers
{
    position: relative;
    background-color: white;
    padding: 5px;
    margin-top: 5px;
}
    
.banner_up
{
   width:650px;
}
.dbNumber
{
    color: blue;
    text-decoration: underline;
    font-size: 15px;
    padding-right: 120px;
    padding-top: 5px;
}

.pannelConfirm
{
    /*  color: #2b4890;*/
    font-size: 12px;
}
.CancelPanel
{
    /*  color: #2B4890;*/
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}
.continueButt
{
    background-image: url("images/continue_but.png");
    width: 86px;
    height: 20px;
    border: medium none #FFFFFF;
}
.closeButt
{
    background-image: url("images/close_butt.png");
    width: 66px;
    height: 20px;
    border: medium none #FFFFFF;
}
.LoginConntent
{
    padding-top: 60px;
}
.paymentTableDiv
{
    /*width: 618px;
    margin-left: -2px;*/
}
.ResultMassageDivExpressBuy
{
    display: none;
    height: 497px;
    width: 707px;
    position: absolute;
    top: 10%;
    left: 25%;
    background-image: url('images/backgraund.png');
    background-repeat: no-repeat;
    z-index: 1002;
}
.basketInRowTablePayment
{
    text-align: right;
    direction: rtl;
    width: 618px; /*  border-left:solid 2px lightgray;     border-right:solid 2px Lavender;*/
    background-image: url('images/basketTablePaymentBackground.PNG');
    background-position: right;
    background-repeat: repeat-y;
    border-top: 0;
    border-bottom: 0;
    height: 30px;
    font-family: Arial;
    padding-right: 10px;
}
.BasketFooterGridPayment
{
    background-image: url(images/FooterShopingBasket.png);
    width: 620px;
    height: 29px;
    background-repeat: no-repeat; /*color:White;*/
    font-weight: bold;
    font-size: 12px;
    color: #2b4890;
    text-align: right;
    font-family: Ariel;
}
.OrderMorButt
{
   background-image: url('images/behazdaa10_24.png');
    background-repeat: no-repeat;
    height: 29px;
    width: 153px;
    
}
.displeNoneClass
{
    display:none;
}

.CategoryButt
{
    background-image: url("images/TransparenImgButt.PNG");
    background-repeat: no-repeat;
    width: 112px;
    height: 35px;
}
.ButtonSave
{
    background-image: url("images/contact_send_butt.png");
    background-repeat: no-repeat;
    width: 106px;
    height: 31px;
    margin-right: 200px;
    float: right;
    margin-top: 20px;
}
.myContainer
{
  
    height: 547px;
    width: 610px;
    background-image: url('images/background.png');
    background-repeat: no-repeat;
    padding-top:15px;
}

.displayMorebuy
{
    height:30px;
}
.cancelMessage
{
    direction:rtl;
}

.SearchButt_Image {
    padding-top: 6px;
    padding-left: 3px;
}
.cursor_button {
    cursor :pointer;
}

#trForgetPassword a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 25px;
}