
.pagination-counter{
    line-height: 30px;
}

input {
    clear: both;
    display: block;
    margin: 0;
    padding: 6px 0 9px;
}
input.float-left {
    clear: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 6px 0 9px;
}
#search_bar{
    height: 26px;
    margin-bottom: 10px;
}
#search_bar input {
    background: url("img/search_bar.png") no-repeat scroll 0 0 transparent;
}
#search_bar input {
    border: 0 none;
    color: #666;
    font-size: 0.96em;
    height: 21px;
    padding: 3px 10px 0 23px;
    width: 180px;
    margin-left: 10px;
    
}
#search_bar select{
    color: #666;
    font-size: 0.96em;
    border: 0px;
    width: 200px;
    height: 24px;
    line-height: 24;
    vertical-align: baseline;
    margin-left: 10px;
    padding: 5px 0px 0 20px;
    background: url("img/search_bar.png") no-repeat scroll 0 0 transparent;
}

label{
    border: medium none;
    color: #222222;
    display: block;
    font-size: 95%;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
}

div.input:after , form div:after{
    clear: both;
    content: ".";
    display: block;
    height: 5px;
    visibility: hidden;
}

form div.error input{
    background: url("../../images/icons/error.png") no-repeat scroll 10px 50% #F9E5E6;
    border: 1px solid #E8AAAD;
    color: #444;
}

form div.error {
    background-color: inherit;
    border: 0px;
}

fieldset legend{
    display: none;
}

.content-padding{
    padding: 7px;
}

th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
#EditAreaArroundInfos_TemplateViewStyleStyle label{
    
    padding: 7px;
    width: 100px;
    background: url("../images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6;
    border: 1px solid #DDDDDD;
    color: #0B6ABA;
    font-weight: bold;
    outline: medium none;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    line-height: 1;
}
#edit_area_toggle_checkbox_TemplateViewStyleStyle{
    visibility: hidden;
}

.icon_inline{
    display: inline-block;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 16em;
	margin-top: -2em;
	vertical-align: top;
}

.dt-indent{
    padding-left: 24px;
}
.statistic-table{
    width: 440px;
    float: left;
    margin-right: 20px;
}

.stats{
    padding-bottom: 30px;
    overflow: hidden;
    
}
.stats-wrapper{
    width: 900px;
}
.inline-block{
    display: inline-block;
}
#page_wrapper #sidebar .side-menu li a.btn {
 padding: 0.4em 1em 0.4em 20px;
}

.platform-icon {
    left: 0.1em;
    margin: 0 5px 0 0;
    position: absolute;
    top: 2px;
      background-repeat: no-repeat;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
}

.icon-yatego {
    background-image: url("/img/platform/yatego_icon.png");
}
.icon-shop{
    background-image: url("/img/platform/shop_icon.png");
}
.icon-ebay {
    background-image: url("/img/platform/ebay_icon.png");
}

.platform-icon.offline{
    background-position: 0px -18px;
}
hr{
    border: 0px; /* Für Firefox und Opera */
    border-top: solid 1px #777;
    border-bottom: transparent;
}

div.cat_select select{
    display: block;
}


tr.filters td{
    padding: 3px 5px;
}
tr.filters input, tr.filters select{
    background-color: #f8f8f8;
    margin: 2px 2px;
    padding: 1px 2px;
    color: #1084f0;
    width: 96%;
}

tr.filters input.small{
    width: 50px;
}

tr.filters input[type="submit"],tr.filters input[type="reset"]{
    background-color: #f8f8f8;
    border: 1px #ddd solid;
    color: #1084f0;
    display: inline;
    width: auto;
}

tr.filters input[type="submit"]:hover,tr.filters input[type="reset"]:hover{
    color: #555;
    cursor: pointer;
    
}