a.register {
  font-size: 15px;
  color: #000000;
  font-family: "arial ce", "arial", "ms sans serif", "verdana", "helvetica";
  text-decoration: none; font-weight: bold;
}

a.register:hover {
  color: navy;
}

.fav_header, .fav_subheader {
  font-family: 'Calibri', 'Arial', 'SansSerif';
  font-weight: normal;
  font-size: 36px;
}

.fav_header {
  padding-left: 12px;
}

.fav_subheader {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 8px;
}

.userbox, .userbox_right {
  border: 1px solid #cacaca; 
  background: url('../images/box_background.jpg'); 
  width: 261px; 
  height: 152px; 
  padding-top: 12px;
  padding-left: 12px;
}

.userbox_right {
  float: right;
}

.boxlink {
  font-size: 14px;
  font-family: 'Calibri', 'Arial', 'SansSerif';
  color: navy;
  text-decoration: none;
}

table.eshop_orders {
  border: 1px solid #909090;
  width: 560px;
}

table.eshop_orders th {
  background-color: #c5c5c7;
  font-style: italic;
  font-weight: normal;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}

table.eshop_orders td {
  background-color: #fff;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: top;
}

table.eshop_orders td img {
  padding-bottom: 10px;
}

table.eshop_orders span.paid {
  color: green;
}

table.eshop_orders span.unpaid {
  color: maroon;
}

table.eshop_orders span.sent {
  color: green;
}

table.eshop_orders span.finished {
  color: gray;
}


