/* ------- Init ------- */
html, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
body, h1, h2, h3, h4, h5, h6, p, ul, input, textarea, select, button {
	margin: 0;
}
table {
	border-spacing: 0;
}
th, td, ul, input, button {
	padding: 0;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a img, input, button {
	border: none;
}
button {
	background: transparent;
	cursor: pointer;
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none;
}

/* ------- Layout ------- */
html {
	height: 100%;
}
body {
	min-height: 100%;
	position: relative;
	background: #eeeeee;
	opacity: 0;
}
.page {
	width: 980px;
	margin: auto;
}
.main {
	padding-bottom: 148px;
}
.two_col {
	width: 50%;
	float: left;
}
.box_border {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.f_clear:after {
    clear: both;
    content: "";
    display: block;
}
.float_l, .f_left { float: left; }
.float_r { float: right; }
.align_l { text-align: left; }
.align_c { text-align: center; }
.align_r { text-align: right; }
.hidden { display: none; }
.hidden_i { display: none !important; }
.w_50 { width: 50%; }

/* ------- Form ------- */
textarea {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    resize: none;
}
.radio_btn + label, .checkbox_btn + label {
    padding: 4px 0 3px 24px;
    color: #444444;
    font-size: 13px;
    cursor: pointer;
}
.radio_btn, .checkbox_btn {
    opacity: 0;
    display: block;
}
.radio_btn + label {
    background: url("../images/form/icon_radial.png") 0 0 no-repeat;
}
.checkbox_btn + label {
    background: url("../images/form/icon_option.png") 0 0 no-repeat;
}
.radio_btn:checked + label {
    background-position: 0 -24px;
}
.checkbox_btn:checked + label {
    background-position: 0 -23px;
}
.fm_radio, .fm_checkbox {
    float: left;
}
.fm_radio {
    width: 190px;
}
.fm_checkbox {
    width: 170px;
}
.select_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
}
.select_box select::-ms-expand {
    display: none;
}
.select_arrow {
    padding: 0 10px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 3;
    border: none !important;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
}
.select_arrow img {
	vertical-align: bottom;
}

/* ------- Colors ------- */
.red {
	color: red;
}
.red_e24 {
	color: #790000;
}

/* ------- General ------- */
.container {
	padding: 25px;
	background: white;
	border: 1px solid #dadada;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text_dots {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.validation-advice {
    padding: 5px 0 0 5px;
    color: red;
    font-size: 11px;
}
.Lato_36 {
	color: #1b1b1b;
	font-family: 'Lato-Lig';
	font-size: 36px;
}

/* ------- Navigation ------- */
.navigation {
	padding: 20px 0;
	border-bottom: 4px solid #dadada;
}
.navigation li {
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	background: url("../images/img_line.png") right center no-repeat;
	background-size: 1px 35px;
}
.navigation li:last-of-type {
	margin: 0;
	background: none;
}
.navigation button {
	padding: 8px 0;
	color: #1d1d1d;
	font-size: 15px;
	font-weight: bold;
}
.navigation .selected button {
	padding: 8px 16px;
	color: white;
	background: #b70e0e;
	border-radius: 20px;
}
.navigation .locked button {
	padding: 8px 0 8px 17px;
	background: url("../images/menu/icon_lock_grey.png") 0 7px no-repeat;
}
.navigation .selected.locked button {
	padding: 8px 16px 8px 33px;
	background: #b70e0e url("../images/menu/icon_lock_white.png") 16px 7px no-repeat;
}

/* ------- Quantity ------- */
.qty_minus {
    background: url("../images/item/btn_minus.png") 0 0 no-repeat;
}
.qty_plus {
    background: url("../images/item/btn_add.png") 0 0 no-repeat;
}
.edit_qty {
    line-height: 33px;
}
.edit_qty button {
    width: 33px;
    height: 33px;
    margin: 0;
    float: left;
    border: none;
    cursor: pointer
}
.qty_minus:active, .qty_plus:active {
    background-position: -33px 0;
}
#qty {
    width: 29px;
    margin: 0 5px !important;
    padding: 4px 0;
    float: left;
    color: black;
    font-size: 18px;
    text-align: center;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}

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