html, body {
  text-align: center;
  height: 100%;
}

body, td, input, select, p {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  line-height: 11pt;
}

h1 {
  font-size: 14px;
  margin-top: 0 ;
  color: #000;
  padding: 4px;
  padding-left: 5px;
  margin-bottom: 8px;
  background-color: #efefef;
}

h1.basket_heading {
  background-color: #fff;	
  padding-left: 0;
}

h2 {
  font-size: 9pt;
  margin-bottom: 2px;
  padding: 4px;
  clear: both;
  background-color: #efefef;
}

h3 {
  font-size: 9pt;
  margin-bottom: 0;
  padding: 4px;
  padding-left: 0;
  padding-bottom: 0;
 clear: both;
}

h5 {
	font-size: 8pt;
}

form {
 padding: 0;
 margin: 0;
}

a {
 color: #1C5BA3;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
  border: 1px solid #d0d0d0;
}


table {
  border-collapse: collapse;
}

label {
 padding-bottom: 5px;
 display: block;
 font-weight: bold;
}

img {
	border: 0;
}
.field {
  display: block;
  clear: both;
  margin-bottom: 0px;
  position: relative;
  border: 1px solid #fff;
}

.field label {
  font-weight: bold;
  width: 100px;
  margin-bottom: 0px;
  float:  left;
  top: 0;
  left: 0;
  display: inline;
}

.field .value {
  margin-left: 105px;
}

.field .additional_information_label {
	width: 200px;
}

.field .additional_information_value {
  margin-left: 205px;
}

.readonly {
	background-color: #efefef;
	color: #555;
}

.container {
  width: 770px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0;
}

.header {
  height: 125px;
  position: relative;
  width: 760px;
}

.header .banner {
  position: absolute;
  left: 170px;
  top: 0;
}

.search_box {
  padding-top: 5px;
  height: 64px;
  width: 155px;
  position: absolute;
  top: 0;
  right: 0;
  color: #E94D97;
  font-weight: bold;
}

.search_box label {
  float: none;
  display: inline;
  color: #E98635;
  margin-right: 5px;
}

.search_box form {
  padding: 0;
  margin: 0;
  display: inline;
}

.top_menu {
  position: absolute;
  top: 100px;
  left: 170px;
  font-size: 8pt;
  padding: 3px;
  padding-right: 0;
  height: 14px;
  color: #000;
}

.top_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_menu ul li {
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  border-left: 1px solid #000;
}

.top_menu ul li.first {
  border: 0;
}

.top_menu a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.header .basket_preview {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 145px;

}

.header .basket_preview .title {
  color: #E94D97;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding-right: 20px;
  text-align: left;
}

.header .basket_preview a {
  color: #E94D97;
  text-decoration: none;
}

.header .basket_preview a:hover {
  text-decoration: underline;
}

.header .basket_preview p {
  margin-top: 10px;
  margin-bottom: 3px;
}

.header .basket_preview .items_display {
  margin-left: 5px;
}

.header .basket_preview .totals_display {
  margin-left: 5px;
}

.header .basket_preview .links {
  margin-left:5px;
}

.header .account_links {
  position: absolute;
  right: 2px;
  top: 100px;
  text-align: center;
  color: #1C5BA3;
}

.header .account_links a {
  text-decoration: none;
  color: #000;
}

.header a:hover {
	text-decoration: underline;
}

.logo {
 position: absolute;
 top: 0;
 left: 0;
}


.columns {
  margin-top: 10px;
  position: relative;
  height: 100%;
}

.column_left {
  width: 164px;
  padding: 0;
  height:  100%;
  position: absolute;
  left: 0;
  top: 0;
}

.column_left .heading {
  background: url(../images/left_nav_top.gif) no-repeat top left #97AAAC;
  width: 153px;
  font-weight: bold;
  color: #000;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.column_left .destination_heading {
	color: #D66202;
	font-size: 10pt;
}

.column_left .heading .text {
	color: #fff;
}

.column_left .site_search_heading {
    background: url(../images/left_nav_top_search_2.gif) no-repeat bottom left #97AAAC;
    width: 153px;
    height: 80px;
    font-weight: bold;
    color: #000;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.column_left .menu {
  background: url(../images/left_nav_btm.gif) no-repeat bottom left #97AAAC;
  width: 153px;
  margin-bottom: 7px;
}

.column_left .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.column_left .menu li {
  margin-bottom: 3px;
}

.column_left .menu {
  padding: 5px;

}

.column_left .menu a {
  color: #fff;
  text-decoration: none;
}

.column_left .menu a:hover {
  text-decoration: underline;
}

.column_left .menu .sub_heading {
  display: block;
  margin-bottom: 5px;
  margin-top: 4px;
  font-weight: bold;
}

.column_left .menu form {
  margin-top: 9px;
}

.column_left .menu input {
  margin-top: 2px;
  margin-bottom: 8px;
}

.column_left .menu .destination_dropdown {
  position: relative;
  height: 25px;
}

.destination_dropdown select {
  position: absolute;
}
.column_left .menu select {
  width: 150px;
  margin-bottom: 5px;
}

.column_left .menu .active {
  font-size: 9pt;
  font-weight: bold;
}

.column_left .last_menu {
	position:  relative;
	height:  110%;
}

.column_left .last_menu .quote {
	position: absolute;
	bottom:  20px;
}


.column_left .quote {
	font-style: italic;
	color:  #fff;
	width:  150px;
	font-weight: bold;
}

.column_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 163px;
  padding-top: 10px;
  text-align: center;
}

.column_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.column_right li {
  margin-bottom: 7px;
}

.content {
  padding: 5px;
  padding-top: 10px;
  width: 424px;
  margin: 0 0 0 170px;
}

.content.full {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}

.main_content {
	width: 410px;
	  float: left;
}

.footer {
    vertical-align: bottom;
	clear: both;
	display: block;
	margin-top: 20px;
    margin-left: 165px;
    padding: 5px;
  padding-top: 10px;
    border-top: 2px solid #97AAAC;
   width: 390px;
}

.span_right {
  width: 590px;
}

.mailinglist_register {
	background:  url(../images/register_box_top.gif) no-repeat top #e98737;
	padding: 14px 0 8px 8px;
	margin: 20px 0 0 0;
	color: #fff;
	width: 154px;
}

.mailinglist_register .title { 
  font-size: 14pt;
  line-height: 16pt;
}

.mailinglist_register p {
	padding: 5px 5px 5px 0;
	margin: 2px 0 2px 0;
	line-height: 9pt;
}
.mailinglist_register_btm {
	background:  url(../images/register_box_bottom.gif) no-repeat top;
	height: 10px;
	width: 162px;
}


.map {
  padding: 2px;
  padding-top: 14px;
  padding-bottom: 5px;
}


.search_results {
  padding-right: 0;
  padding: 0;
  margin: 0;
  width: 420px;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom: 1px solid #aaa;
}

.search_results h2, .destination_submenu h2 {
/*  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  background-color: #fff; */
}

.search_results .item {
  border-top: 1px solid #aaa;
  padding: 10px;
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  display: block;
 
}

.search_results .item .destination_path {
	/* float:  right; */
		margin-top:  3px;
}

.search_results .item .destination_path a {
  text-decoration: none;
}

.search_results .item .destination_path a:hover {
  text-decoration: underline;
}

.search_results .first {
  border: 0;
}
.search_results .item .title a {
  display: block;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  line-height: 10pt;
  padding-bottom: 3px;
  margin-left: 100px;
}

.search_results .item .title a:hover {
  color: #97AAAC;
} 

.search_results .item .image {
  position: absolute;
  margin-right: 10px;
  top: 10px;
  left: 0;
  height: 90px;
  width: 90px;
}

.search_results .item .summary {
  margin-left: 100px;
}

.search_results .item .prices {
	margin-bottom:  3px;
}

.search_results .item .more_info {
	float:  right;
	margin-top:  3px;
}
.search_results .item .more_info a {
	text-decoration:  none;
}

.search_results .item .more_info a:hover {
	text-decoration:  underline;
}


.add_to_basket_box {
  width: 163px;
 	top: 0px;
	position: absolue;
  margin-left: 0;
  padding-bottom: 10px;
  background: url(../images/buy_box_bottom.gif) no-repeat bottom #1C5BA2;
  color: #fff;
}

.column_right .side_banner {
  margin: 0 0 5px 0;
}

.add_to_basket_box .title {
  font-weight: bold;
  font-size: 10pt;
  background: url(../images/buy_box_top.gif) no-repeat top;
  padding: 5px;
  padding-top: 12px;
}

.add_to_basket_box  .field {
  border: 1px solid #1C5BA2;
}

.add_to_basket_box .price_label {
   width: 50px;
   float: left;
}

.add_to_basket_box .price {
  font-weight: bold;
  float: right;
  width: 90px;
}

.add_to_basket_box .field {
  margin-bottom: 2px;
}

.add_to_basket_box label {
  font-weight: normal;
}

.add_to_basket_box .value {
  text-align: right;
}

.add_to_basket_box .ticket_title {
  margin-bottom: 1px;
  font-weight: bold;
}
.add_to_basket_box .ticket {
  padding: 5px;
  padding-bottom: 0;
margin-bottom: 0;
}


.add_to_basket_box input {
  margin: 5px;
  clear: both;
}

.add_to_basket_box p {
	padding: 6px;
}

.add_to_basket_box textarea {
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

.homepage_select_form {
  width: 447px;
  height: 41px;
  padding-top: 15px;
  text-align: center;
}

.basket_items {
  border-collapse: collapse;
  width: 100%;
}

.basket_items th {
  text-align: left;
  font-size: 8pt;
  font-weight: bold;
  background-color: #efefef;
  padding: 3px;
}

.basket_items td {
  padding: 5px;
  border-top: 1px solid #aaa;
  vertical-align: top;
}


.basket_items table td {
  border: 0;
  padding: 0;
  padding-right: 5px;
}

.basket_items .option td {
  border: 0;
  background-color: #efefef;
}

.price {
 text-align: right;
}

.basket_items .number {
 text-align: right;
 padding-right: 10px;
}

.basket_items .number input {
  margin-bottom:4px;
}

.basket_totals  {
  
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.basket_totals td {
  background-color: #eee;
  text-align: right;
  padding: 8px;
}

.basket_totals .grand_total td {
  font-size: 10pt;
}

/* errors */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: inline;
}

.fieldErrorMessage {
  display: inline;
  color: red;
}

.error {
	color: red;
}

.good_notice {
	color: #82C34F;
	font-weight:  bold;
}
/* on confirm order */
.additional_information {
  clear: both;
  margin-top: 10px;
}

.side_panel {
  width: 160px;
  float: right;
  font-size: 8pt;

  margin-bottom: 80px;

}

.side_panel .extra_images {

  margin-top: 5px;
  margin-bottom: 10px;
 
  text-align: center;

}
.side_panel .extra_images h2 {
  font-size: 10pt;
  font-weight: normal;
  color: #00bdce;
  margin-bottom: 8px;
  margin-left: 6px;
  background-color: #fff;
}

.side_panel .extra_images img {
  margin-left: 8px;
  margin-bottom: 8px;
}

.side_panel .additional_information {
  margin-top: 0;
  margin-left: 5px;
	border: 1px solid #ff0000;
}

.side_panel .additional_information h2 {
  font-size: 12px;
  color: #00bdce;
  margin-bottom: 5px;
background-color: #fff;
}

.side_panel .additional_information ul {
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}

.side_panel .additional_information li {
  margin: 0;
  margin-bottom: 5px;
}

.side_panel .see_more_in {
 
  text-align: center;
}

.side_panel .see_more_in a {

    color: #0000ff;
}

/* find form */
.find_form input, .find_form select, .find_form div {
  margin: 0;
  margin-left: 5px;
  padding:  0;
  display:  inline;
}

.find_form .title {
  font-weight: bold;
  padding-bottom: 10px;
  color: #153a91;
}

/* sub destination menu */
.destination_submenu {
  clear: both;
  padding-top: 0;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.destination_submenu .items {
  padding: 5px;
  padding-left: 0;
	margin: 5px 0 5px 5px;
}

.destination_submenu .items a {
  width: 48%;
  display: block;
  float: left;
  color: #1C5BA2;
  margin-bottom: 5px;
font-weight:  bold;
}

.destination_submenu .items a:hover {
  text-decoration: none;
   color: #E98635;
}

/* activities menu */
.activities_submenu h2  {
	margin-bottom:  10px;
}

.activities_submenu .items {
	margin: 10px 0 10px 5px;
}

.activities_submenu .items a:hover {
  text-decoration: none;
   color: #E98635;
}

.activities_submenu .item {
	display: block;
	width:  135px;
	float:  left;
	position:  relative;
	height:  60px;
	padding:  0;
}

.activities_submenu .item .text {
	position:  absolute;
	width:  80px;
	top: 5px;
	left:  50px;
}

.destination_description {
  line-height: 11pt;
}

.destination_intro_text {
  clear: both;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

.destination_intro_text p {
 	margin-top: 8px;
	margin-bottom: 0;
}
.notice, .voucher_error {
  color: #ff0000;
}

.checkout_links {
  text-align: right;
  margin-top: 10px;
}

.checkout_links input {
  margin-bottom: 10px;
}

/* blocks */
.heading_block {
  padding-top: 0px;
}

.heading_block h1 {
  vertical-align: center;
  font-weight: none;
  background-color: #fff;
}

h1.destination {
  color: #EF8429;
  font-size: 36pt;
  line-height: 36pt;
  font-weight: normal;
  margin-top: 0px;
  background-color: #fff;
}

h1.experience {
  color: #44BDD5;
  font-size: 18pt;
  line-height: 18pt;
  font-weight: normal;
  background-color: #fff;
}

h1.activity {
  color: #9E499A;
  font-size: 24pt;
  line-height: 18pt;
  font-weight: normal;
  background-color: #fff;
}

h1.searchresults {
  color: #9E499A;
  font-size: 24pt;
  line-height: 18pt;
  font-weight: normal;
  background-color: #fff;
}

h1.callback {
 background-color: #fff;
}

h1.gift_vouchers {
  color: #EF8429;
  font-size: 36pt;
  line-height: 36pt;
  font-weight: normal;
  margin-top: 0px;
  background-color: #fff;
}

.breadcrumbs {
  padding: 5px;
  padding-top: 0;
}

.breadcrumbs a {
  color: #0000FF;
  text-decoration: underline;
}

.table_list {
  width: 100%;
}

.table_list th {
	background-color: #DDD;
	padding: 5px;
	text-align:	left;
}

.table_list td {
	padding: 5px;
}

.nolabelbutton {
	margin-left: 100px;
    margin-top: 5px;
}

.additional_information_item {
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
}



.linkback a {
  color: #0000ff;
	padding: 3px;
}

.center {
	text-align: center;
}

.buy_box_in_content .buy_box_content{
  border-bottom: 1px solid  #1C5BA2;
  padding: 0;

}

.buy_box_in_content .title {
  font-weight: bold;
  font-size: 10pt;
  background: url(../images/buy_box_top.gif) no-repeat top right #1C5BA2;
  margin: 10px 0 0 0;
  padding: 5px 5px 5px 5px;
  width: 400px;
  color: #fff;
  
}

.buy_box_in_content table {
	width:  100%;
}

.buy_box_in_content table th {
	padding: 5px;
	text-align: left;
	background-color:  #aaa;
}

.buy_box_in_content table td {
	padding: 5px;
  border-top:  1px solid #aaa;
  border-bottom:  1px solid #aaa;
  vertical-align: top;
}

.buy_box_in_content .name {
	width:  160px;
}

.buy_box_in_content .quantity {
	width:  160px;
	padding-right: 40px;
}

.buy_box_in_content .options .quantity {
	width:  60px;
	text-align: right;
	padding: 0;
}

.buy_box_in_content .add_button {
	text-align: right;
	margin-top:  5px;
	padding:  5px;
}

.buy_box_in_content .options {
  background-color:  #efefef;
}

.buy_box_in_content .options td {
  border: 0;
  padding: 2px 5px 5px 5px;
  
  margin: 0;
}

.buy_box_in_content .price {
  width: 100px;
  text-align: right;
}


.buy_box_in_content .options .price {
  padding-right: 1px;
  
}


.buy_box_in_content .options .quantity {
  padding-right: 22px;
  
}

.buy_box_in_content .quantity {
  text-align: right;

}

.buy_box_in_content .ticket {
  font-weight: bold;
}

/* calendar */
/* The main calendar widget.  DIV containing a table. */

div.calendar {
  position: relative;
  z-index: 100;
}

.calendar, .calendar table {
  border: 1px solid #cccccc;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efefef;
  font-family: arial,verdana,sans-serif;
}

.calendar table
{
	border: 2px;
	border-collapse: separate;
	padding: 2px;
	margin: 2px;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #333333;
  color: #ffffff;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #dedede;
  color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #cccccc;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #dedede;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #bbbbbb;
  color: #000000;
  border: 1px solid #cccccc;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #dddddd;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #cccccc;
  background: #dddddd;
}

.calendar tbody .rowhilite td {
  background: #666666;
  color: #ffffff;
}

.calendar tbody .rowhilite td.wn {
  background: #666666;
  color: #ffffff;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #999999;
  padding: 1px 3px 1px 1px;
  border: 1px solid #666666;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #000000;
  color: #ffffff;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #000000;
  color: #ffffff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #cccccc;
}

.calendar tbody td.today { font-weight: bold; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #cccccc;
  color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-top: 1px solid #cccccc;
  background: #efefef;
  color: #000000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #666666;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #999999;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #ffffff;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
  display: inline;
}

.combo .hilite {
  background: #fc8;
}

.combo .active {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #efefef;
  font-weight: bold;
}

/* checkout trail */
.checkout_trail {
	text-align:  left;	
	margin: 0 0 3px 0;
	padding: 0;
}

.checkout_trail, .checkout_trail a {
	font-size:  8pt;
	color: #aaa;
	text-decoration:  none;
}

.checkout_trail ul {
	list-style:  none;
	margin:  0 0 8px 0;
  padding:  0;
}

.checkout_trail li {
	display: inline;
	padding: 0;
	margin:  0;
}

.checkout_trail .current {
	color: #000;
	font-weight: bold;
}

.checkout_trail .top_img {
	margin: 0 0 5px 0;
	padding:  0;
}

.content .heading {
  margin: 8px 0 8px 0;
  background: url(../images/bar_end_left.gif) no-repeat left top #195aa4;
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 10pt;
  padding-left: 5px;
  clear: both;
}

.content .heading .text {
  background: url(../images/bar_end_right.gif) no-repeat right top #195aa4;
  padding: 4px;
}

.corpcontent .heading {
  margin: 5px 0 8px 0;
  background: url(/images/bar_end_left.gif) no-repeat left top #195aa4;
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 10pt;
  padding-left: 5px;
  clear: both;
}

.corpcontent .heading .text {
  background: url(/images/bar_end_right.gif) no-repeat right top #195aa4;
  padding: 4px;
}

.corpcontent {
  padding: 5px;
  padding-top: 0px;
  width: 592px;
  margin: 0;
  float: left;
  margin-left:  2px;
}

#image_rotator {
  height: 167px;
  width: 421px;
  margin: 15px 0 15px 0;
  
}

.order_items {
  width: 100%;
}

.order_items th {
  text-align: left;
  padding: 6px;
  background-color: #efefef;
  border-bottom: 1px solid #aaa;
}

.order_items td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
}

.order_items table {
  border: 1px solid #aaa;
}

.strikethrough {
  text-decoration: line-through;
}

.review_label {
  font-weight: bold;
  color: #555;
}

.order_details {
	width: 400px;
	float: left;
}
.featured_list {
	float: right;
	 width: 180px;
	margin: 14px 0 0 0;
	text-align: center;
}

.featured_list .heading, .featured_list .heading .text  {
	  background: #195aa4;
}

.featured_list .item {
	margin: 10px 0 20px 0;
}

.bta-vote {
  text-align: center;
  float: right;
  width: 170px;
  margin-left: 20px;

}

.heading.currencies{
  background: #D6E3F6 url(../images/currency_box_top.gif) no-repeat;
  height: 18px;
  width: 163px;
  text-align: center;
  font-weight: bold;
  color: #1B3F94;
  padding: 6px 0 0 0;
  font-size: 8pt;
  margin-bottom: 0;
}
.currencies_selector{
  background: #D6E3F6 url(../images/currency_box_bottom.gif) bottom left no-repeat;
  margin: 0 0 12px 0;
  height: 65px;
  padding: 10px 0 0 20px;
}
.currencies_selector .currency
{
  float: left;
  width: 34px;
  height: 24px;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  color: #1B3F94;
  text-decoration: none;
}
.currencies_selector .currency:hover
{
  color: #ffffff;
}
.currencies_selector .currency.selected
{
  color: #990000;
}
.currencies_selector .currency .flag
{
  border: 4px solid #D6E3F6;
  margin: 0 0 5px 0;
}
.currencies_selector .currency.selected .flag
{
  border: 4px solid white;
}

.currencies_selector .currency .html_entity
{
  clear: both;
  padding:  0 0 0 1px;
}