@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html, body {
    background: #FAFAFA;
}
* {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 12px;
}
body {
    /*background: #d1cfd0 url(../img/tgm_bg.jpg) fixed;*/
}
a, h2, .acTab, .table-label, #servertime, legend, .message-box-new-text, .welcome-name {
	color: #f5851f;
}
#container {
    border-left: 1px solid #f5851f;
    border-right: 1px solid #f5851f;
}
#footer {
    background: #444;
    color: #c4c4c4;
    border-top: 1px solid #f5851f;
    border-left: 1px solid #f5851f;
    border-right: 1px solid #f5851f;
    font-family: Poppins, Helvetica, sans-serif;
}
.footer_main {
    color: #c4c4c4;
}
#header {
    border-top-color: #f5851f;
    border-bottom: 1px solid #f5851f;
    height: 54px;
    /*background: #505a5d;*/
    /*color: #c4c4c4;*/
}
#header-info, #serverdatum, #header-info a, #header table tr td {
    /*color: #c4c4c4;*/
}
label.required, label.required-double {
	border-right: 6px solid #f5851f;
}
.atable thead, .atable thead .selTr, .atable thead tr.selTr:hover {
    background: #f5851f;
}
.stattable thead th, .stattable thead tr {
    background: #f5851f;
}
.atable thead tr:hover {
    background: #f5851f;
}

.acreate-act {
    background: #f5851f;
}
.menu {
    height: 30px;
    background: #303335;
}
.menu a, .menu a:visited  {
    background: #303335;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 0;
    font-family: Poppins, Helvetica, sans-serif;
}
.menu .rightmenu ul ul {
    width: 120px;
}
.mainmenu > ul > li > a:hover, .rightmenu > ul > li > a:hover {
    color: #f5851f;
    border-bottom: 2px solid #303335;
}
.menu a:hover {
    background-color: #303335;
}
.menu :hover > a {
    color: #f5851f;
    background: none;
}
.menu ul ul {
    background-color: #f5851f;
    z-index: 100;
    top: 30px;
    border: none;
    padding: 1px 0 0 0;
}
.menu ul ul a, .menu ul ul a:visited {
    background: none;
    border: none;
    text-transform: none;
    color: #fff;
    width: 129px;
    margin: 0;
    padding-bottom: 6px;
}
li.menu-sep hr {
    background-color: #ddd;
}
.menu ul ul a:hover { background:#303335; border: none; }
.menu ul ul :hover > a { color:#fff; background:#303335; }
.menu ul ul a.drop:hover { background:#303335 url(arrow_right.gif) center right no-repeat; border: none; }
.menu ul ul :hover > a.drop { background:#303335 url(arrow_right.gif) center right no-repeat; border: none; }
/* style the third level hover */
.menu ul ul ul a:hover { background: #303335; }
#menu-shadow {
    height: 2px;
}
.login-user {
    background: #555;
    margin-top: 8px;
    padding: 3px 6px;
    color: #fff;
    border: none;
}
#breadcrumb {
    padding-top: 4px;
}
.bestBid, .bestSummary {
    background-color: #FAC598;
}
.lastBid {
    background-color: #9AD1D4;
}
.bItems thead, .bItems thead TR:hover {
    background: #edeef0 !important;
}
.auctionBlock, .auctionBlock.status_in_progress {
    border-color: #f5851f;
}
tr.ext_user td strong {
    color: #06599b;
    background: url('/img/kesz_icon.png') no-repeat left center;
    padding-left: 13px;
}
.startPriceDiv h1.ext_user {
    color: #06599b;
    background: url('/img/kesz_icon.png') no-repeat left center;
    padding-left: 13px;
}
.pageInfo, .pageInfo-wide, .pageInfo-full {
    background-color: #f5f5fa;
    border-color: #ddd;
}
strong {
    font-weight: 500 !important;
}