

.table td {
    line-height : 30px;
}

tr.all_prices>td {
    padding-top : 0px;
    padding-left : 5%;
    border-top : 0;
}

tr.all_prices>td.product_details {
    padding-top : 10px;
    
}

tr.all_prices>td>table.all_prices {
    background-color : #f9f9f9;
}

th.price, td.price {
    text-align : right;
}

th.actions, td.actions {
    text-align : right;
}

td.percent {
    font-size : 10px;
    text-align : right;
    padding-left : 0px;
    padding-right : 0px;
    width : 20px;
}

td.icon {
    padding-left : 3px;
    padding-right : 0px;
}

#items_per_page select {
    width : 75px;
}

#search_box form {
    margin-bottom : 0px;
}

span.current_tags span.label, #search_labels span.label {
    margin-right : 10px;
}

span.label i.icon-tag {
    padding-right : 5px;
}

i.remove-tag, i.remove-searchtag {
    padding-left : 4px;
    cursor: hand; 
    cursor: pointer;
}

form.add-tag {
    margin-bottom : 5px;
}

form.add-tag input[type="text"] {
    margin : 0;
}

table.table-prices {
    margin-bottom : 0px;
}

.collapser {
    cursor: hand; 
    cursor: pointer;
}

div.site {
    font-weight : bold;
}

div.legend {
    font-weight : bold;
}

div.legend span.label {
    width : 25px;
    margin-right : 10px;
}

div.pagination span {
    color : #999;
    
}

#mainmenu ul {
    text-align : center;
}

#mainmenu ul li {
    overflow : hidden;
}

#mainmenu ul > li > a > i{
    font-size: 24px;
    color : #CCC;
    width : 100%;
}
#mainmenu ul > li.active > a > i {
    color : #333;
}

img.favicon {
    padding-right : 5px;
}
