/* =Hosting Table
----------------------------------------------- */
.hosting
{
width: 100%;
padding: 0;
margin: 25px 0 0 0;
}

th
{
font-size: 1.1em;
font-weight: bold;
color: #fff;
border-right: 1px solid #069;
border-bottom: 1px solid #ccc;
border-top: 1px solid #069;
text-align: center;
padding: 6px 6px 6px 12px;
background: #069 url(images/hosting_bg.png) repeat-x;
}

th.bgnone
{
border-top: 0;
border-left: 0;
border-right: 1px solid #069;
background: none;
}

th.servers
{
border: none;
background: none;
}

td
{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff;
padding: 6px 6px 6px 12px;
color: #666;
}


td.dk
{
background: #f8fbff;
color: #666;
}

th.lt
{
font-size: 1.0em;
text-align: left;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 0;
background: #fff;
font-weight: bold;
color: #666;
}

th.dk
{
font-size: 1.0em;
text-align: left;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 0;
background: #f8fbff;
font-weight: bold;
color: #666;
}