.content.content-macchina { /* overwrite .content in style.css */
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 30px;
}
#macchina-prevnext {
    font-family: 'Roboto';
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 8px;
    width: 970px;
    position: absolute;
    top: 580px;
    z-index: 999; /* meno del top, che è 9999 */
}

#macchina-prev {
    float: left;
    cursor: pointer;
}
#macchina-prev-offset {
    position: relative;
    left: -10px;
    overflow: hidden;
}
#macchina-next {
    float: right;
    cursor: pointer;
}
#macchina-next-offset {
    position: relative;
    right: -10px;
    overflow: hidden;
}
#macchina-prev-offset:hover, #macchina-next-offset:hover {
    background-color: #eee;
}
#macchina-prev a, #macchina-next a {
    text-decoration: none;
}
#prev-arrow, #next-arrow {
    display: block;
    float: left;
    position: relative;
    width: 30px;
    height: 50px;
    margin-top: 25px;
    background-color: #cc0000;
}
#prev-inner, #next-inner {
    overflow: hidden;
    float: left;
    padding: 5px;
}
#prev-arrow {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
#next-arrow {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
#prev-arrow img, #next-arrow img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    width: 6px;
}
#prev-foto, #next-foto {
    float: left;
    position: relative;
    width: 120px;
    height: 90px;
    background-color: #eee;
}
#prev-foto img, #next-foto img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#prev-dati {
    float: left;
    text-align: left;
    color: #222;
    padding-left: 8px;
    padding-right: 8px;
}
#next-dati {
    float: left;
    text-align: right;
    color: #222;
    padding-left: 8px;
    padding-right: 8px;
}

#macchina-top {
    overflow: hidden;
    margin-bottom: 40px;
}
#macchina-top h1 {
	padding: 0;
	margin: 0 0 4px 0;
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: normal;
        color: #333;
	text-transform: uppercase;
        line-height: 44px;
        text-shadow: 1px 1px #ccc;
}

#multimedia {
	width: 668px;
	float: left;
}
#multimedia #control {
        font-family: 'Roboto';
        text-align: center;
        height: 32px;
        line-height: 32px;
}
#multimedia #control a {
        color: #ba0016;
}
#ss-img-container {
	width: 668px;
        height: 501px;
        text-align: center;
        background-color: #f0f0f0;
        position: relative;
}
#ss-img-container img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
}
#thumb-container {
	clear: both;
	overflow: hidden;
        background-color: transparent;
}
#thumb-prev, #thumb-next {
        display: block;
        width: 30px;
        height: 90px;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        opacity: 0.7;
        border-radius: 4px;
}
#thumb-prev {
    margin-right: 16px;
}
#thumb-next {
    margin-left: 16px;
}
#thumb-prev.enabled, #thumb-next.enabled {
        opacity: 0.7;
}
#thumb-prev.enabled:hover, #thumb-next.enabled:hover {
        opacity: 1.0;
        background-color: #f0f0f0;
}
#thumb-prev.disabled, #thumb-next.disabled {
        cursor: default;
        opacity: 0.2;
}
#thumb-prev {
        background-image: url('../images/slider-arrow-prev.png');
}
#thumb-next {
        background-image: url('../images/slider-arrow-next.png');
}

#thumb-img-container {
        width: 576px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
}

.thumb-wrapper {
        display: inline-block;
        margin: 0 12px;
	width: 120px;
	height: 90px;
        background-color: #eee;
	position: relative;
}
.thumb-wrapper img {
	position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}
.thumb-wrapper img:hover {
        opacity: 0.7;
}

#bottoni {
        width: 217px;
        float: right;
        font-family: 'Roboto';
}

#bottoni .action-btn {
        display: block;
        width: 217px;
        height: 44px;
        float: right;
        clear: both;
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 44px;
        background-color: #eee;
        text-indent: 52px;
        text-decoration: none;
        color: #222;
}
#bottoni .action-btn:hover {
        color: #888;
}
#bottoni .action-btn.disabled {
        opacity: 0.4;
        cursor: not-allowed;
}
#bottoni .action-btn.disabled:hover {
        color: #222;
}

#btn-download-foto {
        background-image: url('../images/btn-download-foto.png');
}
#btn-download-foto.disabled {
        background-image: url('../images/btn-download-foto-disabled.png');
}
#btn-download-doc {
        background-image: url('../images/btn-download-doc.png');
}
#btn-download-doc.disabled {
        background-image: url('../images/btn-download-doc-disabled.png');
}
#btn-play-video {
        background-image: url('../images/btn-play-video.png');
}
#btn-play-video.disabled {
        background-image: url('../images/btn-play-video-disabled.png');
}
#btn-scheda-pdf {
        background-image: url('../images/btn-scheda-pdf.png');
}
#btn-richiedi-info {
        background-image: url('../images/btn-richiedi-info.png');
}
#btn-macchine-simili {
        background-image: url('../images/btn-macchine-simili.png');
}
#icon-added-to-cart {
        width: 24px;
        height: 24px;
        margin-left: 40px;
        vertical-align: middle;
}

#edit-links {
        float: right;
}
#edit-links a {
        line-height: 44px;
        vertical-align: middle;
}
#edit-links img {
	padding: 2px;
}
#edit-links img:hover {
        background-color: #ddd;
}

#dati-macchina {
	margin-bottom: 32px;
        font-family: 'Roboto';
        font-size: 16px;
        color: #444;
}
#dati-macchina-top {
        overflow: hidden;
}
#dati-macchina-left {
        width: 50%;
        float: left;
        position: relative;
}
#dati-macchina-right {
        width: 50%;
        float: left;
        position: relative;
}
.dati-macchina-separator {
        border-left: 1px solid #444;
        left: 36%;
        height: 100%;
        position: absolute;
}
.dati-macchina-item {
        padding: 8px 0;
        overflow: hidden;
}
.dati-macchina-note-titolo {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 6px;
        margin-top: 24px;
}
.dati-macchina-item .label {
        text-align: right;
        text-transform: uppercase;
        width: 34%;
        float: left;
        font-weight: bold;
        padding-right: 2%;
}
.dati-macchina-item .label-border {
        padding-right: 14px;
}
.dati-macchina-item .value {
        width: 56%;
        float: left;
        padding-right: 4%;
        padding-left: 4%;
}
#bottoni p {
	margin: 0;
	padding: 0;
        font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
#form-notifications {
	margin-bottom: 15px;
        float: right;
        clear: both;
}
#form-notifications label {
        font-family: 'Roboto';
        font-size: 13px;
        display: block;
        width: 217px;
        margin-bottom: 4px;
}

#form-notifications input[type="email"] {
	width: 170px;
        height: 100%;
	padding: 0 10px;
        font-family: 'Roboto';
        font-size: 14px;
        color: #444;
	border: none;
        background-color: transparent;
        display: block;
        float: left;
}

#form-notifications input[type="submit"] {
        width: 0;
        height: 0;
	background-color: transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
        border-left: 10px solid #666;
	border-right: none;
        float: right;
        margin-top: 14px; /* (44-16)/2 */
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 0;
        padding: 0;
	cursor: pointer;
}

#recenti {
    background-color: white;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-family: 'Roboto';
    padding: 4px 0 16px 0;
    text-align: center;
}
#recenti h2 {
    margin: 6px 0 12px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}
#recenti h2 a {
    color: #444;
    text-decoration: none;
}
#recenti h2 a:hover {
    text-decoration: underline;
}

#recenti .gallery-item {
        display: inline-block;
        width: 224px;
        margin: 0 6px;
        padding: 1px;
        border-radius: 6px;
        position: relative;
	overflow: hidden;
        background-color: #f6f6f6;
	border: 1px solid #cacece;
}
#recenti .gallery-item:hover {
	cursor: pointer;
        background-color: #fcfcfc;
}
#recenti .gallery-item a {
        color: #00f;
}

#recenti .last-visited-item {
        background-color: #ffc;
}

#recenti .gallery-photo {
        position: relative;
        width: 224px;
        height: 168px;
        margin-left: auto;
	margin-right: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
}
#recenti .gallery-photo img.main-picture {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
}
#recenti .gallery-photo img.new-icon-gallery {
	position: absolute;
        bottom: 5px;
        right: 5px;
}

#recenti .gallery-title {
        height: 28px;
        line-height: 28px;
        margin-top: 4px;
        padding: 0 4px;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

#recenti .gallery-desc-outer {
        position: absolute;
        top: 100%;
        width: 224px;
        height: 168px;
}
#recenti .gallery-desc {
        font-family: 'Roboto';
	font-size: 14px;
}
#recenti .gallery-desc-row {
        overflow: hidden;
        padding: 4px 0;
        word-wrap: break-word;
}

#recenti .gallery-row-left {
        float: left;
        width: 46%;
        margin-right: 2%;
        padding-left: 1.5%;
        font-weight: bold;
        text-align: right;
        text-transform: uppercase;
}

#recenti .gallery-row-right {
        float: left;
        width: 46%;
        margin-left: 2%;
        padding-right: 1.5%;
        text-align: left;
}

#recenti .gallery-desc p {
	margin: 0;
}
#recenti .gallery-desc p.quick-links {
        text-align: center;
}
#recenti .gallery-desc p.quick-links a img {
	padding: 2px;
}
#recenti .gallery-desc p.quick-links a img:hover {
        background-color: #bbb;
}