/* Style stylesheet
----------------------------------------------
    Name: Firstname Lastname
    Date: Day Month Year
*/

/* COLOUR SCHEME - Find & replace these with similar tones:

#0055a5 (primary dark)
#054689 (dark 2)
#1d356b (slightly lighter than dark 2)
#c5ccd7 (mid)
#eceef0 (very light)
#fafbfb (slightly lighter than very light)

 */

/* Index
----------------------------------------------
    1. Reset
    2. Typography
    3. Forms
    4. Module Specific Styles
    5. Errors
*/

/* 1. Reset
----------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

form, fieldset, img {
    border: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote {
    background: url(images/adia-bq1.png) no-repeat 7% 25px;
    margin: 50px 0 30px;
    padding: 15px 10% 0;
}

blockquote p {
    color: #294786;
    font-size: 28px;
    line-height: 36px;
    font-style: italic;
    font-family: Eurostile, Courier New;
}

blockquote p:after {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(images/adia-bq2.png) no-repeat right 0;
}

blockquote p:nth-child(2) {
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0 0;
    padding: 0 0 6px;
    color: #3056a1;
    font-weight: 600;
    font-style: normal;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}

blockquote p:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 80px;
    color: #59595b;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

blockquote p:nth-child(2):after, blockquote p:nth-child(3):after {
    display: none;
}

/* remember to define focus styles! */

:focus {
    outline: 0;
}

hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #eceef0;
}

.clearfix:after {
    clear: both;
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    content: "";
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* 2. Typography
----------------------------------------------*/

body {
    padding: 20px;
    color: #58595b;
    font: normal 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    /* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks *//* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
}

/* --- links */

a {
    color: #ef4035;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- paragraph */

p {
    padding: 0 0 15px;
}

/* --- lists */

ul {
    margin: 0;
    padding: 6px 0 12px 18px;
}

ol {
    padding: 6px 0 12px 21px;
}

ul li {
    padding: 3px 0 0 5px;
}

ol li {
    padding: 3px 0;
}

/* --- headings */

h1 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    font-family: Eurostile, Courier New;
    color: #294785;
}

h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
    font-weight: normal;
    font-family: Eurostile, Courier New;
    color: #294785;
}

h2 {
    font-size: 28px;
    line-height: 35px;
}

h3 {
    font-size: 21px;
    line-height: 29px;
}

h4 {
    font-size: 17px;
    line-height: 23px;
    color: #414042;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    color: #414042;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    color: #414042;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
    color: #294785;
}

h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #414042;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
    color: #576c80;
}

.sbFieldGroupHeading {
    font-size: 17px;
    line-height: 23px;
    margin: 5px 0 10px;
    font-weight: normal;
    color: #1d356b;
}

/* --- images */

img.imageRight {
    float: right;
    display: inline;
    margin: 0 0 10px 15px;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageLeft {
    float: left;
    margin: 0 15px 10px 0;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageCentre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* --- tables */

.contentTable, #read_only_order_list {
    border: 0;
    margin: 15px 0 30px;
            border-radius: 2px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.timeRemaining {
    margin: 0 0 20px;
}

th, td {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}

.contentTable th, #read_only_order_list th {
    text-align: left;
    padding: 18px 2% !important;
    background: none;
    color: #294785;
    font-weight: 500;
    border: 0;
}

.contentTable td, #read_only_order_list td {
    text-align: left;
    padding: 18px 2% !important;
    background: none;
    border: 0;
    font-weight: 200;
}

.contentTable tr, #read_only_order_list tr {
    text-align: left;
    background: url('images/adia-insep2.png') no-repeat 50% bottom;
    background-size: 100% 1px;
    border: 0;
}

.contentTable tr:nth-child(even), #read_only_order_list tr:nth-child(even) {
    background-color: #fcfcfc;
}

.contentTable tr:last-child, #read_only_order_list tr:last-child {
    background-image: none;
}

/* 3. Forms
----------------------------------------------*/

form ol, form ul {
    margin: 0;
    padding: 0;
}

form ol li, form ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

legend {
    display: none;
}

label {
    display: block;
    margin: 8px 0 0;
}

textarea {
    resize: vertical;
}

button, .button, input[type="button"], input[type="submit"], input[type="reset"],
input.SubmitButton, input.signup, input.myMembershipMenuButtonOn,
input.myMembershipMenuButtonOff, input#signupButton, input.quickRenew,
.buy_button, .button, #viewProduct a, .advancedSearch a.basicSearch {
    display: inline-block;
    margin: 10px 0 5px;
    padding: 5px 15px;
    border: 1px solid #fff;
    background: #cf4238;
    color: #fff !important;
    font-size: 13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: auto;
    line-height: 1.3em;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
            border-radius: 0;
       -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

button:hover, .button:hover, input[type="button"]:hover,
input[type="submit"]:hover, input[type="reset"]:hover, input.SubmitButton:hover,
input.signup:hover, input.myMembershipMenuButtonOn:hover,
input.myMembershipMenuButtonOff:hover, input#signupButton:hover,
input.quickRenew:hover, .buy_button:hover, .button:hover, #viewProduct a:hover,
.advancedSearch a.basicSearch:hover {
    text-decoration: none;
    background: #a82f29 !important;
}

button.cancel, button.cancel.submit, button.eventsCalendarPreviousMonthButton,
input.cancel, input.cancel.submit, #cancelButton {
}

button[disabled], input[disabled], button[disabled]:hover, input[disabled]:hover,
button[disabled]:focus {
    background: #e0e0e0 !important;
    color: #ccc !important;
}

.sbFormButtonsLeft .sbButton {
    float: left;
}

.sbFormButtonsRight button[type="submit"] {
    margin-right: 10px !important;
}

.download ul {
    padding: 0;
}

.download ul li {
    list-style: none;
}

.highlight {
    color: #ef4035;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

/* --- Inputs + Text Areas */

input, textarea, select, input.sbTextInputOff, input.sbTextInputOn,
input.input_smaller_off, input.input_smaller_on, input.input_small_off,
input.input_small_on, input.input_medium_off, input.input_medium_on,
input.input_large_off, input.input_large_on, textarea.textarea_small_off,
textarea.textarea_small_on, textarea.textarea_medium_off,
textarea.textarea_medium_on, textarea.textarea_large_off,
textarea.textarea_large_on, textarea.sbTextAreaLarge {
    padding: 4px 10px;
    border: 1px solid #a9a9aa;
    background: #fff;
    color: #434244;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 95%;
            border-radius: 0;
       -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

input:focus, textarea:focus, select:focus, input.sbTextInputOn,
input.input_smaller_on, input.input_small_on, input.input_medium_on,
input.input_large_on, textarea.textarea_small_on, textarea.textarea_medium_on,
textarea.textarea_large_on {
    border-color: #c6cbd6;
}

input.input_small_off, input.input_small_on {
    width: 200px;
}

.form input.input_small_off, .form input.input_small_on {
    width: auto !important;
}

textarea.sbTextAreaMedium, input.sbTextInputMedium, input.input_medium_off,
input.input_medium_on {
    width: 50%;
}

input.sbTextInputLarge, input.input_large_off, input.input_large_on {
    width: 90.5%;
}

textarea.textarea_small_off, textarea.textarea_small_on {
    width: 90.5%;
    height: 80px;
}

textarea.textarea_medium_off, textarea.textarea_medium_on {
    width: 90.5%;
    height: 90px;
}

textarea.sbTextAreaLarge, textarea.textarea_large_off,
textarea.textarea_large_on {
    width: 90.5%;
    height: 100px;
}

input[type="checkbox"], input[type="radio"], input[type="image"] {
    width: auto;
    padding: 0;
    background: 0;
}

input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.sbCheckboxItem label {
    display: inline-block !important;
    margin: 0 !important;
}

.sbCheckboxGroupFieldset legend {
    display: block;
    margin: 3px 0;
}

.checkparent {
    display: inline-block;
    float: left;
    width: 33%;
}

table#form_info_buttons {
    width: 100% !important;
}

.date_format_text {
    font-style: italic;
}

.info_form_10 fieldset h2.form_title:first-child {
    display: none;
}

.info_form_10 img {
    display: block;
    margin-bottom: 30px;
}

.info_form_10 #formpage_0 select {
    width: 54%;
    height: 30px;
}

/* 4. Module Specific Styles
----------------------------------------------*/

/* Display in alphabetical order */

/* --- Home */

#homenews {
    border-bottom: 1px solid #cfcfd0;
    /*padding-bottom: 40px;*/
    margin-bottom: 40px;
}

/* --- Abstracts */

#add_paper_button {
    margin: 0;
}

.speaker_signup_div label, .login_form_div label {
    display: block;
    margin: 3px 0;
}

.form {
    margin: 0 0 20px 0;
}

.form th {
    vertical-align: top;
    padding: 3px 0;
}

.form td {
    padding: 3px 0;
}

.form td.file_upload_td {
    width: 300px;
}

.form ul.resetAll li {
    list-style: none !important;
    background: none !important;
}

.form tr div div img {
    margin: 0 5px;
}

#additionalPresentersTable  input {
    width: 140px;
}

/* --- Awards */

ul.awardsList, ul.awardsList ul li {
    margin: 0;
    padding: 0;
}

/* --- Banner */

.sbBanner {
    display: none;
}

.sbBanner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sbBanner, .sbBanner li, .sbBanner img {
    max-width: 100%;
}

.sbBanner li.cycle-sentinel {
    display: block;
}

/* --- Contacts + Regisration */

#info_form table font, form.signup_form table font {
    color: inherit;
}

form#signup_form legend, form#passwordForm legend,
#info_form .receive_email legend {
    display: none;
}

span.form form label, form.signup_form label, form#info_form label,
form#passwordForm label, form#forgotten_username_form label,
form#signup_form label, form#update-form label, div#password_form form th {
    text-align: left;
    display: block;
    margin: 3px 0;
}

#info_form span input, form.signup_form table font input,
#info_form table font label input {
    margin: 0 3px;
}

#info_form fieldset img {
    margin: 0 0 5px 0;
}

form#signup_form fieldset {
    border: 0 !important;
}

form.signup_form table .select_large_off,
form.signup_form table .select_large_on {
    width: 200px;
}

div#password_form form td {
    display: block;
}

p#forgottenPassword {
    margin: 12px 0;
}

form#signup_form ol, form#update-form ol, form#forgotten_username_form ol,
form#passwordForm ol, .signup_form {
    margin: 15px 0;
}

.signup_form th {
    font-weight: normal;
    text-align: left;
    padding: 0 5px 0 0;
}

.signup_form td {
    padding: 3px 0;
}

.signup_form td input {
    margin: 0 3px 0 0;
}

#signup_form iframe, .signup_form iframe, #update-form iframe {
    width: 370px;
}

/* --- Conference */

#conference_form .submit {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    border: 0;
}

#conference_form legend {
    display: none;
}

form#conference_form input {
    margin: 3px 0;
}

form#conference_form .conference_button_div input {
    margin: 0;
}

#conference_team_menu {
    list-style-type: none;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    position: relative;
    top: 1px;
}

#conference_team_menu li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

#conference_team_menu li a {
    float: left;
    display: block;
    margin: 0 2px 0 0;
    padding: 5px 7px 5px 20px;
    color: #0055a5;
    text-decoration: none;
    height: 15px;
    border: 1px solid #eceef0;
            border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}

#conference_team_menu li img {
    display: none;
}

#conference_team_menu li a.tab_incomplete {
    background: url(images/iconcross.png) no-repeat 4px 50% #fafbfb;
}

#conference_team_menu li a.tab_complete {
    background: url(images/icontick.png) no-repeat 4px 50% #eceef0;
}

#conference_team_menu li a.tab_off:hover {
    background-color: #fff;
}

#conference_team_menu li a.tab_on {
    background-color: #fff;
    color: #444;
    border-bottom-color: #fff;
}

#conference_team_menu li a.link_disabled,
#conference_team_menu li a.link_disabled:hover {
    color: #bbb;
    background-color: #fafbfb;
}

#conference_team_menu li.conference_status_li {
    float: right;
    padding: 5px 0 0;
    font-style: italic;
    color: #999;
}

form#conference_form fieldset {
    margin: 0;
    clear: both;
    border-top: 1px solid #eceef0;
    padding: 20px 10px;
}

form#conference_form fieldset.conference_user_border {
    border: 1px solid #eceef0;
}

form#conference_form .adminlist td {
    border-color: #BFE7E7 !important;
}

ul.conference_contactmethod_readonly li {
    list-style: none;
}

.contact_info_note {
    margin: 0 0 10px;
}

.conference_contactmethod td {
    padding: 2px 0;
}

#field_block_UserInfo {
    line-height: 26px;
}

#field_block_UserInfo fieldset span input {
    margin: 0 8px 0 0;
}

#conference_form label {
    width: 200px;
    margin: 0;
    display: block;
    float: left;
    text-align: left;
    clear: both;
}

#conference_form #field_block_UserInfo fieldset {
    border: none;
    clear: right;
    margin: 2px 0;
    padding: 0;
}

#conference_form .interests {
    border: 0;
    margin: 0;
    padding: 0;
}

#conference_form th {
    text-align: left;
}

.session_preferences_table th, .session_preferences_table td {
    padding: 10px 0 !important;
    border-bottom: 1px solid #eceef0;
    text-align: left;
}

.session_preferences_table th a {
    margin: 0 20px;
    padding: 2px 10px;
            border-radius: 3px;
       -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #0055a5;
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    text-align: right !important;
    text-decoration: none !important;
}

.conference_conditions_div {
    margin: 0 0 15px;
}

.adminlist td {
    padding: 5px 0;
}

.inputSave, .inputContinue, .inputBack {
    margin: 10px 0;
}

.inputBack, .inputSave {
    float: left;
}

.inputBack {
    margin: 0 3px 0 0 !important;
}

.inputContinue {
    float: right;
}

/* --- Events */

#eventsCalendar {
    float: left;
    width: 55%;
}

#upcomingEvents {
    float: right;
    width: 40%;
    margin: 0;
}

#upcomingEvents h2 {
    margin: 0;
}

#upcomingEvents ul {
    margin: 20px 0;
    padding: 0;
}

#upcomingEvents ul li {
    margin: 0;
    list-style: none;
}

#upcomingEvents ul li h3 {
    margin: 0;
}

.registrationForm #nextButton {
    float: none;
    margin: 10px;
}

ul.categoryList, ul.eventsList, ul.suitesList, ul.recordList, ul.speakerList {
    margin: 0;
    padding: 0;
}

ul.categoryList li img.eventListImage, ul.eventsList li img.eventListImage,
ul.suitesList li img.eventListImage {
    float: left;
    margin: 5px 20px 5px 0;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

#eventSearch {
    margin: 12px 0 0 0;
}

button.SubmitButton, button.CancelButton, button.BackToEvent {
    margin: 10px 0;
}

form.registrationForm br {
    display: none;
}

form.registrationForm legend {
    display: none;
}

form.registrationForm label {
    display: block;
    margin: 3px 0;
}

form.registrationForm .receive_email input {
    margin: 0 5px 0 0;
}

table.registrations_table i {
    color: #0055a5 !important;
}

table.registrations_table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table.registrations_table th, table.registrations_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    color: #777;
}

table.registrations_table .registered_by_th {
    text-align: left;
    padding: 10px 5px !important;
}

table.registrations_table .registered_by_th button {
    float: right !important;
    margin: 0 5px;
}

button.SubmitReserveButton, button.CancelGroupRegistrationButton,
button.SubmitGroupRegistrationButton {
    margin: 0 5px !important;
}

input#reserveAdditionalPlaces {
    width: 30px;
}

.eventsCalendarNextMonthButton, .eventsCalendarPreviousMonthButton {
    margin: 0;
}

.eventsCalendarNextMonthButton:hover, .eventsCalendarPreviousMonthButton:hover {
}

#eventsCalendarDiv {
    margin: 0 0 15px;
}

.eventsCalendarMonthSelectorTable {
    margin: 0 0 18px;
}

.eventsCalendarMonthSelectorTable, .publicEventsCalendar {
    float: left;
    width: 100%;
}

.eventsCalenderHeaderMonthLabel {
    color: #0055a5;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 0 8px;
    text-align: center;
}

.eventsCalendarNextMonthCell {
    text-align: right;
}

.eventsCalenderDayCell {
    height: 50px;
    width: 14.2857%;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: center;
}

.eventsCalenderDayNumber {
    text-align: right;
    padding: 3px;
    font-size: 9px;
}

.eventsCalenderDayOutsideMonth {
    color: #bbb;
}

.eventsCalenderCurrentDay {
    background: #eceef0;
}

.eventsCalenderDayHasEvents {
    text-align: center;
    margin: 0;
    padding: 0;
}

.eventsCalenderDayHasEvents a.eventIcon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/event-icon.gif) 0 0 no-repeat;
    text-indent: -999em;
    text-align: center;
    margin: 0 auto;
}

#eventdeets {
    background: #f1f1f1;
    padding: 30px 5%;
}

#eventdeets iframe {
    display: block;
}

#eventreg {
    background: #fff;
    padding: 20px 5%;
    clear: both;
}

#eventdeets .left {
    width: 48%;
    padding: 0 2% 20px 0;
}

#eventdeets p {
    padding: 0;
}

#eventdeets p.left strong {
    display: block;
}

#userSignupMessageElement div {
    display: inline-block;
    width: auto !important;
    margin: 12px 0 !important;
    padding: 8px 10px !important;
    border: 1px solid #ffacad !important;
    background-color: #ffd5d5 !important;
    color: #d23755 !important;
}

#loginForm {
    margin: 12px 0;
}

#loginSubmitButton {
    float: none;
}

#regForm label input {
    float: left;
    clear: left;
    margin: 3px 8px 10px 0;
}

#regForm label {
    clear: left;
    margin: 0 0 6px;
}

p.breadcrumb {
    padding-top: 30px;
}

/* --- Feedsucker */

ul.articleFeedList {
    margin: 0;
    padding: 0;
}

/* --- Flipbook */

#ie_historyFrame {
    width: 0px;
    height: 0px;
    display: none;
}

#firefox_anchorDiv {
    width: 0px;
    height: 0px;
    display: none;
}

#safari_formDiv {
    width: 0px;
    height: 0px;
    display: none;
}

#safari_rememberDiv {
    width: 0px;
    height: 0px;
    display: none;
}

/* --- Form Buttons */

.submit, .sbButton {
    margin: 10px 0 0;
}

form#passwordForm button, form#signup_form button.signup_button {
    margin: 5px 0;
}

/* --- Knowledge */

.knowledgeList, .newseventslist ul {
    margin: 0;
    padding: 0;
}

.listItem {
    padding: 15px 0;
    list-style: none;
    display: block;
}

.listItemLeft {
    float: left;
    width: 22%;
}

.listItemRight {
    float: right;
    width: 75%;
}

.listItem h2, .listItem h4 {
    margin: 0 0 3px;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.listItem h2 a, .listItem h4 a {
    color: #414042;
}

.listItem h2 a:hover, .listItem h4 a:hover {
    color: #576c80;
}

.listItem p {
    padding: 0 0 3px;
}

.categoryImage, .listImage, .parentCategoryImage {
    border: 1px solid #eceef0;
            box-shadow: 0 3px 3px #eceef0;
    -webkit-box-shadow: 0 3px 3px #eceef0;
       -moz-box-shadow: 0 3px 3px #eceef0;
    max-width: 100%;
    height: auto !important;
}

.categoryImage, .listImage {
    float: left;
}

ul li.listItem:last-child, tr:last-child .listItem {
    border-bottom: 0;
}

#flash_upload {
    margin: 18px 0 0;
}

.addthis {
    margin: 12px 0;
}

ul.links_list {
    margin: 12px 0;
    padding: 0;
}

ul.links_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

ul.links_list li a {
    display: inline-block;
    padding: 0 0 0 22px;
    background: url(images/link_go.png) 0 -1px no-repeat;
}

.repo_list {
    display: block;
    height: 1%;
}

ul.files_list, ul.recordAttachments {
    margin: 10px 0 !important;
    padding: 0;
    clear: both;
}

ul.files_list, ul.files_list li, ul.repo_files, ul.repo_files li,
ul.repo_files_list, ul.repo_files_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    position: relative;
}

ul.repo_files li a, ul.repo_files_list li a, ul.files_list li a,
ul.recordAttachments li {
    display: block;
    margin: 0 0 5px !important;
    background: #f9f9fe;
    border: 1px solid #ccd3e8;
    padding: 18px 60px 18px 18px;
    position: relative;
}

ul.repo_files li a:hover, ul.repo_files_list li a:hover,
ul.files_list li a:hover, ul.recordAttachments li:hover {
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}

ul.repo_files li img, ul.repo_files_list li img, ul.files_list li img {
    padding: 0 !important;
    margin: 0 12px 0 0 !important;
    vertical-align: middle;
    border: 0 !important;
}

ul.repo_files_list span.file_size, ul.files_list span.file_size,
ul.recordAttachments span.file_size {
    font-size: 12px;
    position: absolute;
    top: 27px;
    right: 18px;
    color: #0055a5;
}

ul.recordAttachments span.file_size {
    top: 18px;
}

.downloaddoc, .downloadmov, .downloadmp3, .downloadpdf, .downloadtext,
.downloadurl, .downloadxls, .downloadzip {
    display: block;
    clear: both;
    margin: 10px 0 0;
    padding: 1px 0 1px 30px;
    background: no-repeat 0 50%;
    position: relative;
    color: #cf4238;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}

a.downloaddoc {
    background-image: url(images/file02.png);
}

a.downloadmov {
    background-image: url(images/file05.png);
}

a.downloadmp3 {
    background-image: url(images/file01.png);
}

a.downloadpdf {
    background-image: url(images/file03.png);
}

a.downloadtext {
    background-image: url(images/file04.png);
}

a.downloadurl {
    background-image: url(images/file08.png);
}

a.downloadxls {
    background-image: url(images/file06.png);
}

a.downloadzip {
    background-image: url(images/file07.png);
}

a.downloaddoc:hover, a.downloadmov:hover, a.downloadmp3:hover,
a.downloadpdf:hover, a.downloadtext:hover, a.downloadurl:hover,
a.downloadxls:hover, a.downloadzip:hover {
    color: #1d2126;
    text-decoration: none;
}

a.downloaddoc span, a.downloadmov span, a.downloadmp3 span, a.downloadpdf span,
a.downloadtext span, a.downloadurl span, a.downloadxls span, a.downloadzip span {
    font-size: 12px;
    color: #444;
    position: absolute;
    top: 10px;
    right: 0;
    text-transform: none;
}

/* --- Knowledge Grid */

.kgSwfUpload input {
    width: 250px !important;
}

.kgSwfUpload button {
    margin: 0;
}

.kgSwfUpload th {
    text-align: left;
    background: #F9F9FE;
    padding: 0 5px 0 0;
}

.kgSwfUpload td {
    text-align: left;
    background: #F9F9FE;
    padding: 10px 5px;
}

.kg_blue_box {
    border: 1px solid #ECECFB;
    background: #F9F9FE;
    margin: 10px 0;
    padding: 10px 15px;
}

#fsUploadProgress {
    border-top: 1px solid #ECECFB;
    margin: 10px 0 0;
    padding: 10px 0 0;
}

.kgBlock {
    height: 292px;
    overflow: hidden;
}

.kg_journal {
    border-bottom: 1px solid #ECECFB;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.kg_journal h4 {
    color: #0055a5;
}

.kg_blue_box .kg_journal:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.kg_sideBar, #kg_nav_append {
    display: none !important;
}

.kgNavOn #kg_nav_append {
    display: block !important;
}

.kgNavOn li.on a {
    background: none !important;
}

#kg_nav_append .listItem {
    border: 0;
}

#kg_nav_append .listItem h2 {
    margin: 0;
}

.basicSearchForm {
    width: 258px;
    margin: 0 0 20px;
}

.advancedSearch {
    position: relative;
}

.advancedSearch a.basicSearch {
    padding: 4px 15px;
    position: absolute;
    bottom: 18px;
    right: 15px;
}

.basicSearchForm input, .advancedSearch .input_large_off,
.advancedSearch .input_large_on {
    width: 250px;
}

.advancedSearch ol li {
    float: left;
    margin: 0 8px 8px 0 !important;
}

.basicSearchForm ol li {
    margin: 0 0 8px;
}

div.kgPopular {
    position: relative;
}

#kgPopularTopics {
    float: left;
    width: 200px;
}

#kgTagCloud {
    text-align: center;
}

div#popularTabs ul, div#recentTabs ul {
    position: absolute;
    left: 3px;
    top: 152px;
}

div#kgOther li {
    list-style: none;
    border: 0;
}

div#kgOther .ui-corner-top {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
}

div#kgOther .ui-widget-content {
    border: 0;
}

div#kgOther .ui-tabs .ui-tabs-nav, div#kgOther .ui-tabs .ui-tabs-panel,
div#kgOther .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding: 0;
}

div#kgOther .ui-widget-header {
    border: 0;
    background: none;
}

div#kgOther  .grid_3 {
    box-sizing: border-box;
    padding: 0 10px;
    width: 33%;
}

div.kgPopular .items a {
    float: left;
    display: block;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
    position: relative;
    z-index: 99;
}

div.kgPopular .items a.kgMore {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 220px;
    height: 130px;
    text-indent: -999em;
}

div.kgPopularImage, div.kgRecentImage {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 150px;
    margin: 0 0 35px;
    background: #999 url(images/kg-popular-resources.png) center no-repeat;
}

div.kgRecentImage {
    background: #999 url(images/kg-recent-uploads.png) center 52px no-repeat;
}

#addResourceForm table {
    width: 100%;
}

#addResourceForm th {
    text-align: left;
    vertical-align: top;
}

#addResourceForm input {
    width: 250px;
}

#addResourceForm input, #addResourceForm select {
    margin: 0 0 10px;
}

#addResourceForm #cke_description {
    width: 518px !important;
}

#addResourceForm button {
    float: right;
}

#advancedSearchForm ol li {
    margin: 8px 0 0;
}

#advancedSearchForm ol:last-child .end {
    clear: both;
    display: block;
    float: none;
}

#advancedSearchForm ol.advanced.dateRange > li {
    display: inline-block;
    width: 45%;
}

#advancedSearchForm ol li#publishStartDateFormItem,
#advancedSearchForm ol li#publishEndDateFormItem {
    width: 47%;
}

#advancedSearchForm input[type="checkbox"] {
    margin: 0 5px;
}

/* --- Membership */

ul.membershipList {
    margin: 0;
    padding: 0;
}

table.myMemberships {
    color: #000;
}

table.myMemberships td {
    vertical-align: top;
}

table.myMemberships tr.selected td {
    background-color: #eceef0 !important;
}

.membershipContainer {
    padding: 15px 10px;
    border: 1px solid #1d356b;
}

ul.myMembershipSubMenuBox {
    margin: 15px 0 -1px;
    padding: 0;
}

ul.myMembershipSubMenuBox li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.myMembershipSubMenuBox li a {
    display: inline-block;
    padding: 5px 10px 6px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border: solid transparent;
    border-width: 1px 1px 0;
            border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: relative;
    text-decoration: none;
}

ul.myMembershipSubMenuBox li.ui-state-active a {
    color: #26469E;
    background: #fff;
    border-color: #1d356b;
    cursor: default;
    margin-bottom: -1px;
}

.contentTable .editCol {
    text-align: center;
}

.editCol a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/pencil.png) no-repeat;
    text-indent: -999em;
}

.infoFormFieldLi table td input {
    margin: 0 5px 0 0;
}

#signupForm #signupButton, #signupForm #cancelButton {
    float: left;
    display: block;
    margin: 10px 3px;
}

#signupForm #cancelButton {
    margin: 10px 0 0 0;
}

input.SubmitAddMember {
    margin: 10px 0 0;
}

#addMemberForm {
    margin: 15px 0;
}

table.list {
    margin: 10px 0;
}

table.list, table.list th, table.list td {
    border: 1px solid #eceef0;
}

table.list th, table.list td {
    padding: 5px;
    text-align: left;
}

.error {
    margin: 6px 0;
}

/* --- My Account/Register */

form[name="subscribe"] table {
    width: 100%;
}

form[name="subscribe"] td {
    vertical-align: top;
    padding: 3px 0;
}

form[name="subscribe"] input.input_medium_on,
form[name="subscribe"] input.input_medium_off {
    width: 250px;
}

div#login label {
    display: block;
    margin: 3px 0;
}

div#login legend {
    display: none;
}

table#loginDetails {
    margin: 0;
}

table#loginDetails th, table#loginDetails td {
    padding: 0 10px 5px 0;
    font-size: 12px;
    text-align: left;
}

ul.myAccountSideBar, ul.miniCart {
    margin: 12px 0;
    padding: 0;
    border: 0;
}

ul.myAccountSideBar li, ul.miniCart li {
    list-style: none;
    padding: 0 15px;
}

ul.myAccountSideBar li a, ul.miniCart li a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
}

ul.myAccountSideBar ul, ul.miniCart ul {
    padding: 0;
}

ul.myAccountSideBar li li, ul.miniCart li li {
    padding: 0;
}

ul.myAccountSideBar li li a, ul.miniCart li li a {
    width: 162px;
    padding: 3px 0;
    border: none;
    color: #777;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
}

#content #sideBar ul.myAccountSideBar p,
#content #sideBar ul.myAccountSideBar p#forgottenPassword,
#content #sideBar ul.miniCart p {
    margin: 10px 0;
}

ul.myAccountSideBar label {
    display: block;
    margin: 3px 0;
}

ul.myAccountSideBar input {
    width: 173px;
}

ul.myAccountSideBar li p a {
    font-size: 11px;
    padding: 3px 0;
    margin: 0;
}

ul.myAccountSideBar button {
    float: right;
    margin: 10px 0 0;
    background: #999;
}

/* --- News */

.tags a:after {
    content: ", ";
}

.tags a:last-child:after {
    content: "";
}

.lhwidget {
    border: 1px solid #d8d8d8;
    background: #efefef;
    margin: 0 12px 10px;
    padding: 10px;
}

.lhwidget h4 {
    margin: 0;
}

.lhwidget h3 {
    font-size: 13px;
}

.lhwidget p {
    padding: 0;
}

.lhwidget .readMore {
    display: none;
}

ul.newsList {
    margin: 0;
    padding: 0;
}

.commentsList {
    margin: 0;
    padding: 0;
}

.commentsList li {
    list-style: none;
    display: block;
    padding: 10px 15px !important;
    margin: 0;
    border-bottom: 1px solid #eceef0;
}

.commentsList li:last-child {
    border: 0;
}

#commentForm {
    width: 362px;
    display: block;
    clear: both;
    margin: 20px 0 0;
    padding: 15px;
    background: #F5F5F5;
    border: 1px solid #eceef0;
}

.comments {
    border: 1px solid #eceef0;
    width: 392px;
    display: block;
    clear: both;
    margin: 15px 0 0;
    padding: 15px 0 0;
    background: #fafbfb;
}

.comments h2 {
    color: #777;
    margin: 0 12px 12px;
}

#commentForm h2 {
    color: #777;
    margin: 0 0 12px;
}

.noshow {
    display: none;
}

.news-image {
    float: left;
    max-height: 93px;
    max-width: 200px;
    object-fit: cover;
    overflow: hidden;
    margin: 0 35px 30px 0;
}

.news-image img {/*width: 100%;*/
    height: 93px;
}

.news-description h4 {
    line-height: 1em;
}

.news-description .small {
    margin-bottom: 0;
}

.news-description p {
    line-height: 1.3em;
}

/* --- Compliance Tracker */

.PDTrackerRemoveActivityButton {
    display: block;
    background: url(images/delete.gif) 0 0 no-repeat;
    margin: 0 12px;
    border: 0;
    cursor: pointer;
    text-indent: -999em;
    text-align: center;
    width: 20px;
    height: 22px;
}

#activityDateRange ol li {
    float: left;
    width: 30%;
    margin: 0 1% 0 0;
}

#activityDateRange input {
    width: 100px;
}

#activityDateRange #searchButtonField {
    text-align: right;
}

#activityDateRange button {
    margin: 0;
}

#activityDateRange #searchButtonField button {
    margin: 26px 0 20px;
}

/* --- Products */

/*
.productsSection table ~ .pageTitle {
    display: none;
}
*/

.productsSection #topheadbg, .productsSection #midheadbg,
.productsSection #botheadbg, .productsSection #mainNav,
.productsSection #innerpromo, .productsSection #sidelogin,
.productsSection #subfootbg {/* display: none; */
}

.productsSection #mainNavbg {
    border-top: 10px solid #ef4035;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.productsSection #logolink2 {
    background: url(images/adia-logo3.png) no-repeat 50% 50%;
    background-size: 239px 35px;
    width: 239px;
    height: 35px;
    display: block;
    float: left;
    padding: 8px 0;
    margin: 0 2%;
    display: none;
}

#product-image .medium_image img {
float: left;
}

/*
.productsSection #sideBar ul#innernav {
    margin: 0;
}
*/

.productsSection #innernav > li > a {
    margin: 0;
}

.productsSection #bannerswoosh {
    display: none;
}

.productsSection table td[valign="top"] h2 {
    display: none;
}

#product_list {
    padding: 20px 0;
}

.prodlistitem {
    margin: 0 0 20px;
    background: url(images/adia-prodlistbg1.png) repeat-y right 0;
    background-size: 100% auto;
}

.prodlisttitle {
    background: #0055a5;
    color: #fff;
}

.prodlisttitle a {
    color: #fff;
    float: left;
    padding: 16px 2%;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}

.prodlisttitle a:hover {
    background: #054689;
}

.prodlisttitle span.prodlistprice {
    float: right;
    padding: 9px 2%;
    text-align: right;
    display: inline-block;
    line-height: 18px;
}

.prodlistimg .padmeright {
    padding: 0 6% 0 0;
    min-height: 200px;
    background: url(images/adia-prodimgbg.png) no-repeat 40% 50%;
}

.prodlistimg img {
    width: 100%;
    display: block;
}

.prodlistdesc {
    padding: 15px 0 0;
    float: right;
}

.prodlistadd {
    float: right !important;
    text-align: right;
}

.prodlistadd .padmeleft {
    text-align: right;
    padding: 15px 9% 15px 13%;
}

.prodlistadd .addcart {
    text-align: right;
}

.prodlistadd input {
    width: 20px;
    float: right;
    margin: -5px 0 20px 8px;
}

.prodlistadd .addcart {
    text-align: right;
}

.prodlistadd .buy_button {
    clear: both;
    display: block;
}

#pricedeets {
    font-size: 17px;
    padding-top: 10px;
}

.price {
    color: #0055a5;
    font-size: 18px;
    font-weight: bold;
}

.price.special {
    color: #ef4035;
    font-size: 22px;
}

.noshow_inc_gst, #options_price .hide {
    color: #777;
    font-size: 11px;
}

.noshow_inc_gst {
    display: block;
}

/* --- Registration */

form.signup_form table font input {
    margin: 0 3px;
}

form#passwordForm button, form#signup_form button.signup_button {
    margin: 5px 0;
}

div#password_form form th {
    display: block;
    text-align: left;
    margin: 3px 0;
}

div#password_form form td {
    display: block;
}

/* --- Search Directory */

.sbPaginator {
    width: 100%;
    text-align: center;
}

.sbPaginator ul {
    margin: 10px auto 0;
    display: inline-block;
}

.sbPaginator ul li {
    float: left;
    display: inline-block;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    background: none !important;
}

.sbPaginator ul li a {
    display: inline-block;
    font-size: 14px;
    margin: 0 !important;
    padding: 3px 7px;
    color: #fff;
    background: #0055a5;
    text-decoration: none;
}

.sbPaginator ul li.on a, .sbPaginator ul li a:hover {
    background: #1d356b;
}

#map img {
    max-width: none;
}

ul#alphabetRibbonList {
    display: block;
    padding: 0;
    padding-bottom: 160px;
}

ul#alphabetRibbonList li {
    list-style: none;
    float: left;
    padding: 0;
    background: none;
    text-align: center;
    width: 8.8%;
}

ul#alphabetRibbonList li a {
    font-size: 23px;
    display: inline-block;
    width: 30px;
    float: left;
    padding: 10px;
    margin: 5px 0px;
    height: 20px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    color: #0055a5;
    background-image: none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    background: rgba(242,246,248,1);
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(100%, rgba(221,221,255,1)));
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#ddddff', GradientType=0 );
    text-decoration: none;
}

ul#alphabetRibbonList li a:hover, ul#alphabetRibbonList li.on a {
    background: rgba(242,246,248,1);
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(191,191,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(100%, rgba(191,191,224,1)));
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(191,191,224,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(191,191,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(191,191,224,1) 100%);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(191,191,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#bfbfe0', GradientType=0 );
}

/*
ul#alphabetRibbonList li a {
    display: block;
    padding: 3px 0;
}

ul#alphabetRibbonList li a:hover, ul#alphabetRibbonList li.on a {
    background: #0055a5;
    color: #fff;
    text-decoration: none;
}*/

#searchDirectory {
    margin-top: 20px;
}

#searchDirectory ol li label img {
    margin-right: 10px;
    width: 20px;
    float: left;
}

#searchDirectory ol li label a {
    font-size: 13px;
    display: block;
    padding: 7px 20px 7px 10px;
    margin-left: 0px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    color: #0055a5;
    background: url("images/adx-online/btnCategories.png") center right no-repeat transparent;
    background-size: 13px;
    vertical-align: middle;
    text-decoration: none;
}

#searchDirectory li table {
    margin-top: 10px;
}

#searchDirectory li table tr td:first-child {
    padding-left: 10px;
}

#searchButton {
    margin-top: 30px;
}

a.productButton1, a.productButton2 {
    background: rgba(242,246,248,1);
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(100%, rgba(221,221,255,1)));
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(221,221,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#ddddff', GradientType=0 );
    height: 135px;
    padding: 5px 2px 2px 2px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 16px;
    color: #0055a5;
    display: inline-block;
    margin: 10px 5px 0px 0px;
}

#directoryResults h3 {
    margin-bottom: 0;
}

#directoryResults .searchResults {
    display: inline-block;
    width: 50%;
}

h4.companyName {
    margin: 0;
}

.viewEntity h2 {
    margin-bottom: 0;
}

.viewEntity h3 {
    margin: 0;
}

.viewEntity h5 {
    margin: 0 0 20px;
}

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    border-radius: 3px;
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    transition: all linear 0.15s;
}

.accordion-section-title.active, .accordion-section-title:hover {
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section-content {
    padding: 14px 28px;
    display: none;
}

/* --- Auto suggest */

body {
    position: relative;
}

div.autosuggest {
    position: absolute;
    background-image: url(images/as_pointer.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 0 0;
    z-index: 999;
}

div.autosuggest div.as_header, div.autosuggest div.as_footer {
    position: relative;
    height: 6px;
    padding: 0 6px;
    background-image: url(images/ul_corner_tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

div.autosuggest div.as_footer {
    background-image: url(images/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 6px;
    background-image: url(images/ul_corner_tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.autosuggest div.as_footer div.as_corner {
    background-image: url(images/ul_corner_bl.gif);
}

div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar {
    height: 6px;
    overflow: hidden;
    background-color: #333;
}

div.autosuggest ul {
    list-style: none;
    margin: 0 0 -4px 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

div.autosuggest ul li {
    color: #ccc;
    padding: 0;
    margin: 0 4px 4px;
    text-align: left;
}

div.autosuggest ul li a {
    color: #ccc;
    display: block;
    text-decoration: none;
    background-color: transparent;
    text-shadow: #000 0px 0px 5px;
    position: relative;
    padding: 0;
    width: 100%;
    font-size: 10px !important;
}

div.autosuggest ul li a:hover {
    background-color: #444;
}

div.autosuggest ul li.as_highlight a:hover {
    background-color: #1B5CCD;
}

div.autosuggest ul li a span {
    display: block;
    padding: 3px 6px;
    font-weight: bold;
}

div.autosuggest ul li a span small {
    font-weight: normal;
    color: #999;
}

div.autosuggest ul li.as_highlight a span small {
    color: #ccc;
}

div.autosuggest ul li.as_highlight a {
    color: #fff;
    background-color: #1B5CCD;
    background-image: url(images/hl_corner_br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span {
    background-image: url(images/hl_corner_bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.autosuggest ul li a .tl, div.autosuggest ul li a .tr {
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
}

div.autosuggest ul li a .tr {
    right: 0;
}

div.autosuggest ul li.as_highlight a .tl {
    left: 0;
    background-image: url(images/hl_corner_tl.gif);
    background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr {
    right: 0;
    background-image: url(images/hl_corner_tr.gif);
    background-position: bottom right;
}

div.autosuggest ul li.as_warning {
    font-weight: bold;
    text-align: center;
}

div.autosuggest ul em {
    font-style: normal;
    color: #6EADE7;
}

/* --- Search */

div.search_form {
    margin: 0 0 10px;
}

div.search_form div {
    display: none;
}

ul.search_list, ul.search_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.search_list li {
    padding: 10px 0;
    border-bottom: 1px solid #eceef0;
}

ul.search_list li p {
    margin: 0;
    padding: 0;
}

ul.search_list li a {
    display: inline-block;
    padding: 0 0 10px;
    font-size: 1.4em;
    font-weight: bold;
}

p.search_pages {
    float: right;
    margin: 10px 0;
}

strong.search_highlight {
    color: #0055a5;
    font-style: italic;
}

ul.search_list li a strong.search_highlight {
    color: #0055a5;
    font-style: normal;
}

/* --- Shopping Cart */

#gateway_select_div th {
    padding: 3px 0;
}

div.form table, table.form table, table.form, table.cart_table, table.text {
    width: 100%;
}

ol.form table input {
    width: auto !important;
}

ol.form table td {
    padding: 0 5px 0 0;
}

table.form th {
    width: 200px;
}

table.cart_table, table.text {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: white;
}

table.cart_table th, table.text th, table.cart_table td, table.text td {
    color: #777 !important;
    border: 1px inset #ccc;
    padding: 5px;
    background-color: white;
    font-size: 12px;
    text-align: left;
}

table.cart_table input {
    width: auto !important;
}

table.cartButtons {
    width: 100%;
}

td.cartButtonsRight {
    text-align: right;
}

table.cart_table td select {
    padding: 4px;
}

.fieldset_title, .order_details_header {
    margin: 5px 0 10px;
    font-weight: normal;
    color: #0055a5;
    font-size: 21px;
    line-height: 30px;
}

.form th {
    font-weight: normal;
    text-align: left;
}

.form .input_large_off, .form .input_large_on {
    width: 90.5%;
}

.form select {
    width: 94%;
    /*width: auto !important;*/
}

div.form label {
    display: inline;
    float: none;
}

div.form label input.checkbox {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

input.continue_shopping {
    margin: 0 5px 0 0;
}

.plain {
    margin: 20px 0 0 0;
}

.order_details_table th {
    font-weight: bold;
}

.order_details_table.plain th {
    text-align: right;
}

.order_details_table th, .order_details_table td {
    padding: 3px 5px 3px 3px !important;
}

.plain td {
    padding: 3px 2.5px !important;
}

/* --- Site Map */

ul.sitemap_level1 li a {
    font-weight: bold;
}

ul.sitemap_level2 li a {
    font-weight: normal;
}

ul.sitemap_level4 li a {
    font-style: italic;
}

/* --- Dental Industry News Section */

#dentalNewsSection {
    border-top: 1px solid #cfcfd0;
    margin-top: 40px;
    padding-top: 40px;
}

#dentalNewsSection .frontNewsListItem.listItem {/* box-sizing: border-box; */
    float: left;
    padding: 0 20px 0 0;
    width: 45%;
}

#dentalNewsSection .frontNewsListItem.listItem:first-child() {
    padding: 0 5px 0 0;
}

#dentalNewsSection .frontNewsListItem.listItem:first-child() {
    padding: 0 0 0 5px;
}

#dentalNewsSection .frontNewsListItem.listItem .news-image {
    clear: both;
    float: none;
    display: block;
    height: 192px;
    max-height: 192px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}

#dentalNewsSection ul li {
    text-align: left;
}

#homenews .padme {
    max-height: 670px;
    overflow: hidden;
}

#homenews .padme:hover {
    overflow: auto;
}

#homenews .padme .frontNewsContainer {
    height: 100%;
    /*overflow: auto;*/
}

#homeevents .padme, #homemedia .padme {
    max-height: 395px;
    overflow: hidden;
}

#homeevents .padme:hover, #homemedia .padme:hover {
    overflow: auto;
}

/* 5. Errors
----------------------------------------------*/

p.error, div.sbError, .membershipSignUpFormErrorMessage, .infoFormErrorMessage,
#userSignupMessageElement, .login_error_message {
    display: inline-block;
    width: auto !important;
    margin: 0 0 12px;
    padding: 8px 10px 8px 35px;
    border: 1px solid #ffacad;
    background: #ffd5d5 url(images/alert-icon.gif) 10px 50% no-repeat;
    color: #d23755;
}

#userSignupMessageElement {
    margin: 20px 0 0;
}

/* 
   cart vouchers important message 
   note do not remove !important or it will revert to old styling
*/

div.messageBox {
    display: inline-block;
    width: auto !important;
    margin: 0 0 12px !important;
    padding: 8px 10px !important;
    border: 1px solid #ffacad !important;
    background-color: #ffd5d5 !important;
    color: #d23755 !important;
}

div.messageBoxShade {
    border: none !important;
    padding: 0 !important;
    font-size: 12px !important;
}

div.messageBoxShade ul, div.messageBoxShade ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

h2.messageBoxHeading {
    margin: 0 0 6px !important;
    padding: 0 !important;
    text-indent: 0 !important;
    color: #d23755 !important;
}

#ie6Warning {
    background: #e3e3e3;
    border: 1px solid #bbbbbb;
    padding: 10px 10px 1px;
    margin-bottom: 10px;
}

#ie6Warning h2 {
    background: url(images/ie6-warning.gif) 0 50% no-repeat;
    padding-left: 40px;
    font-size: 28px;
    line-height: 40px;
    color: #D13236;
}

/*  SBFORM
 *  ----------------------------------------------
*/

form.sbForm ol li {
    list-style: none;
}

label.sbFieldLabel {
    font-weight: bold;
    display: block;
    margin: 3px 0;
    clear: both;
}

label.sbFieldLabelRequired span {
    color: red;
    margin: 0 3px 0 0;
}

/* text inputs */

input.sbTextInputTiny, select.sbSelectTiny {
    width: 40px;
}

input.sbTextInputSmall, select.sbSelectSmall {
    width: 100px;
}

input.sbTextInputMedium, select.sbSelectMedium {
    width: 200px;
}

input.sbTextInputLarge, select.sbSelectLarge {
    width: 90.5%;
}

input.sbTextInputFull {
    width: 90.5%;
}

/* --- Surveys */

input[name="continuebutton"] {
    float: right;
}

.assessment_div {
    width: 600px;
}

.vertical_line {
    border-right: 1px dashed #999;
}

.horizontal_line {
    border-top: 1px dashed #999;
}

.active_box {
    width: auto;
    padding: 8px;
    background-color: #0055a5;
    color: #FFF;
    font-weight: bold;
}

.inactive_box {
    width: auto;
    padding: 8px;
    background-color: #e5e5e5;
    color: #ccc;
}

a.active_link, a.active_link:hover {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

a.active_link:hover {
    text-decoration: none;
}

.assessment_title {/* Assessment Title */
    color: #0055a5;
    background-color: #ffffff;
    font-size: 19px;
    font-weight: normal;
}

.assessment_sectiontitle {/* Assessment Section Title */
    color: #0055a5;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.assessment_sectioncaption {/* Assessment Section Caption */
    color: #333333;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

.assessment_questiontext {/* Assessment Question Text */
    color: #0055a5;
    background-color: #ffffff;
    font-size: 120%;
    font-weight: normal;
    display: block;
    margin: 0 0 5px;
}

.assessment_subquestiontext {/* Assessment Sub-Question Text */
    color: #000000;
    background-color: #ffffff;
    font-size: 120%;
    font-weight: normal;
}

.assessment_answertext {/* Assessment Answer Text */
    color: #000000;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

.assessment_groupedtable {/*Assessment Grouped Table*/
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #eceef0;
}

.assessment_groupedtable td {/*Assessment Grouped Table Rows*/
    border: 1px solid #eceef0;
    padding: 4px 6px;
    height: 26px;
}

.assessment_groupedtable th {/*Assessment Grouped Table Header*/
    font-size: 12px;
    color: #0055a5;
    background-color: #eceef0;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 6px;
}

.progress_outer {/*Assessment Progress Outer*/
    border: 2px solid;
    border-color: #eceef0;
    padding: 1px;
}

.progress_inner {/*Assessment Progress Inner*/
    background-color: #eceef0;
}

.assessment_smallinput_on {
    width: 100px;
    border: 1px #0055a5 solid;
}

.assessment_smallinput_off {
    width: 100px;
    border: 1px #eceef0 solid;
}

.assessment_mediuminput_on {
    width: 400px;
    border: 1px #0055a5 solid;
}

.assessment_mediuminput_off {
    width: 400px;
    border: 1px #eceef0 solid;
}

.assessment_longinput_on {
    width: 400px;
    border: 1px #0055a5 solid;
}

.assessment_longinput_off {
    width: 400px;
    border: 1px #eceef0 solid;
}

.assessment_textarea_on {
    width: 500px;
    height: 200px;
    border: 1px #0055a5 solid;
}

.assessment_textarea_off {
    width: 500px;
    height: 200px;
    border: 1px #eceef0 solid;
}

span.assessment_questiontext p {
    display: inline-block;
}

span.assessment_answertext p {
    padding: 0 0 5px;
}

/* textareas */

textarea.sbTextAreaOff, textarea.sbTextAreaOn {
    padding: 5px;
}

textarea.sbTextAreaSmall {
    height: 80px;
}

textarea.sbTextAreaMedium {
    height: 160px;
}

textarea.sbTextAreaLarge {
    height: 240px;
}

textarea.sbTextAreaXLarge {
    height: 340px;
    width: 450px;
}

li.sbRadioGroupHorizontal, li.sbCheckboxGroupHorizontal {
    float: left;
    margin: 0 20px 0 0;
}

select.sbSelect {
    width: 200px;
}

.sbFormButtonsLeft {
    float: left;
}

.sbFormButtonsRight {
    float: right;
}

.sbSecurityImage {
    display: block;
    margin: 0 0 10px;
}

.sbFormErrors {
    color: #cf1847;
    background: #e5c9d2;
    border: 1px solid #cf1847;
    padding: 5px;
    display: none;
}

.wysiwygcontent img {
    display: block;
}

span.img-caption {
    color: #434244;
    display: block;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    padding: 10px 40px 11px 150px;
            border-radius: 0 0 2px 2px;
       -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
            box-shadow: 0 1px 0 rgba(0,0,0,0.1);
       -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.slidediv {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
    background: #eaeced;
}

.slidediv ol {
    padding: 0;
    width: 100% !important;
}

.slidediv li {
    margin: 0;
    padding: 0;
    position: relative !important;
}

.slidediv li span.img-caption {
    background: url(images/adia-transbg.png);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.slidediv {
    position: relative;
}

.slidediv .custom-caption {
    position: absolute;
    left: 100px;
    bottom: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #74757a;
    z-index: 100;
}

.slidediv .slidenav {
    z-index: 100;
}

.prevnext {
    display: block;
    width: 38px;
    height: 38px;
    background: no-repeat 0 0 #fcfcfc;
    background-size: 8px auto;
    cursor: pointer;
}

.prevnext:hover {
    background-color: #d4d7df;
}

.prev {
    background: url(images/adia-arrow-bl.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-right: 1px solid #ededed;
}

.next {
    background: url(images/adia-arrow-br.png) no-repeat 50% 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-left: 1px solid #ededed;
}

.prev:hover {
    background-image: url(images/adia-arrow-lbl.png);
}

.next:hover {
    background-image: url(images/adia-arrow-lbr.png);
}

.prev.disabled {
    background-image: url(images/adia-arrow-wl.png);
    background-color: #d4d7df;
}

.next.disabled {
    background-image: url(images/adia-arrow-wr.png);
    background-color: #d4d7df;
}

#infoFormField213, #infoFormField219, #infoFormField225 {
    display: none;
}

#infoFormField213 + .clearfix {
    display: none;
}

#infoFormField213 + .clearfix + .clearfix {
    display: none;
}

#infoFormField213 + .clearfix + .clearfix  + .clearfix {
    display: none;
}

#infoFormField213 + .clearfix + .clearfix  + .clearfix  + .clearfix {
    display: none;
}

#infoFormField213 + .clearfix + .clearfix  + .clearfix  + .clearfix  + .clearfix {
    display: none;
}

#infoFormField219 + .clearfix {
    display: none;
}

#infoFormField219 + .clearfix + .clearfix {
    display: none;
}

#infoFormField219 + .clearfix + .clearfix  + .clearfix {
    display: none;
}

#infoFormField219 + .clearfix + .clearfix  + .clearfix  + .clearfix {
    display: none;
}

#infoFormField219 + .clearfix + .clearfix  + .clearfix  + .clearfix  + .clearfix {
    display: none;
}

#infoFormField225 + .clearfix {
    display: none;
}

#infoFormField225 + .clearfix + .clearfix {
    display: none;
}

#infoFormField225 + .clearfix + .clearfix  + .clearfix {
    display: none;
}

#infoFormField225 + .clearfix + .clearfix  + .clearfix  + .clearfix {
    display: none;
}

#infoFormField225 + .clearfix + .clearfix  + .clearfix  + .clearfix  + .clearfix {
    display: none;
}
