/*
Tema: Blue - Minimalist design in blue
Author: Newton de Góes Horta
Site: http://www.nghorta.com
Country Origin: Brazil
*/

.data table {
 font-size: 95%;
 font-family: 'Trebuchet MS', Helvetica, arial, verdana, sans-serif;
 background-color:#000000;
 border-collapse: collapse;
 line-height: 1.2em;
}
.data caption {
 font-size: 30px;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
}
.data thead th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding: 5px 10px;
 height:25px;
 background: url(table_bg.png) repeat-x top left;
}
.data tfoot {
 color:#002084;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}
.data tbody tr {
 background-color:#fff;
}
.data tbody td {
 padding:5px;
 text-align:center;
}
.data tbody th {
 text-align:left;
 padding: 2px;
}
.data tbody td a, tbody th a {
 color:#002084;
 text-decoration:underline;
 font-weight:normal; 
}
.data tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}
.data td a.title {
    color: #000000;
    font-weight: bold;
    font-size: 125%;
    text-align: center;
}
.offer{
    text-align: left;
}
.offer img {
    margin: 0pt 5px;
    top: 3px;
    position: relative;
}
.offer, .offer tbody td a {
    white-space: nowrap;
    font: bold 120% Georgia;
    color: #c00000;
}
.pricetable td {
    border-collapse: collapse;
    border: 1px solid #a0a0a0;
    padding: 0.5em 1em;
}
