div.formIntro {
    margin-bottom: 18px;
}

form {
    position: relative;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 18px;
}

form.cool,
div.cool {
    padding: 9px;
    margin-bottom: 18px;
    position: relative;
    
    border: 1px solid #D1D1D1;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;

    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F1F1F1)); /*old webkit*/
    background: -webkit-linear-gradient(#FAFAFA, #FEFEFE); /*new webkit*/
    background: -moz-linear-gradient(#FAFAFA, #FEFEFE); /*gecko*/
    background: -ms-linear-gradient(#FAFAFA, #FEFEFE); /*IE10*/
    background: -o-linear-gradient(#FAFAFA, #FEFEFE); /*opera 11.10+*/
    background: linear-gradient(#FAFAFA, #F1F1F1); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#FAFAFA, #F1F1F1); /*PIE*/

    behavior: url(/media/css3pie/PIE.htc);
}

form fieldset {
    margin-top: 18px;
    display: block;
    width: 100%;
}

form fieldset legend {
    font-weight: bold;
    font-size: 14px;
    color: #222;
    margin-left: 0;
    padding: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #bbb;
    width: 100%;
}

form .field {
    margin-bottom: 18px;
}

form .field label {
    color: #222;
}

form .required label {
    font-weight: bold;
}

form span.required {
    font-weight: bold;
}

form .hasErrors,
form .formErrors {
    background-color: #FFEBE8;
    border: 1px solid #DD3C10;
    margin-bottom: 18px !important;
    padding: 6px;
}

form .fieldWidget input,
form .fieldWidget select {
    font-size: 1em !important;
    margin: 0 !important;
}

form textarea {
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 1em !important;
    padding: 2px 3px;
}

form .fieldWidget input[type=text],
form .fieldWidget input[type=password] {
    border-width:1px;
    border-style:solid;
    border-bottom-color:#ddd;
    border-right-color:#ddd;
    border-top-color:#999;
    border-left-color:#999;
    background-color: #FFFFFD;
    padding: 2px 3px;
}

form .fieldWidget textarea {
    border: 2px solid #bbb;
}

form .fieldWidget ul,
form .fieldWidget li {
    margin: 0 !important;
    padding-left: 0 !important;
}

form .fieldWidget li label {
    float: none;
    font-weight: normal;
    margin-left: 0;
}

form .fieldHelp {
    font-size: 0.902em;
    line-height: 1.636em;
    color: #444;
}

form .fieldHelp:hover {
    color: #222;
}

form .fieldWidget ul {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

form .fieldWidget li {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

form .field .errorlist,
form .formErrors .errorlist {
    list-style-type: none !important;
    color: #a63e3e;
    margin: 0 !important;
}

form .field .errorlist {
    margin-bottom: 18px !important;
}

form .field .errorlist li,
form .formErrors .errorlist li {
    list-style-type: none !important;
    font-weight: bold;
    font-size: 11px !important;
    padding-left: 0;
}

form .formErrors .errorlist {
    color: #a63e3e;
    padding-left: 9px !important;
    padding-right: 9px !important;
}

form .formActions {
    overflow: hidden;
}

form .button,
form .formActions input {
    font-size: 13px !important;
    background-color: #dedede;
    border-width: 1px;
    border-color: #ccc #aaa #ccc #ddd;
    padding: 0 0.75em;
    width:auto;
    overflow:visible;
}

/* Alternative form styles */

form.inline .field {
    border: none;
}

form.inline .hasErrors {
    background: none !important;
    border: none !important;
}

form.inline .hasErrors label {
    color: #a63e3e;
    background: none !important;
    border: none !important;
}

form.inline .hasErrors .errorlist {
    display: none;
}

form.inline {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

form.inline .field {
    float: left;
    margin: 0;
    margin-right: 1.5em;
    padding: 0;
}

form.inline .field label {
    display: inline;
    width: auto !important;
    padding-right: 1em;
}

form.inline .fieldWidget {
    display: inline;
    margin-left: 0em;
}

/* Compact */

form.compact .field #id_username_compact,
form.compact .field #id_password_compact {
    width: 70px !important;
}

form.compact .field label {
    float: none;
    padding-left: 1em;
}


/* Vertical field */

.fieldVertical label {
    float: none !important;
    width: auto !important;
}

.fieldVertical .fieldWidget {
    margin-top: 1.5em;
    margin-left: 0 !important;
    float: none;
    display: block;
}

.hasErrors .fieldVertical {
    margin-left: 1.5em !important;
}

/* Standard buttons (not form actions) */

form textarea.privacyInfo {
    width: 100%;
    height: 6em;
}

form .checkboxField label {
    width: auto !important;
}

form .checkboxField label input {
    margin-right: 18px;
}

form .checkboxField .fieldHelp {
    padding-left: 36px;
}

/* Field sizes */

input#id_username {
    width: 198px;
}

input#id_password {
    width: 198px;
}

input#id_email {
    width: 198px;
}

/* Multifields */

table.multiField {
    width: 100%;
}

table.multiField td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 36px !important;
}

table.multiField td.last {
    padding-right: 0 !important;
}

/* Inline fieldsets */

/* Alternative form styles */

fieldset.inline .field {
    border: none;
}

fieldset.inline .hasErrors {
    background: none !important;
    border: none !important;
}

fieldset.inline .hasErrors label {
    color: #a63e3e;
    background: none !important;
    border: none !important;
}

fieldset.inline .hasErrors .errorlist {
    display: none;
}

fieldset.inline {
    display: block;
    overflow: hidden;
    padding: 0;
    margin-bottom: 18px;
}

fieldset.inline .field {
    float: left;
    margin: 0;
    margin-right: 1.5em;
    padding: 0;
}

fieldset.inline .field label {
    display: inline;
    width: auto !important;
    padding-right: 1em;
}

fieldset.inline .fieldWidget {
    display: inline;
    margin-left: 0em;
}

fieldset.inline input {
    border-color: #ccc !important;
}

fieldset.inline .required label {
    font-weight: normal;
    color: #cc0000;
}

fieldset.inline .hasErrors input {
    border: 1px solid #CC0000 !important;
}
/* Messages */

#content ul.messages {
    list-style-type: none;
    background-color: #fef9d9;
    padding: 18px;
    border: 1px solid #444;
    margin: 0;
    margin-bottom: 18px;
}

#content ul.messages li {
    list-style-type: none;
    margin: 0;
}

#content ul.messages li.success {
    padding-left: 19px;
    background: url(/media/img/icons/messages/success.gif) no-repeat left center;
}

#content ul.messages li.warning {
    padding-left: 19px;
    background: url(/media/img/icons/messages/warning.gif) no-repeat left center;
}

#content ul.messages li.error {
    padding-left: 19px;
    background: url(/media/img/icons/messages/error.gif) no-repeat left center;
}


/* Pages */

#portlet-navigation li {
    line-height: 18px;
}

#portlet-navigation li a {
    display: block;
    padding-left: 18px;
}

#portlet-navigation li.level3 a {
    margin-left: 18px;
}

#portlet-navigation li.level4 {
    margin-left: 36px;
}

#portlet-navigation li a.selected {
    font-weight: bold;
}

.pageImages {
    float: right;
    overflow: hidden;
    padding-left: 18px;
    background-color: #191919;
}


.pageImages .pageImage a {
    text-decoration: none;
}

/* Tags */

.taglist {
    font-weight: normal;
}

.taglist .taglistHeader {
    font-weight: bold;
}

.taglist .taglistContext {
    font-style: oblique;
    font-weight: bold;
}

#content .pageAttachments {
    margin-bottom: 36px;
}

#content .pageAttachments h2 {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 18px;
    clear: both;
}

#content .pageAttachments ul,
#content .pageAttachments li {
    margin-left: 0;
}

#content .pageAttachments ul a {
    text-decoration: none !important;
}

/* Gallery */
.gallery #content h1 {
    border-bottom: 1px solid #DEDEDE;
}

table.galleryImages td {
    padding: 7px;
    text-align: center;
    color: #518fcc;
    font-weight: bold;
}

table.galleryImages img {
    padding: 2px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

/* Blog */

.portletBlog .newsListingDate,
.portletBlog .eventListingDate {
    font-size: 9px;
    line-height: 18px;
    color: #AAA;
}

.portletBlog .summaryHeading {
    font-size: 16px;
}

.portletBlog .summaryBody {
    font-size: 12px;
}

.blog h3 a {
    text-decoration: none;
}

span.headingDate {
    display: block;
}

#content p.postMore,
#content p.readMore {
    margin: 0;
    padding: 0;
}

h2.eventInfo,
#post-attachments h2 {
    clear: both;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 18px;
}

#content div.eventInfo {
    clear: both;
    overflow: hidden;
}

#content .eventInfo .googlemap {
    float: right;
    width: 360px;
    height: 222px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

#portlet-blog-categories li a {
    display: block;
}

#content #post-attachments ul {
    margin-left: 0;
}

#content #post-attachments ul,
#content #post-attachments li {
    list-style-type: none;
}

#content h4.postMetadata,
#content h4.galleryMetadata {
    font-size: 12px;
}

span.headingDate {
    font-size: 10px;
}

#content div.eventInfo .dates {
    margin-bottom: 18px;
}

#content div.eventInfo {
    clear: both;
    overflow: hidden;
    margin-bottom: 18px;
}

.portletListing .last {
    margin-bottom: 0;
}/* -----------------------------------------------
MASTER STYLESHEET
--------------------------------------------------

/* -----------------------------------------------
1. SITE MASTER RESET
----------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* MAIN ITEMS */

html {
    height: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow-y: scroll;
}

body {
    height: 100%;
    text-align: center;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #E2E2E2 !important;
    background-attachment: fixed;
    color: #333333;
    font-size: 11px;
    -webkit-transition: background-image 0.5s;
    -moz-transition: background-image 0.5s;
    -ms-transition: background-image 0.5s;
    -o-transition: background-image 0.5s;
    transition: background-image 0.5s;
}

p {
    margin: 0 0 14px 0;
}

a {
}

/* -----------------------------------------------
2. LAYOUT
----------------------------------------------- */

div#wrapper {
    width: 974px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

div#header-wrapper {
    position: fixed;
    z-index: 20;
    width: 974px;
}

div#header {
    background: url('/media/img/layout/header_bkgr.png') left bottom no-repeat;
    height: 66px;
    position: relative;
    z-index: 4;
}

div#content {
    clear: both;
    width: 974px;
    overflow: hidden;
}

div#primary-content {
    clear: both;
    background: url('/media/img/layout/bg-primary-content-master.png') no-repeat;
    width: 974px;
    overflow: hidden;
}

div#primary-content-tab {
    clear: both;
    background: url('/media/img/layout/bg-primary-content-master-tab.png') no-repeat;
    width: 974px;
    overflow: hidden;
}

div#primary-content-header {
    width: 939px;
    overflow: hidden;
}

div#primary-content-body {
    clear: both;
    padding-top: 10px;
    padding-right: 33px;
    padding-bottom: 25px;
    padding-left: 33px;
    width: 908px;
    overflow: hidden;
    min-height: 544px;
}

div#footer {
    width: 908px;
    overflow: hidden;
    padding: 15px 33px;
    line-height: 1.5em;
}

#footer a {
    color: #888 !important;
}

/* -----------------------------------------------
3. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* FOOTER ELEMENTS */

/* footer global nav */
div.global-nav-footer {
    background: url('/media/img/layout/bg-footer.png') no-repeat top left;
    padding-top: 0 !important;
}

div.global-nav-footer p {
    text-align: center;
    color: #989898;
    margin: 0 0 2px 0;
    clear: both;
    padding: 25px 0 0 0;
}

/* HEADER ELEMENTS */

/* logo */
div#logo {
    float: left;
    width: 186px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* primary content header */
div#primary-content-header {
    position: relative;
    padding: 36px 0 7px 35px;
}

div.primary-content-tabs div#primary-content-header {
    padding: 17px 0 0px 5px;
}

div#primary-content-header h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000000;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
}

div.primary-content-tabs div#primary-content-header h2, div.primary-content-tabs div#primary-content-header h1 {
    padding: 0 0 0 30px;
}

/* primary navigation */
div#primary-navigation {
    width: 695px;
    float: left;
    padding-top: 19px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 13px;
}

div#utility {
    font-weight: normal;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 14px;
}

div#utility a {
    text-transform: capitalize;
}

div#utility ul {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

div#utility ul li.small a {
    color: #fff;
    text-decoration: none;
}

div#utility ul li.small a:hover {
    text-decoration: underline;
}

/********  AGGIUNTE CONTENUTI  ********/

div#background-subheader-big {
    height: 300px;
    position: relative;
}

div#background-subheader-big div.text {
    position: absolute;
    left: 460px;
    top: 155px;
}

div#background-subheader-big h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFFFFF;
    font-size: 46px;
    line-height: 36px;
    font-weight: normal;
    text-align: right;
}

div#background-subheader-big h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
}

div#background-subheader-small {
    height: 100px;
    position: relative;
}

div#background-subheader-small div.text {
    position: absolute;
}

div#background-subheader-small h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    text-align: right;
}

div#primary-content-body {
    line-height: 18px;
    font-size: 14px;
}

div#primary-content-body p {
    margin: 0 0 14px 0;
}

div#primary-content-body h3 {
    font-size: 14px;
    margin-bottom: 18px;
}

#core-block {
    margin-top: 15px;
}

#core-block a {
    color: #cc0000;
    text-decoration: none;
}

#core-block a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.tab-MainTitle {
    font-family: 'Open Sans Condensed', sans-serif;
    margin-left: 30px;
    margin-top: 8px;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
}

.tab-hSpacer {
    margin-top: 23px;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 400px;
}

/* Colonne contenuti resto del sito */

div.instit-left-content {
    width: 520px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

div.instit-left-content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.instit-left-content h3 {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 20px;
}

div.instit-right-content {
    border-left: 1px solid #ffffff;
    float: left;
    margin-left: 30px;
}

div.full-left-content {
    width: 900px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

div.full-left-content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.full-left-content h3 {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 20px;
}

div.contacts-left-content {
    width: 350px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

div.contacts-left-content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.contacts-left-content h3 {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 20px;
}

div.contacts-right-content {
    border-left: 1px solid #ffffff;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 18px;
}

div.downloads-left-content {
    width: 600px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

div.downloads-left-content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.downloads-left-content h3 {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 20px;
}

div.downloads-right-content {
    border-left: 1px solid #ffffff;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 18px;
}

div.distributors-left-content {
    width: 600px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

div.distributors-left-content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.distributors-left-content h3 {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 20px;
}

div.distributors-right-content {
    width: 240px;
    border-left: 1px solid #ffffff;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 18px;
}

#core-block ul {
    list-style-type: disc;
    padding-left: 18px;
}

/*--- stili interni pagine prodotto ---*/
div.tab-hSpacer div.prod-left-content {
    width: 450px;
    float: left;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 18px;
}

div.tab-hSpacer div h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.tab-hSpacer div.prod-right-content {
    border-left: 1px solid #DDDDDD;
    float: left;
    padding-left: 18px;
    margin-left: 18px;
}

div.tab-hSpacer div.prod-right-content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.tab-hSpacer div.prod-left-content h3 {
    font-size: 14px;
    padding-bottom: 16px;
}

.simple-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

div.tab-hSpacer p {
    margin: 0 0 14px 0;
    line-height: 18px;
}

div.tab-hSpacer .tabContent ul {
    list-style-type: disc;
    padding-left: 18px;
}

div.tab-hSpacer a {
    color: #cc0000;
    text-decoration: none;
}

div.tab-hSpacer a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.attachment_box {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 10px;
    width: 90%;
    border: 1px solid #dddddd;
}

.file_link_box {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.attachment_box img,
.file_link_box img {
    vertical-align: middle;
}

/* -----------------------------------------------
   6. USEFUL CLASSES
----------------------------------------------- */

.clr {
    overflow: hidden;
    clear: both;
    height: 1px;
    margin-top: -1px
}

.la {
    text-align: left
}

.ra {
    text-align: right
}

.ca {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.vt {
    vertical-align: top
}

.vm {
    vertical-align: middle
}

.vb {
    vertical-align: bottom
}

/*---------------------------------------------
7.MEGAMENU
----------------------------------------------- */

/* Page
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;}

ul{list-style:none;}

body {font: normal 13px Arial, sans-serif;}*/
#mega-menu-1 h2 {
    font: normal 26px Arial, sans-serif;
    padding: 20px 0;
    margin: 0 0 30px 0;
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

.demo-container {
    padding: 20px 0;
}

.demo-container h4 {
    font-size: 14px;
    margin: 0 0 5px 0;
}

/* Mega Menu Styles */
.mega-menu ul,
.mega-menu ul li {
    list-style: none;
}

.mega-menu ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.mega-menu ul li ul {
    display: none;
}

.mega-menu .sub {
    display: none;
}

.mega-menu .sub ul {
    display: block;
}

#mega-menu-1 {
    font: normal 13px Arial, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
}

#mega-menu-1 .sub ul {
    display: block;
}

#mega-menu-1 li {
    float: left;
    margin: 0;
    padding: 0;
}

#mega-menu-1 li a {
    float: left;
    display: block;
    /*color: #666; */
    color: #FFF;
    padding: 12px 18px 13px 18px;
    /*background: #f4f4f4; */
    text-decoration: none;
}

#mega-menu-1 li a.mega-main {
    text-transform: uppercase;
}

#mega-menu-1 li.mega-hover a,
#mega-menu-1 li.mega-hover a:hover,
#mega-menu-1 li a:hover {
    background-image: url('/media/img/layout/bg-primary-navigation-selected.png'), url('/media/img/layout/bg-primary-navigation-selected.png'), url('/media/img/layout/bg-primary-navigation-selected-bottom.gif');
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left bottom;
    color: #FFF;
}

#mega-menu-1 li .sub-container {
    margin-top: 19px;
    position: absolute;
    left: 18px !important;
    width: 936px !important;
    height: 264px;
    display: none;
}

#mega-menu-1 li.mega-hover .sub-container {
    display: block;
}

#mega-menu-1 li .sub {
    /*background: #313538; */
    background-image: url('/media/img/layout/bg-menu-alpha-shadow.gif'), url('/media/img/layout/bg-menu-alpha90.png');
    background-repeat: repeat-x, repeat;
    background-position: top left, top left;
    /*padding: 15px; */
    padding-top: 30px;
    height: 240px;
    box-shadow: 0 0 12px #888;
    border-radius: 0 0 9px 9px;
    /*
    border-bottom: 2px solid #CC0000;
    */
}

#mega-menu-1 li .sub .row {
    width: 100%;
    overflow: hidden;
    clear: both;
}

#mega-menu-1 li .sub li {
    list-style: none;
    float: none;
    width: 170px;
    font-size: 1em;
    font-weight: normal;
}

#mega-menu-1 li .sub li.mega-hdr {
    /*margin: 0 10px 10px 0; */
    float: left;
}

#mega-menu-1 li .sub li.mega-hdr.last {
    margin-right: 0;
}

#mega-menu-1 li .sub a {
    background: none;
    color: #222;
    /*padding: 7px 10px; */
    display: block;
    float: none;
    font-size: 12px;
}

#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a {
    padding: 5px 15px;
    margin-bottom: 5px;
    /*background: #6B6B6B;*/
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover {
    color: #000;
}

#mega-menu-1 .sub li.mega-hdr li a {
    padding: 2px 2px;
    font-weight: normal;
}

#mega-menu-1 .sub li.mega-hdr li a:hover {
    color: #eb7509;
    /*background: #00FFFF;*/
}

#mega-menu-1 .sub ul li {
    padding-right: 0;
}

#mega-menu-1 li .sub-container.non-mega {
    z-index: inherit !important;
}

#mega-menu-1 li .sub-container.non-mega li {
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
}

#mega-menu-1 li .sub-container.non-mega li a {
    padding: 3px 5px 3px 0px;
    position: relative;
    display: block;
    z-index: 1001 !important;
}

#mega-menu-1 li .sub-container.non-mega li a:hover {
    color: #eb7509;
    background: none;
}

/*------------ contenuti del Mega menu aggiunti -----------*/
.titoli-megamenu {
    font-size: 16px;
    font-weight: bold;
    color: #CC0000;
    line-height: 16px;
    padding-bottom: 8px;
}

.sottoTitoli-megamenu {
    font-size: 12px;
    color: #870101;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
}

#megamenu-1 ul.sub {
    width: 942px;
    margin-left: -197px;
    height: 200px;
    padding-top: 35px;
}

.productsMegamenu1,
.productsMegamenu2,
.productsMegamenu3 {
    width: 130px;
}

.productsMegamenu4 {
    width: 140px;
}

/* Generic tables */

#content table {
    width: 100%;
    margin-bottom: 36px;
}

#content table thead th {
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #AAA;
    vertical-align: middle;
    color: #222222;
    text-align: left;
}

#content table tbody tr.odd td {
    background-color: #EFEFEF;
}

#content table tbody td {
    line-height: 1.5em;
    padding: 3px 0;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

/* Misc */

.simple3d,
.rightImage {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    background-color: white;
}

/* Downloads */

table.downloadsList {
    min-width: 70%;
    margin: x 0;
}

.downloads-left-content table.downloadsList {
    width: 100%;
    margin: 0 0 36px 0;
}

table.downloadsList thead th {
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #AAA;
    vertical-align: middle;
    color: #222222;
    text-align: left;
}

table.downloadsList tbody tr.odd td {
    background-color: #EFEFEF;
}

table.downloadsList tbody td {
    line-height: 1.5em;
    padding: 9px 0;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

table.downloadsList thead th.downloadImageHeading,
table.downloadsList tbody td.downloadImage {
    width: 100px;
}

table.downloadsList thead th.name,
table.downloadsList tbody td.name {
    padding: 0 9px;
    white-space: nowrap;
    width: 60%;
}

table.downloadsList tbody td.downloadCaption {
    padding: 0 9px;
}

table.downloadsList tbody td.downloadImage a {
    line-height: 0;
}

table.downloadsList tbody td.downloadImage img {
    vertical-align: middle;
    padding: 3px;
    margin: 6px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    background-color: white;
}

table.downloadsList thead th.downloadBrochureHeading,
table.downloadsList tbody td.downloadBrochure {
    padding: 0 9px;
}

h2 .languageSelector {
    font-family: "Arial", "sans-serif";
    color: #222;
    font-size: 12px;
    font-weight: normal;
    float: right;
}

h2 .languageSelector a {
    color: #CC0000;
}

.downloads-left-content h3.downloadLanguageHeading {
    font-size: 13px;
    font-weight: bold;
    color: #CC0000;
    margin: 18px 0 0 0;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #AAA;
}

table.downloadsList tbody td.categoryDownloadHeading {
    font-weight: bold;
    padding: 9px;
}

table.downloadsList tbody .categoryDownload td.name {
    padding-left: 18px;
}

#primary-content-tab {
    padding-bottom: 36px;
    position: relative;
}

.project-content {
    overflow: hidden;
}

.prod-right-content .photoGallery {
    margin-top: 18px;
    width: 420px;
}

.videoGallery,
.photoGallery {
    overflow: hidden;
    margin-bottom: 36px;
}

.videoGallery a,
.photoGallery a {
    display: block;
    margin: 0 23px 23px 0;
    float: left;
    line-height: 0;
}

.prod-right-content .photoGallery a {
    margin: 0 6px 6px 0;
}

.prod-right-content .photoGallery img {
    padding: 3px;
}

.videoGallery a.last,
.photoGallery a.last {
    margin: 0 0 23px 0 !important;
}

.prod-right-content .photoGallery a.last {
    margin: 0 0 6px 0;
}

.photoGallery a img,
.videoGallery a img {
    padding: 6px;
}

.bandsGallery {
    clear: both;
}

.bandsGallery a {
    margin: 0 2px 1px 0;
    background: #000;
    padding: 18px 0;
}

.bandsGallery a img {
    padding: 0;
}

.bandsGallery a.last {
    margin: 0 0 1px 0 !important;
}

/* buttons */

form .formActions {
    padding-bottom: 1px;
}

.button,
form .formActions input {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    height: 27px !important;
    line-height: 27px !important;
    padding: 0 18px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #b23e35;
    cursor: pointer;
}

.buttonSmall {
    font-size: 12px !important;
    line-height: 18px !important;
}

form .button:hover,
form .formActions input:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
    background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color: #c62d1f;
}

form .button:active,
form .formActions input:active {
    position: relative;
    top: 1px;
}

/* user tools */

#user-tools {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #444;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
    line-height: 18px;
    padding: 0 18px 0 27px;
    z-index: 2000;
    background: #FFFFFF url(/media/img/layout/user-silhouette.png) 9px 50% no-repeat;
}

#user-tools a {
    color: #222 !important;
    text-decoration: none;
    position: relative;
}

#user-tools a:hover {
    text-decoration: underline;
}

/* misc */

.prod-left-content .attachment_box {
    margin-top: 0;
    padding: 0 9px;
}

.prod-left-content .attachment_box a {
    display: block;
    line-height: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
}

/* Distributors */

.distributors-left-content form {
    line-height: 18px;
    padding: 18px;
}

.distributors-left-content form label {
    font-weight: bold;
}

.distributors-left-content form select {
    min-width: 200px;
}

.distributors-left-content h4 {
    color: #CC0000;
    font-size: 16px;
    margin-bottom: 9px;
}

.distributors-left-content h5 {
    color: #CC0000;
    font-size: 11px;
    margin-bottom: 9px;
}

table.distributorsListing {
    width: 100%;
}

table.distributorsListing td,
table.distributorsListing th {
    padding: 18px 9px;
}

table.distributorsListing thead th {
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    vertical-align: middle;
    color: #222222;
    background-color: #CBCDCC;
}

table.distributorsListing tbody tr.odd td {
    background-color: #ebedec;
}

table.distributorsListing tbody td {
    line-height: 1.5em;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 1px solid #EAEAEA;
}

table.distributorsListing tbody td.brands {
    width: 70px;
    text-align: center;
}

table.distributorsListing tbody td.contacts {
    text-align: center;
}

/*
table.distributorsListing thead tr th:first-child,
table.distributorsListing tbody tr td:first-child {
    border-left: 1px solid #666666;
    width: 100px;
}

table.distributorsListing thead tr th:last-child,
table.distributorsListing tbody tr td:last-child {
    border-right: 1px solid #666666;
}
*/

table.distributorsListing tbody td.contacts .contact {
    display: block;
    margin-bottom: 9px;
    line-height: 18px;
    text-align: left;
    color: #222 !important;
}

table.distributorsListing tbody td.contacts div.medium {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

/* Pagination */

.pagination {
    display: block;
    clear: both;
    text-align: center;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    background-color: #FAFAFA;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pagination a,
.pagination a:active,
.pagination a:visited,
.pagination a:hover {
    padding: 3px;
    color: #CC0000;
    text-decoration: none;
    border: 1px solid #FAFAFA;
}

.pagination a:hover {
    text-decoration: none !important;
    border: 1px solid #222;
    color: black !important;
    background: #EEEEEE;
}

.pagination span.disabled {
    color: #999999;
    padding: 3px;
}

/* Area sales managers */

#content h3.areaHeading {
    font-size: 14px;
    color: #CC0000;
    margin-bottom: 18px;
    padding: 0;
}

.areaManagersWrapper {
    overflow: hidden;
    margin-bottom: 18px;
}

.areaManagersWrapper a {
    display: block;
    float: left;
    width: 120px;
    padding: 0 9px;
    line-height: 18px;
    text-align: center;
    margin: 0 9px 9px 0;
    font-size: 12px;
    white-space: nowrap;
}

/* Email contact form */

#djangolib-email-contact-form #id_subject,
#djangolib-email-contact-form #id_body {
    width: 70%;
}

/* Blog */

div.news-content {
    overflow: hidden;
}

div.news-left-content {
    width: 584px;
    min-height: 300px;
    float: left;
    font-size: 14px;
    padding-right: 36px;
}

div.news-right-content {
    padding-left: 14px;
    float: left;
    width: 280px;
    padding-top: 18px;
    height: 100%;
}

div.news-right-content.bgGray {
    background-color: #FAFAFA;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 18px;
}

div.news-left-content h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.news-left-content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.news-left-content h3 {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 20px;
}

div.tab-hSpacer div.news-right-content h2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #CC0000;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    margin-bottom: 18px;
}

div.news-left-content h3 a {
    color: #222 !important;
}

.listingImage,
.rightImage {
    float: right;
}

.listingImage a,
.rightImage {
    display: block;
    padding: 3px;
    line-height: 0;
    margin-left: 18px;
}

.listingElement {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 0;
    overflow: hidden;
}

.listingElement .simple3d img {
    border: 1px solid #999;
}

h2#post-title {
    margin-bottom: 9px !important;
    padding-bottom: 0 !important;
}

h4.postMetadata {
    margin-bottom: 18px;
    font-size: 11px !important;
}

#post-body {
    margin-bottom: 36px;
    overflow: hidden;
}

.postGallery h2,
.pageAttachments h2 {
    font-size: 18px !important;
    padding: 0 !important;
    border-bottom: 1px solid #FAFAFA !important;
    margin-bottom: 18px !important;
    line-height: 18px !important;
}

div.news-right-content .newsWrapper {
    margin-right: 18px !important;
}

div.news-right-content .newsWrapper:last-child {
    border-bottom: none;
}

.pageAttachments ul li {
    line-height: 18px;
    margin-bottom: 9px;
}

/* Employment */

.curriculumInfo {
    float: right;
}

/* Home */

#home-columns {
    overflow: hidden;
}

#home-columns .col {
    float: left;
}

#home-columns .col1 {
    width: 340px;
    margin-right: 45px;
}

#home-columns .col2,
#home-columns .col3 {
    width: 240px;
}

#home-columns .col2 {
    margin-right: 40px;
}

body.home h2,
body.home h3 {
    color: #cc0000;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 18px;
}

body.home h3 {
    color: #333;
    font-weight: bold;
}

body.home .col1 p {
    font-size: 14px;
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body.home .royalSlider {
    width: 100%;
    height: 357px;
    padding-top: 4px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    background: white !important;
}

body.home .rsDefault .rsOverflow,
body.home .rsDefault .rsSlide {
    background: white !important;
}

body.home .rsDefault .rsBullets {
    background: transparent;
}

body.home .rsDefault .rsBullet {
    cursor: pointer;
}

body.home .rsDefault .rsBullet span {
    background: #888;
}

body.home .rsDefault .rsNavSelected span {
    background: #CC0000;
}

body.home .rsDefault .rsArrowIcn {
    background-color: rgba(204, 0, 0, 0.75);
}

body.home .rsDefault .rsArrowIcn:hover {
    background-color: rgba(204, 0, 0, 1);
}

#core-block div.home-left-content {
    width: 620px;
    float: left;
}

#core-block div.home-right-content {
    border-left: 1px solid #ffffff;
    float: left;
    width: 280px;
}

#core-block div.home-left-content h2 {
    text-transform: uppercase;
    color: #CC0000;
    font-size: 22px;
    font-weight: normal;
    line-height: 1em;
}

#core-block div.home-right-content h2 {
    color: #CC0000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0px;
    padding-bottom: 15px;
}

select.red {
    font-size: 14px;
    font-weight: normal;
    background-color: #cc0000;
    color: #FFFFFF;
    padding: 1px;
    border: 1px solid #666;
}

.col2 img,
.col3 img {
    margin-bottom: 18px;
}

.newsWrapper .news_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.newsWrapper .news_text {
    font-size: 14px;
    color: #333;
}

.newsWrapper a {
    color: #cc0000 !important;
    text-decoration: none;
}

.newsWrapper a:hover {
    text-decoration: underline;
}

.local-language {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 11px;
    font-family: Arial, sans-serif;
    text-decoration: none !important;
    color: #222;
    height: 17px;
}

.local-language img {
    vertical-align: middle;
}

/* Cookie consent */

#cookie-banner-wrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
    background-color: #000;
}

#cookieBanner {
    font-size: 12px;
    color: white;
    width: 900px;
    margin: 0 auto;
    padding: 12px;
}

#cookieBannerActions {
    text-align: center;
    padding-top: 9px;
}

#cookieBannerActions a {
    color: white !important;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 9px;
    padding: 3px 9px;
    background-color: #CC0000;
    min-width: 120px;
}

#cookieBannerActions a:hover {
    background-color: #990000;
}
ul.tabs
{
    padding : 0px;
}

ul.tabs li
{
    display:inline;
}

ul.tabs li a
{
    background: url('/media/img/layout/tab_bkg_shadow.png');
    background-color : #8d8787;
    background-position : left bottom;
    margin-left : 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    float:left;
    border: 1px solid #666;
    border-bottom: none;
    text-decoration: none;
    color: #DDDDDD;
    font-size: 14px;
    min-width : 150px;
    height : 10px;
    text-align : center;
}
ul.tabs li a:hover
{
    color: #FFFFFF;
    text-decoration: none;

}

ul.tabs li.active a
{
    background-image : none;
    background-color : white;
    color : black;
    margin-left : 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    float:left;
    border: 1px solid #666;
    border-bottom: none;
    text-decoration: none;
    font-weight: bold;
    min-width : 150px;
    height : 10px;
    text-align : center;
}

ul.tabs li a.first
{
    margin-left : 0px;
}

.tabContent
{
    /*float: left; */
    clear: both;
    /*border: 1px solid #ccf; */
    border-top: none;
    border-left: none;
    /*background: #eef; */
    padding-top: 30px;
    width: 915px;
    margin-left: 15px;
}

.tabContent h5
{
    color : red;
    font-weight:bold;
}

ul.filesList
{
    list-style-image : url('/media/img/layout/buttons/file_link_button.jpg');
    margin:10px;
    padding:10px;
}

ul.filesList li
{
    padding : 3px;
}
body {
    background-image: url('/media/img/layout/bg/home.jpg');
}

.home div#background-headertext-block div.text {
    top: 80px;
    left: 30px;
}

.red {
    color: #cc0000;
}

.curriculumInfo,
.curriculum-button {
    line-height: 27px !important;
    color: white !important;
    text-decoration: none !important;
}

.profile-header h1 a {
    color: #000 !important;
    text-decoration: none !important;
}

.profile-content table,
.profile-content .position-description {
    margin-bottom: 36px !important;
}

.profile-content h3 {
    border-bottom: 1px solid #CC0000;
    line-height: 1.5em;
    padding-bottom: 0.5em !important;
    color: #cc0000 !important;
}

.profile-content th,
.profile-content td {
    font-size: 13px !important;
}

.profile-content th {
    white-space: nowrap;
    width: 30%;
}

.curriculum-content form {
    background-color: #EEE;
    padding: 0;
    border: 1px solid #CCC;
}

.curriculum-content fieldset {
    padding: 0 15px;
}

.curriculum-content legend {
    background-color: #D4d4d4;
    color: #000;
    padding: 5px 15px;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #AAA;
    font-weight: bold;
    text-transform: uppercase;
}

.curriculum-content h3 {
    background-color: #D4d4d4;
    color: #000;
    margin-left: 15px;
    padding: 5px 15px !important;
    margin-bottom: 1.5em !important;
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-top: 1px solid #AAA;
    font-weight: bold;
}

.curriculum-content #id_place_of_birth {
    width: 300px;
}

.curriculum-content #id_state {
    width: 100px;
}

.curriculum-content #id_address {
    width: 300px;
}

.curriculum-content #id_candidatecurrentoccupation_set-0-num_of_monthly_payments {
    width: 50px;
}

.curriculum-content #id_candidatepreviousoccupation_set-0-field_of_activity,
.curriculum-content #id_candidatepreviousoccupation_set-1-field_of_activity,
.curriculum-content #id_candidateprofessionaleducation_set-0-specialization,
.curriculum-content #id_candidatehischooleducation_set-0-specialization,
.curriculum-content #id_candidateuniversityeducation_set-0-specialization,
.curriculum-content #id_candidateuniversityeducation_set-0-faculty,
.curriculum-content #id_candidateuniversityeducation_set-0-thesis,
.curriculum-content #id_candidateuniversityeducation_set-0-reason
{
    width: 500px;
}

.curriculum-content td,
.curriculum-content td input {
    font-size: 14px !important;
}

.curriculum-content .areas-of-interest  td {
    vertical-align: top !important;
}

.curriculum-content .department {
    margin-bottom: 18px;
}

.curriculum-content label.required {
    color: #cc0000;
}

.curriculum-content label.hasError,
.curriculum-content .hasErrors label {
    font-weight: bold !important;
}


.curriculum-content .errors-list {
    border: 1px solid #cc0000;
    padding: 5px;
    background-color: #eee;
    margin-bottom: 18px;
}

.curriculum-content .error {
    color: #cc0000;
    font-weight: bold;
}

.curriculum-content .errors-list li.error-wrapper {
    margin-bottom: 18px;

}

.curriculum-content .errors-list .label {
    font-weight: bold;
}

.curriculum-content .formActions {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

