.nav>li {
    display: inline-block;
    border-bottom: 1px solid #dc6868;
    float: left;
    margin-right: 3px;
    background: #eeeeee;
}

.nav>li a {
    color: #8a0000;
}
.nav>li a:active, .nav>li a:hover {
    color: #ff0505;
    border-bottom: 3px solid #ff0505;
}
.product-container.vmproduct.productdetails > div {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.product-container.vmproduct.productdetails .spacer .clear {
    clear: none;
}

.product-container.vmproduct.productdetails .spacer img {
    float: left;
}

.productdetails .product-price {
    clear: both;
    font-weight: bold;
    font-size: 150%;
    color: red;
    float: none;
    text-align: center;
}

.vmheader {
    font-weight:bold;
    font-size:150%;
    margin: 10px 0px 20px 0px;
}

.sidebar-nav .nav>li {
    border-bottom: 1px solid #dc6868;
    margin-right: 3px;
    background: #eeeeee;
    display: block;
    float: none;
}

.vmCartModule.carrello {
    background: #eeeeee;
    color: #000000;
    padding: 5px;
}

.moduletable.carrello h3 {
    color: #000000;
}

.blog .item img {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.blog .item h2 {
    float: none;
    display: block;
    clear: both;
}

.blog .item .content_rating img {
    width: initial;
}

.header-inner {
    position: relative;
}

.header-search {
    position: absolute;
    right: 30px;
    top: 20px;
}