html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

@import url(compass/utilities/clearfix.css);
form {
  margin-left: 6px; }
  form input {
    padding: 0;
    margin: 0; }
  form div {
    padding: 0; }
    form div label {
      float: left;
      clear: left;
      width: 7em; }

form.wider {
  margin-left: 6px; }
  form.wider input {
    padding: 0;
    margin: 0; }
  form.wider div {
    padding: .4em 0; }
    form.wider div input {
      border: .1em solid #dadada;
      font-size: 1.6em; }
    form.wider div label {
      float: left;
      clear: left;
      width: 10em; }

div.search_results {
  margin-top: 1em;
  padding: 0 2em;
  min-height: 20em; }
  div.search_results strong {
    font-weight: bold; }
  div.search_results ol {
    list-style-type: numeric; }
    div.search_results ol li {
      font-size: 1.2em;
      padding: 1em 0; }
  div.search_results div.pagination {
    background-color: #dadada;
    height: 2em; }
    div.search_results div.pagination ul {
      padding-top: .2em; }
      div.search_results div.pagination ul li {
        font-weight: bold;
        float: left;
        margin: 0 .6em;
        padding: 0 1em; }
      div.search_results div.pagination ul li.selected {
        background-color: #b7b7b6; }
        div.search_results div.pagination ul li.selected a {
          color: #000; }

div#academy {
  margin-top: 1em; }
  div#academy p {
    font-size: 1.2em;
    padding: .4em 0; }
  div#academy div.logo_wrapper {
    background-color: #000;
    text-align: center; }
  div#academy div#meta {
    background-color: #000;
    color: #fff;
    padding: 2em 0;
    margin: 1em 0 0; }
    div#academy div#meta div {
      margin-left: 1em; }
      div#academy div#meta div span {
        font-weight: bold;
        color: #ba131a;
        float: left;
        width: 4em; }
      div#academy div#meta div p {
        padding: 0; }
  div#academy fieldset {
    background: url("/_static/images/predpasnik.jpg") no-repeat top right;
    margin: 2em 0; }
    div#academy fieldset legend {
      font-size: 1.4em;
      margin-bottom: 1em; }
    div#academy fieldset form label {
      font-size: 1.4em;
      font-weight: bold;
      color: #ba131a; }
    div#academy fieldset form input {
      border: 1px solid #000; }
    div#academy fieldset form input.submit {
      height: 3em;
      width: 8em;
      color: #fff;
      border: 2px solid #ba131a;
      background-color: #000; }
  div#academy div.sponsors_wrapper {
    margin-top: 1em; }
  div#academy div.academies_wrapper {
    margin: 3em 0; }
    div#academy div.academies_wrapper ul li {
      width: 10em;
      margin: 0 .5em;
      height: 4.6em;
      background-color: #000;
      border: 1px solid #ba131a;
      float: left;
      text-align: center; }
      div#academy div.academies_wrapper ul li p a {
        color: #fff;
        font-size: 1.2em; }
      div#academy div.academies_wrapper ul li p a.passed {
        color: #dadada; }
  div#academy div.simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #333;
    width: 675px;
    min-height: 200px;
    color: #fff;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000; }
    div#academy div.simple_overlay .details {
      padding: 1em; }
      div#academy div.simple_overlay .details p.passed {
        color: #ba131a; }
    div#academy div.simple_overlay .close {
      background-image: url("/_static/images/overlay-close.png");
      position: absolute;
      right: -15px;
      top: -15px;
      cursor: pointer;
      height: 35px;
      width: 35px; }

div.clr {
  overflow: hidden;
  display: inline-block;
  height: 0;
  clear: both; }
  div.clr {
    display: block; }

a {
  color: black; }
  a:visited {
    color: #6c54a5; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #e1aac4; }

a.read_more {
  padding: .2em .2em;
  color: white;
  background-color: #434343; }

div.link {
  float: none;
  height: 2em; }

div.first_page_link {
  float: right;
  height: 2em; }

strong {
  font-weight: bold; }

div.error {
  border-width: 0.4em;
  border-style: solid;
  border-color: #f97d7d;
  background-color: #fac1c1;
  font-weight: bold;
  padding: 1em;
  font-size: 1.2em; }

div.success {
  border-width: 0.4em;
  border-style: solid;
  border-color: #7df991;
  background-color: #c4fac1;
  font-weight: bold;
  padding: 1em;
  font-size: 1.2em; }

body {
  font-size: 62.5%;
  font-family: "Trebuchet MS";
  background: transparent url("/_static/images/city_page_bg.png") repeat-x scroll center top;
  min-height: 100%; }
  body div.shadow {
    background: url("/_static/images/city_middle_page_shadow.png") repeat-y scroll center top; }
    body div.shadow div#content_wrapper {
      margin: 0 auto;
      text-align: left;
      width: 971px;
      height: 100%; }
      body div.shadow div#content_wrapper div.flash p {
        display: none; }
      body div.shadow div#content_wrapper div.head {
        height: 24.6em;
        width: 100%; }
        body div.shadow div#content_wrapper div.head h1 {
          float: left;
          color: #fff;
          text-indent: -999em; }
          body div.shadow div#content_wrapper div.head h1 a {
            margin: 1em 2em;
            float: left;
            background: url("/images/static/city_magazine_top_logo-green-trans.png") no-repeat center center;
            width: 93em;
            height: 22.5em; }
        body div.shadow div#content_wrapper div.head div.banner_top_0 {
          float: left;
          width: 83em;
          height: 17.6em;
          background: url("/_static/images/head/autum.jpg") no-repeat right top; }
          body div.shadow div#content_wrapper div.head div.banner_top_0 .banner_wrapper {
            margin-top: 3.3em;
            margin-left: 4.1em; }
        body div.shadow div#content_wrapper div.head div.banner_top_1 {
          float: left;
          width: 83em;
          height: 17.6em;
          background: url("/_static/images/head/city_dawn_2.jpg") no-repeat right top; }
          body div.shadow div#content_wrapper div.head div.banner_top_1 .banner_wrapper {
            margin-top: 3.3em;
            margin-left: 4.1em; }
        body div.shadow div#content_wrapper div.head div.banner_top_2 {
          float: left;
          width: 83em;
          height: 17.6em;
          background: url("/_static/images/head/city_dawn.jpg") no-repeat right top; }
          body div.shadow div#content_wrapper div.head div.banner_top_2 .banner_wrapper {
            margin-top: 3.3em;
            margin-left: 4.1em; }
        body div.shadow div#content_wrapper div.head div.banner_top_3 {
          float: left;
          width: 83em;
          height: 17.6em;
          background: url("/_static/images/head/flowers.jpg") no-repeat right top; }
          body div.shadow div#content_wrapper div.head div.banner_top_3 .banner_wrapper {
            margin-top: 3.3em;
            margin-left: 4.1em; }
        body div.shadow div#content_wrapper div.head div.banner_top_4 {
          float: left;
          width: 83em;
          height: 17.6em;
          background: url("/_static/images/head/maui.jpg") no-repeat right top; }
          body div.shadow div#content_wrapper div.head div.banner_top_4 .banner_wrapper {
            margin-top: 3.3em;
            margin-left: 4.1em; }
        body div.shadow div#content_wrapper div.head div.banner_top_5 {
          float: left;
          width: 83em;
          height: 17.6em;
          background: url("/_static/images/trendy_01.jpg") no-repeat right top; }
          body div.shadow div#content_wrapper div.head div.banner_top_5 .banner_wrapper {
            margin-top: 3.3em;
            margin-left: 4.1em; }
        body div.shadow div#content_wrapper div.head div.banner_top_6 {
          float: left;
          width: 83em;
          height: 17.6em;
          background: url("/_static/images/head/trendy_02.jpg") no-repeat right top; }
          body div.shadow div#content_wrapper div.head div.banner_top_6 .banner_wrapper {
            margin-top: 3.3em;
            margin-left: 4.1em; }
      body div.shadow div#content_wrapper div.tape {
        color: black;
        height: 4em;
        border-bottom: 3px solid #0b9444;
        margin: 0 2em; }
        body div.shadow div#content_wrapper div.tape div.search {
          float: left;
          width: 21em;
          height: 3em;
          margin: .6em 0 0; }
          body div.shadow div#content_wrapper div.tape div.search img {
            float: left; }
          body div.shadow div#content_wrapper div.tape div.search input.input-text {
            float: left;
            font-wight: bold;
            background: url("/_static/images/search-bg.jpg") repeat-x scroll top left;
            border: none;
            height: 2.6em; }
          body div.shadow div#content_wrapper div.tape div.search input.submit {
            background: url("/_static/images/search-go.jpg") no-repeat;
            float: left;
            border: none;
            width: 6.2em;
            height: 2.6em; }
        body div.shadow div#content_wrapper div.tape div.navi {
          float: left;
          width: 72em;
          margin-top: .8em;
          position: relative;
          height: 1.4em; }
          body div.shadow div#content_wrapper div.tape div.navi ul.main {
            margin: 1em 0 0; }
            body div.shadow div#content_wrapper div.tape div.navi ul.main a:hover {
              color: #0b9444;
              text-decoration: underline; }
            body div.shadow div#content_wrapper div.tape div.navi ul.main li.selected a {
              text-decoration: underline;
              color: #0b9444; }
            body div.shadow div#content_wrapper div.tape div.navi ul.main li {
              padding: .2em .4em .2em;
              font-size: 1.6em;
              float: left;
              color: !black; }
              body div.shadow div#content_wrapper div.tape div.navi ul.main li a {
                text-decoration: none;
                color: black; }
                body div.shadow div#content_wrapper div.tape div.navi ul.main li a:hover {
                  text-decoration: underline; }
              body div.shadow div#content_wrapper div.tape div.navi ul.main li ul.sub {
                position: absolute;
                width: 50em;
                top: 2.4em;
                left: 0; }
                body div.shadow div#content_wrapper div.tape div.navi ul.main li ul.sub li {
                  font-size: 1em;
                  float: left; }
                  body div.shadow div#content_wrapper div.tape div.navi ul.main li ul.sub li a {
                    text-decoration: none;
                    color: black; }
                    body div.shadow div#content_wrapper div.tape div.navi ul.main li ul.sub li a:hover {
                      text-decoration: underline; }
                body div.shadow div#content_wrapper div.tape div.navi ul.main li ul.sub li.selected a {
                  color: #0b9444; }
      body div.shadow div#content_wrapper div.social {
        height: 3.4em;
        margin-right: 1.6em; }
        body div.shadow div#content_wrapper div.social img {
          float: right; }
        body div.shadow div#content_wrapper div.social .city-chef-small img {
          margin-right: 2em; }
      body div.shadow div#content_wrapper div.content_body {
        background: #fff url(/_static/images/city_mainbody_bg.png) no-repeat scroll left top;
        min-height: 86em;
        line-height: 1.8em;
        padding: 0 1.6em;
        /* width: 94em */ }
        body div.shadow div#content_wrapper div.content_body div.inner {
          margin-top: 1em;
          padding: 0 2em; }
          body div.shadow div#content_wrapper div.content_body div.inner h2 {
            margin-left: 0;
            padding-bottom: 1em; }
          body div.shadow div#content_wrapper div.content_body div.inner ul.indent {
            margin-left: 1.2em;
            list-style-type: circle; }
          body div.shadow div#content_wrapper div.content_body div.inner p {
            font-size: 1.2em; }
        body div.shadow div#content_wrapper div.content_body div.content_left {
          float: left;
          text-align: left;
          width: 58.2em; }
          body div.shadow div#content_wrapper div.content_body div.content_left h2 {
            font-size: 1.6em; }
          body div.shadow div#content_wrapper div.content_body div.content_left a.more-green {
            background: url("/_static/images/more-green.gif") no-repeat left center;
            display: block;
            width: 5.8em;
            height: 1.4em;
            margin-top: .4em; }
          body div.shadow div#content_wrapper div.content_body div.content_left a.more-violet {
            background: url("/_static/images/more-violet.gif") no-repeat left center;
            display: block;
            width: 5.8em;
            height: 1.4em;
            margin-top: .4em; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper {
            margin-top: 1.6em;
            width: 58.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head {
              background: url("/_static/images/bx_tile.gif") repeat-x left top;
              height: 31px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.left {
                background: transparent url("/_static/images/bx_corners.gif") no-repeat scroll left top;
                height: 31px;
                width: 6px;
                float: left; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.label.events {
                background: transparent url("/_static/images/events-icon.gif") no-repeat scroll 5px 9px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.label.restaurants {
                background: transparent url("/_static/images/restaurants-icon.gif") no-repeat scroll 5px 9px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.label.trendy {
                background: transparent url("/_static/images/trendy-icon.gif") no-repeat scroll 5px 9px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.label {
                color: #FFF;
                float: left;
                padding: 6px 0 0 16px;
                whitespace: nowrap;
                overflow: hidden; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.label div {
                  margin-left: 4px;
                  font-size: 1.4em; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.rss {
                float: left;
                margin-right: 1em; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.head div.right {
                background: transparent url("/_static/images/bx_corners.gif") no-repeat scroll right top;
                float: right;
                height: 31px;
                width: 6px; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content {
              border-left: 1px solid black;
              border-right: 1px solid black; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content div.left {
                background: #FFFFFF url("/_static/images/bx_edge.gif") left top no-repeat;
                height: 5px;
                overflow: hidden; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content div.left div.right {
                  background: #FFFFFF url("/_static/images/bx_edge.gif") no-repeat scroll right top;
                  height: 5px;
                  background-position: 0 -5px;
                  margin: 0 0 0 auto;
                  width: 5px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content div.content_main {
                padding: .4em .6em;
                background-color: #FFF;
                border: none;
                height: 24em; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content div.content_main div.list {
                  float: left;
                  height: 24em; }
                  body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content div.content_main div.list div.container {
                    width: 28em;
                    height: 8em; }
                    body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content div.content_main div.list div.container img {
                      float: left;
                      border: 1px solid #dadada; }
                    body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.content div.content_main div.list div.container div.details {
                      width: 16em;
                      height: 4.2em;
                      font-size: 1.2em;
                      float: left;
                      padding-left: .4em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.footer {
              background: transparent url("/_static/images/bx_bottom.gif") no-repeat scroll left bottom;
              height: 6px;
              line-height: 1px;
              font-size: 1px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper div.footer div.right {
                background: transparent url("/_static/images/bx_bottom.gif") no-repeat scroll right top;
                height: 6px;
                float: right;
                width: 6px; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow {
            float: left;
            margin-top: 1.6em;
            width: 28.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.head {
              background: url("/_static/images/bx_tile.gif") repeat-x left top;
              height: 31px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.head div.left {
                background: transparent url("/_static/images/bx_corners.gif") no-repeat scroll left top;
                height: 31px;
                width: 6px;
                float: left; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.head div.label {
                background: transparent url("/_static/images/trendy-icon.gif") no-repeat scroll 5px 9px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.head div.label {
                color: #FFF;
                float: left;
                padding: 6px 0 0 16px;
                whitespace: nowrap;
                overflow: hidden; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.head div.label div {
                  margin-left: 4px;
                  font-size: 1.4em; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.head div.right {
                background: transparent url("/_static/images/bx_corners.gif") no-repeat scroll right top;
                float: right;
                height: 31px;
                width: 6px; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.content {
              border-left: 1px solid black;
              border-right: 1px solid black; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.content div.left {
                background: #FFFFFF url("/_static/images/bx_edge.gif") left top no-repeat;
                height: 5px;
                overflow: hidden; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.content div.left div.right {
                  background: #FFFFFF url("/_static/images/bx_edge.gif") no-repeat scroll right top;
                  height: 5px;
                  background-position: 0 -5px;
                  margin: 0 0 0 auto;
                  width: 5px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.content div.content_main {
                padding: 4px 10px;
                background-color: #FFF;
                border: none;
                height: 15em; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.content div.content_main ul li {
                  background: url("/_static/images/trendy-bullet.gif") no-repeat left center;
                  padding-left: 1.6em;
                  font-size: 1.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.footer {
              background: transparent url("/_static/images/bx_bottom.gif") no-repeat scroll left bottom;
              height: 6px;
              line-height: 1px;
              font-size: 1px; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow div.footer div.right {
                background: transparent url("/_static/images/bx_bottom.gif") no-repeat scroll right top;
                height: 6px;
                float: right;
                width: 6px; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.box_wrapper_narrow.trips {
            margin-left: 1.6em; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.complete {
            margin-top: 2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.complete iframe {
              margin-top: 2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.complete div.cms_content {
              font-size: 1.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.complete img {
              float: left;
              padding-right: 1em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.complete div.details h2 {
              font-size: 1.4em;
              color: #000;
              padding: 0 0 2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.complete div.details strong {
              font-weight: bold; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.complete div.details ul.details_meta {
              padding-bottom: 1em; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.complete div.details ul.details_meta li {
                font-size: 1.2em; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.complete div.details ul.details_meta li span {
                  float: left;
                  width: 6em; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.suggestions {
            color: white;
            width: 48em;
            margin-top: 2em;
            padding: 1em .6em;
            background-color: #b7b7b6;
            height: 2em;
            margin-left: 1em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.suggestions a {
              color: black; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.suggestions a:visited {
                color: #6c54a5; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.suggestions a:focus {
                color: #6c54a5; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.suggestions a:hover {
                color: black; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.suggestions a:active {
                color: #e1aac4; }
          body div.shadow div#content_wrapper div.content_body div.content_left div#overlay {
            color: #fff;
            background-image: url("/_static/images/overlay.png");
            -moz-box-shadow: 0 0 90px 5px #000000;
            background-color: #333333;
            border: 1px solid #666666;
            display: none;
            min-height: 400px;
            width: 600px;
            z-index: 10000; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#overlay div.close {
              background-image: url("/_static/images/overlay-close.png");
              cursor: pointer;
              height: 35px;
              position: absolute;
              right: -15px;
              top: -15px;
              width: 35px;
              z-index: 950; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.contentWrap {
            overflow-y: auto; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.contentWrap div#googlemaps {
              z-index: 900;
              height: 20em; }
          body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .close {
            background-image: url(/_static/images/overlay-close.png);
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            height: 35px;
            width: 35px; }
          body div.shadow div#content_wrapper div.content_body div.content_left div#gallery {
            display: none;
            z-index: 10000;
            background-color: #333;
            -moz-box-shadow: 0 0 90px 5px #000;
            -webkit-box-shadow: 0 0 90px #000; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .next, body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .prev {
              position: absolute;
              top: 40%;
              border: 1px solid #666;
              cursor: pointer;
              display: block;
              padding: 10px 20px;
              color: #fff;
              font-size: 11px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .prev {
              left: 0;
              border-left: 0;
              -moz-border-radius-topleft: 0;
              -moz-border-radius-bottomleft: 0;
              -webkit-border-bottom-left-radius: 0;
              -webkit-border-top-left-radius: 0; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .next {
              right: 0;
              border-right: 0;
              -moz-border-radius-topright: 0;
              -moz-border-radius-bottomright: 0;
              -webkit-border-bottom-right-radius: 0;
              -webkit-border-top-right-radius: 0; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .next:hover, body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .prev:hover {
              text-decoration: underline;
              background-color: #000; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .disabled {
              visibility: hidden; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .info {
              position: absolute;
              bottom: 0;
              left: 0;
              padding: 10px 15px;
              color: #fff;
              font-size: 11px;
              border-top: 1px solid #666; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .info strong {
              display: block; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .progress {
              position: absolute;
              top: 45%;
              left: 50%;
              display: none; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .next, body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .prev, body div.shadow div#content_wrapper div.content_body div.content_left div#gallery .info {
              background: #333 !important;
              background: rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x; }
          body div.shadow div#content_wrapper div.content_body div.content_left div#thumbs {
            padding: 1em 0; }
            body div.shadow div#content_wrapper div.content_body div.content_left div#thumbs a img {
              border: 1px solid #000;
              padding: 0;
              margin: .4em .4em; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.game {
            margin-top: 1em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.game p {
              font-size: 1.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.game form ul {
              padding: .6em 0; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.game form ul li {
                padding: .2em 0;
                font-size: 1.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.game form div label {
              font-size: 1.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.game img {
              border-width: 0.2em;
              border-style: solid;
              border-color: #b7b7b6; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.game ul li span {
              font-size: 1.2em;
              font-weight: bold; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.game ul li ul {
              margin-left: 1.2em; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.logo {
            float: left; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.questions {
            float: left;
            width: 38em; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.game-prizes {
            margin-top: 4em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.game-prizes li.prize {
              width: 18em;
              float: left;
              text-align: center; }
          body div.shadow div#content_wrapper div.content_body div.content_left div.content_list {
            margin-top: 1.6em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.content_list strong {
              font-weight: bold; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.content_list h4 {
              font-size: 1.2em; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item {
              width: 56em;
              height: 11em;
              margin-top: 1em;
              border-bottom: .1em dashed #DADADA; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div {
                float: left; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.cms_content {
                height: 3em;
                width: 40em; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.cms_content.article {
                height: 6em; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.image {
                padding: 0 1em; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.image img {
                  border: 1px solid #000; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.content {
                width: 39.2em;
                overflow: hidden;
                display: inline-block; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.content {
                  display: block; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.content p {
                  font-size: 1.2em; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.content .cms_content {
                  font-size: 1.2em; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item div.content .link {
                  float: right; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item a.more-green {
                float: right; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.content_item a.more-violet {
                float: right; }
            body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination {
              margin-left: 1em;
              background-color: #dadada;
              height: 2em; }
              body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul {
                padding: .2em 0; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul li {
                  font-size: 1.2em;
                  font-weight: bold;
                  float: left;
                  margin: 0 .2em;
                  padding: 0 .4em; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul li.selected, body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul li:hover {
                  background-color: #b7b7b6; }
                  body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul li.selected a, body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul li:hover a {
                    color: #000; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul li.next {
                  font-size: 1.2em;
                  padding-right: 1em;
                  background: transparent url("/_static/images/arrow-next.png") no-repeat center right; }
                body div.shadow div#content_wrapper div.content_body div.content_left div.content_list div.pagination ul li.prev {
                  font-size: 1.2em;
                  padding-left: 1em;
                  background: transparent url("/_static/images/arrow-prev.png") no-repeat center left; }
        body div.shadow div#content_wrapper div.content_body div.content_right {
          margin: 1.6em 0 0 .7em;
          text-align: left;
          float: left;
          width: 35em;
          height: 86.6em;
          background: url("/_static/images/right-bg.gif") no-repeat left top; }
          body div.shadow div#content_wrapper div.content_body div.content_right h3 {
            background: url("/_static/images/box-icon-black.gif") no-repeat center left;
            margin-left: 1em;
            font-size: 1.4em;
            color: black;
            padding: .2em 0;
            text-indent: 16px; }
          body div.shadow div#content_wrapper div.content_body div.content_right div.wrapper {
            text-align: left;
            padding: 0 1em 1em 1em; }
          body div.shadow div#content_wrapper div.content_body div.content_right div.covers {
            margin-bottom: 1em;
            margin: .4em .8em 0;
            text-align: center;
            height: 15em; }
            body div.shadow div#content_wrapper div.content_body div.content_right div.covers div.cover-item {
              background: url("/_static/images/cover-bg.gif") no-repeat top center;
              float: left;
              width: 9em;
              height: 14em;
              padding: 0 1em; }
              body div.shadow div#content_wrapper div.content_body div.content_right div.covers div.cover-item img {
                margin-top: .7em; }
          body div.shadow div#content_wrapper div.content_body div.content_right div.events_search {
            background: url("/_static/images/search-bg.gif") no-repeat top left;
            margin: .4em .8em;
            height: 16em; }
            body div.shadow div#content_wrapper div.content_body div.content_right div.events_search form {
              padding: .8em .4em 0;
              color: white; }
              body div.shadow div#content_wrapper div.content_body div.content_right div.events_search form div {
                font-size: 1.4em;
                padding: .4em 0; }
              body div.shadow div#content_wrapper div.content_body div.content_right div.events_search form .submit {
                margin: 1em .6em;
                width: 6.4em;
                height: 2em;
                border: none;
                background: url("/_static/images/green-button.gif") no-repeat center center;
                float: right; }
          body div.shadow div#content_wrapper div.content_body div.content_right div.games {
            margin: 1em 0 0 1.6em; }
            body div.shadow div#content_wrapper div.content_body div.content_right div.games ul {
              margin: .65em 0 0 .6em;
              height: 8em; }
              body div.shadow div#content_wrapper div.content_body div.content_right div.games ul li {
                text-align: center;
                float: left;
                padding: 0 1.4em; }
                body div.shadow div#content_wrapper div.content_body div.content_right div.games ul li img {
                  border: .1em solid black; }
                body div.shadow div#content_wrapper div.content_body div.content_right div.games ul li a {
                  background-color: #b7b7b6;
                  color: white;
                  font-weight: bold;
                  padding: .2em .4em;
                  display: block;
                  width: 6em; }
                body div.shadow div#content_wrapper div.content_body div.content_right div.games ul li a:hover {
                  color: black; }
          body div.shadow div#content_wrapper div.content_body div.content_right div.box_banner {
            height: 27em;
            background: url("/_static/images/box_banner_bg.gif") no-repeat top center;
            margin-top: .4em; }
            body div.shadow div#content_wrapper div.content_body div.content_right div.box_banner p {
              display: none; }
            body div.shadow div#content_wrapper div.content_body div.content_right div.box_banner img {
              margin: .8em 0 0 2.5em; }
            body div.shadow div#content_wrapper div.content_body div.content_right div.box_banner object {
              margin: 1em 0 0 2.5em; }
            body div.shadow div#content_wrapper div.content_body div.content_right div.box_banner div.movie {
              width: 30em;
              height: 25em;
              padding-top: 1em; }
      body div.shadow div#content_wrapper div.footer_head {
        height: .4em;
        background-color: #b7b7b6; }
      body div.shadow div#content_wrapper div.footer_bottom {
        height: 1em;
        background-color: #0b9444; }
      body div.shadow div#content_wrapper div.site_footer {
        height: 34em;
        width: 972px;
        background-color: #434343;
        color: #0b9444;
        text-align: left;
        border: 1px "solid" green; }
        body div.shadow div#content_wrapper div.site_footer h3 {
          padding: 1em;
          font-size: 1.8em;
          color: #b7b7b6; }
        body div.shadow div#content_wrapper div.site_footer ul.galleries {
          margin-left: 1em; }
          body div.shadow div#content_wrapper div.site_footer ul.galleries li {
            width: 17.4em;
            color: black;
            float: left;
            margin: 0 .8em;
            background-color: #dadada;
            border: .2em "solid";
            border-color: #b7b7b6; }
            body div.shadow div#content_wrapper div.site_footer ul.galleries li img {
              padding: .2em; }
            body div.shadow div#content_wrapper div.site_footer ul.galleries li span {
              margin: 0 .4em;
              display: block; }
        body div.shadow div#content_wrapper div.site_footer div.misc {
          width: 42em;
          float: left;
          margin: 2em 0 0 1.6em; }
          body div.shadow div#content_wrapper div.site_footer div.misc ul.enter_event {
            margin: 3.6em 0 0 9em; }
          body div.shadow div#content_wrapper div.site_footer div.misc ul {
            float: left; }
            body div.shadow div#content_wrapper div.site_footer div.misc ul li {
              padding: .4em 0; }
              body div.shadow div#content_wrapper div.site_footer div.misc ul li a {
                font-size: 1.4em;
                color: #b7b7b6; }
                body div.shadow div#content_wrapper div.site_footer div.misc ul li a:visited {
                  color: #b7b7b6; }
                body div.shadow div#content_wrapper div.site_footer div.misc ul li a:hover {
                  color: #0b9444; }
                body div.shadow div#content_wrapper div.site_footer div.misc ul li a:active {
                  color: #b7b7b6; }
        body div.shadow div#content_wrapper div.site_footer div.newsletter {
          margin: 2.4em;
          font-size: 1.4em;
          float: right; }
          body div.shadow div#content_wrapper div.site_footer div.newsletter input.email_type {
            display: none; }
          body div.shadow div#content_wrapper div.site_footer div.newsletter img {
            float: left; }
          body div.shadow div#content_wrapper div.site_footer div.newsletter input.input-text {
            float: left;
            font-wight: bold;
            background: url("/_static/images/search-bg.jpg") repeat-x scroll top left;
            border: none;
            height: 2.6em; }
          body div.shadow div#content_wrapper div.site_footer div.newsletter input.submit {
            background: url("/_static/images/newsletter-go.jpg") no-repeat;
            float: left;
            border: none;
            width: 6.2em;
            height: 2.6em; }
          body div.shadow div#content_wrapper div.site_footer div.newsletter p {
            padding: 1em 0; }
