﻿body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    background-color:#fdfdfd;
}

.TopMenuBg
{
    background-image:url('../Images/TopMenuBg.jpg');
    height:29px;
}

.HeaderBg
{
    background-image:url('../Images/HeaderBg.jpg');
    height:190px;
}

.MailListBg
{
    background-image:url('../Images/MailListBg.jpg');
    height:65px;
}

.bspace
{
    height: 10px;
}

.mspace
{
    height: 5px;
}

.sspace
{
    height: 3px;
}

.bcell
{
    width: 10px;
}

.mcell
{
    width: 5px;
}

.scell
{
    width: 10px;
}

.BlueText
{
    color: #4d6b95;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.LightBlueText
{
    color: #a5bfe3;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}


.DarkGrayLinks
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

.DarkGrayText
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.DarkGrayText a
{
    color: black;
    font-family:Arial;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.DarkGrayBold
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.DarkGrayBold a
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.GrayText
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.GrayText a
{
    color: black;
    font-family:Arial;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.GrayBold
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.GrayBold a
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.GrayLinks
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

.GrayCaption
{
    color: black;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.GrayCaptionRtl
{
    direction:rtl;
    color: black;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    text-indent:5px;
}

.TopProductCaption
{    
    color: black;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.ProductText
{    
    color: #193562;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-align:right;
}

.ProductTextBold
{    
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.RedBold
{    
    color: red;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.BlueCaption
{
    color: #768496;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.ProductHeaderText
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}
.ProductHeaderBold
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}


.BlackText
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.BlackBold
{
    color: black;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.WhiteText
{
    color: white;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.WhiteLinks
{
    color: white;
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

.WhiteBold
{
    color: white;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

.whiteSmall
{
    color: white;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

.RedText
{
    color: #e1000c;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.RedBold
{
    color: #e1000c;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.clickable
{
    cursor: pointer;
}

.LoadingPanel
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #6a6a6a;
    -moz-opacity: 0.7;
    FILTER: alpha(opacity=70);
    OPACITY: .70;
    z-index: 55000;
}

.InnerLoadPanel
{
    z-index: 55001;
    position: absolute;
    width: 100%;
    height: 100%;
}

.InnerLoader
{
    -moz-opacity: 100;
    FILTER: alpha(opacity:100);
    OPACITY: 100;
    background-color: White;
    border: 1px solid black;
}

.PreviewPanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;       
    z-index:54000;       
}

.preview
{
    cursor:pointer;
    border:1px solid black;
}

.MessageBox_Left
{
    width:10px;
    background-image:url('../images/Dialog/left.gif');
}

.MessageBox_Right
{
    width:10px;
    background-image:url('../images/Dialog/right.gif');
}

.MessageBox_Bottom
{
    height:10px;
    background-image:url('../images/Dialog/bottom.gif');
}

.MessageBox_Top
{
    height:40px;
    background-image:url('../images/Dialog/top.gif');
}

.MessageBox_Panel
{
    background-color:#f4f2f3;
}

.Input
{
    border:0px solid black;
    color: black;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;   
    background-color:Transparent;     
}

.WhiteInput
{
    border:1px solid #bdbcbc;
    color: #a3a3a3;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;   
    background-color:white;     
}

.InputBg
{
    background-image:url('../Images/InputBg.jpg');
    height:29px;    
}

.CategoriesTopBg
{
    background-image:url('../Images/CategoriesTopBg.jpg');
    height:26px;    
}

.CategoriesBottomBg
{
    background-image:url('../Images/CategoriesBottomBg.jpg');
    height:35px;    
}

.CategoriesLeftBg
{
    background-image:url('../Images/CategoriesLeft.jpg');
    width:14px;    
}

.CategoriesRightBg
{
    background-image:url('../Images/CategoriesRight.jpg');
    width:14px;    
}

.MainLeft
{
    background-image:url('../Images/MainLeft.jpg');
    width:32px;    
}

.MainRight
{
    background-image:url('../Images/MainRight.jpg');
    width:32px;    
}

.MiddleMenuBg
{
    background-image:url('../Images/MiddleMenuBg.jpg');    
}

.SearchBg
{
    background-image:url('../Images/SearchBg.jpg');    
    height:46px;
}

.DropDownBg
{
    background-image:url('../Images/DropDownBg.jpg');    
    width:244px;
}

.ComboBg
{
    background-image:url('../Images/cmbBg.jpg'); 
    background-position:right top;
    background-repeat:no-repeat;
}

.TabsTopBg
{
    background-image:url('../Images/TabsTopBg.jpg'); 
}

.TabsBg
{
    background-color:#ecf4fe;
}

.TabsBottomBg
{
    background-image:url('../Images/TabsBg.jpg'); 
}

.TabsSliderHeaderBg
{
    background-image:url('../Images/TabSliderHeaderBg.jpg'); 
}

.TabsSliderBg
{
    background-image:url('../Images/TabsSliderBg.jpg'); 
}
.TabsCloserBg
{
    background-image:url('../Images/TabsCloserBg.jpg'); 
}

.TopProductCaptionBg
{
    background-image:url('../Images/TopProductCaptionBg.jpg'); 
}

.TopProductSeparator
{
    background-image:url('../Images/TopProductSeparator.jpg'); 
    background-position:right;
    background-repeat:repeat-y;
}

.CloudBg
{
    background-image:url('../Images/CloudBg.jpg'); 
}

.BottomMenuBg
{
    background-image:url('../Images/BottomMenuBg.jpg'); 
}

.FooterBg
{
    background-image:url('../Images/FooterBg.jpg'); 
    height:80px;
    background-repeat:repeat-x;
}

.ProductInfoTop
{
    background-image:url('../Images/ProductInfoHeader.jpg'); 
    height:30px;
    background-repeat:no-repeat;
}

.ProductInfoFooter
{
    background-image:url('../Images/ProductInfoFooter.jpg'); 
    height:23px;
    background-repeat:no-repeat;
}

.ProductInfoBg
{
    background-image:url('../Images/ProductInfoBg.jpg'); 
    height:148px;
    background-repeat:repeat-x;
}

.FooterBg
{
    background-image:url('../Images/FooterBg.jpg'); 
    height:80px;
    background-repeat:repeat-x;
}

.FooterBg
{
    background-image:url('../Images/FooterBg.jpg'); 
    height:80px;
    background-repeat:repeat-x;
}

.PageHeader
{
    background-image:url('../Images/PageHeader.jpg'); 
    height:38px;
    background-repeat:no-repeat;
}

.PageBg
{
    background-image:url('../Images/PageBg.jpg');     
}

.FooterBg
{
    background-image:url('../Images/FooterBg.jpg'); 
    height:80px;
    background-repeat:repeat-x;
}

.PagingBg
{
    background-image:url('../Images/PagingBg.jpg');     
}

.ProductHeaderBg
{
    background-image:url('../Images/ProductHeader.jpg');         
    width:884px;
    background-position:top center;
    background-repeat:no-repeat;
    height:31px;
}

.ProductDetailsBg
{
    background-image:url('../Images/ProductDetailsBg.jpg');         
    width:884px;
    background-position:top center;
    background-repeat:repeat-y;    
}

.PlayerRail
{    
    position:relative;
    height:21px;
    top:6px;
    right:0px;
}

.PlayerHandle
{    
    background-image:url('../Images/TabsSlider.jpg');
    cursor:pointer;
    width:93px;
    height:21px;        
    position:relative;
}

.GroupTimerBg
{
    background-image:url('../Images/GroupTimerBg.jpg');
    height:29px;
}

.GroupPriceBg
{
    background-image:url('../Images/GroupPriceBg.jpg');    
    height:29px;
}

.WhitePanel
{
    background-color:White;
}

.LightBluePanel
{
    background-color:#f5f5f5;
}

.pictureInner
{
    background-color:White;
    border:1px solid #dbdfdf; 
}

.ProductOfDay
{
    position:absolute; 
    color:#FFFFFF;    
    width:250px; 
    text-align:center; 
    border:1px solid #000000; 
    z-index:2;
}

.ProductOfDayTop
{
    background-image:url('../Images/TProductTop.jpg');
    background-position:top;
    background-repeat:no-repeat;
    background-color:#e6e6e6;
    height:174px;
    width:240px;
}

.BlueLine
{
    background-color:#4168a4;
    height:1px;
}

.PersonalCountActiveBg
{
    background-image:url('../images/SelectedOffer.jpg');
    width:37px;
    height:30px;
    border:0px solid black;
    font-size: 12px; 
    color: white;
    font-family:Arial;
    font-weight:normal;
    text-decoration:none;     
}

.PersonalCountBg
{
    background-image:url('../images/RegularOffer.jpg');
    background-color:white;
    width:35px;
    height:25px;
    border:0px solid #b5b5b5;
    font-size: 12px; 
    color: White;
    font-family:Arial;
    font-weight:normal;
    text-decoration:none;     
}