/* global styles */
 
body {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1em;
  color: #888888;
  background: url(../images/bg.gif) top no-repeat;
  background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1.title-right {
  font-size: 14px;
  padding: 20px 0 10px 0;
}

h1.title-left {
  font-size: 14px;
  padding: 20px 0 10px 20px;
}


p {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.white {
  color: #ffffff;
}

.red-label {
  background: url(../images/red-label.gif) top no-repeat;
  width: 140px;
  height: 20px;
  margin: 0 0 0 10px;
}

.red-label-title {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  padding: 3px 0 0 0;
}

/* grey button */

.grey-button {
  background: url(../images/grey-button.gif) top no-repeat;
  width: 90px;
  height: 20px;
  text-align: center;
  margin: 15px 0 0 0;
}

.grey-button-link {
  font-size: 10px;
  padding: 4px 0 0 0;
}

.grey-button-link a:link {
  color: #ffffff;
  text-decoration: underline;
}

.grey-button-link a:visited {
  color: #191919;
  text-decoration: none;
}

.grey-button-link a:hover {
  color: #f6e082;
  text-decoration: none;
}

.grey-button-link a:active {
  color: #f68282;
  text-decoration: underline;
}

/* /grey button */

.rating-image {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.arrow {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* link list */

.link-list {
  margin: 0;
  padding: 0;
}

.link-list ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

/* /link list */

.bookmark-button-position {
  float: right;
  padding: 20px 0 0 30px;
  width: 168px;
}

.dotted-line {
  margin: 20px 0 20px 0;
}

/* highlight */

.highlight img {
	border: 5px solid #525252;
}

.highlight:hover img {
	border: 5px solid #626262;
}

.highlight:hover {
	color: #626262; /* Dumb definition for MSIE */
}

/* end of highlight */

/* buttons */

.red-button-small {
  background: url(../images/red-button-small.gif) top no-repeat;
  width: 90px;
  height: 20px;
}

p.red-button-small {
  font-size: 10px;
  padding: 3px 0 0 0;
  text-align: center;
}

p.red-button-small a:link {
  color: #c9c1c1;
  text-decoration: underline;
}

p.red-button-small a:visited {
  color: #f6e082;
  text-decoration: none;
}

p.red-button-small a:hover {
  color: #ffffff;
  text-decoration: none;
}

p.red-button-small a:active {
  color: #ff0000;
  text-decoration: underline;
}

.yellow-button-small {
  background: url(../images/yellow-button-small.gif) top no-repeat;
  width: 90px;
  height: 20px;
}

p.yellow-button-small {
  font-size: 10px;
  padding: 3px 0 0 0;
  text-align: center;
}

p.yellow-button-small a:link {
  color: #000000;
  text-decoration: underline;
}

p.yellow-button-small a:visited {
  color: #680000;
  text-decoration: none;
}

p.yellow-button-small a:hover {
  color: #272727;
  text-decoration: none;
}

p.yellow-button-small a:active {
  color: #ff0000;
  text-decoration: underline;
}

.red-button-big {
  background: url(../images/red-button-big.gif) top no-repeat;
  width: 120px;
  height: 20px;
}

p.red-button-big {
  font-size: 10px;
  padding: 3px 0 0 0;
  text-align: center;
}

p.red-button-big a:link {
  color: #c9c1c1;
  text-decoration: underline;
}

p.red-button-big a:visited {
  color: #f6e082;
  text-decoration: none;
}

p.red-button-big a:hover {
  color: #ffffff;
  text-decoration: none;
}

p.red-button-sbig a:active {
  color: #ff0000;
  text-decoration: underline;
}

.yellow-button-big {
  background: url(../images/yellow-button-big.gif) top no-repeat;
  width: 120px;
  height: 20px;
}

p.yellow-button-big {
  font-size: 10px;
  padding: 3px 0 0 0;
  text-align: center;
}

p.yellow-button-big a:link {
  color: #000000;
  text-decoration: underline;
}

p.yellow-button-big a:visited {
  color: #680000;
  text-decoration: none;
}

p.yellow-button-big a:hover {
  color: #272727;
  text-decoration: none;
}

p.yellow-button-big a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* /buttons */

/* /global styles */
