﻿/*tabelka z cennikiem i opisem pakietów*/
#tblPakietList
{
    color: #805394;
    font-size:15px;
    font-family:Verdana;
    font-weight:bold;
    width:770px;
}
#tblPakietList td
{
    border-bottom: solid 1px #ede6e0;
    border-right: solid 1px #ede6e0;
    background-color:#fffcf5;
    text-align:center;
    padding:4px !important;
}
#tblPakietList td a
{
    margin: 0 auto;
}
#tblPakietList td.clsLeftColumn
{
    background-color:#f8eddb;
    text-align:right;
    font-size:16px;
}

#tblPakietList td.clsLeftEmptyColumn
{
    background-color:Transparent;
}

#tblPakietList td.clsLeftInfoColumn
{
    background-color:Transparent;
    text-align:left;
    font-size:small;
    color:#ffffff;
    background-color:#805394;
}

#tblPakietList  th.clsPakietFree
{
    width:175px;
    background-color:Transparent;
    background-image: url("/Images/tab_free.png");
    background-repeat:no-repeat;
    height:48px;
}
#tblPakietList  th.clsPakietStandart
{
    width:175px;
    background-color:Transparent;
    background-image: url("/Images/tab_standard.png");
    background-repeat:no-repeat;
    height:48px;
}
#tblPakietList  th.clsPakietPremium
{
    width:175px;
    background-color:Transparent;
    background-image: url("/Images/tab_premium.png");
    background-repeat:no-repeat;
    height:48px;
}
/*cennik - mała tabeleczka z cenami*/
#tblPakietList  table.clsPrice
{
    font-weight:normal;
    font-size:10px;
    margin: 0 auto;
    
}
#tblPakietList  table.clsPrice td
{
    border:none;
    vertical-align:top;
}
#tblPakietList table.clsPrice .clsPriceBig
{
    font-size:46px;
    padding-top:0px;
    vertical-align:top;
}
#tblPakietList table.clsPrice .clsPriceSmal
{
    font-size:18px;
    font-weight:bold;
    text-align:left;
    vertical-align:bottom;
    height:10px;
}
#tblPakietList .clsPriceBox
{
    font-size:10px;
    font-weight:normal;
 
}
/*cennik - mała tabeleczka z cenami*/

/*wartwa informacyjna pokazujaca sie po najechaniu myszka*/
.clsQuestionMark
{
    color:#333333;
    font-size:small;
    cursor:help;
}
.clsInfoLayer
{
    display:none;
}
.clsInfoLayer div
{
    background-color:#805394;
    width:350px;
    padding: 4px 4px 4px 4px;
    text-align:left;
}
.clsInfoLayer div div
{
    background-color:#fffcf5;
    width:342px;
    color: #805394;
}
.clsInfoLayer div div h4
{
    text-align:center;
}
.clsInfoLayer div div p
{
    font-size:12px;
}
