/* CSS-RESET
---------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; width:100%;}
fieldset, img, iframe {border: none;}
a {outline: none;}
address, caption, cite, code, dfn, em, th, var {font-weight: normal;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;}
li {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal; text-rendering: optimizeLegibility;}
q:before, q:after {content: '';}
abbr, acronym {border: 0; font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input, textarea, select {font-family: inherit; font-size: inherit; font-weight: inherit;}
input, textarea, select {*font-size:100%;}
button, input[type=button] {overflow: visible;}
b {font-weight:normal;}
label {position:relative; top:-3px;}
:focus { outline:0; }


/* Basics
---------------------------------------*/

html {overflow-y:scroll;}
body {background: url(../img/site_bg.png) 0 0 #e5e5e5 repeat-x; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333;}

a, a:visited, a:active {color: #333; text-decoration: underline;}
a:hover {color:#000; text-decoration: underline; cursor:pointer;}
a.fileName {text-decoration: none !important; cursor: default;}

.button {background:url(../img/buttons.png) 0 0 repeat-x; cursor:pointer; color:#3e3e3e; text-decoration:none; border:1px solid #d1d1d1; border-radius:2px; height:30px; line-height:30px; padding:0 10px; display:inline-block;}
.button:hover {background-position:0 -31px; color:#3e3e3e; text-decoration:none;}
.button.cta {background-position:0 -62px; color:#202020; border:1px solid #fbd603;}
.button.cta:hover {background-position:0 -93px; color:#fff;}
.button.disabled {background-position:0 -124px; color:#fff; border:1px solid #bbb; cursor:default;}
.button.disabled:hover {background-position:0 -124px; color:#fff;}
.button.high {background:url(../img/buttons_high.png) 0 0 repeat-x; height:42px; line-height:42px;}
.button.high:hover {background-position:0 -42px;}
.button.high.cta {background-position:0 -84px;}
.button.high.cta:hover {background-position:0 -126px;}
.button.high.disabled {background-position:0 -168px;}
.button.high.disabled:hover {background-position:0 -168px; color:#fff;}

input[type=text], input[type=password], input[type=email] {background:url(../img/input_bg.png) 0 0 repeat-x #fff; border:1px solid #d3d3d3; border-radius:2px; height:30px; line-height:30px; padding:0 5px; font-size:14px;}
input[type=number] {background:url(../img/input_bg.png) 0 0 repeat-x #fff; border:1px solid #d3d3d3; border-radius:2px; height:30px; line-height:30px; padding-left: 5px; font-size:14px;}
input[type=text].disabled, input[type=password].disabled, input[type=email].disabled {cursor:default; background:#f1f1f1; color:#999; border:1px solid #ccc; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
select {background:url(../img/input_bg.png) 0 0 repeat-x #fff; border:1px solid #d3d3d3; border-radius:2px; height:32px; line-height:32px; padding:0; font-size:14px;}
textarea { border:1px solid #d3d3d3; border-radius:2px;}

.clearfix {overflow:hidden;}
.clear {clear:both;}

.buttonarea {clear:both; margin-top:30px; text-align:right; overflow:hidden;}
.buttonarea.top {margin:10px 0 25px 0;}
.buttonarea .button {margin:0 0 0 15px;}
.buttonarea .left {float:left; margin:0 15px 0 0;}

.content_background {background:url(../img/content_image.jpg) center 70px no-repeat;}

#wrapper {margin: 0 auto; width:1230px; position:relative;}

div.error {color: #f00; margin:20px 0;}
div.success {color: #54973e; margin:20px 0; padding:20px 15px; background:#dbf6d2; font-size:16px;}

.req {color:#0060af;}

.label {font-weight:bold; margin: 0 0 10px 0;}

input.error, select.error {background: #fcdfdf; border: 1px solid #f00;}

/* Absolutes
--------------------------------------*/

a.quickaccess {background:url(../img/bt_quickaccess.png) 0 0 no-repeat; width:230px; line-height:42px; height:48px; display:block; position:absolute; top:129px; text-align:center; color:#202020; font-size:16px; text-decoration:none; z-index:2;}
a.quickaccess:hover {color:#fff;}
a.quickaccess b {height:35px; display:inline-block;}
a.quickaccess .info {background-position: 0 10px;}
a.quickaccess .home {background-position: 0 -42px;}
a.quickaccess .fa-search{font-size: 20px; padding-right: 10px}

.quicklayer {background:url(../img/ql_bg.png) 0 bottom no-repeat; position:absolute; z-index:4; top:70px; width:325px; padding: 0 0 2px 4px;}
.quicklayer.in {right:45px;}
.quicklayer.out {right:390px;}
.quicklayer.open {background-position: -329px bottom;}

.quicklayer .ql_list {display:none; height:318px; padding:0 15px;}
.quicklayer .ql_list tr.last td { border-bottom:none; }
.quicklayer .ql_list th {height:28px; line-height:28px; border-bottom:1px solid #CCC; font-size:13px; font-weight:bold;}
.quicklayer .ql_list td {height:28px; line-height:28px; border-bottom:1px solid #CCC; font-size:13px;}
.quicklayer .ql_trigger {cursor:pointer; height:31px; line-height:31px; color:#5f5f5f; padding:1px 45px 0 15px;}
.quicklayer .ql_trigger.unclickable { cursor:default !important; }
.quicklayer .ql_counter {background:url(../img/ql_counter.png) 0 0 no-repeat; width:21px; height:21px; line-height:21px; float:right; text-align:center; color:#202020; margin-top:4px; font-size:12px;}

.quicklayer_darkener {cursor: pointer; display:none; background:#000; height:100%; width:100%; position:absolute; top:70px; left:0; filter:alpha(opacity=20); opacity:0.2; z-index:3; *left:-9999px; *height:100px; *width:100px;}

.quicklayer-refresh { position:absolute; top:75px; right:0; width:24px; height:24px; display:block; font-size: 23px; }
.quicklayer-refresh :before { color: #ddd; }

/* Button icons
--------------------------------------*/

.button i {background-image:url(../img/ico_buttons_d.png); background-repeat:no-repeat; height:30px; display:block; font-style:normal;}
.button.cta i {background-image:url(../img/ico_buttons_d.png); background-repeat:no-repeat;}
.button.disabled i {background-image:url(../img/ico_buttons_w.png); background-repeat:no-repeat; opacity:0.7;}

.ico_release {background-position: 0 0; padding-left:40px; }
.ico_receive {background-position: 0 -55px; padding-left:35px;}
.ico_history {background-position: 0 -110px; padding-left:34px;}
.ico_search {background-position: 0 -165px; padding-left:26px;}
.ico_document {background-position: 0 -220px; padding-left:26px;}
.ico_add {background-position: 0 -275px; padding-left:29px;}
.ico_cancel {background-position: 0 -328px; padding-left:26px;}
.ico_help {background-position: 0 -378px; padding-left:30px;}
.ico_login {background-position: 0 -435px; padding-left:25px;}
.ico_save {background-position: 0 -495px; padding-left:25px;}
.ico_service {background-position: 0 -550px; padding-left:28px;}
.ico_confirm {background-position: 0 -605px; padding-left:28px;}
.ico_exit {background-position: 0 -653px; padding-left:28px;}
.ico_send {background-position: 0 -705px; padding-left:28px;}
.ico_back {background-position: 0 -764px; padding-left:20px;}
.ico_delete {background-position: 0 -820px; padding-left:25px;}
.ico_print {background-position:0 -877px; padding-left:25px;}
.ico_download {background-position:0 -933px; padding-left:28px;}
 
.button.high .ico_confirm {background-position: 0 -600px; padding-left:28px;}
.button.high.disabled .ico_load {background:url(../img/ajax-loader-button.gif) 0 12px no-repeat; padding-left:25px;}
.button.disabled .ico_load {background:url(../img/ajax-loader-button.gif) 0 6px no-repeat; padding-left:25px;}


/* Table Actions
--------------------------------------*/

.actions {text-align:right; width:70px;}
.actions a {width:18px; height:18px; display:inline-block; margin-left:10px; }
.actions i {font-size: 15px;}


/* Header
--------------------------------------*/

#head {position:relative; z-index:5; height:70px; margin:0 0 60px 0; background:#fff;}
#head .logo {float: left; height: 70px; text-decoration: none; font-weight: bold; color: #333333; top: 10px; font-size: 10px;}
#head .logo:hover{color: #fbd600}
#head .branch {float: left; font-size:18px; font-weight:bold; padding:10px 0 0 0; display: inline-block;}
#head .branch a {text-decoration:none; display: inline-block;}
#head .branch img {margin: 0 15px 0 0;}
#head .branch div {margin-bottom: 3px; display: inline-block; vertical-align: top; padding-top:7px;}
#head .branch span {font-size:11px; color:#7c7c7c; font-weight:normal; display: block; white-space: nowrap; margin-top:2px;}
#head .branch span a {color:#7c7c7c; text-decoration:none;}
#head .branch span a:hover {text-decoration:underline;}
#head .admin {font-weight:normal; padding:10px 0 0 0; float: left;}
#head .admin a {text-decoration:none; font-size:27px;}
#head .admin img {margin:0 15px 0 0; vertical-align:middle;}
#head .mandator-admin {font-weight:normal; padding:10px 0 0 0; float: left;}
#head .mandator-admin a {text-decoration:none; font-size:27px; }
#head .mandator-admin img {margin:0 15px 0 0; vertical-align:middle;}

#head .mandator {display: inline-block; float: right;}
#head .mandator img {margin-top: 10px; height: 50px;}

#head .address_at {font-size:11px; color:#7c7c7c; position:absolute; top:15px; right:230px; text-align:right; line-height:14px}

/* Content
--------------------------------------*/

#content {background:url(../img/nav_bg.png) 0 0 repeat-y #fff; min-height:500px; position:relative; z-index:1;}

#mainsection {float:left; width:930px; padding:20px 35px; position: relative;}
#mainsection h1 {font-size:20px; font-weight:bold; margin:0 0 25px 0;}
#mainsection h1 b {font-size:18px; font-weight:normal; display:block; margin-top:5px;}
#mainsection h3 {font-size:16px; font-weight:bold; border-bottom:1px solid #d1d1d1; padding: 0 0 5px 0; margin:0 0 25px 0;}
#mainsection h4 {font-size: 16px; margin-bottom: 4px; font-weight: bold;}

#maintop, #mainbottom {background:url(../img/content_bg.png) right 0 no-repeat; height:10px;}

#nav {width:190px; float:left; padding:60px 15px 100px 25px;}
#nav ul li {font-weight:bold; text-transform:uppercase;}
#nav ul li.active {color:#0060af;}
#nav ul li ul {font-weight:bold; margin:0 0 25px 0;}
#nav ul li ul li {font-weight:normal; margin: 10px 0 0 10px; text-transform:none; text-indent: -10px}
#nav a {text-decoration:none; padding:0 0 0 10px; background:url(../img/nav_arr.png) 0 -19px no-repeat;}
#nav a:hover {color:#000; background-position: 0 4px;}
#nav a.active {color:#0060af; background-position: 0 4px;}

.search {overflow:hidden;}
.search input {width:268px; margin: 0 10px 0 0;}
.search select, .search .customcombo {width:280px;}
.search span {font-weight:bold;}
.search .checkbox.krt_checkbox_campaigns_active {position: relative; top: 4px; left: 8px; padding-right: 12px;}

.filter {overflow:hidden;}
.filter .block {float:left; margin: 0 13px 0 0;}
.filter .block select, .filter .block .customcombo {width:200px;}
.filter .button {float:right; margin:0 0 0 10px;}
.filter .block .select {width: 280px;}
.filter .block .adm_select {width: 279px;}
.filter .block .man_select {width: 240px;}
.filter .block .branch_select {width: 220px;}
.filter.padding-top-10 {padding-top: 10px;}
.filter .reference {width: 180px;}
.filter .man_reference {width: 196px;}
.filter .itemNumber {width: 180px;}
.filter .man_itemNumber {width: 196px;}
.filter .branch_itemNumber {width: 171px;}
.filter .branch_reference {width: 171px;}
.filter .date {width: 150px;}
.filter .man_date {width: 209px;}
.filter .branch_date {width: 139px;}
.filter .searchBtn {margin-top: 26px;}
.filter .checkbox.krt_checkbox_archived {margin-top: 7px;} 

.table_tabs {list-style:none; border-bottom:1px solid #d1d1d1; height:36px; margin-bottom:20px;}
.table_tabs li {float:left; cursor:pointer; height:35px; line-height:35px; background:#fbd603; border-top:2px solid #fff; margin: 0 2px 0 0;}
.table_tabs li.active { color:#000; border:1px solid #d1d1d1; border-bottom: 1px solid #fff; background:none; cursor:default;}
.table_tabs li a {text-decoration:none; display:block; height:35px; line-height:35px; padding:0px 10px;}
.table_tabs li a:hover {color: #fff;}
.table_tabs li.active a {color:#000; cursor:default;}

#amount{padding-left: 5px; width: 35px}

/* Footer
--------------------------------------*/

#foot {background:#8e99a5; color:#fff; line-height:1.5; margin:35px 0 0 0; padding: 20px;} 
#foot span {font-size:12px; color:#e4e4e4;}
#foot span a {color:#e4e4e4; text-decoration:none;}
#foot a {color:#fff; text-decoration:none; padding-top: 4px;}
#foot .foot-float-right {float: right; margin-top: -6px;}
#foot .foot-select {width: 170px;}

/* CMS
---------------------------------------*/
.edit_cms_txt { background:#f5f5f5; background:rgba(245, 245, 245, 0.7); color:#000; border:1px dotted #bbb;}
.edit_cms_txt.mce-edit-focus { background:none; color:#7f7f7f; }


/* Login
--------------------------------------*/

#wrapper.login {width:auto; background:url(../img/login_bg.jpg) 0 0 no-repeat; height:583px; margin-top:155px; padding-top:20px; position:relative}

#wrapper.login #content {margin:0 auto 15px 12%; background:#fff; min-height:1px; padding:25px; font-size:16px; width:590px; }
#wrapper.login #content h1 {font-size:28px; margin-bottom:30px; padding-left:50px; background:url(../img/krt_icon.png) 0 2px no-repeat;}
#wrapper.login #content input[type=text], #wrapper.login #content input[type=password] {width:575px; font-size:16px; color:#8a8a8a; height:38px; line-height:38px; margin:22px 0 0 0;}
#wrapper.login #content label {margin-left:10px; top:-3px; }
#wrapper.login #content .checkboxarea {padding-top:22px;}
#wrapper.login #content #error_div {margin:0 0 15px 0;}

#wrapper.login #content .logo {position:absolute; top:18px; right:30px; background:url(../img/at_logo.png) 0 0 no-repeat; width:190px; height:45px;}
#wrapper.login #shaker {position:relative;}
#wrapper.login #foot {position:absolute; top: 455px; left:12%; width:610px; height: 20px;}
#wrapper.login #foot span {font-size:11px;}

#wrapper.logout {height:583px;}

#captchaImg { margin-top:20px; border-radius:2px; border:1px solid #d3d3d3; }
#captchaText { text-transform:uppercase; }

/* Fehlerseite
--------------------------------------*/

#wrapper.wrapper-error {width:auto; height:583px; margin-top:155px; padding-top:20px; position:relative}
#wrapper.wrapper-error #content {margin:0 0 0 100px; background:#fff; min-height:1px; padding:25px; font-size:16px; width:590px; }
#wrapper.wrapper-error #content h1 {font-size:28px; margin-bottom:30px; padding-left:50px; background:url(../img/krt_icon.png) 0 2px no-repeat;}


/* Quickinfo
--------------------------------------*/

.in_stock {float:right; text-align:right; font-size:16px; line-height:1.5;}
.in_stock b {display:inline-block; width:70px; font-weight:bold;}

.quickinfo_table {font-size:16px; margin-top:40px; margin-bottom:40px;}
.quickinfo_table th {padding: 0 0 10px 0; font-weight:bold; border-bottom:1px solid #d1d1d1;}
.quickinfo_table td {padding:10px 0; border-bottom:1px solid #d1d1d1;}
.quickinfo_table tfoot td {border-bottom:none; padding:25px 0 10px 0;}
.quickinfo_table tfoot td.sum {border-bottom:4px double #d1d1d1;}
.quickinfo_table tfoot td.sum b {float:left; font-weight:bold;}

.quicksearch {position:relative;}
.quicksearch div {float:left; margin: 0 10px 0 0; font-size:16px; }
.quicksearch input {margin-top:10px;}
.quicksearch a {bottom:0; position:absolute;}

.status {font-size:20px; font-weight:bold; background:url(../img/ico_status.png) right 0 no-repeat; top:90px; right:30px; position:absolute; height:40px; line-height:40px; padding-right:55px; margin:0;}
.quicksearch .status {top:0px; bottom:0px; right:0px;}
.status.received {background-position: right 0;}
.status.released {background-position: right -40px;}
.status.toreceive {background-position: right -80px;}
.status.torelease {background-position: right -120px;}


/* Admin
--------------------------------------*/

.standard_table {font-size:13px; margin-top:40px; margin-bottom:40px;}
.standard_table .error td { background: #fcdfdf; cursor:help; }
.standard_table th {padding:5px 2px; font-weight:bold; border-bottom:1px solid #d1d1d1;}
.standard_table td {padding:5px 2px; border-bottom:1px solid #d1d1d1;}
.standard_table td input[type=text], input[type=number] {height:20px; line-height:20px; font-size:12px;}

.standard_table .entry_status { text-align: center; }
.standard_table .entry_status i {font-size: 15px;}
.standard_table .entry_status i.active {color: green;}
.standard_table .entry_status i.disabled {color: red;}
.standard_table .entry_status i.inactive {color: gray;}

.standard_table td a.editInput {display:none;}
.standard_table input.editInput, .admin_table select.editInput { display:none;}

.standard_table .active {width: 50px;}
.standard_table .max-width-350 {max-width: 350px;}

.standard_table .orderRefHover {background: #eeeecc;}


/* Storage
--------------------------------------*/

.storage_table {width:auto; margin: 0 0 50px 0;}
.storage_table th {vertical-align:bottom; padding:0 20px 6px 0;}
.storage_table td {font-size:30px; vertical-align:bottom; width:130px;}
.storage_table input {font-size:30px; height:35px; line-height:35px; width:100px;}
.storage_table .actions {text-align:right; width:auto;}
.storage_table .actions a {background:url(../img/ico_actions.png) 0 0 no-repeat; width:18px; height:18px; display:inline-block; margin-left:10px; }
.storage_table .actions .confirm {background-position:0 0;}

.storage_count {font-size:16px; margin:20px 0 60px 0;overflow:hidden;}
.storage_count label {float:left; top:20px; color:#fff; }
.storage_count b {font-size:40px; float:right; margin-left:10px; color:#fff; }
.storage_count .red {background:#dd6666; padding:0 10px;}
.storage_count .red.clickable:hover {background:#df4747; cursor:pointer;}
.storage_count .green {background:#82c36c; padding:0 10px; border-left:2px solid #fff;}
.storage_count .green.clickable:hover {background:#60c36c; cursor:pointer;}
.storage_count .blue {background:#378fcd; width:206px; float:right; padding:0 10px; border-left:2px solid #fff;}


/* Services
--------------------------------------*/

.service_table {font-size:13px; }
.service_table .col1 {padding-right:10px;}
.service_table th {padding: 0 2px 5px 2px; font-weight:bold; border-bottom:1px solid #d1d1d1;}
.service_table td {padding:5px 2px; border-bottom:1px solid #d1d1d1;}
.service_table td input[type=text] {height:20px; line-height:20px; font-size:12px;}
.service_table .amount {width:35px;}
.service_table .remark {width:90px;}
.service_table .actions {text-align:right;}


/* Wheelset History
--------------------------------------*/

.history_table {font-size:13px;}
.history_table th {padding: 0 2px 5px 2px; font-weight:bold; border-bottom:1px solid #d1d1d1;}
.history_table td {padding:5px 2px; border-bottom:1px solid #d1d1d1;}


/* Account
--------------------------------------*/

.account {position:relative; }
.account .cta {position:absolute; bottom:0px; right:0px;}
.account .account_block {width:430px;}
.account .account_block .button {margin:10px 0 0 0;}

.form_table td {padding:3px 0;}
.form_table input[type=text] {width:250px;}
.form_table textarea {width:250px;}
.form_table select {width:262px;}


/* Custom Inputs
--------------------------------------*/

div.checkbox { cursor: default; background: url(../img/opt_off.png) no-repeat 0 0; width: 21px; height: 18px; zoom: 1; display: inline-block; *display: inline !important; margin:2px 0 0 0;}
div.checkbox:hover { background-position: 0 -18px; }
div.checkbox_checked { background: url(../img/opt_on.png) no-repeat 0 0;}
div.checkbox_checked:hover { background-position: 0 -18px;}
div.checkbox.disabled { background: url(../img/opt_off.png) no-repeat 0 -36px;}
div.checkbox.disabled:hover { background: url(../img/opt_off.png) no-repeat 0 -36px;}
div.checkbox_checked.disabled { background: url(../img/opt_on.png) no-repeat 0 -36px; cursor:default; }
div.checkbox_checked.disabled:hover { background: url(../img/opt_on.png) no-repeat 0 -36px;}

div.radio { cursor: default; background: url(../img/radio_off.png) no-repeat top left; width: 16px; height: 16px; zoom: 1; display: inline-block; *display: inline !important; margin-right: 4px; }
div.radio:hover { background-position: 0 -15px; }
div.radio_checked { background: url(../img/radio_on.png) no-repeat top left; }
div.radio.disabled { background: url(../img/radio_off.png) no-repeat 0 -30px; }
div.radio.disabled:hover { background: url(../img/radio_off.png) no-repeat 0 -30px; }
div.radio_checked.disabled { background: url(../img/radio_on.png) no-repeat 0 -30px; }
div.radio_checked.disabled:hover { background: url(../img/radio_on.png) no-repeat 0 -30px; }

.even {background:#fff;}
.odd {background:#fafafa;}
.customcombo {  background:url(../img/input_bg.png) 0 0 repeat-x #fff; cursor:default; overflow:hidden; border:1px solid #d1d1d1 !important;  border-radius:2px; text-align:left; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.customcombo b, .customcombo b.left {  display:block; height:30px; line-height:30px; font-weight:normal; padding:0px 33px 0px 5px; background:url(../img/combo_spr_end.png) right 0 no-repeat; cursor:pointer;}
.customcombo b span { float:right; margin-right:10px; *position:relative; *top:-30px; }
.customcombo.active { background-position: 0 -30px; }
.customcombo.active b {  background-position: right -30px; color:#000  }
.customcombo.selected { background-position: 0 0; }
.customcombo.selected b {  background-position: right 0; color:#000  }
.combodrop { border:1px solid #333; border-radius:2px; position: absolute; overflow:hidden !important; width:100%; white-space:nowrap; height:auto; overflow:visible; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.combodrop .scroll { overflow: auto; height: 160px;}
.combodrop .lines {font:normal 11px/17px Verdana,Arial; min-height:1px; }
.combodrop .lines .scroll {min-height: 160px;}
.combodrop .lines div { overflow:hidden; }
.combodrop .lines .item { color: #000; cursor: pointer; padding:5px 10px 5px 10px; min-height:17px; }
.combodrop .lines .item:hover, .combodrop .lines .item.selected { background:#f6f6f6; }
.customcombo:hover b {  background-position: right -28px;}
.customcombo.selected:hover { background-position: 0 0px;}
.customcombo.selected:hover b {  background-position: right -28px;}
.customcombo.disabled {cursor:default; background:#f1f1f1; color:#999; border:1px solid #ccc; cursor:default !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}

.customcombo.disabled b {background-position: right -62px !important; color:#999 !important; cursor:default !important;}
.customcombo.disabled b:hover {background-position: right -62px !important; color:#999 !important; cursor:default !important;}

.combodrop_bottom { border-radius: 0 0 2px 2px; border: 1px solid #d1d1d1;}
.combodrop_bottom .lines { border-radius: 0;}
.combodrop_bottom .lines .item { text-align: left; }
.combodrop.noselect .lines .item { cursor:default;}
.combodrop.noselect .lines { cursor:default;}
.combodrop_bottom_left .lines .item { text-align: left;}
.combodrop_bottom .jspTrack { background: #eee !important;}

.smartcombo.disabled {cursor:default; background:#ececec; color:#777; border:1px solid #aaa; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.smartcombo_button {width:33px; height:30px !important; line-height:30px !important; display:block; float:left; margin-left:-24px; background:url(../img/combo_spr_end.png) center 0 no-repeat !important; border:1px solid #d1d1d1 !important; border-left:0px !important; border-radius:0px 2px 2px 0px !important;  cursor:pointer;}
.smartcombo_button:hover {background-position: center -28px  !important;}
.smartcombo_button.disabled {background-position: center -62px !important; cursor:default;}
.smartcombo_button.disabled:hover {background-position: center -62px !important;}
ul.ui-widget-content {border-radius:0px 0px 2px 2px !important; padding:0px !important; margin:0px !important; background:none !important; width:auto; border:1px solid #d1d1d1; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.ui-autocomplete-input {float:left; cursor:pointer; overflow:hidden; border:1px solid #d1d1d1 !important; border-radius:2px !important; text-align:left; height:30px !important; line-height:30px !important; font-weight:normal; padding:0px 18px 0px 5px !important; font-size:14px !important;}
/* .ui-autocomplete-input {float:left; background:url(../img/input_bg.png) 0 0 repeat-x #fff !important; cursor:pointer; overflow:hidden; border:1px solid #d1d1d1 !important; border-radius:2px !important; text-align:left; height:30px !important; line-height:30px !important; font-weight:normal; padding:0px 18px 0px 10px !important; font-size:14px !important;} */
.ui-autocomplete-input::-ms-clear { display: none; }
.ui-widget-content a { color: #000; cursor: pointer; padding:5px 10px 5px 10px !important; display:block; border-radius:0px; font-size:11px; line-height:normal !important; margin:0px !important;}
.ui-widget-content a:hover { background:#f6f6f6; border:0px; text-decoration:none; padding:5px 10px 5px 10px !important; font-size:11px; line-height:normal !important; font-weight:normal !important; margin:0px !important;}
.ui-state-hover {border:0px !important; background:#ccc !important;}
.ui-autocomplete .ui-state-focus { background:#f6f6f6; !important; border:none !important; font-weight:normal !important; }
.scroll { max-height:220px; overflow-y:scroll; overflow-x:hidden;}

input.error, select.error {border: 1px solid #f00;}
.thocombo.error {border: 1px solid #f00 !important;}


/* Colorbox
--------------------------------------*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; background:#fff;}
#cboxLoadedContent{overflow:hidden !important;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100% }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#000;}
#cboxLoadingOverlay{background:#fff; border-radius:3px;}
#cboxLoadingGraphic{background:url(../img/ajax-loader-layer.gif) no-repeat center center;}
#cboxClose {display:none !important;}

.popup {background:#fff; min-height: 100%; height:auto !important; height:100%;}
.popup h4 {height:45px; line-height:48px; padding:0;  margin:0 20px; font-size:16px; font-weight:bold; border-bottom:1px solid #d1d1d1; cursor:move;}
.popup h4 a {float:right; background:url(../img/ico_close_popup.png) 0 0 no-repeat; height:18px; width:18px; margin-top:15px; text-decoration:none;}
.popup h4 a:hover {background:url(../img/ico_close_popup.png) 0 0 no-repeat; text-decoration:none;}
.popup input[type=checkbox] {height:18px; width:18px;}
.popup .inner {padding: 20px;}
.popup .inner .scrollPopup { max-height:800px; overflow-y:scroll; }
.popup .inner .admin_table, .popup .inner.noTableMargins table, .popup .inner .scrollPopup table { margin-top:0; margin-bottom:0; }

.popup .form_table td {padding:3px 0;}
.popup .form_table input[type=text] {width:250px;}
.popup .form_table textarea {width:250px;}
.popup .form_table select {width:262px;}

.popup .textlabel { display:inline-block; height:32px; line-height:32px; }

.popup .standard_table {margin-top:0;}

/* Alerts
--------------------------------------*/

#popup_container { min-width: 300px; max-width: 500px; background: #fff; color: #282828;}
#popup_title { lheight:45px; line-height:48px; padding:0;  margin:0 20px 10px 20px; font-size:16px; font-weight:normal; border-bottom:1px solid #d1d1d1;}
#popup_content { margin-top: 20px; }
#popup_message { padding:0px 20px;}
#popup_message li { list-style:disc;}
#popup_prompt { width:511px !important;}
#popup_prompt_date { width:100px !important; margin-top:5px; position:relative; top:1px; }
#popup_panel { text-align: right; margin: 25px 0 20px 0; padding:0px 20px; height:30px;}

.popup_header {margin-bottom:40px;}
.popup_header .inner {padding:20px; border-top:1px solid #aaa;}
.popup_header .inner td {padding:0px 5px; height:25px;}
.popup_header input[type=text] {width:98%; margin:2px 0px;}


/* Password strength
--------------------------------------*/

#passwordStrengthLabel {position:relative; top:3px;}
#passwordStrength { margin: 0; width: 403px; height:26px; background:url(../img/password_security.png) no-repeat; float:right;}
#passwordStrength.percent25 { background-position: right -31px; }
#passwordStrength.percent50 { background-position: right -62px; }
#passwordStrength.percent75 { background-position: right -93px; }
#passwordStrength.percent100 { background-position: right -124px; }

#account_pw_strength { margin: 0; width: 263px; height:19px; background:url(../img/password_security_compact.png) no-repeat; float:right;}
#account_pw_strength.percent25 { background-position: right -21px; }
#account_pw_strength.percent50 { background-position: right -42px; }
#account_pw_strength.percent75 { background-position: right -63px; }
#account_pw_strength.percent100 { background-position: right -84px; }


/* Tooltip
--------------------------------------*/

#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content { background-color:#fff; font-size: 11px; padding: 4px 8px 5px 8px;  border: 1px solid rgba(25,25,25,0.25); border-radius: 3px; box-shadow: 0 0 0 #ddd; -webkit-box-shadow: 0 0 3px #ddd; -moz-box-shadow: 0 0 3px #ddd; }
@media \0screen { /*IE8*/ #tiptip_content { border:1px solid #aaaaaa; } }
#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; }
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #191919; border-top-color: rgba(25,25,25,0.35); }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #191919; border-bottom-color: rgba(25,25,25,0.35); }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #191919; border-right-color: rgba(25,25,25,0.35); }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #191919; border-left-color: rgba(25,25,25,0.35); }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: #fff; }
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px;  border-bottom-color: #fff; }
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25,25,25,0.92); }


/* Datepicker
--------------------------------------*/

#ui-datepicker-div {background:#fff !important; border:1px solid #ddd; padding:10px; z-index:10199999 !important;}
#ui-datepicker-div .ui-widget-header {border:1px solid #d1d1d1; background:url(../img/datepicker_head_bg.png) 0 0 repeat-x; color: #ffffff; font-weight: bold; padding-top:7px !important; padding-bottom:7px !important; font-size:14px;}
#ui-datepicker-div .ui-widget-header select {font-weight:normal; font-size:12px;}
#ui-datepicker-div .ui-widget-content a {padding:0px !important;}
.ui-datepicker {width:266px !important;}
.ui-datepicker th {color:#282828;background:#fff;}
.ui-datepicker td {width:25px !important; padding:0px !important;}
.ui-datepicker td a {height:25px !important; line-height:25px !important; width:16px !important; text-align:center!important; border-color:#ddd !important; background:url(../img/datepicker_days_bg.png) right bottom no-repeat #fff !important; color:#282828 !important;}
.ui-datepicker td a:hover {height:25px !important; line-height:25px !important; width:16px !important; text-align:center!important; background:#fbd603 !important; font-weight:bold !important; color:#fff !important;}
.ui-datepicker-calendar { background:#ddd; margin:0px 0px 2px 0px !important;}
.ui-datepicker td .ui-state-highlight {border:1px solid #ddd !important;}
.ui-datepicker td .ui-state-active {border:1px solid #ddd !important; background:#fbd603 !important; color:#fff !important;}
.ui-datepicker td .ui-state-hover {border:1px solid #ddd !important;}
.ui-datepicker-prev, .ui-datepicker-next {background:none !important; padding:0px !important; }
.ui-datepicker-prev span, .ui-datepicker-next span {margin-top:-2px !important;}
.ui-widget-content .ui-datepicker-prev:hover, .ui-widget-content .ui-datepicker-next:hover {background:none !important;}
.ui-widget-content .ui-datepicker-prev:hover {left:2px; top:2px;}
.ui-widget-content .ui-datepicker-next:hover {right:2px; top:2px;}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {background-image: url(../img/ui-icons_ffffff_256x240.png) !important;}
.ui-datepicker-prev:hover .ui-icon, .ui-datepicker-next:hover .ui-icon {background-image: url(../img/ui-icons_ffffff_256x240.png) !important;}
.ui-datepicker-unselectable.ui-state-disabled {height:25px !important; line-height:25px !important; }
.ui-datepicker-unselectable.ui-state-disabled.undefined span {height:28px !important; line-height:26px !important; width:32px !important; text-align:center; border:1px solid #ccc; background:#fff; }
.ui-datepicker td.ui-datepicker-today .ui-state-default {background:url(../img/datepicker_today_bg.png) right bottom no-repeat #fff !important;}
.ui-datepicker td.ui-datepicker-today .ui-state-default:hover {color:#000 !important;}
.ui-datepicker td.ui-datepicker-today .ui-state-active  {border:1px solid #ddd !important; background:#fbd603 !important; color:#fff !important;}
.ui-datepicker td.ui-datepicker-today .ui-state-active:hover  {color:#fff !important;}


/* Tablesorter
--------------------------------------*/
/* table.tablesorter thead tr .tablesorter-headerRow { background: url(../img/bg.gif) no-repeat -2px 9px; text-indent: 18px; cursor: pointer; } */
/* table.tablesorter thead .tablesorter-headerRow { background: url(../img/bg.gif) no-repeat -2px 9px; text-indent: 18px; cursor: pointer; } */
/* table.tablesorter thead tr .tablesorter-headerAsc { background: url(../img/asc.gif) no-repeat -2px 12px; } */
/* table.tablesorter thead tr .tablesorter-headerDesc { background: url(../img/desc.gif) no-repeat -2px 12px; } */
/* table.tablesorter thead tr .tablesorter-headerDesc, table.tablesorter thead tr .tablesorter-headerAsc { background-color: #eee; border-top-left-radius: 2px; border-top-right-radius: 2px; } */
/* table.tablesorter tbody td { padding-left: 5px; } */
/* table.tablesorter thead .sorter-false {background-image: none; cursor: default; padding: 4px;} */


table.tablesorter .header, table.tablesorter .tablesorter-header {background: url(../img/bg.gif) no-repeat left; padding-left: 14px; cursor: pointer;}
table.tablesorter thead .headerSortUp, table.tablesorter thead .tablesorter-headerSortUp, table.tablesorter thead .tablesorter-headerAsc {background: url(../img/asc.gif) no-repeat left;}
table.tablesorter thead .headerSortDown, table.tablesorter thead .tablesorter-headerSortDown, table.tablesorter thead .tablesorter-headerDesc {background: url(../img/desc.gif) no-repeat left;}
table.tablesorter thead .sorter-false {background-image: none; cursor: default;	padding: 4px; text-indent: 0px;}


/* Passwort
--------------------------------------*/
input[type=text].passwordClear { color:#8a8a8a;}

.remark {height: 150px; resize: none; padding: 5px 5px;}

/*Artikelsuche
--------------------------------------*/

.ico-wheel {background: url(../img/wheel_icons.png) no-repeat; width: 28px; height: 32px; background-size: 100%; margin-left: 5px; 
			background-position: 0 -93px /* Defaultbild: Stahl ohne Richtung */}
.ico-wheel.alu.direction{background-position: 0 0}
.ico-wheel.steel.direction{background-position: 0 -32px}
.ico-wheel.alu{background-position: 0 -63px}
.ico-wheel.steel{background-position: 0 -93px}
.ico-wheel.icon.wheel{background-position: 0 -93px}
.ico-wheel.icon.tire{background-position: 0 -123px}
.ico-wheel.icon.fluid{background-position: 0 -158px}
.ico-wheel.icon.various{background-position: 0 -192px}

input.remove-ie-clear {padding-right: 17px !important;}
.remove-ie-clear::-ms-clear {display: none;}
.ico-search {background: url(../img/ico-search.png) no-repeat; width: 18px; height: 20px; display: inline-block; position: relative; top: 5px; margin:0 10px 0 5px}
.ico-erase {width: 15px; height: 15px;}
.ico-comment {width: 15px; height: 15px;}
a.ico-erase {display: block; float: right; padding-right: 10px; margin-left: 10px;}
a.ico-erase.input-erase { float: none; display: inline-block; position:relative; left: -15px; margin: 0px; color: #999; padding-right: 0px;}
a.ico-erase-filter { float: none; display: inline-block; position:relative; left: -7px; margin: -8px; color: #999;}
a.ico-comment {display: block; float: right; padding-right: 10px}
.ico-availability-1 { color: green; }
.ico-availability-2 { color: orange; }
.ico-availability-3 { color: gray; }

.ico-buy{background: url(../img/ico-buy.png) no-repeat; width: 21px; height: 17px; display: inline-block; position: relative; margin: 0; top: 3px; margin: 0 10px 0 6px}

.buy-btn{background: url(../img/buy-btn.png) no-repeat; width: 41px; height: 25px; background-size: 100%; display: block; margin: 0px auto; text-align: center;}
.buy-btn:hover {background-position: 0 -34px}

.item-list {}
.item-list .single-list {overflow: auto; height: auto; margin-bottom: 25px;}
.item-list table {width: 100%; font-size: 12px; font-weight: bolder;}
.item-list table th {font-weight:bold; font-size: 13px; text-align: left; padding: 15px 0; border-bottom: 1px solid #d4d4d4}
.item-list table td {text-align: left; padding: 10px 0;; border-bottom: 1px solid #f5f5f5}
.item-list table td .fa{font-size: 15px}
.item-list table tr:hover td{background: #f0f0f0}
.item-list table tr.tire-switch td{padding-bottom: 0px}
.item-list table tr.tire-switch-alert td{border-top: 2px solid #fff; padding: 0px 0 5px; color: #777777; text-align: left; font-style: italic; font-weight: normal;}
.item-list table tr td.comment { text-align: left; padding-left: 20px; }
.item-list td a.ico-erase{padding-right: 10px}
.item-list input.comment { width: 80%; margin-left: 10px; }
.item-list table tr.comment td {border-top: 2px solid #fff; color: #777777; text-align: left; font-style: italic; font-weight: normal;}
.item-list table tr.alt-item-info td {border-top: 2px solid #fff; color: #777777; text-align: left; padding-left: 20px; font-style: italic; font-weight: bold;}
.item-list table tr.palette-info td {border-top: 2px solid #fff; color: #777777; text-align: left; padding-left: 20px; font-style: italic; font-weight: normal;}
.item-list input.amount { width: 40px; padding-left: 5px; }

#successDiv .success-info { margin-bottom: 25px; }
#successDiv .buttonArea { margin-top: 20px; }

#warenkorbinfo {border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; padding: 10px 0; margin-bottom: 20px}
#warenkorbinfo .ico-basket {width: 50px; height: 33px; background: url(../img/ico_basket.png) no-repeat; position: relative; display: inline-block;}
#warenkorbinfo .ico-basket .amount {font-size: 18px; text-align: center; width: 100%}
#warenkorbinfo .basket-info{display: inline-block; vertical-align: top; margin-left: -15px}
#warenkorbinfo .basket-info p{margin-bottom: 5px}
#warenkorbinfo .basket-info .to-cart{padding-left: 20px; display: inline-block; width: 130px; color: #aaa; background-position: 10px -19px}
#warenkorbinfo .basket-info .to-cart:hover{text-decoration: underline;}

.prev-next .btn{margin-top: 15px}

div.delivery-info { margin-bottom: 20px; font-weight: bold; }

.btn{display: inline-block; height: 30px; color: #575757; line-height: 30px; color: #575757; border: 1px solid #d1d1d1; border-radius:2px; padding: 0px 10px; text-align: none; background: #ffffff; text-decoration: none; /* Old browsers */ background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ }
.btn:hover{text-decoration: none; color: #575757; background: #e0e0e0}

.btn.c2a{float: right; border-color: #f6bf02; color:#202020; background: #fad912; text-decoration: none; /* Old browsers */ background: -moz-linear-gradient(top,  #fad912 0%, #f6d102 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  #fad912 0%,#f6d102 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  #fad912 0%,#f6d102 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad912', endColorstr='#f6d102',GradientType=0 );}
.btn.c2a:hover{text-decoration: none; color: #202020; background: #f6d102}

.btn .arrow{background: url(../img/btn_arrows.png) no-repeat; height: 14px; width: 14px; display: inline-block; margin: 0 10px; position: relative; top: 2px;}
.btn .arrow.next{background-position: 0 -20px}
.item-search {margin: 0px 0px 20px 0px;}
.item-search input[type=text]{width: 250px}
.item-search-productgroups, .textsearch {display: inline-block; vertical-align: top; position: relative; }
.textsearch {z-index: 2}
.item-search-productgroups  {float: right;}
.item-search-productgroups .productgroups {z-index: 1;}
.item-search-productgroups .group-select{vertical-align: top}
.item-search-productgroups .radio{margin: 0 15px 0 5px; position: relative; top: -2px; display: none;}
.item-search-productgroups label{top: 0px;}
.item-search-productgroups label:hover {cursor: pointer;}
.item-search-productgroups .icon{display: inline-block; height: 21px; width: 21px; position: relative; top: 5px; margin: 0 5px 0 0} 
.item-search-productgroups .icon.ico-wheel.wheel{background-position: 0 -49px}
.item-search-productgroups .icon.ico-wheel.tire{background-position: 0 -94px}
.item-search-productgroups .icon.ico-wheel.star{background-position: 0 -145px}
.item-search-productgroups .icon.ico-wheel.tint{background-position: 0 -120px}
.item-search-productgroups .productgroups .radio_checked + label {background: #e0e0e0}

.row{margin-bottom: 15px}
.row input {vertical-align: top; width: 450px}
.row select {width: 900px}
.row input.date { text-align:center; width: 120px; }
.row textarea {width: 460px; height: 60px}
.row.comment{margin-bottom: 10px}
.btn.c2a.date-selector {float: none; display: inline-block; position: relative; left: -43px}
.btn.c2a.date-selector i {font-size: 18px}
.btn.c2a.drop-down {float: none; display: inline-block; position: relative; left: -36px}
.btn.c2a.drop-down i {font-size: 18px}

.dropDown .col.under {z-index: 10; position:absolute; background: #fff; display: none; font: normal 11px/17px Verdana,Arial;}
.dropDown .col .min {position: absolute; height: 30px; width:182px; font-size:14px; list-style:none; border: none; overflow-y: hidden; cursor:pointer; padding-left: 10px;}
.dropDown .customCbx {background:url(../img/input_bg.png) 0 0 repeat-x #fff; cursor:default; overflow:hidden; border:1px solid #d1d1d1 !important;  border-radius:2px; text-align:left; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.dropDown .customCbx b, .customCbx b.left {display:block; height:30px; line-height:30px; font-weight:normal; padding:0px 33px 0px 5px; background:url(../img/combo_spr_end.png) right 0 no-repeat; cursor:pointer; width: 200px;}
.dropDown .customCbx b span {float:right; margin-right:10px; *position:relative; *top:-30px;}
.dropDown .customCbx.active {background-position: 0 -30px;}
.dropDown .customCbx.active b {background-position: right -30px; color: #000;}
.dropDown .customCbx.selected {background-position: 0 0;}
.dropDown .customCbx.selected b {background-position: right 0; color: #000;}
.dropDown .customCbx:hover b {background-position: right -28px;}
.dropDown .customCbx.selected:hover {background-position: 0 0px;}
.dropDown .customCbx.selected:hover b {background-position: right -28px;}
.dropDown .customCbx.disabled {cursor:default; background:#f1f1f1; color:#999; border:1px solid #ccc; cursor:default !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.dropDown .col ul.max {overflow-y:scroll; height: 298px; font-size:11px; min-width: 238px; list-style:none; padding:0; margin:0;border: 1px solid #d1d1d1 !important; white-space: nowrap;}
.dropDown .col ul.max li {color: #000; cursor: pointer; padding: 5px 10px 5px 10px; min-height: 17px;}
.dropDown .col ul.max li.la {background:#fff;}
.dropDown .col ul.max li.lb {background:#fafafa;}
.dropDown .col ul.max li.la.hidden {display: none !important;}
.dropDown .col ul.max li.lb.hidden {display: none !important;}
.dropDown .col ul.max li input {vertical-align: bottom;}
.dropDown .col ul.max li label {margin-left: 5px;}

.maincontent ul { margin-left: 30px; }
.maincontent ul li { list-style: square;}

a.ico_download{padding-left: 15px}
a.ico_download:before{content: '\f019'; font-family: 'FontAwesome'; padding-right: 10px}

th.thWidth120 {width: 120px;}
th.thWidth200 {width: 200px;}

.search-availability-stock { color: gray; }

/* Settlement table
--------------------------------------*/
.settlement-table .main-data {font-weight: bold;}
.settlement-table .main-data .down a {background: url(../img/plus_icon.png) 0 0px no-repeat; width: 10px; height: 10px; display: block;}
.settlement-table .main-data .up a {background: url(../img/minus_icon.png) 0 0px no-repeat; width: 10px; height: 10px; display: block;}