.content .tabs.ui-tabs-nav li {
	/*background-color: #c1eaad;*/
	padding: 0;
	padding-left: 5px;
	margin: 0;
	margin-left: 10px;
	margin-top: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background-image: url('../images/block-head-l.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.content .tabs.ui-tabs-nav li.ui-tabs-selected {
	/*background-color: #519E2D;*/
	margin-top: 0;
	margin-bottom: 0;
	background-image: url('../images/bock-head-b-l.png');
}

.content .tabs.ui-tabs-nav li h3 {
	font-size: 1.05em;
	margin: 0;
	padding: 1px 7px;
	padding-left: 2px;
	background-image: url('../images/block-head-r.png');
	background-repeat: no-repeat;
	background-position: right top;
	/* IE7-Fix */
	margin-bottom: -1px;
	border-bottom: 1px solid #CCC;

}

.content .tabs.ui-tabs-nav li.ui-tabs-selected h3 {
	padding: 3px 7px;
	padding-left: 2px;
	background-image: url('../images/bock-head-b-r.png');
	background-size: cover;
}

.content .tabs.ui-tabs-nav li h3 a {
	background-image: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline;
}

.content .ui-tabs-panel {
	border-color: #CCC;
}


.clear {
    clear:both;
}

.benchmark table td{
    padding: 0;
}


.benchmark a{
    display: block;
}

.benchmark-row {
    padding-top: 3px;
}

.benchmark-row a:hover {
    background-color: #f4ffe1;
    text-decoration: none!important;
}

.benchmark-row .submitted {
    float: right;
    margin-top: 4px;
    font-size: 100%;
    color: #000000;
}


.benchmark-row:hover h2 {
    text-decoration: none;
}


.benchmark-row h2 {
    margin-bottom: 5px;
    font-size: 127%;
}

.benchmark-row .camera {
    width: 33%;
    float: left;
}

.benchmark-row .camera .camera-image{
    float: left;
    width: 71px;
}

.benchmark-row .camera .camera-name{
    float: left;
    width: 100px;
}

.benchmark-uebersicht-table .tab {
    position: relative;
    padding: 0em;
}

.benchmark-uebersicht-table .top-options {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #e4fbc4;
    padding: 3px 0px;
}

.benchmark-uebersicht-table .top-options .search {
    padding-left: 10px;
}

.benchmark-uebersicht-table .top-options .search input {
    padding-left: 20px;
    background-image: url(../images/testbericht/search.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    border: 1px solid #abdd65;
}

.benchmark-uebersicht-table .top-options .kategorie-select {
    position: absolute;
    top: 2px;
    right: 10px;
}

.benchmark-uebersicht-table table {
    margin: 10px;
    margin-top: 3.2em;
    width: 555px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.benchmark-uebersicht-table table th div.title,
.benchmark-uebersicht-table table th div.sort {
    float: left;
    height: 3.3em;
}

.benchmark-uebersicht-table table th div.sort {
    width: 12px;
    margin-left: 1em;
    background-image: url(../images/testbericht/table_sort.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.benchmark-uebersicht-table table th.headerSortUp div.sort {
    background-position: -12px center;
}

.benchmark-uebersicht-table table th.headerSortDown div.sort {
    background-position: -24px center;
}

.benchmark-uebersicht-table table th div.clear {
    clear: left;
}

.benchmark-uebersicht-table table td {
    border-top: 1px solid #D3E7F4;
    height: 3.3em;
}

.benchmark-uebersicht-table table td .infos {
    display: none;
}

.benchmark-uebersicht-table table td.camera a {
    display: block;
    float: left;
}

.benchmark-uebersicht-table table td.camera .clear {
    clear: left;
}

.benchmark-uebersicht-table table td.score {
    width: 7em;
}

.benchmark-uebersicht-table table td.date {
    width: 5.5em;
}

.benchmark-uebersicht-table table td.image {
    width: 65px;
    overflow: hidden;
    text-align: center;
}

.benchmark-uebersicht-table table td.price {
    font-size: 0.88em;
    white-space: normal;
    width: 25%;
    overflow: hidden;
}

.benchmark-uebersicht-table table tr.none-available td {
    text-align: center;
}

