/*----- nascondere messaggio errore licenza -----*/

.dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary { display: none; }

/*------------------------------------------------*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=cyrillic,latin-ext,vietnamese');

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

/* DNN Body */
#Body {
    min-height: 1px;
	background:#D4D2C2;
}

/*-----ATTIVA/DISATTIVA SELETTORE LINGUA-----*/
/*.language .language-object {
	display: none !important;
}
.dnnEditState .language_mobile.only_mobile {
    display: none !important;
}*/
/*-------------------------------------------*/

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.Normal, 
.NormalDisabled, 
.NormalDeleted {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.DNNContainer_noTitle.bg_grey .Normal, 
.DNNContainer_noTitle.bg_grey .NormalDisabled, 
.DNNContainer_noTitle.bg_grey .NormalDeleted,
.DNNContainer_Title.bg_grey .Normal, 
.DNNContainer_Title.bg_grey .NormalDisabled, 
.DNNContainer_Title.bg_grey .NormalDeleted {
    color:#2b2b2b;
}
#dnn_contentPane .Normal,
#dnn_contentPane .NormalDisabled, 
#dnn_contentPane .NormalDeleted {
    color: #2b2b2b;
}
#dnn_leftPane .Normal,
#dnn_leftPane .NormalDisabled, 
#dnn_leftPane .NormalDeleted {
    color: #2b2b2b;
}
#dnn_rightPane .Normal,
#dnn_rightPane .NormalDisabled, 
#dnn_rightPane .NormalDeleted {
    color: #2b2b2b;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    font-weight: 700;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 10px 0;
	color:#333333;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing:normal;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a,
h1 a:link, 
h2 a:link, 
h3 a:link, 
h4 a:link, 
h5 a:link, 
h6 a:link,
h1 a:visited, 
h2 a:visited, 
h3 a:visited, 
h4 a:visited, 
h5 a:visited, 
h6 a:visited,
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover{
	color:#333333;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing:normal;
}

h1 {
    font-size: 26px;
}

h2, h2 .Head {
    font-size: 18px;
	text-transform:uppercase;
}

h3, h3 .Head {
    font-size: 18px;
	text-transform:uppercase;
}

h4, h4 .Head {
    font-size: 18px;
    text-transform:uppercase;
}

h5, h5 .Head {
    font-size: 18px;
    text-transform:uppercase;
}

h6, h6 .Head {
    font-size: 18px;
    text-transform:uppercase;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #C4964B;
    text-decoration: none;
}

    a:hover {
        color: #76551D;
        text-decoration: none;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #C4964B;
    font-weight: 700;
}

    .CommandButton:hover {
        color: #76551D;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #C4964B;
    font-weight: 700;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #76551D;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 10px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: 700;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: #transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* NEWS STYLE
/*------------------------------------------------*/

.news .content .article_image,
.edn_socialPrintWrapper,
.eds_news_NewsOne .user_dashboard .approve_articles {
    display: none !important;
}
.news .article.in_list {
	clear: both;

}
.contentPane.left .news .article.in_list .article_image {
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.news .content h1 {
    line-height: 1;
    font-size: 16px;
    font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;    
}
.news .content .edn_subTitle {
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 300;
    border-bottom: 0px !important;
}
.news .content .btn_read_more {
    text-transform: uppercase;
    float: right;
}
.news .edn_metaDetails {
    display: none;
}
.news .article.details .article_image,
.news .article.details .edn_subTitle {
    display: none;
}
.news .article.in_list .content {
	padding-bottom: 10px;
}
/*-----menu news home-----*/
.DnnModule-EasyDNNnews .DNNContainer_Title_h1 h1 {
	border-bottom: 1px solid #ee414d99;
	padding-bottom: 3px;
}
.DnnModule-EasyDNNnews .article.in_list h1 {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
.DnnModule-EasyDNNnews .article.in_list h2 {
	margin-bottom: 2px;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
    height: 32px;
}

#siteWrapper{
	float:left;
	width:100%;
	min-width: 990px;
}
#contentWrapper{
	padding-top:31px;
	background:url("Images/contentWrapper_bg.png") center top no-repeat;
}
.fullwidth {
	float:left;
	width:100%;
}
.wrapper {
    margin: 0 Auto;
    /*width: 990px;*/
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 165px;
    height: 22px;
	background:#e7e7da;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 22px;
        width: 22px;
        margin: 0;
        padding: 0;
        background: #e7e7da url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }



    #search a.SearchButton:hover {
        background: #DCDCCF url('images/search.png') no-repeat center center;
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 122px;
    height: 22px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #666666;
    line-height: 22px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #e7e7da;
        box-shadow: inset 0px 3px 8px #ccc;
    }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
#login {
    float: right;
}

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: left;
        padding: 0;
        margin: 0;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup .buttonGroup {
            margin-right: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            height: 25px;
            min-width: 12px;
            padding: 7px 15px 0 15px;
            color: #333;
            font-size: 11px;
            vertical-align: middle;
        }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                background: rgb(45,45,45); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
                color: #ddd;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:hover,
            #login .loginGroup a:hover {
                text-decoration: none;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #333;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
    }

    #login .userNotifications {
        border-right: 1px solid #CCC;
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
        border-right: 1px solid #CCC;
    }

        #login .loginGroup a {
            color: #333;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
    background: #fff;
}

#siteHeadinner {
}

#logo {
    float: left;
	height:115px;
}
#logo span,
#logo a {
    float: left;
	margin-top:20px;
}

/* Language */
.language .language-object {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

/*------------------------------------------------*/
/* box homepage */
/*------------------------------------------------*/

#content-boxes-bottom-1 .box_homepage,
#content-boxes .box_homepage {
    padding: 5%;
}
#content-boxes-bottom-1 .box_homepage .title,
#content-boxes .box_homepage .title {
    clear: both;
}
#content-boxes .box_homepage .title.boxinterni h2 {
    clear: both;
    text-transform: none;
}
#content-boxes-bottom-1 .box_homepage .image,
#content-boxes .box_homepage .image {
    float: left;
    max-width: 40%;
}
#content-boxes-bottom-1 .box_homepage .description,
#content-boxes .box_homepage .description {
    float: left;
    padding-left: 5%;
    max-width: 55%;
}
#content-boxes-bottom-1 .box_homepage .link,
#content-boxes .box_homepage .link {
    float: right;
    clear: both;
}
/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* Site Navigation */
#nav {
    float: right;
    position: relative;
}

#dnn_pnav li {
    position: relative;
    list-style: none;
    margin: 0;
}

    #dnn_pnav li ul {
        margin-left: 0;
    }

#dnn_pnav > li {
    float: left;
    height: 30px;
    padding-top: 5px;
    margin-right: 2px;
}

    #dnn_pnav > li > a, #dnn_pnav > li > span {
        display: block;
        padding: 5px 0 5px 15px;
        font-size: 14px;
        font-weight: 700;
        color: #666;
        text-decoration: none;
    }

    #dnn_pnav > li > span {
        cursor: default;
    }

    #dnn_pnav > li:hover > a, #dnn_pnav > li.active > a {
        color: #3B96B6;
    }

        #dnn_pnav > li:hover > a:active {
            color: #3B96B6;
        }

    #dnn_pnav > li:hover > span {
        color: #3B96B6;
    }

    /* Secondary level */
    #dnn_pnav > li ul { /* Styles for all sub levels */
        display: none;
        position: absolute;
        z-index: 2;
        width: 225px;
        padding: 0;
        background: #F5F7F7;
        border: 1px solid #cbcbcb;
        /* CSS3 */
        border-radius: 0px;
        /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-animation-duration: .25s;
        -webkit-animation-delay: .2s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .25s;
        -moz-animation-delay: .2s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .25s;
        -ms-animation-delay: .2s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .25s;
        animation-delay: .2s;
        animation-timing-function: ease;
        animation-fill-mode: both;
    }

#dnn_pnav li:hover > ul {
    display: block;
}

#dnn_pnav > li > ul { /* styles specific to secondary level */
    top: 35px;
    left: 0;
    padding: 15px 5px;
}

    #dnn_pnav > li > ul:after {
        position: absolute;
        top: -15px;
        left: 20px;
        content: '';
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent; /* left arrow slant */
        border-right: 15px solid transparent; /* right arrow slant */
        border-bottom: 15px solid #F5F7F7; /* bottom, add background color here */
        font-size: 0px;
        line-height: 0px;
    }

#dnn_pnav > li ul a, #dnn_pnav > li ul span {
    display: block;
    padding: 3px 15px;
    color: #3B9FBF;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

#dnn_pnav > li ul span {
    color: #666;
    cursor: default;
}

#dnn_pnav ul li:last-child > a {
}

#dnn_pnav > li > ul li:hover > a {
    color: #D00;
    background: #F5F7F7;
}

/* Tertiary level */
#dnn_pnav li ul li ul {
    left: 225px;
    top: -8px;
    padding: 15px 5px;
    border-left: 1px solid #ddd;
}


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

    #Breadcrumb img {
        margin-left: 4px;
        margin-right: 4px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: 700;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3B96B6;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
}

/* Content Pane - Home */
.leftPane {
    float: left;
    width: 630px;
}

.sidebarPane {
    float: right;
    width: 320px;
}

/* Content Pane - 2 columns */
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}

/* Content Pane - 3 columns */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
#footer {
    clear: both;
    height: 170px;
    margin-top: 42px;
}

.footerPane {
    float: left;
    width: 136px;
}

.footerPane,
.footerPane .Normal {
	font-size:11px;
	color:#666666;
}

.footerPaneRight {
    float: right;
}

/* Empty Panes */
.DNNEmptyPane {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    /*width: 0 !important;*/
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 11px;
    color: #666666;
	margin-top: 10px;
    margin-bottom: 25px;
	width:100%;
}

#copyright .Normal {
    font-size: 11px;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 12px;
        color: #a6a6a6;
    }

    #copyright a:hover {
        color: #D00;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: 700;
    }

        #copyright a.DNNMobileLink:hover {
            color: #D00;
        }

/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/
.threeColSocial .console {
    width: 250px;
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.threeColSocial .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    width: 250px;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.threeColSocial .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}

/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    margin-bottom: 0;
    -size: 12px;
    font-weight: 700;
    list-style-type: none;
}

.threeColSocialRightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

.threeColSocial .journalfooter {
    padding: 0;
    margin: 0;
}

.threeColSocial .journalrow div.journalitem p.journalfooter {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

.threeColSocial .journalrow div.journalitem ul.jcmt {
    font-size: 12px;
}

.threeColSocial .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #3B96B6;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
.threeColSocial #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 12px;
            font-weight: 700;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #484848;
            color: #eee;
        }

/* Message & Notification number block*/
.threeColSocial .dnnAdminTabNav a span {
    display: inline;
    min-height: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    background: rgb(59,150,182); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
    color: #eee;
    font-weight: 400;
    font-size: 11px;
}

/* Compose new message link */
.threeColSocial .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 12px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

/* compose button */
.threeColSocial a.dnnPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    .threeColSocial a.dnnPrimaryAction:hover,
    .threeColSocial a.dnnPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

.threeColSocial .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
.threeColSocial .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: 700;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto!important;
    padding: 9px 10px;
    font-size: 12px;
}

/* Styles for select drop*/
.threeColSocial .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px!important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
.threeColSocial .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* when select drop down button is clicked toggle active class to show*/
.threeColSocial .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

/* Remove corners and add dividers to buttons in button group */
.threeColSocial .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: none;
}

.threeColSocial .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
    .threeColSocial .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/*First Button styles of a button group */
.threeColSocial .alpha > a,
.threeColSocial .alpha > a:hover,
.threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Last Button styles of a button group */
.threeColSocial .omega > a,
.threeColSocial .omega > a:active,
.threeColSocial .omega > a.active {
    border-right: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Archive Button */
.threeColSocial a.dnnSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

    .threeColSocial a.dnnSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
.threeColSocial .smListings {
    font-size: 12px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 12px;
}

.threeColSocial .hoverControls a {
    font-size: 12px; /* All lists: Archive & Reply links */
    font-weight: 700;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: 700; /* Drilldown message list: UserName link */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: 700;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: 700; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
.threeColSocial .messageHeader {
    padding: 0;
    margin: 0;
}

    .threeColSocial .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 12px;
        font-weight: 700;
    }

/* Show Previous Repies 
    -------------------------------------*/
.threeColSocial .morePrevMsgButton {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
.threeColSocial textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

    .threeColSocial textarea#replyMessage:focus,
    .threeColSocial textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/
.content_intro {
    padding-top: 30px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: 400;
    }

    .content_intro a {
        font-size: 14px;
    }

/* Featured Product */
.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: 400;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

/* News */
.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        list-style-type: none;
        margin-bottom: 30px;
    }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span,
        .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-top: 12px;
            margin-bottom: 12px;
        }

/* newslist with small thumbnail*/
.smallThumbnail img {
    width: 80px;
}

/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 20px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: 400;
    }

/* Ads - Style One: 400x270 */
.content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0;
    }

/* Ads - Style Two: 570x130 */
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
}

    .content_adstyleTwo .adContent {
        top: 0;
    }

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/
/* Team 
    -------------------------------------*/
.content_team ul {
    margin: 0px;
}

    .content_team ul li {
        display: inline-block;
        width: 110px;
        margin-right: 30px;
        margin-bottom: 40px;
        text-align: center;
        list-style-type: none;
    }

        .content_team ul li.last {
            margin-right: 0;
        }

        .content_team ul li .teampic {
            width: 110px;
            height: 147px;
            margin-bottom: 15px;
            background-color: #bfbfbf;
        }

        .content_team ul li img {
            width: 110px;
            max-width: 110px;
            max-height: 147px;
        }

        .content_team ul li span {
            display: block;
            font-weight: 700;
            white-space: nowrap;
        }

/*------------------------------------------------*/
/* OUR PRODUCTS */
/*------------------------------------------------*/
.content_products ul {
    margin: 0;
}

    .content_products ul li {
        display: inline-block;
        width: 31%;
        margin-right: 30px;
        margin-bottom: 45px;
        vertical-align: top;
        list-style-type: none;
    }

        .content_products ul li.last {
            margin-right: 0;
        }

        .content_products ul li img {
            margin-bottom: 25px;
        }

/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/
/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 980px;
    height: 380px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 980px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 980px;
        height: 380px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }

/****************** NUOVI STILI ******************/

/******** header ********/
#siteHeadinner{
}
#siteHeadinner #logo{
	width:305px;
}
#siteHeadinner .right .top,
#siteHeadinner .right .bottom{
	width:685px;
}
#siteHeadinner .right .top{
	margin-top:7px;
}
#siteHeadinner .right .bottom{
	margin-top:52px;
}

#siteHeadinner .right .top .headerLinksPane{
    float: right;
    margin-top: 5px;
    padding-right: 0;
}
#siteHeadinner .right .top .headerLinksPane a{
    text-transform: uppercase;
	color: #333333;
    font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
}
#siteHeadinner .right .top .headerLinksPane a:hover{
	text-decoration:underline;
}

#siteHeadinner .right .top .loginGroup{
	float:right;
    margin-top: 2px;
	padding-right:5px;
}

/***** selettore lingua *****/
.language .language-object{
	margin-left:20px;
	margin-right:20px;
	margin-top:2px;
}
.language .language-object a {
	color:#333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	border-left:1px solid #d0d0d0;
	padding-left:4px;
	padding-right:4px;
}
.language .language-object a:hover{
	text-decoration:underline;
}
.language .language-object a:first-child {
	border-left:0px;
}
.language .language-object span:first-child {
    padding: 0px;
}
.language .language-object span {
    margin: 0;
    padding: 0px;
}
.language .language-object span.LanguageTrue{
	color:#999999;
	text-decoration:underline;
}

/***** menu principale *****/
#siteHeadinner .right .bottom a,
#siteHeadinner .right .bottom a span.Normal{
	font-size:13px;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
}
#siteHeadinner .right .bottom li.in-breadcrumb a,
#siteHeadinner .right .bottom a.active{
	color:#ee414d;
	text-decoration:underline;
}
#siteHeadinner .right .bottom a:hover{
	text-decoration:underline;
}

#siteHeadinner .right .bottom #dnn_hnav{
	margin:0px;
	padding:0px;
}
#siteHeadinner .right .bottom #dnn_hnav li{
	list-style:none;
	margin-left:10px;
	float:left;
}

/******** breadcrumbs ********/
#Breadcrumb{
	width:100%;
	height:20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
	background: url("Images/gray-semi-transparent_bg.png");
}
#dnn_dnnBreadcrumb_lblBreadCrumb{
    float: left;
    line-height: 13px;
    margin-left: 12px;
    margin-top: 2px;
    width: 668px;
}
#Breadcrumb a.breadcrumbLink:link,
#Breadcrumb a.breadcrumbLink:visited {
	color: #2b2b2b;
	font-size: 11px;
	font-weight: 400;
}
#Breadcrumb a.breadcrumbLink:last-child{
	font-weight: 700;
}

#Breadcrumb a.breadcrumbLink:hover {
	color: #000000;
}

/******** pulsanti social ********/
#dnn_socialSharePane{
	margin-right:12px;
	min-width:293px;
}
#dnn_socialSharePane .addthis_toolbox{
	float: right;
	width:100%;
}
#dnn_socialSharePane .addthis_toolbox .addthis_button_google_plusone,
#dnn_socialSharePane .addthis_toolbox .addthis_button_tweet,
#dnn_socialSharePane .addthis_toolbox .addthis_button_facebook_like {
}
/** Google + button: patch per comparsa barra di scorrimento orizzontale a causa di iframe **/
iframe[id^="oauth2relay"] { position: fixed !important; }

/******** footer ********/
#dnn_footerPane{
	width:100%;
	min-height:119px;
	background:url("Images/white-semi-transparent_bg.png");
}
#dnn_footerPane p{
	margin:0px;
}
#dnn_footerPane #footer_data{
	float:right;
	height:65px;
	margin-top:26px;
	margin-bottom:12px;
	margin-right:15px;
}
#dnn_footerPane #footer_data img {
    max-width: 120px;
}
#dnn_footerPane #footer_data a{
	color:#666666;
	text-decoration:underline;
}
#dnn_footerPane #footer_data a:hover{
	text-decoration:none;
}
#dnn_footerPane #footer_links{
	float:left;
	height:65px;
	margin-top:26px;
	margin-bottom:26px;
	margin-left:15px;
}
#dnn_footerPane #footer_links td {
	border-left:1px solid #c4964b;
	vertical-align:top;
}
#dnn_footerPane #footer_links td.no_border{
	border-left:0px;
}
#dnn_footerPane #footer_links .title{
	font-size:18px;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
	margin-bottom:12px;
}
#dnn_footerPane #footer_links td.social{
	width:164px;
}
#dnn_footerPane #footer_links td.social a{
	margin-right:3px;
}
#dnn_footerPane #footer_links td.app{
	width:248px;
}
#dnn_footerPane #footer_links td.app a{
	margin-right:5px;
}
#dnn_footerPane #footer_links td ul{
	margin:0px;
	margin-left:8px;
	margin-right:8px;
}
#dnn_footerPane #footer_links td ul li{
	list-style:none;
}
#dnn_footerPane #footer_links td ul li a{
	color:#000000;
	font-size:11px;
	padding-right:13px;
	background:url("Images/footer_links_bg.png") right center no-repeat;
}
#dnn_footerPane #footer_links td ul li a:hover{
	text-decoration:underline;
}
#dnn_footerPane #footer_links td ul li.highlight a{
	color:#ffffff;
	font-weight: 700;
	padding:2px;
	padding-right:16px;
	background:#c4964b url("Images/footer_link_highlight_bg.png") right center no-repeat;
}

#dnn_footerBottomPane{
	/*width:550px;*/
    max-width:550px;
}

/****** menu verticale ******/
#dnn_vnav{
	margin-left:0px;
}
#dnn_vnav li{
	list-style:none;
}
#dnn_vnav li a{
	color:#2b2b2b;
	font-size:14px;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
	text-transform:uppercase;
}

#dnn_vnav li a:hover{
	text-decoration:underline;
}
#dnn_vnav li.active.in-breadcrumb{
}
#dnn_vnav li.in-breadcrumb{
}
#dnn_vnav a.active{
}
#dnn_vnav ul.childs{
	display:none;
	margin-left:0px;
}
#dnn_vnav ul.childs.in-breadcrumb{
	display:block;
	background:#ECEAD9;
}

/** primo livello **/
#dnn_vnav li div.depth-0{
	background:#dfddcc url("Images/dnn_vnav_li_bg.png") left top no-repeat;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:50px;
	margin-bottom:3px;
}
#dnn_vnav li.in-breadcrumb div.depth-0,
#dnn_vnav li.active div.depth-0{
	background:#dfddcc url("Images/dnn_vnav_li_active_bg.png") left top no-repeat;
}
/** secondo livello **/
#dnn_vnav li div.depth-1{
	background:url("Images/dnn_vnav_li_depth-1_bg.png") left top no-repeat;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:50px;
	margin-bottom:3px;
}
#dnn_vnav li div.depth-1 a{
	color:#545454;
	font-size:12px;
}
#dnn_vnav li.depth-1.in-breadcrumb div.depth-1,
#dnn_vnav li.depth-1.active div.depth-1{
	background:#ECEAD9 url("Images/dnn_vnav_li_depth-1_active_bg.png") left top no-repeat;
}
#dnn_vnav li.depth-1.in-breadcrumb div.depth-1 a,
#dnn_vnav li.depth-1.active div.depth-1 a{
	color: #303030;
}

/***** box press room *****/
.press_room_box{
	background:#d4d2c2 url("Images/press_room_box_bottom_bg.jpg") right bottom no-repeat;
}
.press_room_box .press_room_box_top{
	height:60px;
	background:url("Images/press_room_box_top_bg.jpg") right bottom no-repeat;
}
.press_room_box .press_room_box_top h3{
	color:#b04632;
	font-size:30px;
	font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
	padding-top: 10px;
	padding-left:15px;
}
.press_room_box .press_room_box_bottom{
	padding:15px;
	padding-bottom:5px;
	color:#2b2b2b;
}
.press_room_box .login_link{
}
.press_room_box .login_link a{
    background:#B04632 url("Images/ArticleListSingleArticleMini_ArticleReadMore_bg.png") right center no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 30px 6px 10px;
    text-transform: uppercase;
    width: 96px;
}
.press_room_box .signup_link{
}
.press_room_box .signup_link a{
    background:#98691c url("Images/ArticleListSingleArticleMini_ArticleReadMore_bg.png") right center no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 30px 6px 10px;
    text-transform: uppercase;
    width: 96px;
}

/******** colonna di sinistra ********/
#dnn_leftPane{
	width:235px;
	margin-left:12px;
	margin-right:12px;
}
#dnn_leftPane h2,
#dnn_leftPane h3{
	border-bottom:2px solid #d4d2c2;
}
#dnn_leftPane h2.no_border,
#dnn_leftPane h3.no_border{
	border-bottom:0px;
}
#dnn_leftPane .DnnModule{
	margin-bottom:15px;
}

/***** DNN article *****/
#dnn_leftPane .ArticleListSingleColumnMini{
	margin-top:15px;
	margin-bottom:15px;
}
#dnn_leftPane .ArticleListSingleColumnMini .ArticleDate,
#dnn_leftPane .ArticleListSingleColumnMini .ArticleTitle,
#dnn_leftPane .ArticleListSingleColumnMini .ArticleText{
	padding-left:26px;
}

#dnn_leftPane .ArticleListSingleColumnMini .ArticleDate{
	font-size:11px;
}
#dnn_leftPane .ArticleListSingleColumnMini .ArticleTitle{
	font-size:16px;
	color:#333333;
	font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
	background:url("Images/dnn_leftPane_ArticleTitle_bg.png") left top no-repeat;
}
#dnn_leftPane .ArticleListSingleColumnMini .ArticleTitle a{
	color:#333333;
	font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
}
#dnn_leftPane .ArticleListSingleColumnMini .ArticleText{
	font-size:12px;
	line-height:14px;
	color:#2b2b2b;
}
#dnn_leftPane .ArticleListSingleColumnMini .ArticleReadmore{
	font-size:11px;
	text-transform:uppercase;
}
/***** link tutte le news *****/
#dnn_leftPane .all_news_link{
	margin-left:26px;
	margin-bottom:20px;
	font-size:11px;
}

/******** colonna di destra ********/
#dnn_rightPane{
	width:235px;
	margin-right:12px;
}
#dnn_rightPane .DnnModule{
	margin-bottom:15px;
}

/***** DNN article tag cloud *****/
#dnn_leftPane .DnnModule-DNNArticleTagCloud,
#dnn_rightPane .DnnModule-DNNArticleTagCloud{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:30px;
}
#dnn_leftPane .DnnModule-DNNArticleTagCloud .mycss span,
#dnn_rightPane .DnnModule-DNNArticleTagCloud .mycss span{
	white-space:normal !important;
}
.DnnModule-DNNArticleTagCloud .mycss:hover span{
	text-decoration:underline;
}

/******** contenuto principale ********/
#content-area{
	background:url("Images/white-semi-transparent_bg.png");
}
#dnn_contentPane .DnnModule-DNN_HTML .SpacingBottom{
}

/** form **/
.c-form .form-group .field-container {
    background-color: unset !important;
    background: unset !important;
    border: 0px !important;
    box-shadow: unset !important;
}
.c-form .form-group .btn-info {
    color: #fff;
    background-color: #c3954a;
    border-color: #c3954a;
}
/****** menu verticale sitemap ******/
#dnn_vnav_sitemap{
	margin-left:0px;
}
#dnn_vnav_sitemap li{
	list-style:none;
}
#dnn_vnav_sitemap li a{
	color:#2b2b2b;
	font-size:14px;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
	text-transform:uppercase;
}

#dnn_vnav_sitemap li a:hover{
	text-decoration:underline;
}

/** primo livello **/
#dnn_vnav_sitemap li div.depth-0{
	background:#dfddcc url("Images/dnn_vnav_li_bg.png") left top no-repeat;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:50px;
	margin-bottom:3px;
}
/** secondo livello **/
#dnn_vnav_sitemap li div.depth-1{
	background:url("Images/dnn_vnav_li_depth-1_bg.png") left top no-repeat;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:50px;
	margin-bottom:3px;
}
#dnn_vnav_sitemap li div.depth-1 a{
	color:#545454;
	font-size:12px;
}
/** terzo livello **/
#dnn_vnav_sitemap li div.depth-2{
	background:url("Images/dnn_vnav_li_depth-1_bg.png") left top no-repeat;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:50px;
	margin-bottom:3px;
}
#dnn_vnav_sitemap li div.depth-2 a{
	color:#545454;
	font-size:12px;
}

/*** moduli ricerca aziende ***/
.DnnModule-VarGroupVGAziendeRicerca .ContenitoreRicercaAziende.Esteso{
	float:left;
	width:722px;
	height:197px;
	background:url("Images/VarGroupVGAziendeRicerca_bg.png") left top no-repeat;
	color:#ffffff;
}
.DnnModule-VarGroupVGAziendeRicerca .Titolo{
	float:left;
	width:100%;
	margin-left:12px;
	margin-top:15px;
	font-size:22px;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
	text-transform:uppercase;
}
.DnnModule-VarGroupVGAziendeRicerca .Sottotitolo{
	float:left;
	width:100%;
	margin-left:12px;
	margin-top:15px;
}
.DnnModule-VarGroupVGAziendeRicerca .UpdatePanelClass{
	float:left;
	margin-left:12px;
}
.DnnModule-VarGroupVGAziendeRicerca .UpdatePanelClass .ElencoPaesi{
}
.DnnModule-VarGroupVGAziendeRicerca .UpdatePanelClass .ElencoPaesi .LabelRicercaPerPaese{
	font-weight: 700;
	margin-top:12px;
}
.DnnModule-VarGroupVGAziendeRicerca .UpdatePanelClass .ElencoPaesi select{
	padding:2px;
	margin:0px;
	width:245px;
}
.DnnModule-VarGroupVGAziendeRicerca .UpdatePanelClass .ElencoStrutture{
}
.DnnModule-VarGroupVGAziendeRicerca .UpdatePanelClass .ElencoStrutture .LabelRicercaPerStrutture{
	font-weight: 700;
	margin-top:12px;
}
.DnnModule-VarGroupVGAziendeRicerca .UpdatePanelClass .ElencoStrutture select{
	padding:2px;
	margin:0px;
	width:245px;
}
.DnnModule-VarGroupVGAziendeRicerca .TastoRicerca{
	float:left;
	margin-left:24px;
	margin-top:84px;
}
.DnnModule-VarGroupVGAziendeRicerca .TastoRicerca input{
	width:200px;
	height:26px;
	border:0px;
	background:#8e8c79 url("Images/big_link_grey_bg.png") right center no-repeat;
	color:#ffffff;
	text-align:left;
}

/** versione ridotta **/
.DnnModule-VarGroupVGAziendeRicerca .ContenitoreRicercaAziende.Ridotto{
}
.DnnModule-VarGroupVGAziendeRicerca .ContenitoreRicercaAziende.Ridotto .UpdatePanelClass {
    margin-left: 0px;
}
.DnnModule-VarGroupVGAziendeRicerca .ContenitoreRicercaAziende.Ridotto .Titolo {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-left: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    width: 100%;
}
.DnnModule-VarGroupVGAziendeRicerca .ContenitoreRicercaAziende.Ridotto .Sottotitolo {
    margin-left: 0px;
    margin-top: 0px;
}
.DnnModule-VarGroupVGAziendeRicerca .ContenitoreRicercaAziende.Ridotto .UpdatePanelClass .ElencoPaesi .LabelRicercaPerPaese {
    font-weight: 700;
    margin-top: 8px;
}
.DnnModule-VarGroupVGAziendeRicerca .ContenitoreRicercaAziende.Ridotto .UpdatePanelClass .ElencoPaesi select{
	padding:2px;
	margin:0px;
	width:205px;
}

/*** moduli risultati ricerca aziende ***/
.ModVarGroupVGAziendeElencoC{
	margin-bottom:30px;
}
.ModVarGroupVGAziendeElencoC .titolo_paese{
	margin-top:30px;
	margin-bottom:15px;
	font-size:22px;
	font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
	text-transform:uppercase;
}
.ModVarGroupVGAziendeElencoC .titolo_paese:first-child{
	margin-top:0px;
}
.ModVarGroupVGAziendeElencoC .titolo_stabilimento{
	margin-top:20px;
	line-height:31px;
	font-size:16px;
	font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
	text-transform:uppercase;
	border-bottom: 3px solid #d4d2c2;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background: url("Images/tabella_stabilimento_bg.png") left bottom repeat-x;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_sinistra_struttura,
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_destra_struttura{
	width:50%;
	padding:0px;
	padding-bottom:8px;
	vertical-align:bottom;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_sinistra_struttura{
	vertical-align:top;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_destra_struttura{
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_sinistra_struttura a{
	color:#2B2B2B;
	text-decoration:underline;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_sinistra_struttura a:hover{
	text-decoration:none;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_sinistra_struttura .titolo_struttura{
	font-weight: 700;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_destra_struttura .link_google_maps{
	float:right;
	width:200px;
	height:52px;
	background:url("Images/link_google_maps_bg.png") right bottom no-repeat;
}
.ModVarGroupVGAziendeElencoC .tabella_stabilimento .colonna_destra_struttura .link_google_maps a{
	float:left;
	width:100%;
	margin-top:29px;
	color:#ffffff;
	text-transform:lowercase;
	text-align:left;
	text-indent:10px;
}

/* pulsante di sistema Primary Action */
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #454545;
    background: #9B9B9B;
    background: -moz-linear-gradient(top, #9B9B9B 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9B9B9B), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9B9B9B 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #9B9B9B 0%,#666666 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #454545;
}

.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
	border-color: #666666;
	background: #ADADAD; /* Old browsers */
	background: -moz-linear-gradient(top, #ADADAD 0%, #7B7B7B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADADAD), color-stop(100%,#7B7B7B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ADADAD 0%,#7B7B7B 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ADADAD 0%,#7B7B7B 100%); /* W3C */
	color: #fff;
}

.dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
	border-color: #666666;
	background: #7B7B7B; /* Old browsers */
	background: -moz-linear-gradient(top, #7B7B7B 0%, #ADADAD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B7B7B), color-stop(100%,#ADADAD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7B7B7B 0%,#ADADAD 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #7B7B7B 0%,#ADADAD 100%); /* W3C */
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	color: #fff;
}

/* pulsante di sistema leggi tutto */
div a.toggleMore{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 700;
	margin:0;
	padding:5px 25px;
	color: #fff;
	text-decoration: none;
	background: #8E8C79; /* Old browsers */
	background: -moz-linear-gradient(top, #AAA895 0%, #8E8C79 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAA895), color-stop(100%,#8E8C79)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #AAA895 0%,#8E8C79 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #AAA895 0%,#8E8C79 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #AAA895 0%,#8E8C79 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAA895', endColorstr='#8E8C79',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #AAA895 0%,#8E8C79 100%); /* W3C */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 1px #8E8C79;
	-moz-box-shadow: 0px 1px 0px 1px #8E8C79;
	box-shadow: 0px 1px 0px 1px #8E8C79;
	text-shadow: 0px 1px 1px black;
}

/* tabelle di default */
table.default_table{
}
table.default_table td{
	border: 1px solid #B7B59C;
}
table.default_table table td{
	border: 0px;
}

/**** pagina risultati ricerca SearchBoost ****/

#dnn_contentPane .sb-numbered .avtsb_comment,
#dnn_contentPane .avtsbDefault .avtsb_comment {
    color: #333333;
    font-size: 13px;
	text-align: left;
	padding:0px;
}
#dnn_contentPane .sb-numbered .avtsb_title_big,
#dnn_contentPane .avtsbDefault .avtsb_title_big {
    color: #000000;
    padding-left: 0px;
}
#dnn_contentPane .sb-numbered  .avtsb_title:link, 
#dnn_contentPane .sb-numbered  .avtsb_title:visited,
#dnn_contentPane .avtsbDefault .avtsb_title:link, 
#dnn_contentPane .avtsbDefault .avtsb_title:visited {
    color: #C4964B;
}
#dnn_contentPane .sb-numbered .avtsb_url,
#dnn_contentPane .avtsbDefault .avtsb_url {
    color: #000000;
}
#dnn_contentPane .sb-numbered .avtsb_desc,
#dnn_contentPane .avtsbDefault .avtsb_desc {
    color: #333333;
}
#dnn_contentPane .sb-numbered .sb-results,
#dnn_contentPane .avtsbDefault .sb-results {
    margin: 8px 0 0;
}

/**** campo ricerca SearchBoost in skin ****/
#siteHeadinner #search .sbInp_Default .searchBox {
	border:0px;
	background:none;
	box-shadow:none;
    margin-bottom: 0px;
    padding: 0px;
    width: 140px;
    height: 22px;
    line-height: 22px;
	float:left;
	color: #666666;
    font-size: 11px;
	font-style:normal;
	text-indent:5px;
}
#siteHeadinner #search .sbInp_Default .searchBoxEmpty {
    color: #666666;
    font-style: normal;
}
#siteHeadinner #search .sbInp_Default .searchBtn {
    background: url("images/search.png") no-repeat scroll center center #E7E7DA;
    margin-left: 0px;
    padding: 0px;
	width:22px;
	height:22px;
	float:left;
}

/**** campo ricerca SearchBoost in colonna di sinistra ****/
#dnn_leftPane .sbInp_Default .searchBox {
    width: 205px;
}

/********** griglie con effetti ajax **********/

/**** pagina valori ****/
.valori_valore{
	position:relative;
	float:left;
	width:226px;
	height:126px;
	overflow:hidden;
	margin-right: 20px;
	margin-bottom:20px;
}
.valori_valore .area_scorrimento{
	position:absolute;
	float:left;
	width:452px;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
}
.valori_valore .area_scorrimento .prima,
.valori_valore .area_scorrimento .seconda{
	list-style:none;
	padding:0px;
	margin:0px;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	float:left;
	width:212px;
	height:116px;
	vertical-align:top;
}
.valori_valore .area_scorrimento .prima{
	cursor:pointer;
	background:#DFDDCC url("Images/value_scrolling_box_bg.png") 206px 105px no-repeat;
}
.valori_valore .area_scorrimento .prima .value_icon_title {
    margin-left: 4px;
}
.valori_valore .area_scorrimento .seconda{
}
.valori_valore .area_scorrimento .seconda .inner_title{
	margin-bottom:0px;
}
.valori_valore .area_scorrimento .seconda .testo{
	float:left;
	width:100%;
	height:67px;
	line-height:14px;
	font-size:11px;
	text-align:justify;
}
.valori_valore .area_scorrimento .seconda .links{
	width:100%;
	float:left;
}
.valori_valore .area_scorrimento .seconda .links .indietro{
	float:left;
	width:13px;
	height:19px;
	background:url("Images/value_scrolling_box_back_bg.png") left center no-repeat;
}
.valori_valore .area_scorrimento .seconda .links .leggi_tutto{
	float:right;
	color:#000000;
	font-weight: 700;
}
.valori_valore.centralita_persona,
.valori_valore.eticita_trasparenza,
.valori_valore.innovazione,
.valori_valore.responsabilita,
.valori_valore.ambiente{
	margin-right: 0px;
}
.valori_valore.dedizione .area_scorrimento .seconda{
	background:#F3B9A3;
}
.valori_valore.centralita_persona .area_scorrimento .seconda{
	background:#CFB2D1;
}
.valori_valore.eccellenza .area_scorrimento .seconda{
	background:#F4BD59;
}
.valori_valore.eticita_trasparenza .area_scorrimento .seconda{
	background:#FAE29A;
}
.valori_valore.focalizzazione_paziente .area_scorrimento .seconda{
	background:#fff;
}
.valori_valore.innovazione .area_scorrimento .seconda{
	background:#F5AD87;
}
.valori_valore.multiculturalita .area_scorrimento .seconda{
	background:#F4C5CD;
}
.valori_valore.responsabilita .area_scorrimento .seconda{
	background:#BBCED4;
}
.valori_valore.solidarieta .area_scorrimento .seconda{
	background:#C0BBCF;
}
.valori_valore.ambiente .area_scorrimento .seconda{
	background:#F3DBC3;
}

/**** pagina storia, calendario anni ****/
.storia_anno{
	position:relative;
	float:left;
	width:226px;
	height:108px;
	overflow:hidden;
	margin-right: 14px;
	margin-bottom:20px;
	background:#DFDDCC;
	color:#ffffff;
}
.storia_anno.anni_1800{
	background:#49B2C7;
}
.storia_anno.anni_1900{
	background:#30A38B;
}
.storia_anno.anni_2000{
	background:#4FB965;
}
.storia_anno .area_scorrimento{
	position:absolute;
	float:left;
	width:452px;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
}
.storia_anno .area_scorrimento .inner_title{
	font-size:22px;
	line-height:22px;
}
.storia_anno .area_scorrimento .prima,
.storia_anno .area_scorrimento .seconda{
	list-style:none;
	padding:0px;
	margin:0px;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	float:left;
	width:212px;
	height:98px;
	vertical-align:top;
}
.storia_anno .area_scorrimento .prima{
	cursor:pointer;
	background:url("Images/history_scrolling_box_bg.png") 206px 90px no-repeat;
}
.storia_anno .area_scorrimento .prima .value_icon_title {
    margin-left: 4px;
}
.storia_anno .area_scorrimento .prima .inner_title{
	font-size:30px;
	line-height:30px;
}
.storia_anno .area_scorrimento .seconda{
}
.storia_anno .area_scorrimento .seconda .inner_title{
}
.storia_anno .area_scorrimento .seconda .testo{
	float:left;
	width:100%;
	height:38px;
	line-height:14px;
	font-size:12px;
	text-align:left;
}
.storia_anno .area_scorrimento .seconda .links{
	width:100%;
	float:left;
}
.storia_anno .area_scorrimento .seconda .links .indietro{
	float:left;
	width:13px;
	height:19px;
	background:url("Images/history_scrolling_box_back_bg.png") left center no-repeat;
}

/**** pagina storia, calendario anni raggruppati ****/
.storia_anno_gruppo{
	position:relative;
	float:left;
	width:226px;
	height:108px;
	overflow:hidden;
	margin-right: 14px;
	margin-bottom:20px;
	background:#DFDDCC;
	color:#ffffff;
}
.storia_anno_gruppo.anni_1800{
	background:#49B2C7;
}
.storia_anno_gruppo.anni_1900{
	background:#30A38B;
}
.storia_anno_gruppo.anni_2000{
	background:#4FB965;
}
.storia_anno_gruppo .area_scorrimento{
	position:absolute;
	float:left;
	width:904px;
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
}
.storia_anno_gruppo .area_scorrimento .inner_title{
	font-size:22px;
	line-height:22px;
}
.storia_anno_gruppo .area_scorrimento .prima,
.storia_anno_gruppo .area_scorrimento .seconda,
.storia_anno_gruppo .area_scorrimento .terza,
.storia_anno_gruppo .area_scorrimento .quarta{
	list-style:none;
	padding:0px;
	margin:0px;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	float:left;
	width:212px;
	height:98px;
	vertical-align:top;
}
.storia_anno_gruppo .area_scorrimento .prima{
	cursor:pointer;
	background:url("Images/history_scrolling_box_bg.png") 206px 90px no-repeat;
}
.storia_anno_gruppo .area_scorrimento .prima .value_icon_title {
    margin-left: 4px;
}
.storia_anno_gruppo .area_scorrimento .prima .inner_title{
	font-size:30px;
	line-height:30px;
}
.storia_anno_gruppo .area_scorrimento .seconda,
.storia_anno_gruppo .area_scorrimento .terza,
.storia_anno_gruppo .area_scorrimento .quarta{
}
.storia_anno_gruppo .area_scorrimento .seconda .inner_title,
.storia_anno_gruppo .area_scorrimento .terza .inner_title,
.storia_anno_gruppo .area_scorrimento .quarta .inner_title{
}
.storia_anno_gruppo .area_scorrimento .seconda .testo,
.storia_anno_gruppo .area_scorrimento .terza .testo,
.storia_anno_gruppo .area_scorrimento .quarta .testo{
	float:left;
	width:100%;
	height:38px;
	line-height:14px;
	font-size:12px;
	text-align:left;
}
.storia_anno_gruppo .area_scorrimento .seconda .links,
.storia_anno_gruppo .area_scorrimento .terza .links,
.storia_anno_gruppo .area_scorrimento .quarta .links{
	width:100%;
	float:left;
}
.storia_anno_gruppo .area_scorrimento .seconda .links .indietro,
.storia_anno_gruppo .area_scorrimento .terza .links .indietro,
.storia_anno_gruppo .area_scorrimento .quarta .links .indietro{
	float:left;
	width:13px;
	height:19px;
	background:url("Images/history_scrolling_box_back_bg.png") left center no-repeat;
}

.storia_anno_gruppo .area_scorrimento .seconda .links .avanti,
.storia_anno_gruppo .area_scorrimento .terza .links .avanti,
.storia_anno_gruppo .area_scorrimento .quarta .links .avanti{
	float:right;
	width:13px;
	height:19px;
	background:url("Images/history_scrolling_box_bg.png") right center no-repeat;
}

/****** pagina storia, milestones ******/
#milestones{
	float:left;
	width:225px;
}
#milestones .milestone{
	float:left;
	width:100%;
	margin-bottom:5px;
	background:#ffffff;
}
#milestones .milestone .milestone_title{
	float:left;
	width:100%;
	cursor:pointer;
	background:#50916f url("Images/milestone-open_bg.png") 208px center no-repeat;
	font-family: 'Oswald',Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
	font-size:18px;
	line-height:30px;
	color:#ffffff;
	text-indent:5px;
}
#milestones .milestone .milestone_content{
	float:left;
	width:215px;
	padding:5px;
	display:none;
}
#milestones .milestone .milestone_content p{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
#milestones .milestone .milestone_content .milestone_close{
	float:right;
	width:10px;
	height:12px;
	background:url("Images/milestone-close-link_bg.png") center center no-repeat;
}

/****** infografica qualita ******/
#infografica_qualita{
	position:relative;
	overflow:hidden;
	width:725px;
	height:927px;
	float:left;
	background:#edece6;
}
#infografica_qualita .maschera{
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
}
#infografica_qualita .cerchio_1{
    left: 545px;
    position: absolute;
    top: 250px;
    z-index: 5;
	display:none;
}
#infografica_qualita .cerchio_2{
    left: 493px;
    position: absolute;
    top: 405px;
    z-index: 5;
	display:none;
}
#infografica_qualita .cerchio_3{
    left: 154px;
    position: absolute;
    top: 341px;
    z-index: 5;
	display:none;
}

#infografica_qualita .fascia_1,
#infografica_qualita .fascia_4{
	background:#a07829;
}
#infografica_qualita .fascia_2{
	background:#f3d355;
}

#infografica_qualita #infografica_qualita_sfondo_1,
#infografica_qualita #infografica_qualita_sfondo_2,
#infografica_qualita #infografica_qualita_sfondo_3{
	overflow:hidden;
}

#infografica_qualita #infografica_qualita_sfondo_1{
    /*height: 498px;*/
	height: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 3;
}
#infografica_qualita #infografica_qualita_sfondo_1 .fascia_1,
#infografica_qualita #infografica_qualita_sfondo_1 .fascia_4{
	float:left;
	width:50px;
	height:100%;
}
#infografica_qualita #infografica_qualita_sfondo_1 .fascia_2{
	float:left;
	width:80px;
	height:100%;
}
#infografica_qualita #infografica_qualita_sfondo_1 .fascia_3{
	float:left;
	width:545px;
	height:100%;
	background:#247535;
}

#infografica_qualita #infografica_qualita_sfondo_2{
    /*height: 202px;*/
	height: 0px;
    width: 100%;
    position: absolute;
    top: 498px;
    z-index: 2;
}
#infografica_qualita #infografica_qualita_sfondo_2 .fascia_1,
#infografica_qualita #infografica_qualita_sfondo_2 .fascia_4{
	float:left;
	width:50px;
	height:100%;
	background:#a07829;
}
#infografica_qualita #infografica_qualita_sfondo_2 .fascia_2{
	float:left;
	width:80px;
	height:100%;
}
#infografica_qualita #infografica_qualita_sfondo_2 .fascia_3{
	float:left;
	width:545px;
	height:100%;
	background:#ad4736;
}

#infografica_qualita #infografica_qualita_sfondo_3{
	background:#a07829;
	/*height:236px;*/
	height:0px;
	width:100%;
	position:absolute;
	z-index:1;
	top:698px;
}
#infografica_qualita #infografica_qualita_sfondo_3 .fascia_2{
    float: left;
    height: 206px;
    margin-left: 48px;
    width: 80px;
}

/****** stili vari ******/

ul.related_links{
	margin-left:5px;
}
ul.related_links li{
	margin-bottom:10px;
	list-style:none;
	padding-left:20px;
	background:url("Images/related_links_element_bg.png") left 2px no-repeat;
}
ul.related_links li a{
	font-size:13px;
	font-weight: 700;
	color:#2b2b2b;
}
ul.related_links li a:hover{
	text-decoration:underline;
}

ul.highlighted_list{
	margin-left:0px;
}
ul.highlighted_list li{
	margin-bottom:15px;
	list-style:none;
	padding-left:20px;
	background:url("Images/related_links_element_bg.png") left 2px no-repeat;
}
ul.highlighted_list li a{
	font-size:13px;
	font-weight: 700;
	color:#2b2b2b;
}

a.big_link_grey{
	display:block;
	padding-left:8px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:30px;
	background:#8e8c79 url("Images/big_link_grey_bg.png") right center no-repeat;
	font-size:13px;
	color:#ffffff;
}
a.big_link_grey:hover{
	text-decoration:none;
	color:#ffffff;
}

.value_icon_title{
	margin-bottom:12px;
	margin-top:12px;
}
.value_icon{
	width:50px;
}
.inner_title{
	font-size:13px;
	font-family: 'Oswald', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
	text-transform:uppercase;
}

p.paragraph_bg_grey{
	margin-bottom:4px;
}
p.paragraph_bg_grey span{
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	background:#8e8c79;
	color:#ffffff;
}
/** box mission vision **/
.mission_vision_box{
	height:339px;
	padding:10px;
	background:url("Images/box_mission_vision_bg.png") left bottom no-repeat;
}
.mission_vision_box h3,
.mission_vision_box h4{
	margin-bottom:0px;
}

/** box in pagina menarini nel mondo **/
.menarini_mondo_box_1{
	height:340px;
	background:#06070b url("Images/menarini_mondo_box_1_bg.jpg") right bottom no-repeat;
}
.menarini_mondo_box_1 .link_pop_up{
	float:right;
	width:68px;
	height:100px;
	margin-top:120px;
	margin-right:33px;
}
.menarini_mondo_box_2{
	height:314px;
	padding:13px;
	color:#ffffff;
	background:#06070b url("Images/menarini_mondo_box_2_bg.jpg") right bottom no-repeat;
}
.menarini_mondo_box_2 h3{
	color:#ffffff;
	font-size:22px;
	margin-bottom:15px;
}
.menarini_mondo_box_2 .cell_text{
}
.menarini_mondo_box_2 .cell_link{
	height:112px;
	vertical-align:bottom;
	background:url("Images/menarini_mondo_link_popup_bg.png") left bottom no-repeat;
}
.menarini_mondo_box_2 .cell_link a{
	display:block;
	color:#ffffff;
	font-size:13px;
	text-indent:10px;
	line-height:28px;
}
/** box agena in pagina canale giovani **/
.box_agena_top{
	background: none repeat scroll 0 0 #D4D2C2;
    padding: 10px;
}
.box_agena_top h2{
	border-bottom:0px;
}
/** box novalac risponde canale mamme **/
.box_novalac_risponde_bottom{
	background: none repeat scroll 0 0 #D4D2C2;
    padding: 10px;
}
/** box ricette buonumore canale over 50**/
.box_ricette_buonumore_top{
	background: none repeat scroll 0 0 #D4D2C2;
    padding: 10px;
}
.box_ricette_buonumore_top .tabella_top{
	width:100%;
}
.box_ricette_buonumore_top .tabella_top .colonna_sinistra{
    margin: 0;
    padding: 0;
    vertical-align: top;
	text-align: left;
}
.box_ricette_buonumore_top .tabella_top .colonna_destra{
    margin: 0;
    padding: 0;
    vertical-align: top;
	text-align: right;
}
.box_ricette_buonumore_top .tabella_bottom{
	width:100%;
}
.box_ricette_buonumore_top .tabella_bottom .colonna_sinistra{
    margin: 0;
    padding: 0;
    vertical-align: top;
		text-align: right;
}
.box_ricette_buonumore_top .tabella_bottom .colonna_sinistra a{

	text-transform:uppercase;
	font-weight: 700;
	color:#000000;
}
.box_ricette_buonumore_top .tabella_bottom .colonna_destra{
    margin: 0;
    padding: 0;
    vertical-align: top;
	text-align: left;
}
/*****************************/

#dnn_rightPane #EDG_3_nobg .EDGTitle {
    margin-bottom: 0px;
    margin-top: 0px;
}
#dnn_rightPane #EDG_3_nobg .GalleryDescription {
    padding-bottom: 0px;
    padding-top: 0px;
}
#dnn_rightPane #EDG_3_nobg .EDGmain {
    margin: 0px;
}

#dnn_contentPane .ModFormMasterC textarea.NormalTextArea.aspNetDisabled {
    color: #2b2b2b;
    cursor: text;
    text-decoration: none;
}
#dnn_contentPane .ModFormMasterC .PrivacyLabel{
	display:block;
	width:100%;
	height:150px;
	overflow:auto;
	border:1px solid #b7b59c;
}

/******** cookie ********/
#divCookies {
    background: #DFDFD3 url("/Portals/5/Skins/Menarini/Images/bgf_bkg.jpg") repeat-x scroll left bottom;
    height: auto;
	min-height:80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#divCookies .generico {
    margin: auto;
    padding-top: 12px;
    width: 990px;
}
#divCookies .generico .dicitura {
    color: #000000;
    float: left;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    text-transform: none;
    width: 71%;
}
#divCookies .generico .tasto_accetta {
    float: left;
    padding-top: 11px;
    width: 14%;
}
#divCookies .generico .tasto_accetta input {
    float: right;
}
#divCookies .generico .info {
    float: left;
    padding-top: 13px;
    width: 15%;
}
#divCookies .generico .info a {
    float: right;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

/******** link stampa ********/
h1 .print_link{
	background:url("images/print-icon.png") center center no-repeat;
	float:right;
	width:24px;
	height:24px;
}
h1 .print_link img{
	display:none;
}