/* === general === */
#gwdb-outer {
	float: left;
	position: relative;
	font-family: helvetica,arial,sans-serif;
}

.text-error {
	font-weight: bold;
	color: #e62f11;
	font-size: 1.1em;
}

.temptxt {
	display: block;
	width: 90%;
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	background: #f8a896;
	border: 2px dashed #aa2709;
}

.global-spacer-series-a {
	font-weight: bold;
	color: #730d9e;
	font-size: 1.1em;
}

#txtoffline {
	float: none;
	margin-top: 10px;
	padding: 10px;
	padding-left: 70px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
	border: 3px dashed #c14311;
	background: url(../images/system-message-alert-blue.png) no-repeat;
	background-position: 15px 19px;
}

#txtoffline h3 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#not-logged-in {
	float: none;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 35px;
	text-align: center;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert-blue.png) no-repeat;
	background-position: 15px 16px;
}

/* === tool tips database functions === */
.tooltip-qmark {
	vertical-align: middle;
}

.tt-info-div {
	border: 1px solid #666666;
	background: #65717d;
	padding: 2px;
}

.tt-info-titel {
	color: #ffffff;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
}

.tt-info-text {
	color: #ffffff;
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
}

.tt-text-games1 {
	color: #ffffff;
	font-weight: normal;
}

.tt-table-quality {
}

/* === form fields === */
.inputfields {
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid #999999 !important;
	-moz-box-shadow: -4px -4px 4px #ddd;
	-webkit-box-shadow: -4px -4px 4px #ddd;
	box-shadow: -4px -4px 4px #ddd;
}

.inputfields.hover {
	border: 1px solid #333333 !important;
}

.selectfields {
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid #999999 !important;
	-moz-box-shadow: -4px -4px 4px #ddd;
	-webkit-box-shadow: -4px -4px 4px #ddd;
	box-shadow: -4px -4px 4px #ddd;
}

.selectfields:hover {
	border: 1px solid #333333 !important;
}

.buttons {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #999999 !important;
	-moz-box-shadow: -4px -4px 4px #ddd;
	-webkit-box-shadow: -4px -4px 4px #ddd;
	box-shadow: -4px -4px 4px #ddd;
}

.buttons:hover {
	background: #c7ead2;
	cursor: pointer;
}

.formfield-error {
	border: 0 !important;
	border: 2px dashed #da0015 !important;
}

.formfield-error:hover {
	border: 0 !important;
	border: 2px dashed #da0015 !important;
}


/* === price charts === */
#pc-selectgame {
	padding-top: 9px;
	padding-bottom: 5px;
	margin-top: 15px;
	font-weight: bold;
	border-top: 1px dashed #848484;
}

#pc-selectgame .txtselectgame {
	float: left;
	margin-top: 4px;
	padding: 3px;
	width: 260px;
	text-align: right;
}

#pc-selectgame .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#pc-selectcountry {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#pc-selectcountry .txtselectcountry {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 260px;
	text-align: right;
}

#pc-selectcountry .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#pc-selectquality {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#pc-selectquality .txtselectquality {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 260px;
	text-align: right;
}

#pc-selectquality .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#pc-selectcurrency {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#pc-selectcurrency .txtselectcurrency {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 260px;
	text-align: right;
}

#pc-selectcurrency .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#pc-submit {
	height: 50px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #848484;
}

#pc-submit .pc-submitdiv {
	display: block;
	height: 50px;
	width: 370px;
	text-align: right;
}

#pc-submit .buttons {
	margin-left: 75px;
	margin-top: 15px;
	padding: 4px;
	font-weight: bold;
}

#pc-gamepic {
	float: right;
	margin-top: 45px;
	margin-right: 10px;
}

#pc-gamepic img {
	height: 120px;
}

#pc-msg-selectgame {
	float: none;
	margin-top: 10px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert.png) no-repeat;
	background-position: 18px 9px;
}

#pc-error-msg-nothingfound {
	float: none;
	margin-top: 10px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert.png) no-repeat;
	background-position: 18px 18px;
}


/* === stats details charts === */
.stats-charts-details-outer {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #444444;
}

.stats-charts-details-inner {
	margin-top: 5px;
}

.chart-bars-titel-inhalt {
	font-weight: bold;
}

.chart-bars-text-inhalt {
	padding-left: 5px;
}

.allbars {
	position: relative;
	width: 100%;
	margin-top: 15px;
}

.bars-roweven {
	width: 100%;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	background: #e8eca6;
	border: 1px solid #b0b0b0;
	border-radius: 0px 3px 3px 0px;
}

.bars-rowodd {
	width: 100%;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	background: #9ac4e5;
	border: 1px solid #b0b0b0;
	border-radius: 0px 3px 3px 0px;
}

.cbartxt {
	width: 100%;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.cbartxt a {
	color: #000000;
	text-decoration: underline;
}

.cbartxt a:hover {
	color: #000000;
	text-decoration: none;
}

.bardiv-outer {
	height: 14px;
	width: 100%;
	margin-top: 2px;
}

.bardiv-inner {
	height: 12px;
	background: #7b2818;
}

.cbartxt-month {
	float: left;
	width: 90px;
}

.cbartxt-price {
	float: left;
	width: 100px;
	text-align: right;
}

.cbartxt-nrgames {
	float: left;
	padding-left: 8px;
}




/* file by mail sent */
#filesent {
	position: relative;
	float: left;
	width: 850px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}


/* === auctions list (gwitems)  === */
#gwitem-msg-selectgame {
	float: none;
	margin-top: 10px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert-blue.png) no-repeat;
	background-position: 18px 9px;
}

#auclisterrornothing1 {
	float: none;
	margin-top: 10px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert-blue.png) no-repeat;
	background-position: 18px 9px;
}

#auclisterrornothing2 {
	float: none;
	margin-top: 10px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert-blue.png) no-repeat;
	background-position: 18px 18px;
}

#gwitems-selectgame {
	padding-top: 9px;
	padding-bottom: 2px;
	font-weight: bold;
	border-top: 1px dashed #848484;
}

#gwitems-selectgame .txtselectgame {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectgame .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#gwitems-selectaucnr {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selectaucnr .txtgwitems-selectaucnr {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectaucnr .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

/* === serials === */
#gwitems-selectserial {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selectserial .txtgwitems-selectserial {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectserial .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

/* === edition === */
#gwitems-selectedition {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selectedition .txtgwitems-selectedition {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectedition .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#gwitems-selectquality {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selectquality .txtgwitems-selectquality {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectquality .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#gwitems-selectcurr {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selectcurr .txtgwitems-selectcurr {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectcurr .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#gwitems-selecttimef {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selecttimef .txtgwitems-selecttimef {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selecttimef .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#gwitems-selectsort {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selectsort .txtgwitems-selectsort {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectsort .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#gwitems-selectpages {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#gwitems-selectpages .txtgwitems-selectpages {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#gwitems-selectpages .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#gwitems-submit {
	height: 50px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #848484;
}

#gwitems-submit .gwitems-submitdiv {
	height: 50px;
	width: 410px;
	text-align: right;
}

#gwitems-submit .buttons {
	margin-left: 75px;
	margin-top: 15px;
	padding: 4px;
	font-weight: bold;
}

#msg-please-select {
	float: none;
	margin-top: 10px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert.png) no-repeat;
	background-position: 18px 9px;
}


/* === pagination === */
#detpagepagination-outer {
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#datasummary {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 1px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

.pagedivarrow1 {
	float: left;
}

.pagdivnr {
	float: left;
}

.pagedivarrow2 {
	float: left;
}

.pagesnr {
	padding: 3px;
	margin-left: 25px;
}

.pagesnr a,
.pagesnr a:visited {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
	border: 1px dotted #868686;
	background: #dbdbdb;
}

.pagesnr a:hover {
	background: #ececec;
}

.pnotlinked {
	font-weight: bold;
}

.trenner1 {
	margin-top: 4px;
	height: 8px;
	clear: both;
}

.trenner2 {
	margin-top: 4px;
	height: 8px;
	clear: both;
}

.trenner3 {
	margin-top: 10px;
	height: 8px;
	border-top: 1px dotted #7ea2ca;
	clear: both;
}

.auclistdataouter {
	margin-bottom: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dotted #7ea2ca;
}

#auclistdata1 {
	position: relative;
	float: left;
	margin-right: 15px;
}

.listtitle {
	font-weight: bold;
	white-space: normal;
}

#auclistdata1 .aucpiclist {
	position: relative;
	float: left;
	width: 200px;
	height: 150px;
	border: 1px solid #666666;
}

#auclistdata2 {
	position: relative;
	float: left;
	margin-bottom: 5px;
}

#auclistdata3 {
	position: relative;
	float: left;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 1.0em;
}

#auclisterror {
	float: none;
	margin-top: 10px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert.png) no-repeat;
	background-position: 18px 9px;
}

.txtaucdetb {
	font-weight: bold;
}

/* === detailpage === */
#detpage-not-logged-in {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 35px;
	text-align: center;
	font-weight: bold;
	border: 1px dashed #c14311;
	background: url(../images/system-message-alert-blue.png) no-repeat;
	background-position: 15px 16px;
}

.detpagepic {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.detpagepic .dppic {
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}

.trennerdetpage1 {
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #72a1b2;
}

.detpagedatarow {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #72a1b2;
}

.detpagedatarowform {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 10px;
	border-bottom: 1px dashed #72a1b2;
}

.detpagedatarowform .buttons {
	margin-top: 5px;
	margin-left: 4px;
}

.detpagetitel {
	position: relative;
	width: 140px;
	text-align: right;
	float: left;
	padding-right: 4px;
	font-weight: bold;
}

.detpagevalue {
	position: relative;
	float: left;
	width: auto;
}

.detpagesmall {
	font-size: 0.9em;
	font-weight: normal;
}

.detpagestar {
	font-size: 1.1em;
	font-weight: bold;
}

.aucdetpagepdfico {

}

#detpagereport {
	position: relative;
	float: left;
	margin-top: 5px;
	padding: 5px;
}

#detpagepdfmhtexpl {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 50px;
	padding: 5px;
}

.detpagetxtsmall {
	font-weight: normal;
}


/* === text files === */
.txtredbold {
	font-weight: bold;
	color: #b72007;
}

.text-background-note {

}

.text-background-note1 {

}

.text-background-note2 {

}

.titel-inhalt {

}

/* Datenbanken Jahresstatistik */
#ystats-formdiv {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 12px;
}

#ystats-selectitem {
	margin-top: 8px;
	padding-top: 9px;
	padding-bottom: 2px;
	font-weight: bold;
	border-top: 1px dashed #848484;
}

#ystats-selectitem .txtystats-selectitem {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#ystats-selectitem .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#ystats-selectcountry {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#ystats-selectcountry .txtystats-selectcountry {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#ystats-selectcountry .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#ystats-selectquality {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#ystats-selectquality .txtystats-selectquality {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#ystats-selectquality .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#ystats-selectcurr {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#ystats-selectcurr .txtystats-selectcurr {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#ystats-selectcurr .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#ystats-selectview {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#ystats-selectview .txtystats-selectview {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#ystats-selectview .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#ystats-submit {
	height: 50px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #848484;
}

#ystats-submit .ystats-submitdiv {
	height: 50px;
	width: 410px;
	text-align: right;
}

#ystats-submit .buttons {
	margin-left: 75px;
	margin-top: 15px;
	padding: 4px;
	font-weight: bold;
}


/* == ausgabe ystats === */
.ystats-table-header {
	width: 860px;
	font-size: 0.9em;
}

.ystats-table {
	width: 860px;
	font-size: 0.9em;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-bottom: 40px;
}

.ystats-table-v2 {
	width: 860px;
	font-size: 0.9em;
	margin-bottom: 40px;
}

.empty1 {
	border-bottom: 1px solid #666666;
}

.empty1-v1 {
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
}

.empty1-v2 {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ystats-td-header1 {
	width: 102px;
}

.ystats-td-header2 {
	width: 300px;
	font-weight: bold;
	padding-bottom: 6px;
}

.ystats-td-header3 {
	font-weight: bold;
	padding-bottom: 6px;
}

.ystats-title-year1 {
	font-weight: bold;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ystats-title-year2 {
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

.ystats-title-year3 {
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

.ystats-title-year4 {
	font-weight: bold;
	border-top: 1px solid #666666;
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
}

#ystats-logopic {
	position: absolute;
}

/* v3 */
.ystats-title-year5 {
	font-weight: bold;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ystats-title-year6 {
	font-weight: bold;
	border-right: 1px solid #666666;
	border-left: 1px solid #9b9b9b;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ystats-title-name1 {
	font-weight: bold;
	padding-left: 2px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-title-name1-v1 {
	font-weight: bold;
	padding-left: 2px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
	background: #ececec;
}

.ystats-title-name2 {
	font-weight: bold;
	padding-left: 2px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-title-name3 {
	font-weight: bold;
	padding-left: 2px;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-title-name4 {
	font-weight: bold;
	padding-left: 2px;
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-title-name-first {
	padding-left: 2px;
	font-weight: bold;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-title-name-last {
	padding-left: 2px;
	font-weight: bold;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-db-col-names {
	width: 100px;
	font-size: 0.9em;
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 1px;
	border-bottom: 1px solid #666666;
}

.ystats-db-col-names-v1 {
	width: 100px;
	font-size: 0.9em;
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 1px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
}

.ystats-db-col1 {
	height: 19px;
	width: 34px;
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.ystats-db-col2 {
	width: 100px;
	font-size: 0.9em;
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 1px;
	border-bottom: 1px solid #666666;
}

.ystats-db-col-v2-1 {
	padding-right: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-db-col4-v2 {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-db-col-names-v2 {
	width: 100px;
	font-size: 0.9em;
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 1px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ystats-db-col3 {
	padding-right: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #9b9b9b;
	text-align: center;
}

.ystats-db-col4 {
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-db-col4-start {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-db-col4-v1 {
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #666666;
	text-align: center;
	background: #ececec;
}

.ystats-db-col5 {
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #9b9b9b;
	text-align: center;
}

.ystats-db-col6 {
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	text-align: center;
}

.ystats-db-col7 {
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #9b9b9b;
	text-align: center;
}

.ystats-db-col8 {
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: center;
}

.ystats-db-col9 {
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #9b9b9b;
	text-align: center;
}

/* v3 */
.ystats-table-header-v3 {
	width: 860px;
	margin-bottom: 10px;
	font-size: 0.9em;
	border-bottom: 1px dotted #333333;
}

.ystats-table-v3 {
	width: 860px;
	font-size: 0.9em;
	border: 1px solid #666666;
	margin-bottom: 20px;
}

.ystats-db-col10 {
	padding-left: 4px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #9b9b9b;
	border-right: 1px solid #666666;
	text-align: left;
}

.ystats-db-col-names-v3 {
	width: 158px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 2px;
}

.ystats-db-col11 {
	width: 300px;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: left;
	border: 0px;
}

.ystats-arrow-img {
	padding-left: 2px;
}

#ystats-select {
	background: #FFFFFF;
	border: 1px solid #4d4e4e;
}

#ystats-select:hover {
	background: #FFFFCC;
}

#ystats-button {
	padding: 1px 0px;
	border: 1px solid #cccccc;
	background: url(../images/grad1.gif) repeat-x top;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
}

#ystats-button:hover {
	background: url(../images/grad2.gif) repeat-x top;
	cursor: pointer;
}

.what-is-fake-titel {
	font-weight: bold;
}

.what-is-fake-text {
	
}

/* === Auktionen melden === */
.txt-report-auction {
	line-height: 28px;
	vertical-align: middle;
	font-size: 12px;
	font-style: italic;
}

.txt-report-auction a:link,
.txt-report-auction a:active,
.txt-report-auction a:focus,
.txt-report-auction a:visited {
	line-height: 28px;
	vertical-align: middle;
	font-size: 12px;
	font-style: italic;
	color: #175382;
	text-decoration: underline;
}

.txt-report-auction a:hover {
	text-decoration: none;
}

.txt-report-small {
	font-size: 0.9em;
}

.LV_validation_message,
.LV_invalid {
	color: red;
}

/* Texte */
.text-background-note {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	width: 720px;
	background: #fae9bb;
	border: 1px dotted #535353;
}

.text-background-note2 {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background: #fae9bb;
	border: 1px dotted #535353;
}

.month-message {
	position: relative;
	float: left;
	margin-top: 12px;
	margin-bottom: 15px;
	padding: 5px;
	width: 720px;
	background: #fae9bb;
	border: 1px dotted #535353;
}

h1.titel-info-goldmember {
	padding: 3px;
	line-height: 22px;
	color: #ffffff;
	font-size: 11pt;
	text-align: center;
	background: #3b6479;
}

ul.list-info-goldmember {
	border-right: 6px dotted #3b6479;
}

.list-info-goldmember li {
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
	font-size: 10pt;
}

/* === rarity guide === */

.rarity-meter {
	width: 114px;
	height: 15px;
	text-align: left;
	background: url(/gwdb/bilder/rarity-meter-bg.png) no-repeat;
}

#rarity-selectseries {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#rarity-selectseries .txtrarity-selectseries {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#rarity-selectseries .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#rarity-selectedition {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#rarity-selectedition .txtrarity-selectedition {
	float: left;
	margin-top: 2px;
	padding: 3px;
	width: 300px;
	text-align: right;
}

#rarity-selectedition .selectfields {
	margin-left: 3px;
	font-weight: normal;
}

#rarity-submit {
	height: 50px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #848484;
}

#rarity-submit .rarity-submitdiv {
	height: 50px;
	width: 410px;
	text-align: right;
}

#rarity-submit .buttons {
	margin-left: 85px;
	margin-top: 15px;
	padding: 4px;
	font-weight: bold;
}

.table-rarity {
	width: 100%;
}

.table2-rarity {

}

.table3-rarity {

}

.table4-rarity {

}

.td-linie {

}

.td-daten-games-text {

}

.td-daten-games-text-fett {
	padding-top: 3px;
	padding-bottom: 6px;
	font-weight: bold;
}

.td-content1 {
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #000000;
}

.td-content1a {
	height: 15px;
}

.td-content2 {
	padding-top: 5px;
}

.td-content3 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

.td-content4 {
	height: 15px;
}

.rarity-text-inhalt-klein {

}


/* === info about the games === */
.ag-selector {
	float: right;
}

.ag-serie {
	margin-bottom: 5px;
}

.ag-modellnr {
	margin-bottom: 5px;
}

.ag-datum {
	margin-bottom: 5px;
}

.ag-menge {
	margin-bottom: 5px;
}

.ag-gewicht {
	margin-bottom: 5px;
}

.ag-abmessungen {
	margin-bottom: 5px;
}

.ag-inhalt {
	margin-bottom: 5px;
}

.ag-batterien {
	margin-bottom: 5px;
}

.ag-weitereinfo {
	margin-bottom: 5px;
}

.ag-beschreibung {
	margin-bottom: 5px;
}

.ag-fotos-outer {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	clear: both;
}

.ag-foto {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}











