/* v6.02 CSS */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  text-align: center;
  font-size: 100.1%;
}
li {
  list-style-type: none;
}
table {
  border-collapse: separate;
}
td, div, span {
  font-size: 12px;
  padding: 0;
}
a {
  font-size: 12px;
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  font-size: 12px;
  color: #0000ff;
  text-decoration: underline;
}
input, select, textarea, option {
  font-size: 12px;
  border: 1px solid #21409A;
  padding: 1px;
  height: 20px;
  vertical-align: top;
  background: #FFFFDD;
}
.buttons {
  border-top: 2px solid #4374C4;
  border-left: 2px solid #4374C4;
  border-right: 2px solid #234588;
  border-bottom: 2px solid #234588;
  vertical-align: top;
	color: white;
  background: #335CA5;
}
.buttons_grey {
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  vertical-align: top;
	color: black;
  background: #ddd;
}
#servertime {
  color: #222;
}
.servertime {
  float: left;
  padding: 5px;
  white-space: nowrap;
  color: #222;
}
#container {
  position: relative;
  width: 930px;
  text-align: center;
  margin: 10px auto;
}
#apreview {
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	padding: 0;
	margin: 0;
	text-align: center;
	display: none;
  background: transparent url(./img/art_preview.png) no-repeat;
}
/**************************************
** SELLBAY MESSAGES CSS
**************************************/

#sbay_message {
  top: 200px;
  left: 35%;
  width: 350px;
  z-index: 999;
  display: none;
  background: transparent;
}
.msgheader {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
.msgcontent {
  font-size: 16px;
  padding: 10px;
  border-bottom: 2px solid #FFCC00;
}
.msgfooter {
  padding: 10px;
}

/**************************************
** SELLBAY HEADER CSS
**************************************/

#header {
  background: transparent;
}
.header {
  width: 708px;
  height: 120px;
  vertical-align: top;
  text-align: right;
  padding: 4px 0;
  background: transparent url(./img/header_back.png) no-repeat;
}
.headersearch {
 background: #E8EEFF;
 border: 1px solid #21409A;
 margin-top: 3px;
}
.headerlink a {
  font-size: 10px;
  color: #222;
  text-decoration: underline;
}
.headerlink a:hover {
  font-size: 10px;
  color: #666;
  text-decoration: none;
}
.mainmenu {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.mainmenu a {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
.mainmenu a:hover {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

/**************************************
** CATEGORIES CSS
**************************************/

#exp1102170166 {
  background: transparent;
}
#exp1102170166 a {
  color: #333;
  font-size: 14px;
}
#exp1102170166 a:hover {
  color: #333;
  font-size: 14px;
}

/*********** Categorien übersicht *******/

#categories a {
  text-decoration: none;
  color: navy
}

#categories a:hover {
  text-decoration: underline;
  color: navy
}

/**************************************
** MEMBERS AREA CSS
**************************************/

#exp1102170142 {
 background: #E8EEFF;
 border: 1px solid #21409A;
}

/************ KLASSEN ******************/

.backyellow {
  background: #FDCE8D;
}
.border {
  border: 1px solid #21409A;
}
.borderauction {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.borderoffline {
  width: 500px;
  padding: 10px;
  margin: 2px;
  text-align: center;
  border: 10px solid #21409A;
  background: #FFF;
}
.bordertop {
  border-top: 5px solid #21409A;
}
.borderblue {
  border: 5px solid #21409A;
}
.c2 {
  background: #EEEEFF;
} /* lightgray light */
.memheader {
  font-size: 14px;
  padding-top: 10px;
}
.itemid {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.itemidend {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.box {
 background: #E8EEFF;
 border: 1px solid #21409A;
 margin-top: 3px;
 padding: 5px
}
.box1 {
 background: #FEFEFE;
 border: 1px solid #AAA;
 padding: 3px;
}
.cntr {
  text-align: center;
}
.c1feat {
  background-color: #FFF;
  color: navy;
  font-size: 10px;
  padding: 2px;
} /* blue */
.c1feat a {
  color: navy;
}
.c1feat a:hover {
  color: #999;
  background: #EEE;
}
.hl_item {
  background: #FFFFCC;
}
.counter {
  background-color: #3333FF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	margin: 10px;
}
.topitempage {
  background-color: #FCEAD4;
	border: 1px dashed #AAA;
	margin: 10px;
	padding: 5px;
}
.topitempage a {
  font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.topitempage a:hover {
  font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.errormessage {
  background: #FFFFDD;
	border: 1px dashed #AAA;
	margin: 10px;
	padding: 5px;
}


/****************** SCHRIFTGRÖSSEN **********************/

.size1p0 {
  font-size: 1em;
  font-weight: bold;
}
.size1p5 {
  font-size: 1.5em;
  font-weight: bold;
}
.size2p0 {
  font-size: 2em;
  font-weight: bold;
}

/****************** ABSTAND **********************/

.pad5 {
  padding: 5px 2px 5px 2px;
}
.pad2 {
  padding: 2px;
}
.pad20 {
  padding: 20px;
}
.padsubcat {
  padding: 2px 2px 2px 20px;
}
.pad10 {
  padding: 2px 10px;
}

/*********************** ROUNDED BOX YELLOW *************/

.boxheaderleftyellow {
  width: 14px;
  height: 30px;
  background: url(./img/lo_bg.png);
  float: left;
}
.boxheadercntryellow {
  width: 322px;
  height: 30px;
  background: url(./img/o_bg.png) repeat-x;
  float: left;
}
.boxheaderrightyellow {
  width: 14px;
  height: 30px;
  background: url(./img/ro_bg.png);
  float: left;
}
.boxcontentyellow {
  clear: both;
  border-left: 1px solid #FFCC00;
  border-right: 1px solid #FFCC00;
  background: #FFF;
}
.boxfooterleftyellow {
  width: 13px;
  height: 13px;
  background: url(./img/lu_bg.png);
  float: left;
}
.boxfootercntryellow {
  width: 324px;
  height: 12px;
  line-height: 12px;
  float: left;
  border-bottom: 1px solid #FFCC00;
  background: #FFF;
}
.boxfooterrightyellow {
  width: 13px;
  height: 13px;
  background: url(./img/ru_bg.png);
  float: left;
}


/* NASH MOD - COMMUNITY-360 */

.forum_header {font: bold; color: #FFFFFF; font-size: 10px; }
.forum_headertxt { font-size: 1.4em; font-weight: bold; text-align: left; }
.forum_footertxt { font-size: 0.9em; text-align: left; }

.contentfont2 { font-size: 11px; color: #0000CC; text-decoration: none; }
.contentfont2 a { font-size: 11px; color: #0000CC; text-decoration: underline; }
.contentfont2 a:hover { font-size: 11px; color: #FF0000; text-decoration: underline; }

.forum_contentfont { font-size: 12px; color: #333; text-decoration: none; padding: 1px;}
.forum_contentfont a { font-size: 12px; color: #333; text-decoration: none; }
.forum_contentfont a:hover { font-size: 12px; color: #333; text-decoration: underline; }

.forum_c1 {background-color: #0079B5;} /* lightgray middle*/
.forum_c2 {background-color: #EFF3F7;} /* lightgray light */
.forum_c3 {background-color: #8CAFE3; color: #666; font-weight: bold; font-size: 14px; text-decoration: none; padding: 3px;} /* blue */
.forum_c3 a {color: #666; font-weight: bold; font-size: 12px; padding: 5px; text-decoration: none;}
.forum_c3 a:hover {color: #666; font-weight: bold; font-size: 12px; padding: 5px; text-decoration: underline;}
.forum_c4 {background-color: #CEDFEF; padding: 5px; font-size: 14px; font-weight: bold;} /* lightgray dark */
.forum_c5 {background-color: #a6a6a6;}

.forum_border {background: #0079B5; border: 1px solid #CCC;}
/* NASH MOD - END OF COMMUNITY-360 */

.bordermenu  { border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-right: 1px solid #777777; border-bottom: 1px solid #777777;}

.warning { background: #ffe432; font-size: 11px; font-weight: bold; color: #bb0000; text-decoration: none; }
.warning a { font-size: 11px; font-weight: bold; text-decoration: underline; color: #bb0000;}
.warning a:hover { font-size: 11px; font-weight: bold; color: #FF0000; text-decoration: none;}


/* CONTENT PAGES classes */
.topic_id { font-size: 11px; font-weight: bold; padding-left: 15px; padding-bottom: 5px;}
.topic_id a { color: #003366; text-decoration:  underline;}
.topic_id a:hover { color: #003366; text-decoration: none; }

.topic_content { font-size: 11px; font-weight: normal; color: #000000; padding-left: 15px; margin-top: 5px; margin-bottom: 10px;}
.topic_content a { color: #003366;}
.topic_content a:hover { color: #003366;}


.bordercat { background-color: #fffedb; border: 1px solid #ffba00;}
.borderstat { background-color: #f0f6fe; border: 1px solid #6e97ea;}

.borderfeat { border: 1px solid #6a7c03; padding: 3px;}


/* Classes for categories featured items */
.catfeatmaincell { background-color: #ffffff; border: 1px solid #6a7c03;}
.catfeattable { }
.catfeatpic { }
.catfeatc3 {  background-color: #aecc05; color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12px;}
.catfeatc3 a {color: #ffffff; font-weight: bold;}
.catfeatc3 a:hover {color: #ffffff; font-weight: bold;}
.catfeatc1 { background-color: #F8F8F8; }

/* EOF Classes for categories featured items */

#bot { }

.subcat { font-size: 11px; color: #000000; }
.subcat a { font-size: 11px; color: #222222;}
.subcat a:hover { font-size: 11px; color: #555555;}

.catmain { font-size: 11px; font-weight: bold; color: #0033cc; }
.catmain a {font-weight: bold;  font-size: 11px; color: #0033cc;}
.catmain a:hover { font-weight: bold; font-size: 11px; color: #3366cc;}


.buyingtitle { background-color: #759c0c; color: #ffffff;}
.sellingtitle { background-color: #ff8a00; color: #ffffff;}


/* Alert fonts*/
.redfont {color: FF0000;}
.greenfont {color: #006600;}
.bluefont {color: #0000CC;}
.alertfont {color: #FF0000;}

/* Feedback fonts*/
.positive {color: #009933;}
.neutral {color: #666666;}
.negative {color: #FF0000;}

/* SYSTEM classes - skin & pages */

/* payment gateways table */
.paymenttable {border: 1px solid #666666; background-color: #FFFFFF;}
.paytable1 {background-color: #FFFFFF;}
.paytable2 {background-color: #F8F8F8;}
.paytable3 {background-color: #f0f0f0;}
.payactive {color: blue;}


.sell {font-size: 11px; font-weight: bold; color: #333333; }
.sell a {font-size: 11px; font-weight: bold; color: #333333; }
.sell a:hover { font-size: 11px; font-weight: bold; color: #111111; text-decoration: none; }

.item { font-size: 11px; color: #000000; text-decoration: none;}
.item a { font-size: 11px; color: #000000; text-decoration: underline; }
.item a:hover { font-size: 11px; color: #FF0000; text-decoration: none; }

.hlbolditem { font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; }
.hlbolditem a { font-size: 11px; font-weight: bold; text-decoration: underline; color: #000000; background: #fea100;}
.hlbolditem a:hover { font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; background: #fea100;}

span.hlbolditem { font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; }
span.hlbolditem a{ font-size: 11px; font-weight: bold; text-decoration: underline; color: #000000; background: #fea100;}
span.hlbolditem a:hover{ font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; background: #fea100;}


.smallfont { font-size: 11px; color: #000000; text-decoration: none;}
.smallfont a { font-size: 11px; color: #000000; text-decoration: underline; }
.smallfont a:hover { font-size: 11px; color: #006699; text-decoration: none; }

.contentfont { font-size: 11px; color: #000000; text-decoration: none; }
.contentfont a { font-size: 11px; color: #003366; text-decoration: underline; }
.contentfont a:hover { font-size: 11px; color: #006699; text-decoration: underline; }

.submenu {font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.submenu a {font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: underline;}
.submenu a:hover { font-size: 11px; font-weight: bold; color: #FFFF00; text-decoration: none; }




/* SYSTEM classes - auctiondetails.php */
.subitem { background-color: #ffffff; border: 1px solid #c3c3c3;}
.leftborder {border-left: 1px solid #c3c3c3;}

.gradient {border: 1px solid #999999; background-color: #FFFFE1; } /* featured items images bg */

/* SYSTEM classes - border for Steps in sell item pages */
.sellsteptab { border-left: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3;}
.sell1 { background-color: #4475c6; color: #ffffff; font-weight: bold;}
.sell2 { background-color: #E1E2E4; color: #000000; font-weight: normal;}
.selldigit { background-color: #F8F8F8; font-size: 18px; color: #4475c6; font-weight: bold; text-decoration: none; }

/* SYSTEM classes - font in Members area  */
.boldgrey { font-size: 11px; color: #666666; font-weight: bold; text-decoration: none;}
.boldgrey a { font-size: 11px; color: #666666; font-weight: bold; text-decoration: underline;}
.boldgrey a:hover { font-size: 11px; color: #666666; font-weight: bold; text-decoration: none;}


/* THEME classes - members_area_header_menu.php  */
.membmenuicon { padding-bottom: 4px;padding-top: 4px;}
.memmenu_a {background-color: #2A52C1; border-right: 2px solid #ffffff; border-right: 2px solid #ffffff;}
.memmenu_a a {font-weight: bold; color: #ffffff; text-decoration: none;}
.memmenu_a a:hover {font-weight: bold; color: #ffffff; text-decoration: underline;}

.memmenu_u {background-color: #6D94FF; color: #fff; text-decoration: none;  border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; }
.memmenu_u a { color: #fff; text-decoration: none;}
.memmenu_u a:hover { color: #fff; text-decoration: underline;}

.submembmenu { border-top: 2px solid #4475c6;}

.subcell_a { font-weight: bold; color: #fff; text-decoration: none; background-color: #2A52C1; border-right: 2px solid #ffffff; border-top: 2px solid #ffffff; padding-left: 5px; padding-right: 5px;}
.subcell_a a { font-weight: bold; color: #fff; text-decoration: none;}
.subcell_a a:hover {font-weight: bold; color: #fff; text-decoration: underline; }

.subcell_u { background-color: #6D94FF; font-weight: normal; color: #fff; text-decoration: none; border-right: 2px solid #ffffff; border-top: 2px solid #ffffff; padding-left: 5px; padding-right: 5px;}
.subcell_u a { font-weight: normal; color: #fff; text-decoration: none;}
.subcell_u a:hover {font-weight: normal; color: #fff; text-decoration: underline; }

.membmenu {background-color: #F8F8F8; }



/* SYSTEM classes - links color in categories headers */
.cathead { font-size: 12px; font-weight: bold; color: #573f00; text-decoration: none; }
.cathead a { font-size: 12px; font-weight: normal; color: #573f00; text-decoration: underline; }
.cathead a:hover { font-size: 12px; font-weight: normal; color: #cc0000; text-decoration: none; }

/* SYSTEM classes - error & alert message */

/* V5 & system classes &  - main colors */
.c3 {background-color: #4475c6; color: #FFFFFF; font-weight: bold; text-decoration: none;} /* blue */
.c3 a {color: #FFFFFF; font-weight: bold;}
.c3 a:hover {color: #FFFFFF; font-weight: bold;}
.c1 {background-color: #FFF;} /* white*/
.c4 {background-color: #E1E2E4;} /* lightgray dark */
.c5 {background-color: #a6a6a6;}
.c6 {background-color: #EEF2F9; color: #003399;}
.c7 {background-color: #E3E4EB;} /* bluegray admin area */
.c8 { background-color: #0C6CBB; color: white; font-weight: bold; }
.c9 { background-color: #acc7ef; }
.whiteback { background-color: white; }


/* SYSTEM classes - register.php */
.creg2 {background-color: #F8F8F8;} /* lightgray light */
.creg3 {background-color: #F0F0F0;} /* lightgray middle*/
.creg4 {background-color: #ffffff;} /* inside bg for tables */
.creg5 {background-color: #a6a6a6;} /* block tables */
.regborder {background-color: #ffffff; border: 1px solid #a6a6a6;}
.regsignup {background-color: #FF9900; color: #FFFFFF; font-weight: bold; font-size: 12px;}
.reguser { font-size: 10px; background-color: #FFFFFF; color: #666666;} /* small text for comments*/
.pintext { font-size: 18px; font-weight: bold; color: #666666; }



/* V5 classes - featured items colors in main page */
a.hidelayer:link {font-size: 11px; color: #333333; font-weight: bold; text-decoration: none;}
a.hidelayer:visited {font-size: 11px; color: #333333; font-weight: bold; text-decoration: none;}

/* V5 classes - main nav menu colors */

.user { font-size: 11px; font-weight: bold; color: #666666; }

/* V5 classes - other */

.welcome { font-size: 11px; font-weight: bold; color: #003399; }

.categories { color: #666666; font-size: 11px; text-decoration: none;}
.categories a { color: #666666; font-size: 11px; text-decoration: none;}
.categories a:hover { color: #666666; font-size: 11px; text-decoration: underline;}

.maintext { font-size: 11px; }
.title { font-size: 12px; }

/* V5 classes - footer.php */
.footerfont { font-size: 12px; color: #0033cc; text-decoration: none; }
.footerfont a { font-size: 12px; color: #0033cc; text-decoration: underline; }
.footerfont a:hover { font-size: 12px; color: #0033ff; text-decoration: none; }

.footerfont1 { font-size: 11px; color: #000000; text-decoration: none; }
.footerfont1 a { font-size: 11px; color: #000000; text-decoration: underline; }
.footerfont1 a:hover { font-size: 11px; color: #000000; text-decoration: none; }

.bold_item { font-weight: bold; }