
    /* TABLE STYLES  */
     
    #content_main table.plans {
        border: 5px solid #999;
        margin: 10px 0px;
        font-size: 15px;
/*        -webkit-border-radius: 10px;*/
    }
    
    #content_main table.plans a {
        text-decoration:none;
    -webkit-transition: none;
    }
    
    /*------------------------------thead*/
    
    #content_main table.plans thead {
        background-color: #ddd;
    }
    #content_main table.plans ul, #content_main table.plans ol {
        list-style: none!important;
    }
    
    #content_main table.plans thead th {
        padding:10px 18px 0 18px;
    /*  background: pink;*/
    }
    
    #content_main table.plans thead td {
        padding: 0 3px 3px;
    }
    
    #content_main table.plans thead td.mid {
        border: 1px solid #666;
        border-width: 0 1px 0 1px;
    }
    
    #content_main table.plans thead th h2 {
        margin: 0;
        color: #444;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
        text-shadow: 0 1px 1px #eee;
        padding:0;
    /*  background: yellow;*/
    }
    
    #content_main table.plans thead th p.tagline {
        margin: 5px 0 10px;
    /*  background: aqua;*/
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        padding: 0;
        line-height: 1;
    }
    
    .off {
        background: #ccc;
    }
    .tabbutton {
        background: #fff url(../../hs_img/bg_button.png) repeat-x bottom left;
        border: 1px solid #b4b4b4;
        display: block;
        text-align: center;
        padding: 0;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2)
    }
    
    #content_main table.plans h3 a{
        display: block;
        padding: 5px 1px;
        line-height: 1;
		width:125px;
    }
    
    #content_main table.plans thead h3 strong{
        color: #444;
        font-size: 26px;
        display: block;
        padding: 0;
        margin: 0;
    /*  background: pink;*/
    }
    
    #content_main table.plans thead h3 small{
        display: block;
        padding: 0;
        color: #444;
        font-size: 11px;
        font-weight: normal;
    /*  line-height: 11px;*/
        letter-spacing: 0;
    }
    
    #content_main table.plans thead h3 em{
        display: block;
        font-size: 17px;
        font-style: normal;
        color: #444;
        padding: 3px 0 0;
    /*  background: pink;*/
    /*  line-height: 1;*/
    }
    
    
    #content_main table.plans .tabbutton:hover {
        background: white url(../../hs_img/bg_button_up.png) repeat-x top left;
    
    } 
    
    
    /*------------------------------tbody*/
    #content_main table.plans tbody tr.services td {
        padding:10px 15px 10px 10px;
        background-color: #eee;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
    }
    
    #content_main table.plans tbody tr.services td ul {
        font-size:90%; 
        margin: 0 auto!important;
        width: 80%;
    }
    
    #content_main table.plans tbody tr.services td ul li {
        background:url(../../hs_img/tick.gif) no-repeat top left; 
        padding-left:25px;
        padding-bottom: 5px;
    }
    
    #content_main table.plans tbody tr.services td ul li span{
        font-weight: bold;
        color: #444;
        font-size: 1.2em;
        border-bottom: #6b8d94 dotted 1px;
    }
    
    #content_main table.plans tbody tr.services td ul li.feature {
        background: repeat;
        padding-left: 0;
        padding-bottom: 5px;
        text-shadow: 0 1px 1px #fff;
    }
    
    #content_main table.plans tbody tr.services td ul li.feature strong{
        font-weight: bold;
        font-size: 18px;
        color: #444;
    }
    
    #content_main table.plans tfoot tr th{
        font-weight: bold;
        background: #ddd;
        padding: 5px;
    }
    tfoot tr th a {
        font-size: 1.3em !important;
        color: #444 !important;
        padding: 10px!important;
    }
    
    /*tfoot tr th a:hover {
        opacity: 0.8;
    }*/

