/* Generelle Einstellungen */

body { 
  font-size: 9pt;
  font-family: arial, helvetica, sans-serif;
  margin: 0.4ex;
  padding: 0.5ex 0.5ex 0ex 1ex;
  background-color: white;
  margin-bottom: 3em;
}
h1, h2, h3 { 
  font-family: arial rounded mt bold, helvetica, sans-serif;
}
td { vertical-align: top; }
a { color: #00f; }
a:hover { color: #88f; }
a img { border-style: none; }


/* Kopfzeile ================================== */

table.heading { 
  width: 100%;
  margin-top: 1ex;
  border-bottom: 2px dotted #3cf;
  margin-bottom: 0.3em;
}
h1 { 
  font-size: 16pt;
  font-weight: bold;
  color: #09d;
  margin: 0px;
  width: 100%;
}
table.heading td { 
  vertical-align: bottom;
}
table.heading .money { 
  color: #8cf;
  font-size: 20pt;
  margin-right: 1ex;
}

/* Fusszeile ================================== */

div.bottombar { 
  margin-top: 3ex;
  text-align: center;
}
.bottombar img { 
  margin-bottom: 1ex;
  border-style: none;
}
.bottomlinks { 
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
  margin-top: 1.5em;
}
.bottomlinks i { 
  margin: 0ex 0.8ex;
  color: #888;
}
a.about { 
  color: #f80;
}
div.proctime, div.proctime a { 
  font-size: 10px;
  color: #888;
  text-align: center;
  width: 100%;
  text-decoration: none;
  margin-top: 1ex;
}


/* Eingabefelder generell ===================== */

td.input {
  width: 100%;
}
input.empty, input.ok, input.err, textarea.empty, textarea.ok, textarea.err, input.comment, select
{ 
  background-color: #aef;
  border: 1px solid #48c;
  padding: 2px 0.5ex 2px 0.5ex;
  font-family: courier, sans-serif;
  font-size: 10pt;
}
input.err, textarea.err, td.err { 
  background-color: #cff;
  border: 1px dashed #048;
}
input.checkbox { 
  border: 2px solid #48c;
}


/* Startseite ================================= */

div.mainpage { 
  text-align: center;
  margin-top: 2em;
  width: 100%;
}
div.mainpage center { 
  margin-bottom: 1em;
}
div.mainpage td.taulus {
  vertical-align: top;
}
div.mainpage td.tz { 
  text-align: center;
  font-size: 9pt;
  color: #444;
  font-weight: bold;
  margin-bottom: 2ex;
  vertical-align: bottom;
}
div.mainpage img.tz {
  margin-bottom: 1.5ex;
}
div.mainpage td.tz b {
  color: #f80;
  margin: 0ex 1ex;
}
div.mainpage td.tz i { 
  font-weight: normal;
}
form.search input.search {
  margin-top: 1.5ex;
  width: 170px;
  font-size: 10pt;
  padding: 0.4ex;
  background-color: #ff8;
  border: 1px solid #c60;
}
form.search { 
  margin-bottom: 1ex;
}
table.catmain {
  margin-top: 1em;
  margin-bottom: 1em;
}
table.catmain td {
  padding: 0px 0.4ex;
  text-align: left;
}
table.catmain td.m { 
  width: 1em;
}
table.catmain td { 
  padding-top: 0.5ex;
  color: #fa0;
}
.catmain a {
  color: #000;
  text-decoration: none;
}
.catmain a:hover {
  color: #00f;
  text-decoration: underline;
}
.catmain .level1 {
  font-weight: bold;
}
.catmain .level2 {
  color: #555;
  font-size: 8pt;
}
.catmain b { 
  color: #fa0;
  font-weight: bold;
}
table.pressbar { 
  margin-top: 1em;
}
table.pressbar td  { 
  border: 2px dotted #aaa;
  margin: 1em;
  width: 20em;
  font-size: 80%;
  padding: 1em;
  text-align: center;
  vertical-align: top;
  height: 11em;
}

/* Infoseiten ================================= */

div.info { 
  padding: 3em 7em 1em 13em;
}

div.info b { 
  color: #444;
}

div.info h1 { 
  margin-bottom: 1ex;
}

div.info h2 {
  margin-top: 1.5ex;
  margin-bottom: 0.5ex;
  color: #4cf;
  color: #000;
  font-size: 12pt;
}

div.info .side {
  position:absolute;
  left: 1.5em;
  width: 11em;
  line-height: 1.5em;
}

div.info .side hr { 
  height: 0px;
  background-color: white;
  border-style: none none dashed none;
  border-color: #888;
  border-width: 1px;
  margin-top: 1ex;
  margin-bottom: 0.5ex;
}

h3.faq { 
  font-size: 10pt;
  background-color: #ccf;
  color: black;
  font-weight: normal;
  margin-bottom: 1ex;
  padding: 0.5ex 1ex;
}

div.info table.twocol td {
  padding-right: 3em;
}

div.info div.footnote { 
  width: 40em;
  font-size: 8pt;
  margin-top: 0.5ex;
}

table.info { 
  empty-cells: show;
  border-collapse: collapse;
  width: 40em;
}
table.info td { 
  border: 1px solid #66c;
  padding: 0.5ex 0.8ex;
  vertical-align: middle;
  background-color: #cdf;
  white-space: pre;
}
table.info th { 
  background-color: #048;
  color: white;
}
table.info td b { 
  color: black;
}

table.info2 { 
  empty-cells: show;
  border-collapse: collapse;
  width: 100%;
}
table.info2 td { 
  border: 1px solid #6c6;
  padding: 0.5ex 0.8ex;
  vertical-align: top;
  background-color: #cfe;
}
table.info2 th { 
  background-color: #084;
  color: white;
}
table.info2 td b { 
  color: black;
}


/* Login ====================================== */

center.login {
  margin-top: 5em;
  margin-bottom: 7em;
  color: #888;
}
form.login { 
  color: #000;
  width: 25em;
  border: 1px solid #5ac;
  padding: 3ex 2ex;
  background-color: #eff;
  margin-top: 1ex;
}
table.login { 
  text-align: left;
}
table.login td.submit { /* Button */
  text-align: right;
  padding-top: 1ex;
}
table.login td { 
  vertical-align: middle;
}
table.login td.keinkonto { 
  padding-top: 1ex;
  font-size: 8pt;
}
table.login td.pwvergessen { 
  padding-bottom: 1ex;
  font-size: 8pt;
}
table.login input.nickname, table.login input.password { 
  color: #000;
  width: 12em;
  font-size: 10pt;
  padding: 0.3ex 0.2ex;
  font-weight: bold;
  font-family: lucida console, courier new, courier, monospace;
}
table.login input.nickname { 
  background-color: #8cf;
}
table.login input.password { 
  background-color: #aef;
}
div.newacc { 
  text-align: justify;
  width: 60%;
  margin-top: 2em;
  margin-bottom: 2em;
}


/* Forms: Register, New article =============== */

table.pageform { 
  margin-top: 1em;
}
table.pageform td.form { 
  padding-right: 2em;
}
td.form { 
  width: 75%;
}
textarea { 
  width: 98%;
}
td.complain { 
  padding-top: 2em;
  line-height: 3em;
}
table.pageform td.submit { 
  padding-top: 1ex;
  text-align: right;
}
table.pageform form hr {
  margin: 1ex 0ex;
  height: 1px;
  border: 1px dashed #888;
}
td.complain li { 
  line-height: 1.5em;
  color: #048;
  font-weight: bold;
}
td.form sup { 
  color: #888;
  white-space: pre;
}
td.help { 
  vertical-align: top;
  width: 25%;
  border-left: 4px solid #9be;
  padding-left: 1em;
}
td.help p { 
  margin: 0px 0px 1.2ex 0px;
}


/* Seiten mit Paging (5/10/20/40/80) ========== */

table.paging { /* umfasst links Inhalt + rechts Navigator */
  width: 100%;
  margin-top: 2ex;
}

table.paging td.paging { /* rechte Spalte */
  text-align: center;
  width: 150px;
}

table.paging td.paging, table.paging td.paging a, div.pagingmore { 
  color: #36c;
}

div.pagingbuttons { 
  border: 1px solid #ccf;
  width: 150px;
  height: 80px;
  padding: 6px 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1em;
}

div.pagingbuttons img { 
  padding: 0px;
  margin: 0px 0px;
  border-style: none;
}

div.pagingmore { 
  margin-top: 1ex;
  margin-left: 75px;
}


/* Artikellisten generell ===================== */

div.searchmiss { 
  margin-top: 1em;
}
table.searchhit td.img div {
  width: 64px;
  padding: 1px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
table.searchhit td.hit { 
  padding-left: 1ex;
  padding-bottom: 0.8ex;
}
.hit h2 {
  font-size: 10pt;
  font-weight: normal;
  margin-bottom: -0.4ex;
  padding-bottom: 0ex;
  margin-top: 0px;
  padding-top: 0px;
  font-family: verdana, arial, sans-serif;
}
.hit h2 a {
  color: #048;
  height: 64px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0ex;
}
.hit h2 a:hover {  
  color: #8cf;
}
.hit h2 b {  /* Preis */
  color: #f08;
  font-weight: bold;
  padding-right: 0.6ex;
}
.hit p { 
  width: 90%;
  margin-top: 0px;
  padding-top: 0.3ex;
  color: #000;
  margin-bottom: 0px;
}
.miniartaction select 
{ 
  margin-top: 0ex;
  font-size: 9px;
  margin-right: 0ex;
  padding: 0px;
}
td.hit div.subinfo { 
  font-size: 10px;
  color: #666;
  margin-top: 0.6ex;
  margin-bottom: 0.2ex;
}
td.hit div.subinfo b { 
  color: black;
}
td.hit div.subinfo .since { 
  color: #f08;
}
td.hit div.subinfo .sortrating { 
  color: #04a;
}


/* Artikelliste nach Suche ==================== */

hr.search { 
  width: 100%;
  height: 0px;
  background-color: white;
  border-style: none none dashed none;
  border-color: #bf8;
  border-width: 3px;
  margin-bottom: 0.3ex;
}



/* Artikellisten von Kategorien =============== */

table.paging td.paging a {
  font-weight: bold;
}

table.paging td.paging a:hover {
  font-weight: bold;
  color: #f08;
}

div.subcat { 
  text-align: left;
  width: 100%;
}

table.paging td.paging div.subcat a {
  font-weight: normal;
  color: #555;
  text-decoration: none;
}

table.paging td.paging div.subcat a:hover {
  font-weight: normal;
  color: #04f;
  text-decoration: none;
}

div.subcat h2 {
  font-size: 10pt;
  margin-bottom: 0px;
}


/* 2-spaltig (Benutzerseite, Artikelseite), Logo links ==== */

table.twosided {
  width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
}
td.side {
  width: 16em;
  padding: 0px;
}
td.main { 
  padding: 0px;
}
td.barleft, td.barright { 
  width: 0.8em;
}
td.bar { 
  background-color: #ccc;
  padding: 0px;
  width: 3px;
}
.side h2 { 
  width: 100%;
  font-size: 10pt;
  color: #888;
  background-color: #eee;
  border-top: 2px dotted #ccc;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1ex;
  padding-right: 0px;
  font-weight: normal;
}
.main h2 { 
  background-color: #eee;
  color: #888;
  font-size: 11pt;
  border-top: 2px dashed #bbb;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 1ex;
  padding-left: 0.8ex;
  font-family: verdana, arial, sans-serif;
}
h2 table.h2 { 
  width: 100%;
}
img.logoside { 
  margin-bottom: 1em;
  border-style: none;
}

/* Bewertungsübersicht Benutzer =============== */

div.userrating { 
  margin-top: 3ex;
  text-align: center;
  margin-bottom: 2ex;
}
div.userrating td { 
  text-align: left;
}
div.userrating td.cnt { 
  text-align: right;
  font-weight: bold;
}
.userrating b { 
  font-size: 20pt;
  color: #048;
  background-color: #cdf;
  border: 1px solid #008;
  padding: 0.3ex 1em;
}
.userrating br { 
  margin-bottom: 2ex;
}
.userrating table { 
  margin-top: 2.5ex;
  margin-bottom: 1.0ex;
}
.userrating td { 
  padding: 0ex 1ex;
}
.userrating tr.zero td { 
  color: #888;
}
.userrating img { 
  margin-top: 1.5em;
}



/* Minimail =================================== */

table.minimail { 
  width: 100%;
  text-align: center;
  font-family: verdana, sans-serif;
  margin-top: 1ex;
  padding: 0px;
  border-style: none;
}

table.minimail td { 
  text-align: center;
  height: 7em;
}

table.minimail td.sent, table.minimail textarea { 
  font-size: 11px;
  vertical-align: middle;
  background-color: #efb;
  border: 1px solid #8c0;
  padding: 0.3ex;
  height: 10em;
}

table.minimail textarea { 
  width: 97%;
  height: 7em;
}

table.minimail td.sent { 
  width: 17em;
}

form.minimail { 
  text-align: center;
}

/* Adressaufkleber, Links dazu ================ */

div.stickerlinks { 
  margin-top: 1em;
}
div.stickerlinks li { 
  margin-left: 2em;
  padding-top: 0em;
}
div.sticker { 
  width: 400pt;
  height: 280pt;
  padding: 1.5em;
  font-size: 12pt;
  border: 1px dashed #888;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sticker img { 
  width: 150px;
  height: 208px;
  position: absolute;
  left: 28pt;
  top: 134pt;
}
.sticker .from { 
  font-size: 10pt;
  line-height: 1.3em;
}
.sticker .to {
  font-size: 13pt;
  position: absolute;
  top: 200pt;
  left: 190pt;
  line-height: 1.3em;
}
.sticker .type { 
  margin-bottom: 1ex;
}
.sticker .zip { 
  font-size: 16pt;
  font-weight: bold;
  padding-top: 8pt;
}

/* Artikel ==================================== */

td.main td.price { 
  color: black;
}
.main img { 
  margin-bottom: 0em;
}
div.artdescr { 
  margin-top: 2ex;
  font-size: 10pt;
  font-family: monospace;
}
div.newintz { 
  background-color: #ff4;
  padding: 1ex;
}
div.newintz b { 
  color: #04f;
}
div.newintz a { 
  color: #04f;
}
div.artaction img { 
  border-style: none;
  margin-right: 0.5ex;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
}
div.artaction a { 
  vertical-align: middle;
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding-right: 2ex;
  padding-left: 0.5ex;
  border: 1px solid white;
  padding-bottom: .5ex;
}
div.artaction a:hover { 
  text-decoration: underline;
}
div.confirmaction, div.rate { 
  width: 40%;
  background-color: #fff;
  border: 2px solid #ff0;
  padding: 2ex 2ex 1ex 2ex;
  margin-bottom: 3em;
  margin-top: 2em;
}
img.los { 
  margin-top: 2ex;
}
div.confirmaction h2, div.rate h2 { 
  color: orange;
  margin-top: 0px;
}
div.actionresult { 
  width: 40%;
  background-color: #dfd;
  border: 2px solid #6c0;
  padding: 1ex 2ex 1ex 2ex;
  margin-bottom: 2em;
  margin-top: 2em;
}
div.artimage {
  text-align: center;
  margin-top: 2em;
}
div.artimage img { 
  padding: 2px;
  border: 1px solid #000;
}
div.imgedit { 
  margin-top: 1ex;
  padding: 0.5ex;
}
div.imgedit input, div.imgedit a { 
  background-color: #ddd;
  text-decoration: none;
  color: black;
}
div.imgedit td { 
  padding: 0ex 1ex;
}


/* Meine Tauschzone =========================== */

div.account { 
  text-align: center;
  font-size: 30pt;
  color: #06c;
  margin-bottom: 0.5ex;
}
input.searchsmall {
  background-color: #ff8;
  border: 1px solid #c60;
}
form.search img { 
  vertical-align: middle;
}
td.side form.search { 
  padding: 0px;
  margin: 1ex 0ex;
  text-align: center;
}
td.side input.searchsmall {
  font-size: 11px;
  width: 80%;
  margin-left: 1ex;
  margin-right: 1ex;
  margin-top: 1ex;
  padding: 0.5ex;
  font-family: verdana, arial, sans-serif;
}
form.search input.submit { 
  width: 50%;
  margin-top: 2px;
  border: 10px solid blue;
}
.mytzwelcome h2, .mytzartenter h2 { 
  background-color: #fff;
  border-style: none;
  margin-left: 0em;
  padding-left: 0em;
  color: #48f;
  padding-top: 0em;
  margin-top: 0em;
  margin-bottom: 0ex;
  padding-bottom: 0em;
  font-size: 12pt;
}
div.mytzartenter { 
  margin-top: 1em;
}
.mytzartenter form.newart table { 
  width: 100%;
  padding: 1em 1em 1em 0em;
  margin: 0em 0em 0em 0em;
}
div.mytzartenter h3 { 
  background-color: #fff;
  color: #000;
  border-style: none;
}
a.action, a.link { 
  margin-left: 1ex;
  text-decoration: none;
  font-weight: bold;
}
a.action {
  color: #0c0;
}
a.link {
  color: #0c6;
}
a.action:before,  a.link:before { 
  content: "- ";
  font-family: courier, fixed;
  font-weight: bold;
  width: 4em;
  color: #888;
}
a.action:hover:before, a.link:hover:before  { 
  width: 1em;
  color: #f80;
}
a.action:hover:before { 
  content: "O ";
}
a.link:hover:before  { 
  content: "X ";
}
a.action:hover { 
  color: #4f4;
}
a.link:hover { 
  color: #4fc;
}


/* PW ändern, Einladen ======================== */

div.useract { 
  margin-top: 2em;
  margin-left: 3em;
  margin-bottom: 2em;
  width: 34em;
}
div.useract table { 
  margin-top: 1ex;
}
div.useract input.submit { 
  margin-top: 1ex;
}
div.useract td.leg { 
  padding-right: 1em;
  width: 30em;
  white-space: pre;
  padding-right: 1em;
}

/* Artikellisten mytz, user =================== */

.main h2.ba { /* buying, must do something */
  color: #66d;
  background-color: #ccf;
  border-bottom-color: #66d;
}
.main h2.bp { /* buying, waiting */
  color: #ccf;
  background-color: #66d;
  border-bottom-color: #ccf;
}
.main h2.sa { /* selling, must do something */
  color: #420;
  background-color: #ff0;
  border-bottom-color: #420;
}
.main h2.sp { /* selling, waiting */
  color: white;
  background-color: #fa0;
  border-bottom-color: #e70;
}
a.art, a.artb, a.arts {  /* b: buy, s: sell */
  text-decoration: none;
  color: #008;
  padding-left: .8ex;
  padding-right: .8ex;
  border-bottom: 1px solid #fff;
  margin-left: -0.8ex;
  display: block;
}
a.art:hover, a.artb:hover, a.arts:hover { 
  color: black;
  background-color: #ffc;
  border-color: #fc0;
}
a.artb {
  color: #000;
}
a.arts {
  color: #000;
}
table.artlist { 
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 0.5ex;
  margin-bottom: 1em;
}
table.artlist td.id { 
  width: 5.5ex;
  padding-right: 0.4ex;
  text-align: right;
  font-family: courier, monospace;
  color: #777;
}
table.artlist td.nick { 
  width: 8em;
}
table.artlist td.since { 
  width: 3.5em;
  font-weight: bold;
  color: black;
  text-align: right;
  padding-right: 1ex;
}
table.artlist td.price { 
  width: *;
  text-align: right;
  padding-right: 1em;
  float: none;
}


/* Kategorie Auswahlboxen ===================== */

div.catinput div {
  float: left;
}
div.catinput select
{ 
  background-color: #8ff;
  font-family: sans-serif;
  font-weight: normal;
  color: #006;
  padding: 0px;
  margin-right: 0.3ex;
}
table.changecat { 
  margin-top: 1ex;
  margin-left: 0ex;
  padding: 0px;
}

/* Meine Belohnungen ========================== */

table.myrewards {
  empty-cells: show;
  border-collapse: collapse;
  width: 100%;
}
.myrewards th { 
  text-align: left;
}
.myrewards th, table.myrewards td { 
  border-bottom: 1px solid #ccc;
  padding: 0.3ex 1ex;
}
.myrewards td.price { 
  text-align: center;
  width: 5em;
  background-color: #cef;
  color: #048;
  font-weight: bold;
}
.myrewards td.no, .myrewards td.yes {
  text-align: center;
  width: 5em;
}
.myrewards td.no { 
  color: #aaa;
  background-color: #eee;
  font-style: normal;
}
.myrewards td.yes { 
  color: #3c0;
  background-color: #cf8;
  font-weight: bold;
  text-align: center;
}


/* Bewertungen (Kommentare) =================== */

table.comments { 
  border-collapse: collapse;
  width: 100%;
}
table.comments td { 
  padding: 0.2ex 0.5ex;
}
.comments td.header5, .comments td.header4, .comments td.header2,
.comments td.header1, .comments td.header0 { 
  font-weight: bold;
  color: #888;
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 120%;
}
table.comments td.header5 b, 
table.comments td.header4 b { 
  color: #0c0;
}
table.comments td.header2 b, 
table.comments td.header1 b, 
table.comments td.header0 b
{ 
  color: #c00;
}
table.comments td.date { 
  color: #666;
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
}
table.comments td.price { 
  color: #888;
  font-weight: bold;
  text-align: center;
  padding-right: 1em;
  padding-left: 1em;
}
table.comments td.title a { 
  text-decoration: none;
  color: #26a;
}
table.comments td.comment { 
  padding-bottom: 1ex;
  font-style: italic;
}

/* Gebote ===================================== */
form.offer { 
  text-align: center;
  margin-top: 1em;
  padding: 1em;
  background-color: #ffc;
}
form.offer input.submit { 
  margin-top: 1em;
}
table.offers {
  width: 100%;
}
table.offers th { 
  border-bottom: 1px dotted #888;
  padding-left: 0.5ex;
  padding-right: 0.5ex;
  font-weight: normal;
}
table.offers td {
  text-align: center;
  padding-left: 0.5ex;
  padding-right: 0.5ex;
  white-space: nowrap;
}
/* Quittieren/Bewerten ======================== */

div.rate { 
  width: 60%;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #eee;
  border-color: #888;
}
div.rate h2 { 
  color: #000;
  margin-bottom: 0.5ex;
}
form.rate { 
  text-align: center;
}
.rate table { 
  background-color: white;
  border: 1px solid black;
  margin-bottom: 1ex;
  margin-top: 1em;
  width: 100%;
  border-collapse:collapse;
}
form.rate table td { 
  border-bottom: 1px solid gray;
  padding: 1ex 1ex;
}
.rate td input { 
  width: 2ex;
  height: 2ex;
}
.rate input.comment {
  width: 100%;
  margin-bottom: 1ex;
}
.rate div.leg { 
  font-size: 80%;
  color: #666;
  font-weight: normal;
}
.rate td { 
  font-weight: bold;
  vertical-align: top;
}
.rate .rate5 { 
  color: #04f;
  background-color: #cdf;
}
.rate .rate4 { 
  color: #0b0;
  background-color: #cfc;
}
.rate .rate3 { 
  color: #4f0;
  background-color: #dfc;
}
.rate .rate2 { 
  color: #cc0;
  background-color: #ffc;
}
.rate .rate1 { 
  color: #f80;
  background-color: #fdc;
}
.rate .rate0 { 
  color: #f00;
  background-color: #fcc;
}


/* Seite aller Mitglieder ===================== */

div.usercard { 
  text-align: center;
  width: 11em;
  height: 7.8em;
  border: 1px dashed #aaa;
  float: left;
  margin: 3px;
  padding: 0.5ex;
  padding-top: 1ex;
  font-size: 8pt;
}
div.usercard x { 
  color: #c80;
  font-weight: bold;
  font-size: 7pt;
}
div.usercard a {
  text-decoration: none;
  font-weight: bold;
  color: #06f;
}
div.usercard a:hover {
  color: #88f;
}
div.usercard b.money { 
  color: #0cf;
}
div.usercard i.promo { 
  font-size: 7pt;
  color: #60d;
}
