html, body {
	margin: 0;
	padding-bottom: 20px;
	overflow: auto;
        font-family: Arial, Sans-Serif;
}

body {
    background-color: #fafafa;
}

img {
	border: 0;
}

form {
	font-family: Arial;
	font-size: 13px;
}

form textarea {
	font-family: Arial;
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.__seo_follow {
	display: none;
}

.mandatory {
	color: #f00;
	font-weight: bold;
}

#status-msg, .status-msg { // class if multiple messages
	font-size: 13px;
	font-weight: bold;
}
.error {
	color: #d00;
	font-weight: bold;
}
.success {
	color: #0b0;
	font-weight: bold;
}
.warning {
        color: #f80;
        font-weight: bold;
}

/* ----------		START TOP STYLE		-------------- */
#top {
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
}

#top-logo img {
	max-width: 120px;
	max-height: 120px;
}

#container-top {
	padding: 6px 0 1px 0;
        border-bottom: 1px solid #cc0000;
        /* cross-browser gradient */
        background: #dedede; /* Old browsers */
        background: -moz-linear-gradient(top,  #dedede 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #dedede 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#container-top-border2 {
    border-bottom: 3px solid #cc0000;
}

#container-top-inner {
	width: 970px;
	margin: 0 auto;
        padding: 0 10px;
	overflow: hidden;
	position: relative;
}

#container-top-inner-left {
        width: 130px;
        margin-top: 21px;
	float: left;
}

#container-top-inner-middle {
	width: 610px;
        margin-top: 27px;
	float: left;
	overflow: hidden;
}

#container-top-inner-search {
	width: 180px;
        margin-top: 21px;
	float: left;
	overflow: hidden;
}

#container-top-inner-right {
        padding-left: 16px;
        float: left;
	overflow: hidden;
}

#container-top ul {
	margin: 0;
	padding: 0;
}
#container-top ul li {
	list-style: none;
	display: inline;
	margin: 0 6px;
	text-transform: uppercase;
        font-family: 'Roboto';
	font-weight: 400;
	font-size: 18px;
	color: #000;
}
#container-top ul li a {
        color: #000;
	text-decoration: none;
}
#container-top ul li a:hover {
        color: #b90016;
	text-decoration: underline;
}

#lingua {
	float: right;
}
#lingua a{
        display: block;
	margin-bottom: 6px;
}
#lingua a img {
        width: 34px;
        height: 20px;
}
#container-top form {
	float: right;
}
#container-top form #wrapper {
    background-color: white;
    border: 1px solid #bbb;
    padding: 3px;
    overflow: hidden;
}
#container-top input[type="text"]{
	width: 130px;
	height: 22px;
        line-height: 22px;
	padding: 0 5px;
	float: left;
        border: 0;
	margin: 0;
        font-family: 'Roboto';
        font-size: 15px;
        color: #555;
} 
#container-top input[type="submit"]{
        padding: 11px;
	height: 22px;
	background: url('../images/search-icon-md.png');
        background-size: contain;
	background-repeat: no-repeat;
        background-origin: padding-box;
	float: left;
	border-width: 0 0 0 1px;
        border-style: solid;
        border-color: #bbb;
	margin: 0;
	cursor: pointer;
} 

#menu-area-riservata {
        background: #c5c5c5;
}
#menu-area-riservata ul {
	width: 980px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
}
#menu-area-riservata ul li {
	float: left;
	display: block;
	padding: 0 7px;
        font-family: Arial;
	font-size: 12px;
}
#menu-area-riservata ul li a {
        font-weight: bold;
	text-shadow: 0 1px 0 #ddd;
	color: #000;
	text-transform: uppercase;
}

#menu-area-pubblica {
    background-color: #333;
    overflow: hidden;
}
#menu-area-pubblica-inner {
    width: 970px;
    margin: 0 auto;
}
#menu-area-pubblica ul#nav {
	line-height: 41px;
	margin: 0;
	padding: 0;
        float: left;
}
#menu-area-pubblica ul#tools {
	line-height: 41px;
	margin: 0;
	padding: 0;
        float: right;
}
#menu-area-pubblica ul li {
        height: 41px;
        display: table-cell;
        vertical-align: middle;
	list-style: none;
	padding: 0 8px;
	text-transform: uppercase;
        font-family: 'Roboto';
	font-size: 14px;
	color: #fff;
}
#menu-area-pubblica ul li a {
        color: #fff;
}
#menu-area-pubblica ul li img {
        float: left; /* fix for vertical align on firefox */
}
#menu-area-pubblica ul li label {
        text-transform: none;
        margin-right: 8px;
}
#menu-area-pubblica ul li select {
        font-family: 'Roboto';
        font-size: 14px;
        padding: 2px;
        text-transform: uppercase;
}
#menu-area-pubblica ul li select option {
        text-transform: uppercase;
}
#pdfcat-submit {
	background-color: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
	cursor: pointer;
        font-family: 'Roboto';
	font-size: 14px;
	color: #fff;
}
#pdfcat-submit:hover {
        text-decoration: underline;
}
#top-shadow {
    background-image: url('../images/top-shadow.png');
    background-repeat: repeat-x;
    height: 8px;
    /* cross-browser opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 0.5; /* Netscape */
    -khtml-opacity: 0.5; /* Safari 1.x */
    opacity: 0.5; /* good browsers */
}


/* ----------		FINE TOP STYLE		-------------- */

#middle {
	margin: 5px auto;
	overflow: hidden;
	width: 970px;
        padding: 0 10px;
}

/* ----------		START LEFT SIDE		------------- */


#left {
	float: left;
	width: 200px;
}
.box-left {
        border-radius: 4px;
        overflow: hidden; /* clip round corners */
        background-color: #fdfdfd;
        margin-bottom: 12px;
        /* cross-browser shadow (all directions) */
        -moz-box-shadow: 0px 1px 4px #aaa;
	-webkit-box-shadow: 0px 1px 4px #aaa;
	box-shadow: 0px 1px 4px #aaa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#999999')";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#999999')";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#999999')";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999')";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#999999')";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#999999')";
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=315, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#999999');
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#999999');
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#999999');
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#999999');
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#999999');
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#999999');
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=315, Color='#999999');
}
#tabs-title {
	background-color: #333;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#tabs-title li {
	list-style: none;
	display: block;
	width: 100px;
	float: left;
	padding: 10px 0;
	text-align: center;
        font-family: 'Roboto';
	font-size: 15px;
}
#tabs-title li a {
        color: #ccc;
        text-decoration: none;
}
#tabs-title li a:hover {
        color: #eee;
}
#tabs-title li.active {
        background-color: #5a5a5a;
        /* cross-browser inner glow (shadow) */
        -moz-box-shadow: 0px 0px 15px #111 inset;
	-webkit-box-shadow: 0px 0px 15px #111 inset;
	box-shadow: 0px 0px 15px #111 inset;
}
#tabs-title li.active a {
	color: #fff;
}
#tabs-title li.active a:hover {
        color: #fff;
}

#tutte-le-macchine a {
        display: block;
        overflow: hidden;
        padding: 8px 8px;
        border-bottom: 1px solid #eaeaea;
        background-color: #ddd;
        font-family: 'Roboto';
	font-size: 14px;
        font-weight: bold;
        color: #444;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
}
#tutte-le-macchine a:hover {
	background-color: #d2d2d2;
}

#tab-1, #tab-2, #tutte-le-macchine {
        border-style: solid;
	border-color: #cacece;
	border-width: 0 1px;
}
#tab-1 h1, #tab-2 h1 {
	padding: 10px 0;
	margin: 10px 0;
}
#tab-1 ul, #tab-2 ul {
	padding: 0;
	margin: 0;
}
#tab-1 ul li, #tab-2 ul li {
	margin: 0;
	list-style: none;
        font-family: 'Roboto';
	font-size: 14px;
        border-bottom: 1px solid #eaeaea;
}
#tab-1 ul li:last-child, #tab-2 ul li:last-child {
        border: none;
}
#tab-1 ul li a, #tab-2 ul li a {
        display: block;
        overflow: hidden;
        padding: 8px 8px;
        text-decoration: none;
}
#tab-1 ul li a:hover, #tab-2 ul li a:hover {
	background-color: #f2f2f2;
}

#tab-2 ul li ul {
        border-top: 1px solid #eaeaea;
	display: none;
}
#tab-2 ul li ul li a {
        background-color: #f2f2f2;
        padding-left: 24px;
}
#tab-2 ul li ul li a:hover {
        background-color: #e0e0e0;
}

.tab-a-nome {
    display: table-cell;
    width: 100%; /* black magic */
    vertical-align: middle;
}
.tab-a-num {
    display: table-cell;
    vertical-align: middle;
}
.tab-a-nome span {
    display: block;
    float: left;
    color: #444;
}
.tab-a-num span {
    display: block;
    float: right;
    color: #888;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 8px;
}


/* ----------		END LEFT SIDE		------------- */

.content {
	float: left;
	width: 760px;
        margin-left: 10px;
}
.content a {
	color: #00f;
}
.content-section {
	margin-top: 15px;
	margin-bottom: 25px;
}

.content-section p{
    font-size: 14px;
    color: #333;
}
.content-section p a{ color: #b70016; text-decoration: none; }
.content-section ul{padding: 0 0 0 20px !important;}
.content-section ul li{ font-size: 14px; color: #333; list-style: square; }

.content-title {
	padding-bottom: 4px;
        border-bottom: 2px solid #ba0016;
}
.content-title h1 {
	margin: 0;
        font-family: 'Roboto';
	font-size: 24px;
        color: #ba0016; /*#333*/
}

.content-text {
	margin: 10px 0;
        font-family: 'Arial';
	font-size: 13px;
}

#right {
	width: 200px;
	margin-left: 5px;
	padding: 0;
	float: left;
}

.macchine-visitate-title {
	background-color: #333;
        padding: 10px 0;
}
.macchine-visitate h1 {
	margin: 0;
	padding: 0;
        font-family: 'Roboto';
	font-size: 15px;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
}
.macchine-visitate-title h1 a {
	color: #eee;
}
.macchine-visitate-title h1 a:hover {
	color: #fff;
        text-decoration: none;
}

#categoria-selezionata ul {
        margin: 0;
        padding: 0;
}
#categoria-selezionata ul li {
        margin: 0;
        list-style: none;
        font-family: 'Roboto';
	font-size: 14px;
        border-bottom: 1px solid #eaeaea;
}
#categoria-selezionata ul li.selected {
        background-color: #f2f2f2;
        font-weight: bold;
}
#categoria-selezionata ul li:hover {
	background-color: #f2f2f2;
}
#categoria-selezionata ul li:last-child {
        border: none;
}
#categoria-selezionata ul li a {
        display: block;
        overflow: hidden;
        padding: 8px 8px;
        text-decoration: none;
}

.no-photo {
	border: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.box-immagini {
        font-family: 'Roboto';
	font-size: 12px;
        overflow: hidden;
}
.box-immagini-item {
        width: 96px;
	padding: 2px;
	text-align: center;
        float: left;
}
.box-immagini-item:hover {
        background-color: #e6e6e6;
	cursor: pointer;
}
.box-immagini-item-pic {
        width: 96px;
        height: 72px;
        margin-bottom: 4px;
        position: relative;
}
.box-immagini-item-pic img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
}
.box-immagini-item .machine-quick-controls a img {
	border: 0;
	padding: 2px;
	background-color: transparent;
}
.box-immagini-item .machine-quick-controls a img:hover {
	background-color: #bbb;
}

.box-immagini-item-desc {
	white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

#newsletter {
        background-image: url('../../images/bm/bg-newsletter.png');
	background-repeat: repeat-x;
	overflow: hidden;
}
#newsletter h1{
        margin: 15px 0 8px 0;
	padding: 0;
        font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#newsletter form {
	text-align: center;
	width: 92%;
	margin: 0 auto;
}
#newsletter form input[type="email"] {
	width: 182px;
	height: 23px;
	background: url('../images/bg-input-newsletter.png');
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding-left: 3px;
}
#newsletter form input[type="submit"] {
	width: 85px;
	height: 25px;
        margin: 5px 0;
	float: right;
	border-radius: 5px;
        font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #8f9191;
	color: #b70016;
	cursor: pointer;
}
#newsletter form input[type="submit"]:hover {
	text-decoration: underline;
}

/* -----------footer--------------------------- */

#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9999;
        background-color: #000;
}
#box-footer {
	width: 970px;
	margin: 0 auto;
}
#box-footer p {
	margin: 0;
	padding: 0;
        font-family: 'Roboto';
	font-size: 14px;
        line-height: 35px;
	color: #fff;
}

/* ----------------login---------------------------*/

#login {
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	margin: 20px 0;
}
#login a {
	color: #00f;
	font-weight: bold;
}

.login-text-input {
	padding: 2px 5px;
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
        border: 1px solid #cacece;
}
.login-text-input:hover {
	border: 1px solid #999;
}
.login-text-input:focus {
	border: 1px solid #c44;
	background-color: #faffbd;
}

#login input[type="submit"] {
	cursor: pointer;
}
#login table {
	margin: 0 auto;
}
.login-lbl-td {
	text-align: right;
}
.login-input-td {
	text-align: left;
}

.login-status-success {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0a0;
}
.login-status-success a {
	color: #00f;
}
.login-status-error {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #f00;
}

/* ----------------ricerca---------------------------*/

#form-ricerca {
	margin: 40px auto;
	width: 500px;
}
#form-ricerca p {
	overflow: auto;
}
.form-row {
	margin-bottom: 20px;
	overflow: auto;
}
#form-ricerca select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
	width: 210px;
	height: 24px;
        float: left;
	margin: 0 20px;
	padding: 2px 24px 2px 2px;
	outline: 0;
        border: 1px solid #ccc;
        background-color: #fafafa;
	background-image: url('../images/bg-fullsearch-select.png');
	background-repeat: no-repeat;
        font-size: 11px;
        cursor: pointer;
}
#form-ricerca input[type="text"] {
	width: 196px;
	height: 18px;
        float: left;
	margin: 0 20px;
	padding: 2px 6px;
	outline: 0;
        border: 1px solid #ccc;
        background-color: #fafafa;
	background-image: url('../images/bg-fullsearch-input.png');
	background-repeat: repeat-x;
        font-size: 11px;
	
	
}
#form-ricerca input[type="submit"] {
	margin: 0 20px 0 0;
	padding: 2px 6px;
	outline: 0;
        border: 1px solid #ccc;
	background-color: #eee;
	float: right;
	cursor: pointer;
}

/*----------------confirmbox----------------*/

#confirm-box {
	position: fixed;
	width: 300px;
	padding: 16px;
	border-radius: 10px;
	-moz-border-radius: 10px;
        border: 1px solid #888;
        background-color: #fafafa;
	text-align: center;
        font-size: 12px;
	z-index: 99999;
	display: none;
}
.popup-ctrl-wrap {
	margin-top: 20px;
	text-align: center;
}
.popup-ctrl-wrap a {
	display: inline-block;
	padding: 3px 8px;
	margin: 0 5px;
        background-color: #d6d6d6;
	border: 1px solid #bbb;
        color: #000;
}
.popup-ctrl-wrap a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}


/*---------------------------------------------*/

#bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	z-index: 99999;
	display: none;
}

.slideshow-popup-image {
	position: fixed;
	z-index: 999999;
}
.slideshow-popup-control {
	opacity: 0.6;
	position: fixed;
	z-index: 9999999;
	display: none;
}
.slideshow-popup-control:hover {
	opacity: 1;
}

#subscribe-content p {
    
}
#subscribe-content form {
    margin-top: 26px;
    text-align: center;
}
#subscribe-content form input[type="email"] {
    width: 200px;
}

#banner {
    position: relative;
    height: 200px;
}
#banner img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#banner-subtitle {
    margin: 6px 0;
}
#banner-subtitle h2 {
    margin: 0;
    font-family: 'Roboto';
    font-size: 18px;
    color: #000;
}
#banner-image {
    position: relative;
    height: 200px;
}
#banner-image img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#banner-circles {
    text-align: center;
}
#banner-circles a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 6px 1px;
    background-color: #888;
    opacity: 0.7;
}
#banner-circles a:hover, #banner-circles a.selected {
    opacity: 1.0;
}

.composer-destinatari-row {
    margin: 6px 0;
}
.composer-destinatari-row input {
    width: 220px;
    margin-right: 12px !important;
}

.composer-allegati-row, .composer-allegati-new {
    margin: 6px 0;
}
.composer-allegati-new input {
    width: 200px;
}
.composer-allegati-remove {
    margin-left: 36px;
}

#container-cookie {
    height: 70px;
    width: 100%;
    color: #fff;
    position: fixed;
    bottom: 35px;
    z-index: 99999;
    /*background-image: url('/css/images/bg_popup_cookie.png');*/
    background-color: rgba(0, 0, 0, .7) !important;
}

#container-cookie #cookie {
    margin: 0 auto;
    padding: 20px 25px 0 25px;
    width: 940px;
    font-size: 13px;
    font-family: helvetica;
    font-weight: normal;
    text-align: left;
    line-height: 25px;
    text-align:center;
}

#container-cookie #cookie a#ho-capito {
    text-decoration: none;
    color: #fff;
    background-color: #666;
    border: 1px solid #fff;
    padding: 0px 8px;
    font-size: 10px;
    margin: 20px 20px 0 5px;
    /*float: right;*/
    padding:7px;
}

#container-cookie #cookie a#info {
    color: #fff;
    margin: 0 0 0 20px;
    text-decoration:underline;
}

#form-streaming-login table {
    margin: 0 auto;
}

#form-streaming-login table td.td-submit {
    text-align: center;
}
