﻿body
{
    font-family: Segoe UI, Tahoma, Verdana;
    color: #212020;
}
.storagePackets
{
    background-image: url(../Styles/Images/Storage/tab2_bg.png); 
    background-repeat: no-repeat; 
    width: 824px; 
    height: 193px;
    margin-top: -193px;
    visibility: hidden;
}
.storageRate
{
    background-image: url(../Styles/Images/Storage/tab1_bg.png); 
    background-repeat: no-repeat; 
    width: 824px; 
    height: 193px;
}
.inactiveTabBig
{
    background-image: url(../Styles/Images/Storage/inactive_tab.png);
    background-repeat: no-repeat; 
    width: 150px;
    height: 26px;
    padding-top: 4px;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.inactiveTabSmall
{
    background-image: url(../Styles/Images/Storage/inactive_tab_small.png);
    background-repeat: no-repeat; 
    width: 127px;
    height: 26px;
    padding-top: 4px;
    margin-top: 2px;
    cursor: pointer;
    margin-left: 7px;
    position: relative;
    z-index: 100;
}
.activeTabSmall
{
    width: 130px;
    margin-left: 5px;
    height: 26px;
    padding-top: 4px;
}
.activeTabBig
{
    width: 150px;
    height: 26px;
    padding-top: 4px;
}
.bold15
{
    font-size: 15px;
    font-weight: bold;
}
.inactiveTitle
{
    color: #212020;
    text-shadow: White 0.07em 0.07em 0.07em;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}
.activeTitle
{
    color: White;
    text-shadow: #212020 0.07em 0.07em 0.07em;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}
.divContent
{
    background-image: url(../Styles/Images/Storage/white_central_bg.png);
    background-repeat: no-repeat;
    width: 795px;
    height: 91px;
    margin: 13px auto 0px auto;
}
.wrapperCombo
{
    width: 824px;
    margin-bottom: -28px;
    position: relative;
    z-index: 100;
    text-align: right;
    margin-left: -5px;
}
.caption
{
    font-size: 14px;
}
.txtValue
{
    text-align: right !important;
}
.bold15NotImp
{
    font-size: 15px !important;
    font-weight: bold !important;
}
.txtContainer
{
    margin: 2px 0px 2px 0px;
}
.microUnit
{
    font-size: 10px;
}
.unlimited
{
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
}
.captionMedium
{
    font-size: 15px;
}
.price
{
    font-size: 27px;
    font-weight: bold;
}
.radius6
{
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.pillContainer
{
    background-image: url(../Styles/Images/Storage/tab_blue_small_bg.png);
    background-repeat: no-repeat;
    height: 45px;
    padding-top: 12px;
    margin-left: 649px;
    margin-top: -57px;
    position: relative;
    width: 165px;
    z-index: 0;
    padding-left: 10px;
}
.cartGradient
{
    background: #9cf49e; /* Old browsers */
    background: -moz-linear-gradient(top,  #9cf49e 0%, #62e851 50%, #09ea03 51%, #51f700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cf49e), color-stop(50%,#62e851), color-stop(51%,#09ea03), color-stop(100%,#51f700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9cf49e 0%,#62e851 50%,#09ea03 51%,#51f700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9cf49e 0%,#62e851 50%,#09ea03 51%,#51f700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9cf49e 0%,#62e851 50%,#09ea03 51%,#51f700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9cf49e 0%,#62e851 50%,#09ea03 51%,#51f700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cf49e', endColorstr='#51f700',GradientType=0 ); /* IE6-9 */
    border: 1px solid #8dd11e;
}
.pill
{
    width: 152px;
    height: 28px;
    /*background-image: url(../Styles/Images/Storage/green_pill.png);
    background-repeat: no-repeat;
    margin-left: 660px;
    margin-top: -46px;*/
    color: White;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    text-shadow: #212020 0.07em 0.07em 0.07em;
    position: relative; 
    z-index: 1000;
}
.combo td
{
    border: none !important;
}
.tblValues
{
    padding: 10px 0px 10px 0px;
    table-layout: fixed;
}
.tblValues td
{
    border-left: 1px solid #d7cfcf;
}
.tblValues td:first-child
{
    border-color: transparent;
}
.unit
{
    font-size: 19px;
    font-weight: bold;
}
.padded
{
    padding: 0px 15px 0px 10px;
}
.bigUnit
{
    font-size: 19px;
}
.paddedLeft20
{
    padding-left: 18px;
}