/* download & voting tables */
#lang1 td, #lang2 td, #extras td, #theme td, #vote td {
  border-top: 1px solid #D7D7D7;
  text-align: left;
  padding: 6px 15px 6px 5px;
}
.top-left {
  background: url('../images/tbl_top-left.png') top left no-repeat;
  text-align: left;
  padding: 10px 15px 10px 5px;
}
.top-mid {
  background: url('../images/tbl_header.png') top repeat-x;
  text-align: left;
  padding: 10px 15px 10px 5px;
}
.top-right {
  background: url('../images/tbl_top-right.png') top right no-repeat;
  text-align: left;
  padding: 10px 15px 10px 5px;
}
tr.row1 {
  background: #FFFFFF;
}
tr.row2 {
  background: #EEEEEE;
}
.row1l {
  background: url('../images/tbl_row1-left.png') left repeat-y;
}
.row1r {
  background: url('../images/tbl_row1-right.png') right repeat-y;
}
.row2l {
  background: url('../images/tbl_row2-left.png') left repeat-y;
}
.row2r {
  background: url('../images/tbl_row2-right.png') right repeat-y;
}
.bottom-left {
  padding: 8px 15px 8px 15px;
  background: url('../images/tbl_bottom-left.png') bottom left no-repeat;
  text-align: left;
}
.bottom-mid {
  padding: 8px 15px 8px 5px;
  background: url('../images/tbl_footer.png') bottom repeat-x;
  text-align: left;
}
.bottom-right {
  padding: 8px 15px 8px 5px;
  background: url('../images/tbl_bottom-right.png') bottom right no-repeat;
  text-align: left;
}

/* language files new */
#lang1 {
  width: 550px;
  margin: 0px;
}
#lang1 td {
  vertical-align: bottom;
}
#lang1 .top-right {
  padding: 10px 15px 10px 27px;
}

/* language files old */
#lang2 {
  width: 550px;
  margin: 0px;
}
#lang2 td {
  vertical-align: bottom;
}
#lang2 .top-right {
  padding: 10px 15px 10px 27px;
}

/* extras */
#extras {
  width: 550px;
  margin: 0px;
}
#extras .top-right {
  padding: 10px 15px 10px 27px;
}

/* style themes */
#theme {
  margin: 0px;
}
#theme td {
  vertical-align: top;
  text-align: center;
  padding: 5px 0px 5px 0px;
}
#theme .top-left {
  padding: 10px 5px 10px 5px;
}
#theme .top-mid {
  padding: 10px 0px 10px 0px;
}
#theme .top-right {
  padding: 10px 2px 10px 2px;
}
#theme .bottom-left {
  padding: 8px 5px 8px 5px;
}
#theme .bottom-mid {
  padding: 8px 0px 8px 0px;
}
#theme .bottom-right {
  padding: 8px 2px 8px 2px;
}

#download {
  width: 488px;
  height: 80px;
  background: url('../images/tbl_dl_bg2.gif') top left no-repeat;
  margin: 10px 0px 20px 62px;
}

/* voting */
#vote {
  width: 600px;
}