
/* General */

table {
	border-collapse: collapse;
}


.jquery_show {
	display: none;
}


.container_relative {
	position: relative;
}

a > img {
	border-style: none;
}

.locked, .input_locked {
	background: #e0ffff;
}


.ta_form_errors {
	text-align: left;
	color: #ff0000;
}


div.framed {
	border: 1px solid #e0c050;
	overflow:auto;
	height: 150px;
	padding: 10px;
}


h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-size: 185%;
	padding-top: 0px;
	margin-top: 0px;
}


h2 {
	font-size: 135%;
}


h1.bullet, h2.bullet, h3.bullet, h4.bullet, h5.bullet, h6.bullet {
	display: inline;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}


img.bullet {
	vertical-align: middle;
	margin-right: 5px;
}


img.icon24x24 {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-left: 30px;
}


h1.underline, h2.underline {
	padding-bottom: 5px;
	border-bottom: 3px dotted #e0c050;
}


.no_border {
	border-style: none !important;
}


td, th {
	text-align: center;
	padding: 2px 4px 2px 4px;
}


.clear {
	clear: both;
}


.question {
	vertical-align: top;
	text-align: right;
}


.response {
	vertical-align: top;
	text-align: left;
}


ul {
	padding-left: 15px;
	list-style-type: circle;
}

/* Adverts */

div.ad_container {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #dbf0f1;
	border-bottom: 1px solid #a0a0a0;
}


div.ad_leaderboard {
	float: left;
	width: 728px;
	height: 90px;
	border: 1px solid #606060;
	box-shadow: 2px 2px 4px #c0c0c0;
	-moz-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
	margin-left: 20px;
}


div#site_options {
	float: right;
	width: 200px;
}


div.ad_full_banner {
	background-color: #ff00ff;
	width: 468px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}


div.ad_rectangle {
	background-color: #ff00ff;
	width: 180px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}


/* Structural */

body {
	font-family: 'Calibri', 'Arial', sans-serif;
	margin: 0px;
	background-color: #F3FAFD;
	background-image: url(../media/background.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}


body {
	font-size: 11pt;
}


div#tabs {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
}



div#tabs hr {
	border: none;
	height: 1px;
	color:  #c0c0c0;
	background-color: #c0c0c0;
}


div#tabs fieldset {
	margin: 10px 0px 10px 0px;
	border: 1px solid #c0c0c0;
}


div.main_centralise {
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: left;
}


div#settings {
	position: relative;
	text-align: right;
	padding: 5px 0px 5px 0px;
	background-color: #445078;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}


div#settings, div#settings a {
	color: #f0f0f0;
	text-decoration: none;
}


div#settings a:hover {
	color: #ffff40;
}


div#banner_top_ad {
	background-color: #B1D4E2; /* 808488 */
	border-bottom: 1px solid #A8CAD7;
}


div#banner_top_links {
	text-align: right;
}


div.border_bottom {
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -5px;
	background-image: url( ../media/border_bottom.png );
	background-repeat: repeat-x;
	z-index: 100;
}

div#header {
	position: relative;
	height: 125px;
}


div#header_main {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	background-image: url(../media/ta_header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}


div#header_click_overlay {
	position: absolute;
	width: 100%;
	height: 110px;
	cursor: pointer;
}


div#top_ad_banner_container {
	padding: 20px;
}


div.drop_shadow {
	background-image: url(../media/drop_shadow.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	width: 1000px;
	margin: 0px auto 0px auto;
}


div#main {
	background-color: #ffffff;
	background-image: url(../media/main_background.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
	width: 980px;
	padding-bottom: 25px;
}


div.main_padded {
	padding-top: 35px;
}


div#area_strap {
	font-weight: bold;
	text-align: center;
}


div#main_menu {
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-bottom: 10px;
}


div.main_menu_item {
	position: absolute;
	width: 100px;
	font-size: 100%;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	z-index: 150;
	border: 1px solid #808080;
}


div.main_menu_item:hover {
	border-color: #e0e0e0;
	cursor: pointer;
}


div.main_menu_item_tack {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../media/tack.png);
	left: 42px;
	top: -9px;
}

div.main_menu_item a {
	text-decoration: none;
	color: #000000;
}


div#column_left {
	width: 250px;
	float: left;
	padding-left: 0px;
}


div#column_right {
	width: 640px;
	float: right;
	padding-right: 45px;
}


div#pole_monkey {
	position: absolute;
	left: 60px;
	bottom: -1px;
	height: 28px;
	width: 150px;
	background-image: url(../media/monkey.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


div#monkey {
	position: relative;
	height: 207px;
	background-image: url(../media/monkey.png);
	background-repeat: no-repeat;
	background-position: 60px -28px;
}


div.tots_speech {
	font-style: italic;
	font-size: 110%;
	margin-bottom: 15px;
}


div.tots_speech p {
	margin: 0px;
}


div.tots_speech p + p {
	margin-top: 3px;
}


div#speech_bubble_tail {
	position: absolute;
	right: -42px;
	top: 0px;
	width: 120px;
	height: 150px;
	background-image: url(../media/speech_bubble_tail.png);
}


div.placard {
	border-width: 3px;
	border-style: dotted none dotted none;
	border-color: #e0c050;
	margin: 15px 0px 15px 0px;
	background-color: #ffffff;
}


div.placard_padded {
	padding: 7px 25px 7px 25px;
}


div#footer {
	background-color: #804020;
	color: #ffffff;
	text-align: center;
	padding: 6px 20px 6px 20px;
	font-size: 75%;
}


div#footer a {
	text-decoration: none;
	color: #ffffff;
}


div#footer a:hover {
	color: #ffff00;
}


p.click_for_more {
	text-align: right;
	padding-right: 5px;
}


div.half_width_left {
	float: left;
}


div.half_width_right {
	float: right;
}


div.half_width_content {
	width: 300px;
}


div.spacer {
	height: 20px;
}


div.user_message {
	border: 2px solid #000000;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	box-shadow: 1px 1px 2px #d0d0d0;
	-moz-box-shadow: 1px 1px 2px #d0d0d0;
	-webkit-box-shadow: 1px 1px 2px #d0d0d0;

	padding: 6px 15px 6px 15px;
	margin-bottom: 10px;
	font-weight: bold;
}


div.information {
	background-color: #f0fff0;
	border-color: #40e040;
}


div.warning {
	background-color: #fffff0;
	border-color: #e0e040;
}


div.error {
	background-color: #fff0f0;
	border-color: #e04040;
}


ul.lead li {
	margin-bottom: 8px;
	list-style-type: none;
}


span.lead_in {
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}


div.button_subscribe {
	display: inline-block;
	background-color: #F8F300;
	color: #000000;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	border: 1px solid #807600;
}


div.button_subscribe a {
	text-decoration: none;
	color: #000000;
}


div.button_action {
	display: inline-block;
	background-color: #99F78D;
	color: #000000;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	border: 1px solid #80CF76;
}


div.button_action:hover {
	background-color: #c0Ff9f;
}


div.button_action a {
	text-decoration: none;
	color: #000000;
}


.colour1 {
	background-color: #E3007B;
	color: #ffffff;
}


.colour2 {
	background-color: #00A9EC;
	color: #ffffff;
}


.colour3 {
	background-color: #39B52C;
	color: #ffffff;
}


.colour4 {
	background-color: #F8F300;
	color: #000000;
}


.colour5 {
	background-color: #74057C;
	color: #ffffff;
}


.colour1 a, .colour2 a, .colour3 a, .colour5 a  {
	color: #ffffff !important;
}


table.facts {
	margin: 0px 30px 0px 30px;
}


table.facts td {
	text-align: left;
	vertical-align: top;
}

.noborder {
	border-style: none !important;
	border-width: 0px !important;
}


/* LISTINGS */

div.ta_listing {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #80c0c0;
	background-color: #fbffff;
	padding: 10px;
	margin: 8px 0px 8px 0px;
	color: #002020;
}


div.ta_listing_premium {
	background-color: #fffbfb;
	border-color: #c08080;
	color: #200000;
}


span.ta_listing_title {
	font-weight: bold;
}


div.ta_listing_details_hidden {
}


div.ta_listing_details {
	padding-top: 6px;
	margin-top: 4px;
	border-top: 1px solid #b0d8d8;
}


img.ta_listing_icon {
	float: left;
	width: 64px;
	height: 64px;
	border: 1px solid #c0c0c0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 4px #c0c0c0;
	-moz-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
	margin-right: 10px;
	margin-bottom: 4px;
}

div.listing_voucher_image_container {
	text-align: center;
}


img.listing_image {
	border: 1px solid #c0c0c0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 4px #c0c0c0;
	-moz-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
}


div.ta_results_map {
	background-color: #000000;
	height: 325px;
	border: 1px solid #808080;
	box-shadow: 2px 2px 4px #c0c0c0;
	-moz-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.2 );
}


div.ta_paginator {
	text-align: center;
	border-style: none none solid none;
	border-color: #c0c0c0;
	border-width: 1px;
	padding: 0px 0px 4px 0px;
}


.fake_link {
	font-weight: bold;
	text-decoration: underline;
	color: #0000ff;
}


.fake_link:hover {
	cursor: pointer;
}


span.recommendations {
	font-weight: bold;
	color: #008000;
}


