/**
 * 
 * @file                tables css file
 * @version             see main xml file
 * @package             tpl_digi_full_power
 * @copyright		copyright digigreg 2014-2015 - all rights reserved
 * @license             GNU General Public License version 2 or later
 * 
 */

/* tables reset */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    clear: both;
}
th {
    vertical-align: middle;
    font-weight: bold;
}
tr {
    line-height: 18px;
}
td {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    vertical-align: middle;
}
ul {
    margin-bottom: 0px;
}
ol {
    margin-bottom: 30px;
}
li {
    line-height: 18px;
    margin-bottom: 0px;
}
ol > li:last-child, ul > li:last-child {
    margin-bottom: 0px;	
}


/* tables styles */
table tbody > tr:nth-child(odd) {
    background: #ffffff;
}
table tbody > tr:nth-child(even) {
    background: #f5f5f5;
}
table tr:last-child td {
    border-bottom: 0;
}
table tr:hover td {
    background: #7f7f7f;
}
.table-heading {
    padding-top: 10px;
    padding-bottom: 15px;
}
.table-text {
    color: #6f6f6f;
}
table .table-title {
    font-size: 12px;
}
table .table-sub-title {
    font-weight: bold;
    font-size: 12px;
}
table .price {
    font-size: 12px;
}
table .small-price {
    position: absolute;
    margin-left: 0px;
    font-size: 10px;
    margin-top: -3px !important;
}