* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  color: #333333;
  background: white url(/img/v_reynir/page_back.gif) repeat-x top;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
}

a {
  color: #007ba4;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}

a.emphasize {
  font-weight: bold;
}

a:hover {
  color: #fa9300 !important;
}

img {
  border: none;
}

option {
  padding: 0px 4px;
}

div {
  margin: 0px;
  padding: 0px;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

.back_toggle {
  white-space: nowrap;
}

.back_toggle .o {
  display: none;
}

.back_toggle .c {
  display: inline;
}

.back_toggle.open .o {
  display: inline;
}

.back_toggle.open .c {
  display: none;
}

.back_toggle:after {
  content: url('/img/v_reynir/arrow_right.gif');
  padding: 0 0 0 4px;
}

.back_toggle.open:after {
  content: url('/img/v_reynir/arrow_down.gif');
}

.front_toggle,
.toggle {
  white-space: nowrap;
}

.front_toggle .o,
.toggle .o {
  display: none;
}

.front_toggle .c,
.toggle .c {
  display: inline;
}

.front_toggle.open .o,
.toggle.open .o {
  display: inline;
}

.front_toggle.open .c,
.toggle.open .c {
  display: none;
}

.front_toggle:before,
.toggle:before {
  content: url('/img/v_reynir/arrow_right.gif');
  padding: 0 4px 0;
}

.front_toggle.open:before,
.toggle.open:before {
  content: url('/img/v_reynir/arrow_down.gif');
}

.lighting_up {
  background: white url(/img/v_reynir/box_shadow_up.gif) repeat-x 0px top;
}

.lighting_down {
  background: white url(/img/v_reynir/box_shadow_down.gif) repeat-x 0px bottom;
}

#page {
  width: 940px;
  min-height: 400px;
  margin: 10px 20px 20px;
  padding: 0;
  position: relative;
  background: transparent;
}

#page .logolink {
  z-index: 5;
  position: relative;
  width: 170px;
  display: inline-block;
}

#page .logolink img {
  width: 170px;
}

#page .logolink .logotext {
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  right: 4px;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  color: #777777;
}

#page .sidebar {
  float: right;
  width: 215px;
  min-height: 100%;
  margin-top: -15px;
}

#page .leftbar {
  float: left;
  width: 0px;
}

#page #head {
  min-height: 60px;
  clear: both;
  margin: 0px 4px 6px;
  padding-left: 5px;
  background: none;
}

#page .content {
  float: left;
  min-height: 400px;
  width: 725px;
  margin-top: 0px;
}

#page #whatsnew,
#page #tickers,
#page #revbanner,
#page #about {
  display: none;
}

#page.type_home #whatsnew,
#page.type_home #tickers,
#page.type_home #revbanner {
  display: block;
}

#page.type_home #ads {
  display: none;
}

.box {
  border: solid 1px #d6d6d6;
  line-height: 25px;
  min-height: 25px;
  margin: 4px;
  padding: 4px;
  background-color: white;
  clear: both;
}

.noborder {
  border: none !important;
  padding: 2px 0px !important;
}

.dobutton {
  background: transparent url('/img/dobutton_end_orange.gif') no-repeat scroll top right;
  display: block;
  float: left;
  padding-right: 5px !important;
}

.dobutton.low {
  background-image: url('/img/dobutton_lowend_orange.gif');
  height: 19px;
}

.dobutton.high {
  background-image: url('/img/dobutton_highend_orange.gif');
  height: 30px;
}

.dobutton.orange {
  background-image: url('/img/dobutton_ond_orange.gif');
}

.dobutton.green {
  background-image: url('/img/dobutton_end_green.gif');
}

.dobutton.greenhigh {
  background-image: url('/img/dobutton_superhighend_green.gif');
  height: 35px;
}

.dobutton.blue {
  background-image: url('/img/dobutton_end_blue.gif');
}

.dobutton.gray {
  background-image: url('/img/dobutton_end_gray.gif');
}

.dobutton.grayhigh {
  height: 30px;
  background-image: url('/img/dobutton_highend_gray.gif');
}

.dobutton:hover {
  background-position: 100% 100%;
}

.dobutton:hover .dobutton_text {
  background-position: 0% 100%;
}

.dobutton_text {
  background: transparent url('/img/dobutton_orange.gif') no-repeat top left;
  display: inline-block;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 10px 0px 15px;
  text-align: center;
  border: none;
  height: 25px;
}

.low .dobutton_text {
  height: 19px;
  line-height: 18px;
  background-image: url('/img/dobutton_low_orange.gif');
}

.high .dobutton_text {
  height: 30px;
  line-height: 30px;
  background-image: url('/img/dobutton_high_orange.gif');
}

.orange .dobutton_text {
  background-image: url('/img/dobutton_orange.gif');
}

.green .dobutton_text {
  background-image: url('/img/dobutton_green.gif');
}

.greenhigh .dobutton_text {
  height: 35px;
  line-height: 35px;
  background-image: url('/img/dobutton_superhigh_green.gif');
}

.blue .dobutton_text {
  background-image: url('/img/dobutton_blue.gif');
}

.grayhigh .dobutton_text {
  height: 30px;
  line-height: 30px;
  background-image: url('/img/dobutton_high_gray.gif');
}

.gray .dobutton_text {
  background-image: url('/img/dobutton_gray.gif');
}

.actions .dobutton_text a {
  font-size: 12px;
  color: #ffffff;
}

.actions .dobutton_text a:hover {
  color: #ffffff !important;
}

.actions .dobutton {
  margin-right: 4px;
}

.actions li a {
  font-weight: bold;
  padding: 0 5px;
}

.titlebar {
  text-transform: uppercase;
  font-weight: bold;
}

.listheader {
  background-color: #ebebeb;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid white;
  padding: 0px 4px;
  border-bottom: 1px solid #d6d6d6;
}

.listtable {
  border-collapse: collapse;
  border: solid 1px #d6d6d6;
}

.listtable thead {
  background-color: #ebebeb;
  text-transform: uppercase;
}

.listtable thead th {
  color: #007ba4;
  text-align: left;
  padding: 4px 4px;
}

.listtable thead th span,
.listtable thead th a {
  font-size: 11px;
  border-right: solid 1px #d6d6d6;
  border-left: solid 1px #d6d6d6;
  padding: 0px 4px;
}

.listtable thead th:first-child span,
.listtable thead th:last-child span,
.listtable thead th:first-child a,
.listtable thead th:last-child a {
  border: none;
}

#page #whatsnew {
  height: 36px;
  line-height: 36px;
  padding: 0px;
}

#page #whatsnew div {
  float: left;
  background: transparent url(/img/v_reynir/whatsnew.gif) no-repeat scroll right 0;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0px 20px 0 16px;
  margin: 0 8px 0 0;
}

#map_select {
  background: transparent url(/img/v_reynir/staticmap.png) no-repeat scroll 0 0;
  padding: 0 !important;
  height: 300px;
  width: 715px;
}

#map_select p {
  background-color: white;
  border: solid 1px #007ba4;
  font-weight: bold;
  text-align: center;
  opacity: 0.8;
  margin: 135px 0 0;
}

.selectorlist {
  z-index: 111;
}

table.usertable {
  width: 100%;
  border-collapse: collapse;
}

table.usertable th {
  text-align: left;
  background-color: #007ba4;
  color: #ffffff;
  padding: 3px;
  line-height: 20px;
}

table.usertable td {
  padding: 3px;
}

.usertable_row_even {
  background-color: #ebebeb;
}

.usertable_row_even:hover {
  background-color: #aaaaaa;
}

.usertable_row_odd {
  background-color: #ffffff;
}

.usertable_row_odd:hover {
  background-color: #aaaaaa;
}

.dotickers h1 {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin: 0px;
  color: #666666;
}

#revbanner {
  padding: 10px 0px;
  background-color: transparent;
  text-align: center;
}

#revbanner h1 {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin: 0px 8px;
  color: #666666;
}

#revbanner img {
  margin: 4px 2px;
}

#revbanner h2 {
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
  padding: 36px 28px 10px;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

#revbanner h2 span {
  display: none;
}

body div.foot {
  clear: both;
  padding: 16px 6px;
  color: #333333;
  min-height: 0px;
}

body div.foot p.copy {
  color: #333333;
  clear: left;
  float: right;
}

body div.foot ul {
  margin: 4px 0;
  list-style: none;
}

body div.foot ul li {
  display: inline;
  margin: 0 8px 0 0;
}

body div.foot ul li.head {
  color: #333333 !important;
}

body div.foot ul.links {
  border-bottom: solid 1px #d6d6d6;
}

body div.foot ul.travelguide {
  margin-bottom: 12px;
}

body div.foot ul.lang li {
  color: #a6a6a6;
  font-size: 11px;
}

body div.foot ul.lang li a {
  color: #a6a6a6;
  font-size: 11px;
}

body div.foot ul.lang li a:hover {
  color: #fa9300;
}

.box.intro {
  padding: 10px;
}

.box.intro h2 {
  font-weight: normal;
}

label.error {
  color: red;
}

.terms ul {
  margin: 0 0 0 30px;
}

.savetrip {
  display: none !important;
}

span.new {
  color: red;
  font-style: italic;
  position: absolute;
  top: -16px;
}

.tabbottom {
  margin-top: 0px !important;
}

.type_error #bodywrap .content {
  margin: 80px;
}

.type_error #bodywrap .foot {
  margin-top: 100px;
}

.type_error h1 {
  color: #007ba4;
  font-size: 20px;
}

.type_error .detail {
  font-size: 20px;
}

#head ul#headnav {
  list-style: none;
  padding: 0px 0px 4px;
  margin: 0px 0px 8px;
  border-bottom: solid 1px #d6d6d6;
}

#head ul#headnav li {
  display: inline;
  margin: 0px 4px 0px 0px;
}

#head ul#headnav li a {
  font-weight: bold;
  font-size: 14px;
}

#head ul#headsettings {
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#head ul#headsettings li {
  display: inline;
}

#head ul#headsettings li #settingscurrency,
#head ul#headsettings li #settingsresidency {
  display: inline;
}

#head ul#headsettings li #settingscurrency .setting_title,
#head ul#headsettings li #settingsresidency .setting_title {
  float: none;
  clear: both;
  margin-left: 13px;
}

#head ul#headsettings li #head_langselector {
  float: none;
  clear: both;
}

#head ul#headsettings .back_toggle:after {
  content: url('/img/v_reynir/arrow_down.gif');
}

span.lang {
  padding-left: 20px;
  background-image: url("/img/languages.gif");
  background-repeat: no-repeat;
}

span.ca {
  background-position: 0 1px;
}

span.cs {
  background-position: 0 -13px;
}

span.da {
  background-position: 0 -27px;
}

span.de {
  background-position: 0px -41px;
}

span.el {
  background-position: 0px -55px;
}

span.en {
  background-position: 0px -69px;
}

span.es {
  background-position: 0px -83px;
}

span.fr {
  background-position: 0px -97px;
}

span.is {
  background-position: 0px -111px;
}

span.it {
  background-position: 0px -125px;
}

span.lt {
  background-position: 0px -139px;
}

span.hu {
  background-position: 0px -153px;
}

span.ja {
  background-position: 0px -167px;
}

span.no {
  background-position: 0px -181px;
}

span.pl {
  background-position: 0px -195px;
}

span.pt {
  background-position: 0px -209px;
}

span.ru {
  background-position: 0px -223px;
}

span.fi {
  background-position: 0px -237px;
}

span.sv {
  background-position: 0px -251px;
}

span.th {
  background-position: 0px -265px;
}

span.tr {
  background-position: 0px -279px;
}

span.vi {
  background-position: 0px -293px;
}

span.zh {
  background-position: 0px -307px;
}

span.zht {
  background-position: 0px -321px;
}

span.bg {
  background-position: 0px -335px;
}

#page .content #tabs {
  position: relative;
  border: none;
  margin: 0px;
  width: 100%;
  height: 0px;
  z-index: 4;
}

#page .content #tabs ul.tabs {
  position: absolute;
  right: 8px;
  bottom: -1px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#page .content #tabs ul.tabs li {
  background-color: white;
  float: left;
  margin-right: 4px;
  padding: 8px 0px;
  font-size: 14px;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  border-bottom: none;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  background: transparent url(/img/v_reynir/tab_back.gif) repeat 0px 50%;
}

#page .content #tabs ul.tabs li.active {
  border: solid 1px #d6d6d6;
  border-bottom: none;
  background: white url(/img/v_reynir/active_tab_shadow.gif) repeat-x 0px bottom;
}

#page .content #tabs ul.tabs li.active a {
  color: #333333;
}

#page .content #tabs ul.tabs li.active.beta .tiny {
  color: crimson;
}

#page .content #tabs ul.tabs li a {
  color: #ebebeb;
  font-size: 14px !important;
  padding: 8px;
  text-transform: uppercase;
}

#page .content #tabs ul.tabs li.beta {
  padding-bottom: 2px;
}

#page .content #tabs ul.tabs li.beta .tiny {
  color: white;
  font-size: 10px;
  font-weight: bold;
  line-height: 6px;
  padding: 0 8px;
  text-align: right;
  text-transform: uppercase;
}

#page .content #multiform {
  margin-top: 40px;
}

#page .content #multiform .sbox {
  margin: 0px !important;
  border: solid 2px #007ba4 !important;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 4px 8px #d6d6d6;
  -webkit-box-shadow: 0 4px 8px #d6d6d6;
  background: url("/img/v_reynir/box_shadow_up.gif") repeat-x scroll 0 0 white;
  min-height: 50px;
  padding: 16px 20px 20px;
}

#page .content #multiform .location .map {
  display: none;
}

#page .content #multiform .tabs {
  vertical-align: top;
  border-collapse: collapse;
}

#page .content #multiform .tabs ul {
  position: relative;
  left: 4px;
  list-style: none;
  padding: none;
  margin: none;
}

#page .content #multiform .tabs ul li {
  background: url("/img/v_reynir/active_tab_shadow.gif") repeat-x scroll 0 bottom white;
  padding: 4px 16px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #007ba4;
  border-bottom: solid 1px #d6d6d6;
  border-left: solid 1px #d6d6d6;
  cursor: pointer;
}

#page .content #multiform .tabs ul li:hover {
  color: #fa9300;
}

#page .content #multiform .tabs ul li:first-child {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top: solid 1px #d6d6d6;
}

#page .content #multiform .tabs ul li:last-child {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

#page .content #multiform .tabs ul li.active {
  border: solid 2px #007ba4;
  border-right: none;
  position: relative;
  z-index: 2;
}

#page .content #multiform .tabs ul li img {
  vertical-align: middle;
}

#page .content #multiform #searchbutton {
  margin: 0px;
  padding-top: 36px;
}

#usersettings .box {
  padding: 10px 24px !important;
}

#usersettings h2 {
  color: #333333;
  border-bottom: solid 2px #d6d6d6;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0px;
  padding-bottom: 8px;
}

#usersettings ul {
  list-style: none;
  padding: 0;
}

#usersettings ul li {
  position: relative;
  border-bottom: solid 1px #d6d6d6;
}

#usersettings ul li:last-child {
  border: none;
}

#usersettings ul li.mn {
  position: static;
}

#usersettings ul li.mn a {
  font-weight: bold;
}

.reg {
  font-size: 10px;
}

#userhead {
  padding-left: 4px;
}

#head_langselector {
  float: right;
}

#head_langselector_field {
  padding-left: 13px;
}

#settingscurrency,
#settingsresidency {
  text-align: right;
  display: inline-block;
  width: 100%;
}

#settingscurrency .setting_title,
#settingsresidency .setting_title {
  float: left;
}

.useractions {
  margin-top: 1px;
}

.useractions ul {
  list-style: none;
  padding: 4px 12px;
}

.useractions ul li {
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}

.useractions ul li.last {
  border: none;
}

.useractions ul li a {
  padding: 1px 0px 1px 20px;
  background: transparent url(/img/icons/actions.png) no-repeat;
}

.useractions ul li a.profile {
  background-position: 0px 0px;
}

.useractions ul li a.profile:hover {
  background-position: 0px -20px;
}

.useractions ul li a.monitor {
  background-position: 0px -40px;
}

.useractions ul li a.monitor:hover {
  background-position: 0px -60px;
}

.useractions ul li a.newsletter {
  background-position: 0px -80px;
}

.useractions ul li a.newsletter:hover {
  background-position: 0px -100px;
}

#extra_vendors div {
  cursor: pointer;
  margin: 4px;
}

#extra_vendors div img {
  border: solid 1px #d6d6d6;
}

#extra_vendors h2 {
  text-align: center;
}

#extra_vendors .dobutton {
  float: right;
  margin: 3px 0px;
}

#extra_vendors .dobutton .dobutton_text {
  padding: 0px 6px 4px 10px;
}

.tripregister {
  border-top: 1px solid #d6d6d6;
  clear: left;
}

.userbox {
  padding: 15px;
}

.slim p {
  clear: none !important;
  float: left;
  border: none !important;
}

.slim p.actions .buttons {
  padding-top: 3px !important;
}

.alertform p,
.userform p {
  padding: 4px 4px 0px 0px;
}

.alertform div.actions .links a,
.userform div.actions .links a {
  margin-right: 4px;
}

.alertform div.actions .buttons,
.userform div.actions .buttons,
.alertform div.actions .links,
.userform div.actions .links {
  padding-top: 10px;
  clear: left;
  float: left;
}

.alertform div.actions .dobutton_text,
.userform div.actions .dobutton_text {
  font-size: 12px !important;
}

.alertform input,
.userform input {
  display: block;
  margin-right: 20px;
  width: 230px;
}

.alertform .check input,
.userform .check input {
  margin-right: 2px;
  width: 25px;
  display: inline;
}

.alertform a.errorlink,
.userform a.errorlink {
  position: relative;
  color: red;
  font-weight: bold;
}

.alertform a.errorlink:hover .errors,
.userform a.errorlink:hover .errors {
  display: block !important;
}

.alertform .errors.show,
.userform .errors.show {
  display: block !important;
  position: relative !important;
}

.alertform .errors,
.userform .errors {
  font-weight: normal;
  background: #fff0ea;
  border: 1px solid #e7b1b1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: red;
  width: 300px;
  padding: 5px;
  display: none;
}

.alertform .errors ul,
.userform .errors ul {
  list-style: none;
}

.alertform input {
  display: inline;
}

.alertform input[type=checkbox] {
  width: 20px;
  margin: 0px;
}

.jqmWindow .userform input {
  margin-right: 2px;
  width: 180px;
}

.jqmWindow .userform .check input {
  width: 25px;
}

.jqmContent.register {
  min-width: 380px;
}

.activate {
  padding: 40px 40px 200px;
  margin-top: 0px;
}

.activate h1 {
  padding: 15px 0px;
  font-size: 20px;
  font-weight: normal;
}

.activate h2 {
  font-weight: normal;
  font-size: 14px;
}

.game h2 {
  font-size: 14px;
  margin: 12px 0px 8px;
  border-bottom: solid 1px lightgray;
}

.game .main_info {
  margin: 4px 12px;
}

.game ul {
  list-style: none;
  padding-left: 12px;
}

.game ul li {
  margin: 2px 0px;
}

.game ul label {
  margin-right: 4px;
}

.game .dobutton {
  float: right;
}

.game .disclaimer {
  font-size: 12px;
  color: gray;
  display: inline-block;
  width: 300px;
}

.sidebar #newsletter {
  min-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  padding: 4px 4px 12px 4px;
}

.sidebar #newsletter .dobutton {
  float: none;
  display: inline-block;
}

.sidebar #newsletter .dobutton .dobutton_text {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

#mysettings {
  padding: 15px;
}

#mysettings ul {
  list-style: none;
  padding: 0;
}

#mysettings h1 {
  padding: 15px 0px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 20px;
  font-weight: normal;
}

#mysettings h2 {
  font-weight: normal;
  font-size: 14px;
  clear: left;
}

#preferences {
  margin-top: 15px;
}

#preferences .settings {
  float: left;
}

#preferences .settings .buttonholder {
  width: 345px;
  clear: left;
}

#changeemail {
  border-left: 1px solid #d6d6d6;
  margin-left: 15px;
  padding-left: 30px !important;
}

#changeemail .buttonholder {
  width: 272px !important;
}

#changeemail input {
  width: 266px;
}

#properties {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
}

#monitors {
  border: 1px solid #d6d6d6;
  clear: both;
  margin-top: 15px;
}

#monitors .listtable {
  text-align: left;
  width: 100%;
}

#monitors .listtable td,
#monitors .listtable th {
  padding: 5px;
}

#monitorlist {
  margin: 5px;
}

#mysettings .userform #id_password1 {
  margin-right: 5px;
}

#mysettings .userform label {
  float: left;
}

#mysettings .userform input {
  width: 164px;
  margin: 0px;
}

#mysettings .userform .dobutton {
  margin-top: 4px;
  clear: left;
  float: right;
}

#settingssubscribed {
  margin-right: 4px;
}

.cancel {
  padding: 15px 0px;
  clear: left;
}

.ac_results {
  position: absolute;
  z-index: 10000;
  display: none;
}

.ac_results ul {
  border: 1px solid #d6d6d6;
  background-color: white;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 400px;
}

.ac_results ul li {
  padding: 2px 5px;
  color: #101010;
  text-align: left;
  display: block;
}

.ac_results ul li.ac_over {
  cursor: pointer;
  background-color: #fa9300;
  color: #ffffff;
  font-weight: bold;
}

.ac_results ul li.ac_disabled {
  cursor: default;
  color: #cdcdcd;
}

.ac_match {
  text-decoration: underline;
  color: black;
}

.ac_dropdown {
  overflow: auto;
}

.ac_dropdown div {
  padding: 2px 5px;
  cursor: pointer;
}

.ac_dropdown div:hover {
  background: #e5f2f6;
}

#django_message .messages {
  position: fixed;
  top: 0px;
  left: 200px;
  padding: 12px;
  text-align: center;
  list-style: none;
  background-color: #fff666;
  font-weight: bold;
  border: 1px solid #d6d6d6;
  border-top: none;
  max-width: 420px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-box-shadow: 0px 4px 8px #333333;
  -webkit-box-shadow: 0px 4px #333333;
  z-index: 10;
}