body {
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #0E1B24;
	margin: 0;
    padding: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

a:link, a:visited, a:hover, a:active {
    font-weight: bold;
    color: #0E1B24;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

.info_title {
    font-weight: bold;
}

.info_required_membership {
    padding-left: 10px;
}

.form_field {
    padding: 4px 0;
}

.form_label {
    font-size: 14px;
}

.form_required_star {
    color: #aa0000;
}

.form_error {
    color: #900;
    display: inline-block;
    padding: 0 10px;
}

.form_checkboxes {
    max-width: 450px;
    min-width: 300px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #A9A9A9;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.form_checkbox_item {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    padding: 2px 28px 2px 8px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #404040;
    overflow: visible;
    text-decoration: none;
}

.form_checkbox_item_selected {
    background: #1E94C0;
    color: #fff;
}

.form_checkbox_item_text {
    
}

.form_price {
    color: #FF931E;
    font-weight: bold;
}

.form_price_discounted {
    text-decoration: line-through;
}

input {
    padding: 4px;
}

input[type=submit], input[type=button] {
    text-align: center;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;
    margin: 0;
    margin-right: 10px;
    width: 120px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 4px 10px;
    font-size: 12px;
}

input[type=checkbox] {
    opacity: 0.01;
    position: absolute;
    left: -50px;
    z-index: -5;
}

input[type=text], input[type=email], input[type=date] {
    margin: 0;
    vertical-align: middle;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #121212;
    background-color: #ECECEC;
    border: 1px solid #e3e3e3;
    margin-bottom: 4px;
    max-width: 290px;
    min-width: 240px;
    width: 96%;
}

select {
    max-width: 300px;
    min-width: 240px;
    width: 96%;
    background-color: #ECECEC;
    border: 1px solid #e3e3e3;
    background-image: url(../img/common/selectbox-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 4px;
    margin-bottom: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #121212;
}

.select_date {
    max-width: 98px;
    min-width: 0px;
    width: 33%;
    background-color: #ECECEC;
    border: 1px solid #e3e3e3;
    background-image: url(../img/common/selectbox-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 4px;
    margin-bottom: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
	display: inline;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #121212;
}

.form_select_currency {
    display: inline;
}

#main_earlybird, #main_transponder_rental, #main_multi_discount, #main_status, #main_confirmation, #main_information {
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

#main_earlybird, #main_multi_discount {
    font-weight: 700;
    color: #FF931E;
}

.cart_table {
    border: 1px solid #A9A9A9;
    width: 450px;
    line-height: 26px;
    padding: 2px 2px 2px 8px;
    color: #404040;
    border-collapse: collapse;
}

tr.cart_item td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

tr.cart_item_header td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart_item_total, .cart_item_header {
    font-weight: 700;
}

.cart_price_lbl {
    padding-right: 10px;
    text-align: right;
}

.cart_item_delete {
    cursor:pointer;
    border:none;
    width:15px;
    vertical-align: middle;
}

.warning {
    color: #bc4848;
	padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

.error {
    color: #FF6B6B;
    padding: 10px;
}

.error_small {
    color: #FF6B6B;
}

.header_small_img {
    margin-right: 15px;
    float: left;
}

.logo {
    height: 32px;
}

.download_actions {
    padding-top: 15px;
    overflow: auto;     
}

.loading_off, .loading_on {
    width: 20px;
    vertical-align: middle;
}

.loading_off {
    visibility: hidden;
}

#loading {
    width: 20px;
	margin: 20px;
}


#coupon_id, #cart_btn_addcoupon_add {
    width: 75px;
    margin: 0px;
    min-width: 0px;
}

