﻿/* Reset all style to default */
body
{
    padding: 0;
    margin: 0;
    font: 12px Arial, Helvetica, Garuda, sans-serif;
    background: #FFFFFF url('../images/inner_bg.jpg') repeat-x top;
}
table
{
    font-size: inherit;
    font: 100%;
}
img
{
    border: 0;
}
p
{
    margin: 1em 0;
}
/* End of reset */
.topMenuTxt
{
    color: #000000;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}
.topMenuTxtSlct
{
    color: #AF0F27;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}
.shopName
{
    color: #AF0F27;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}
.buttonTxt
{
    font-family: arial;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.scrollingDiv
{
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #ffffff;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
}
.hpTxt
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.hpSalesTxt, .hpSalesTxt A
{
    font-family: Arial;
    font-size: 12px;
    color: #AF0F27;
    font-weight: bold;
    text-decoration: none;
}
.topMenuDiv
{
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
.titleTxt
{
    font-family: Arial;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.kuponTxt
{
    font-family: Arial;
    font-size: 12px;
    color: #AF0F27;
    text-decoration: none;
    font-weight: bold;
}
.kuponDiv
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 15px;
    padding-top: 15px;
    height: 95px;
}
.saleDiv
{
    margin-left: 10px;
    float: right;
    background-image: url(../images/sales_bg.jpg);
    background-repeat: no-repeat;
    width: 233px;
    height: 160px;
}
.menuTxt
{
    width: 157px;
    height: 38px;
    background: url(../images/menu_bg.jpg);
    text-align: right;
}
.menuTxt A
{
    font-family: Arial;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    text-align: right;
}
.menuTxtSelected
{
    width: 157px;
    height: 38px;
    background: url(../images/menu_bg_selected.jpg);
    text-align: right;
}
.menuTxtSelected A
{
    font-family: Arial;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-align: right;
}
.currPath
{
    color: #AF0F27;
}
.path
{
    color: #000000;
}
.subMenuTxtSelected
{
    width: 157px;
    height: 38px;
    background: url(../images/menu_bg.jpg);
    text-align: right;
}
.subMenuTxtSelected A
{
    font-family: Arial;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    text-align: right;
    text-decoration: underline;
}
.subMenuTxt
{
    width: 157px;
    height: 38px;
    background: url(../images/menu_bg.jpg);
    text-align: right;
}
.subMenuTxt A
{
    font-family: Arial;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    text-align: right;
}
/* Maps floating divs style */
.shopOverDiv
{
   width:236px; 
    height:163px; 
    background-color:#EBEBEB; 
    text-align: center;
    padding-top: 5px;
    border: 1px solid #D5D5D5;
}
.shopOverImgDiv
{
    width:224px; 
    height:118px; 
    margin-right: 5px; 
    margin-left: 5px; 
    margin-bottom: 5px; 
    background-color: #ffffff;
}
.shopOverTxtDiv
{
    text-align: center; 
    color: #000000; 
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold;
}
.shopClickDiv
{
    width:256px; 
    background-color:#EBEBEB; 
    text-align: center;
    padding-top: 5px;
    border: 1px solid #D5D5D5;
    direction:rtl;
}
.shopClickImgDiv
{
    width:244px; 
    height:118px; 
    margin-right: 5px; 
    margin-left: 5px; 
    margin-bottom: 9px; 
    background-color: #ffffff;
}
.shopClickTxtDiv
{
    text-align: center; 
    color: #000000; 
    font-family: Arial; 
    font-size: 12px; 
}
/* End of floating divs style */
