@charset "UTF-8";

/**
* @author Daniel Stockhammer
* @copyright 2011, Netzmühle Internetagentur OG
* @since 24.03.2011
*/

div.productlist table {
    border: none;
    width: 100%;
}

div.productlist table tbody tr {
    cursor: pointer;
}

div.productlist table th,
div.productlist table td {
    padding: 3px 6px;
}

div.productlist table tr.even {
    background: #fafafa;
}

div.productlist table tr.odd {
    background: #ededed;
}

div.productlist table tr:hover {
    background: #d9d9d9;
}

div.productlist table th.price {
    text-align: center;
}

div.productlist table td.price {
    width: 10%;
    text-align: right;
    border-left: 1px dashed #ffffff;
}

div.productlist ul.product-grid {
    margin: 0 !important;
    padding: 0 !important;
}

div.productlist ul.product-grid li.product {
    list-style: none !important;
    width: 160px;
    display: inline-block;
    margin: -1px 1px 0 1px;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    cursor: pointer;
}

div.productlist ul.product-grid li.product:hover {
    border: 1px solid #e4e4e4;
    background: #f6f6f6;
    margin: -2px 0 0 0;
}

div.productlist ul.product-grid li p {
    margin: 0;
}

div.productlist ul.product-grid li p.price {
    font-weight: bold;
    font-size: 120%;
    text-align: right;
}

div.productlist ul.product-grid li p.tax {
    font-size: 90%;
	text-align: right;
	font-style: italic;
}

div.shop-categories ul.category-menu li a.active {
    font-weight: bold;
}