* {
  margin: 0;
  padding: 0;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  background: #931515 url(/images/bg.png) top left repeat-x;
  text-align: center;
}

p, h1, blockquote, table, ul, ol {
  margin-bottom: 1em;
}

li, blockquote {
  margin-bottom: 1em;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 160%;
  color: #333;
}

h1 span {
  border-bottom: 2px solid #a74d4d;
  padding: 0 20px 0 5px;
}

h2 {
  font-size: 140%;
}

blockquote, ul, ol {
  margin-left: 2em;
}

table td, table th {
  padding: 2px 4px;
}

img {
  vertical-align: middle;
  border: 0;
  margin: 1px;
}

#container {
  width: 774px;
  margin: 0 auto;
  text-align: left;
}

#header {
  margin: 5px 0;
}

#topmenu {
  float: right;
  color: #fff;
}

#topmenu a {
  color: #fff;
  text-decoration: none;
}

#topmenu a:hover {
  text-decoration: underline;
}

#login {
  margin-top: 5px;
  float: right;
  color: #fff;
}

#login a {
  color: #fff;
}

#login .field {
  width: 11em;
}

#subscribe .field {
  width: 10em;
}

.password {
  background: #fff url(/images/bg_password.gif) no-repeat;
}

.email {
  background: #fff url(/images/bg_email.gif) no-repeat;
}

.notice {
  border: 1px solid #238c28;
  background: #49bf4f;
  padding: 5px;
  font-size: 110%;
  margin-bottom: 1em;
}

.error {
  border: 1px solid #b02a2a;
  background: #d43232;
  color: #fff;
  padding: 5px;
  font-size: 110%;
  margin-bottom: 1em;
}

.error-message {
	color: red;
}

#menu ul {
  list-style: none;
  font-size: 110%;
  height: 1.6em;
  margin-left: 0;
  margin-bottom: 0;
}

#menu ul li {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  font-weight: bold;
  padding: 6px 7px 3px 7px;
}

#menu ul li.selected {
  background: #fff;
  color: #65090a;
  border-top: 3px solid #a74d4d;
  padding-top: 3px;
}

#menu ul li a {
  color: #fff;
  text-decoration: none;
}

#menu ul li.selected a {
  color: #65090a;
}

#submenu ul {
  list-style: none;
  height: 2em;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 8px;
}

#submenu ul li {
  display: block;
  float: left;
  padding: 0 2px;
  margin-right: 2px;
  border-bottom: 4px solid #a74d4d;
  font-weight: bold;
  color: #333;
}

#submenu ul li.selected, #submenu ul li.selected:hover {
  border-bottom-color: #fff;
}

#submenu ul li:hover {
  border-bottom-color: #931515;
}

#submenu ul li a {
  text-decoration: none;
  color: #333;
}

#content {
  background: #fff;
  padding: 10px;
  border-top: 3px solid #a74d4d;
}

#cart {
  position: absolute;
  left: 50%;
  margin-top: -10px;
  margin-left: 130px;
  /*background: #eee;*/
  padding: 2px;
}

.balls b {
  float: left;
}

#cart span, .balls span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  background-image: url(/images/cart_ball_outline.png);
  margin-left: 3px;
}

#cart .hd {
  font-size: 12px;
  float:left;
}

.balls .b1, .balls .b2, .balls .b3, .balls .b4, .balls .b5, .balls .b6 {
  background-color: #f89a1b;
}

.balls .b7, .balls .b8, .balls .b9, .balls .b10, .balls .b11, .balls .b12 {
  background-color: #f4cf2a;
}

.balls .b13, .balls .b14, .balls .b15, .balls .b16, .balls .b17, .balls .b18 {
  background-color: #39ac49;
}

.balls .b19, .balls .b20, .balls .b21, .balls .b22, .balls .b23, .balls .b24 {
  background-color: #46559f;
}

.balls .b25, .balls .b26, .balls .b27, .balls .b28, .balls .b29, .balls .b30 {
  background-color: #c74e9d;
}

.balls .b31, .balls .b32, .balls .b33, .balls .b34, .balls .b35, .balls .b36 {
  background-color: #6f4184;
}

.balls .b37, .balls .b38, .balls .b39, .balls .b40, .balls .b41, .balls .b42 {
  background-color: #c1c8cc;
}

.balls .b43, .balls .b44, .balls .b45, .balls .b46, .balls .b47, .balls .b48, .balls .b49 {
  background-color: #d09c29;
}

#leftbar {
  float: left;
  width: 180px;
}

#leftbar ul {
  list-style: none;
  margin: 0;
}

#leftbar ul li {
  font-weight: bold;
  margin-bottom: 0.5em;
}

#leftbar ul li b {
  font-size: 110%;
  color: #65090a;
}

#leftbar ul li ul {
  margin-left: 0.5em;
}

#leftbar ul li ul li {
  font-weight: normal;
  margin-bottom: 0;
}

#main {
  margin-left: 190px;
}

.home #content {
  padding: 2px;
}

#cdbar {
  background: #2715a9;
  color: #fff;
  padding: 2px;
  height: 36px;
  line-height: 34px;
  margin-bottom: 4px;
}

#countdown {
  float: right;
  font-weight: bold;
}

#countdown img {
  margin: 0 0 0 2px;
  vertical-align: middle;
}

#photos {
  margin-top: 2px;
}

#cols .col {
  float: left;
}

.col h2 {
  color: #333;
  font-size: 110%;
  padding: 10px 0 2px 6px;
  margin-bottom: 0;
}

#col1 h2 {
  background: #22d014;
  border-bottom: 2px solid #31902a;
}

#col2 h2 {
  background: #fff600;
  border-bottom: 2px solid #ffd200;
}

#col3 h2 {
  background: #ea2424;
  border-bottom: 2px solid #932525;
}

#col4 h2 {
  background: #3b52bf;
  border-bottom: 2px solid #402c8f;
  color: #fff;
}

#col5 h2 {
  background: #ea2424;
  border-bottom: 2px solid #932525;
}

#col_block_left {
  float: left;
  width: 514px;
  margin-right: 4px;
}

#col1 {
  width: 252px;
  margin-right: 4px;
}

#col2 {
  width: 254px;
  margin-right: 0;
}

#col3 {
  width: 252px;
}

#col4 {
  width: 508px;
}

#col5 {
  width: 252px;
}

table.pick {
  border: 0;
  margin: 5px auto;
}

.pick td {
  border: 1px solid #ccc;
  background: #2715a9;
  color: #fff;
  font-size: 80%;
  padding: 2px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  cursor: pointer;
}

.pick td:hover, .pick td.selected {
  background: #932525;
}

#generated {
  margin: 5px auto;
  text-align: center;
}

.col p {
  padding: 2px;
  font-size: 90%;
}

#footer {
  clear:both;
  background: #a74d4d;
  padding: 10px;
  color: #fff;
}

#footer_menu {
  text-align: center;
}

#footer_menu a {
  color: #fff;
}

#footer #responsible {
  margin: 10px 0;
  text-align: center;
}

#footer #disclaimer {
  margin: 10px 20px;
  font-size: 80%;
  text-align: center;
}

.btn {
  cursor: pointer;
  cursor: hand;
  color: #fff;
  text-decoration: none;
  line-height: 23px;
  padding: 3px 10px;
  font-size: 12px;
  vertical-align: middle;
  height: 23px;
  background: #932525;
  border: 1px solid #a74d4d;
}

.clr {
  clear: both;
  line-height: 0;
}

table.lres {
  margin: 5px auto 0 auto;
}

table.lres td {
  vertical-align: top;
  padding: 2px 4px;
}

table.lres .hd {
  color: #f00;
  font-weight: bold;
}

table.lres .res {
  color: #2715a9;
}

table.lres .bonus {
  color: #2715a9;
  margin: 10px 0px;
}

form fieldset {
  border: 1px solid #65090a;
  padding: 5px;
  margin-bottom: 1em;
}

form fieldset legend {
  margin-left: 5px;
  padding: 0 4px;
  font-weight: bold;
  color: #65090a;
}

form ul {
  list-style: none;
  margin: 0;
}

form li {
  margin-bottom: 0.5em;
  overflow: auto;
}

form label {
  font-weight: bold;
  display: block;
}

form label.inline {
  display: inline;
}

form label.check {
  display: inline;
  font-weight: normal;
}

form li > span {
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}

form li > span label {
  clear: both;
  display: block;
  font-weight: normal;
  font-size: 85%;
}

form li > span.radio label {
  display: inline;
}

form .field {
  border: 1px solid #a74d4d;
  padding: 4px 4px 1px 4px;
  vertical-align: middle;
  background-color: #fff !important;
}

form input.field {
  height: 16px;
}

form select.field {
  padding: 0;
  height: 21px;
}

form textarea.large, form input.large {
  width: 25em;
}

form textarea.medium, form input.medium {
  width: 15em;
}

form textarea.small, form input.small {
  width: 8em;
}

form select option {
  padding: 4px 1px 1px 6px;
}

form .formError {
  color: #f00;
}

.home form.register .field {
  padding: 1px;
}

.results {
  width: 64%;
}

.results p {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}

.results p span {
  font-weight: normal;
}

.jackpots {
  float:right;
  width: 35%;
  font-size: 120%;
  line-height: 160%;
}

.jackpots h2 {
  color: #f00;
  font-size: 140%;
}

.jackpots h3 {
  clear: both;
  display:block;
  float:left;
  width: 7em;
  font-size: 100%;
  margin-bottom: 0;
}

.jackpots b {
  font-size: 120%;
}

dl.bank dt {
  font-weight: bold;
  float: left;
  width: 10em;
}

table.list {
  border-collapse: collapse;
}

table.list thead th {
  background: #65090a;
  color: #ddd;
}

table.list tr.row1 {
  background: #ffefef;
}

#gen_form {
  width: 60%;
  margin: 0 auto;
}

#gen_form div {
  margin: 0.5em 0 0.5em 1em;
}

#gen_form div label {
  display: inline;
  font-weight: normal;
}

.right {
  text-align: right;
}

.faq .question {
  font-size: 120%;
  margin-bottom: 0.5em;
}

.faq .answer {
  margin: 0 0 2em 1em;
}

.news {
  margin-bottom: 2em;
}

.news .readmore {
  text-align: right;
}

.news .date {
  font-size: 80%;
  float: right;
}

.news .subject {
  font-size: 120%;
  margin-bottom: 0.5em;
}

#sportstake_results {
  text-align: center;
}

#sportstake_results table {
  font-size: 90%;
}

.banner {
  margin-bottom: 1em;
}
