/* COLOURS */
/* Colour 1 - bee26e */
/* Colour 2 - 83bf00 */
/* Colour 3 - 0b5b35 */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("/images/body_bgr.jpg") 50% -20px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #505050;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #83bf00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0b5b35;
}

a:hover {
	text-decoration: underline;
}

a.infolink {
	text-decoration: underline;
	font-weight: bold;
}
a.infolink:hover {
	text-decoration: none;
	font-weight: bold;
}

.nomt {
	clear: both;
}

.small {
	color: #999999;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Forms */
#content fieldset p {margin:10px 0;}
#content .req {font-weight:bold;color:#d00;}
label {font-weight: bold;}
.input-text {padding:3px; font:100%/1.5 "arial", sans-serif;}
.input-text-02 {padding:5px; font:140%/1.5 "arial", sans-serif;}
.input-submit {padding:5px; font-size:120%;}
.input-submit-02 {padding:1px; font-size:100%;}

/* HEADER */

#header-wrapper {
	height: 100px;
}

/* Header - Logo */

#logo h1 a {
	position: absolute;
	width: 212px;
	height: 178px;
	background: #FFFFFF url("/images/logo.jpg") no-repeat 0 50%;
	text-indent: -100em;
	overflow: hidden;
}

/* Header - Ads */

#header {
	width: 950px;
	height: 190px;
	margin: 10px auto 0 auto;
}

#commercial {
	width: 728px;
	height: 90px;
	position: relative;
	float: right;
	background: #dddddd;
}

/* Header - Promo boxes */

#promo {
	width: 728px;
	height: 68px;
	position: relative;
	float: right;
	clear: right;
	margin-top: 10px;
}

#promo a {
	text-decoration: underline;
}
#promo a:hover {
	text-decoration: none;
}

#top-box-left img {
	float: left;
	margin: 5px;
	border: 5px solid #bee26e;
}

#top-box-left {
	width: 344px;
	height: 68px;
	position: relative;
	background: #83bf00 url("/images/left-loading.gif") 50% 50% no-repeat;
	float: left;
	padding: 5px;
	color: #FFFFFF;
	line-height: 2em;
	border: 1px solid #0b5b35;
}
#top-box-left a {
	color: #FFFFFF;
}

#top-box-right img {
	float: left;
	margin: 5px;
	border: 5px solid #83bf00;
}

#top-box-right {
	width: 344px;
	height: 68px;
	position: relative;
	float: right;
	background: #bee26e url("/images/right-loading.gif") 50% 50% no-repeat;
	padding: 5px;
	color: #000000;
	line-height: 2em;
	border: 1px solid #0b5b35;
}
#top-box-right a {
	color: #000000;
}
.new {background: #83bf00 url("/images/alert.gif");padding: 2px;}
a.new {color: #FFFFFF !important;}

/* Menu */

#menu {
	width: 950px;
	height: 32px;
	margin: 0 auto;
	background: #bee26e;
	border-bottom: 2px solid #83bf00;
}

#menu ul {
	margin-left: -40px !important;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 6px 15px 6px 15px;
	background: #bee26e;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-right: #bbbbbb solid 1px;
}
	
#menu .current_page_item a {
	background: #83bf00;
	color: #FFFFFF;
	text-decoration: none;
	border-right: #44aa44 solid 1px;
}

#menu a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	border-right: #000000 solid 1px;
}

/* Search */

#menu form {
	float: right;
	padding: 4px 5px 0 0;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

#search-submit {
	height: 24px;
	border: none;
	margin: 0;
	background: #666666;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit:hover {
	background: #000000;
}

/* Page */

#page {
	width: 980px;
	margin: 110px auto 0 auto;
	padding: 20px 0px 0px 0px;
}

/* Content */

#content {
	float: right;
	width: 630px;
	margin-top: 15px;
	margin-right: 15px;
	padding: 0px;
}

.post {
	margin-bottom: 20px;
	padding: 0px;
	background: url("/images/post-bottom.jpg") 0 100% no-repeat;
}

.lead-img {border: 5px solid #bee26e;}

.vip {background: #FFFFFF url("/images/vip-icon.gif") no-repeat;padding-left: 110px;padding-top: 15px;padding-bottom: 20px;}
.not-vip {padding-left: 0px;}


.post .meta {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .entry {
	clear: left;
	padding-bottom: 15px;
}

.links {
	font-size: 12px;
	font-weight: bold;
}
li .links {
	margin-top: -10px;
}


.photocredit {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
.photodetails {
	position: relative;
	margin-top: -33px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	float: right;
}

/* Messages */
.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("/images/ico-warning.gif") 10px 20px no-repeat;}
.msg.info {background:url("/images/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("/images/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("/images/ico-delete.gif") 10px 50% no-repeat;}
.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	margin-left: 15px;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-top: 15px;
	padding-top: 5px;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	border-bottom: 1px dotted #E7E2DC;
	margin: 0px;
	border-left: none;
	text-align: right;
}

#sidebar li li a {
	padding: 0px 15px 0px 0px;
	background: url("/images/img01.jpg") no-repeat right 7px;
}

#sidebar h2 {
	height: 38px;
	text-align: center;
	font-size: 1.8em;
	margin-top: 8px !important;
	margin-right: 8px;
}

#sidebar a {
	border: none;
	color: #0b5b35;
}

#sidebar a:hover {
	text-decoration: underline;
}

#mpu {
	background: #EEEEEE;
	width: 300px;
	height: 250px;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #666666;
}

#footer ul {
	list-style: none;
	font-size: 13px;
}
#footer li {
	width: 25%;
	float: left;
}

#footer p {
	clear: left;
	margin: 0;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
}

#footer h4 {
	color: #bee26e;
	font-size: 16px;
	margin-bottom: 0;
}

#footer li a {
	color: #AAAAAA;	
	text-decoration: none;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.rss {
	position: absolute;
	height: 22px;
	padding-left: 22px;
	background: transparent url("/images/rss.gif") no-repeat 0 5px;
}
.twitter {
	position: absolute;
	height: 22px;
	padding-left: 22px;
	background: transparent url("/images/twitter.gif") no-repeat 0 5px;
}

.photo-thumb {
	margin-right: 3px;
	border: 5px solid #bee26e;
}
.photo-thumb-last {
	border: 5px solid #bee26e;
}
.featured-controls {
	text-align: center;
}
.featured-controls .active {
	font-weight: bold;
}

.grid {
	display: block;
	width: 270px;
	margin-left: 3px;
}
.grid td {
	vertical-align: top;
	width: 125px;
	overflow: hidden;
	text-align: center;
}
.grid img {
	border: 5px solid #83bf00;
}
.grid-off {
	display: none;
}

.post-thumb {
	border: 5px solid #bee26e;
	margin-top: 7px;
	margin-right: 8px;
	float: left;
}
.alt-post-thumb {
	border: 5px solid #bee26e;
	margin-top: 7px;
	margin-right: 8px;
	float: left;
}

#content .pagination {clear:both; margin:15px 0; padding-bottom:10px; background:url("/images/dot.gif") 0 100% repeat-x;}
#content .pagination.bottom {margin-bottom:0; padding-top:10px; background:url("/images/dot.gif") 0 0 repeat-x;}
#content .pagination p {margin:0;}
#content .pagination .f-right a {padding:2px 4px; text-decoration:none;}
#content .pagination .f-right a.pagination-active {padding:2px 6px; font-weight:bold; background: #83bf00; color: #FFFFFF}

.main-split {
	list-style: none;
	margin-left: -40px;
}
.main-split .grid {
	margin-left: 0px;
}
.main-split li {
	float: left;
	width: 270px;
	min-height: 240px;
	margin-right: 15px;
}
.main-split li h2 {
	margin-top: 8px;
	margin-bottom: 20px;
}
.main-split li.left, .main-split li.right {
	border:2px solid #bee26e;
	background-color:#e1f9ac;
	color:#303030;
	padding: 8px;
}
.centitle {
	text-align: center;
	margin-bottom: 10px;
}

.star {border: 0 !important;}
.flag {
	position: absolute;
	width: 16px;
	height: 11px;
}
.uk {background: transparent url("/images/flags/flag_uk.jpg") no-repeat;}
.ireland {background: transparent url("/images/flags/flag_ireland.jpg") no-repeat;}
.australia {background: transparent url("/images/flags/flag_australia.jpg") no-repeat;}
.usa {background: transparent url("/images/flags/flag_usa.jpg") no-repeat;}
.canada {background: transparent url("/images/flags/flag_canada.jpg") no-repeat;}
.newzealand {background: transparent url("/images/flags/flag_newzealand.jpg") no-repeat;}
.israel {background: transparent url("/images/flags/flag_israel.jpg") no-repeat;}
.germany {background: transparent url("/images/flags/flag_germany.jpg") no-repeat;}
.sweden {background: transparent url("/images/flags/flag_sweden.jpg") no-repeat;}
.switzerland {background: transparent url("/images/flags/flag_switzerland.jpg") no-repeat;}
.malaysia {background: transparent url("/images/flags/flag_malaysia.jpg") no-repeat;}
.belgium {background: transparent url("/images/flags/flag_belgium.jpg") no-repeat;}
.netherlands {background: transparent url("/images/flags/flag_netherlands.jpg") no-repeat;}
.hungary {background: transparent url("/images/flags/flag_hungary.jpg") no-repeat;}
.italy {background: transparent url("/images/flags/flag_italy.jpg") no-repeat;}
.india {background: transparent url("/images/flags/flag_india.jpg") no-repeat;}

.message {background: transparent url("/images/icon_message.jpg") no-repeat;}
.delete {background: transparent url("/images/icon_delete.jpg") no-repeat;}
.contact {background: transparent url("/images/icon_message.jpg") no-repeat 0 4px;padding-left: 22px;}

#resultslist-wrap {margin-top: 20px;}
#resultslist-wrap dl {margin-bottom: 20px;}
#resultslist-wrap dt {margin: 0;}
#resultslist-wrap dt {font-weight: bold;}
#resultslist-wrap dd.location {color:#999;}


.friends-list, .friends-list ul {
	list-style: none;
	margin-left: -55px;
}
.friends-list li {
	position: relative;
	float: left;
	width: 125px;
	height: 110px;
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 8px;
	margin-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}
.friend-options {
	width: 100px;
	margin-left: 20px;
}
.friend-options td {
	padding: 0;
	margin: 0;
	height: 20px;
	border: none;
}

.requests {
	padding-bottom: 15px;
	border-bottom: 1px dotted #E7E2DC;
}
.requests span {
	float: right;
}
a.button {
	padding-left: 8px !important;
	padding-right: 8px !important;
	padding-top: 2px !important;
	padding-bottom: 1px !important;
	border: none !important;
	background: #666666 !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	margin: 0 5px 0 0 !important;
}
a.button:hover {
	background: #000000 !important;
	text-decoration: none !important;
}
.region {
	position: absolute;
	margin-top: -9px;
	margin-left: 25px;
}
.avatar {
	border: 5px solid #83bf00;
}



#explored-list, #explored-list ul {
	list-style: none;
	margin-left: -40px;
}
#explored-list li {
	position: relative;
	float: left;
	width: 160px;
	height: 140px;
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
#explored-list li li {
	padding: 0;
	margin: 0;
	width: 40px;
	height: 20px;
	border: none;
}
#explored-list a.flag {
	margin-top: -5px;
	margin-left: 126px;
}
.pick-venues {
	margin-top: -15px;
	width: 600px;
}
.scroll {
	height: 350px !important;
	overflow: auto;
	background: #eeeeee;
	padding: 5px;
}

.interest-options {
	list-style: none;
	margin-left: -40px;
}
.interest-options li {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	background: #EEEEEE;
	padding-left: 8px;
	padding-right: 8px;
}
#floating-login {
	display: none;
	z-index: 100;
	position: fixed;
	top: 15%;
	z-index: 100;
	margin: 0 auto;
	left: 20%;
	width: 100%;
	height: 290px;
	padding: 60px;
	width: 520px;
	background: transparent url("/images/black_overlay.png");
	text-align: center;
}
#floating-form {
	background: #FFFFFF;
	border: 1px solid #505050;
	padding: 10px;
}
/* ARTICLE RATINGS */
#rating {float:right;margin-top:15px;margin-right:16px}
#rating ul li a:link, #rating ul li a:visited {position:absolute;color:#000;width:17px;text-indent: -100em; overflow: hidden}
#rating ul li a:hover, #rating ul li a:active {position:absolute;color:#fff;width:17px;text-indent: -100em; overflow: hidden}
#rating ul {margin: 0;padding: 0;list-style-type: none;}
#rating ul li {display: inline; float:left; width:17px;height:17px}
#rating .on {background:transparent url("/images/rating_stars.jpg") 0px 17px}
#rating .off {background:transparent url("/images/rating_stars.jpg")}
#rating #label {padding-left:5px;font-size:80%;color:#666}
a.expand-more {
	padding-left: 16px;
	background: transparent url("/images/expand-down.jpg") no-repeat 0 11px;
	float: right;
}
a.expand-less {
	padding-left: 16px;
	background: transparent url("/images/expand-up.jpg") no-repeat 0 11px;
	float: right;
}


.box, .box-scroller {
	border:2px solid #bee26e;
	background-color:#e1f9ac;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#303030;
}
.box a:hover, .box a:active, .box a:focus {color:#df0000;}
.box-scroller {
	height: 400px !important;
	overflow: auto !important;
}
a.featured-more  {
	font-weight: bold;
	padding-left: 15px;
	background: transparent url("/images/featured-more.jpg") no-repeat 0 4px;
}
.box-links {
	text-align: right;
	margin-right: 8px;
}

.form-result {margin-left: 10px;}

#image-tools {padding-top: 20px;}
#photo #img-nav {position:absolute;width:610px;margin-top:-260px;padding-left:8px;padding-right:8px}
#photo #img-nav a:link, #photo #img-nav a:visited {width:50px;height:50px;text-indent: -100em; overflow: hidden}
#photo #img-nav #left {position:absolute;left:8px;display:none}
#photo #img-nav #right {position:absolute;right:35px;display:none}
#photo #img-nav #left:link, #photo #img-nav #left:visited {background:transparent url("/images/gallery-icon-left.png")}
#photo #img-nav #right:link, #photo #img-nav #right:visited {background:transparent url("/images/gallery-icon-right.png")}
#photo:hover #img-nav #right, #photo:hover #img-nav #left {display:block}

#photobanner {
	clear: both;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 15px;
	width: 610px;
	height: 60px;
	text-align: center;
}

#photo #img-bar {position:absolute;width:610px;margin-top:-445px;padding-left:8px;padding-right:8px}
#photo #img-bar a:link, #photo #img-bar a:visited {width:50px;height:50px;text-indent: -100em; overflow: hidden}
#photo #img-bar .r4 {position:absolute;right:206px;display:none}
#photo #img-bar .r3 {position:absolute;right:149px;display:none}
#photo #img-bar .r2 {position:absolute;right:92px;display:none}
#photo #img-bar .r1 {position:absolute;right:35px;display:none}
#photo #img-bar #like:link, #photo #img-bar #like:visited {background:transparent url("/images/gallery-icon-like.png")}
#photo #img-bar #flag:link, #photo #img-bar #flag:visited {background:transparent url("/images/gallery-icon-flag.png")}
#photo:hover #img-bar #flag, #photo:hover #img-bar #like, #photo:hover #img-bar #remove, #photo:hover #img-bar #edit {display:block}
#thumbnail-wrap {background:#DDDDDD;height:92px;overflow:hidden;padding-top:5px;width:569px;margin-left: 60px;}
#thumbnail-wrap #thumbnails {height:70px;width:10000px;position:relative;margin-left:0px}
#thumbnail-wrap #thumbnails img {border:#000 solid 4px;margin-left:8px;margin-right:8px}
#thumbnail-wrap #thumbnails .active-thumb {border:#fff solid 4px}
#thumbnail-wrap #thumbnails .inactive-thumb {border:#000 solid 4px}
#thumbnail-wrap #thumb-nav {position:absolute;width:570px;font-size:100%;margin-top:-75px}
#thumbnail-wrap #thumb-nav #left {position:absolute;left:-30px}
#thumbnail-wrap #thumb-nav #right {position:absolute;right:0px}
#thumbnail-wrap #thumb-nav a:link, #thumbnail-wrap #thumb-nav a:visited {width:30px;height:98px;text-indent: -100em; overflow: hidden}
#thumbnail-wrap #thumb-nav #left:link, #thumbnail-wrap #thumb-nav #left:visited {background:transparent url("/images/gallery-scroll-left.png")}
#thumbnail-wrap #thumb-nav #right:link, #thumbnail-wrap #thumb-nav #right:visited {background:transparent url("/images/gallery-scroll-right.png")}
#dispImage {
	background: #DDDDDD;
	width: 600px;
	height: 450px;
	text-align: center;
}

#comments-wrap {
	background: #FFFFFF;
	width: 600px;
}

#comments-wrap h3 {color: #0b5b35;}

#comments-wrap img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: #83bf00 4px solid;
}
#comments-wrap h4, #comments-wrap h3 {
	margin: 0;
}
/* Colour 1 - bee26e */
/* Colour 2 - 83bf00 */
/* Colour 3 - 0b5b35 */
.comment-box {
	background: #bee26e;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #0b5b35;
}
.comment-big {
	padding: 5px;
	border: 1px solid #0b5b35;
	background: #ddeedd;
	margin-bottom: 10px;
}
.comment-small {
	padding: 5px;
	border: 1px solid #0b5b35;
	background: #dddddd;
	margin-bottom: 10px;
}
.comment {
	clear: left;
}
.comment-small .comment {
	background: #eeeeee;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #0b5b35;
}
.comment-big .comment {
	background: #eeffee;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #0b5b35;
}

.comment-buttons {
	list-style: none;
	height: 30px;
	margin-top: 0px;
	margin-bottom: -8px;
	margin-left: -38px;
}
.comment-buttons li {
	display: inline;
	width: 30px;
	height: 25px;
}

#comments-wrap a.add, #comments-wrap a.like, #comments-wrap a.flag {
	width: 20px;
	height: 20px;
	border: 1px solid #222222;
	background: #FFFFFF;
	overflow: hidden;
	position: absolute;
	text-indent: -100em;
}
#comments-wrap a.add {
	background: url("/images/icon_add-friend.jpg") no-repeat 50% 50%;
	margin-left: 60px;
}
#comments-wrap a.like {
	background: url("/images/icon_like.jpg") no-repeat 50% 50%;
	margin-left: 30px;
}
#comments-wrap a.flag {
	background: url("/images/icon_flag.jpg") no-repeat 50% 50%;
}

.comment-footer {
	margin-bottom: 8px;
}

#messages {
	background: #EEEEEE;
	width: 633px;
	padding: 8px;
	border: 1px #999999 solid;
	margin-top: 3px;
}
#messages td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}
.tab-on, .tab-off {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 5px;
}
a.tab-on, a.tab-off {
	text-decoration: none;
	color: #666666;
}
a.tab-off:hover {
	text-decoration: underline;
}
.tab-on {
	font-weight: bold;
	background: #EEEEEE;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #EEEEEE solid;
}
.tab-off {
	border: 1px #999999 solid;
}
.read, .unread, .sent {
	position: absolute;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	text-indent: -100em;
}
.new-msg {
	font-weight: bold;
}
.read {
	background: url("/images/msg_read.jpg") no-repeat;
}
.unread {
	background: url("/images/msg_unread.jpg") no-repeat;
}
.sent {
	background: url("/images/msg_sent.jpg") no-repeat;
}

#product-list, #product-list ul {
	list-style: none;
	margin-left: -40px;
}
#product-list li {
	position: relative;
	float: left;
	width: 268px;
	height: 200px;
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.product-more {
	position: absolute;
	bottom: 0px;
}

.access-hidden {
	text-indent: 15px;
	background: transparent url("/images/access-hidden.gif") no-repeat 0 8px;
	}
.access-unknown {
	text-indent: 25px;
	background: transparent url("/images/access_unknown.gif") no-repeat;
	}
.access-none {
	text-indent: 25px;
	background: transparent url("/images/access_none.gif") no-repeat;
	}
.access-some {
	text-indent: 25px;
	background: transparent url("/images/access_some.gif") no-repeat;
	}
.access-full {
	text-indent: 25px;
	background: transparent url("/images/access_full.gif") no-repeat;
	}
.access-details {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 23px;
	background: #ffffff url("/images/access_arrow.jpg") no-repeat 0 50%;
}
.access-text {
	border-right: 2px solid #B8E2FB;
	border-top: 2px solid #B8E2FB;
	border-bottom: 2px solid #B8E2FB;
	background-color:#E8F6FF;
	padding: 15px 15px 0 15px;
}

#vip-promo {
	background: #FFFFFF;
	border: 1px solid #505050;
	padding: 10px;
	margin: 100px auto;
	width: 400px;
}

#linkinfo {
	position: absolute;
	padding: 8px 5px;
	width: 290px;
	height: 74px;
	background: #ffffff url("/images/info-popup.jpg") no-repeat;
	display: none;
	z-index:1000;
}

#skyscraper {
	position: relative;
	float: right;
	background: #dddddd;
	margin-top: 25px;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 15px;
	width: 120px;
	height: 600px;
}

#tweet-this {
	position: absolute;
	width: 238px;
	background: #fff url("/images/share.jpg") no-repeat 0 -10px;
	text-align: right;
}
#facebook-like {
	margin-bottom: 20px;
	margin-left: 243px;
	width: 55px;
}

#venue-data-swap, #vip-state-swap, #vip-info-swap, #account-info-swap, #friend-list-swap, #friend-request-swap, #friend-options, #photo-info-swap, #photo-wall, #private-messages {
	min-height: 100px;
	background: url("/images/aside-loading.gif") 50% 50% no-repeat;
}

/* Tube line colours */
.bakerloo {color: #FFF; background: #AE6118; text-decoration: none !important;}
.central {color: #FFF; background: #E41F1F; text-decoration: none !important;}
.circle {color: #113B92; background: #F8D42D; text-decoration: none !important;}
.district {color: #FFF; background: #00A575; text-decoration: none !important;}
.eastlondon {color: #113B92; background: #F2AD41; text-decoration: none !important;}
.hammersmithandcity {color: #113B92; background: #E899A8; text-decoration: none !important;}
.jubilee {color: #FFF; background: #8F989E; text-decoration: none !important;}
.metropolitan {color: #FFF; background: #893267; text-decoration: none !important;}
.northern {color: #FFF; background: #000000; text-decoration: none !important;}
.piccadilly {color: #FFF; background: #0450A1; text-decoration: none !important;}
.victoria {color: #FFF; background: #009FE0; text-decoration: none !important;}
.waterlooandcity {color: #113B92; background: #70C3CE; text-decoration: none !important;}
.dlr {color: #FFF; background: #00BBB4; text-decoration: none !important;}
.overground {color: #FFF; background: #F86C00; text-decoration: none !important;}

/* Top 10 list stying */
.top10_image {
	width: 500px;
	background: #ffffff !important;
	border: 0px !important;
}
.top10_image img {
	border: 1px solid #cccccc !important;
}
.top10_position {
	width: 45px;
	height: 45px;
	text-align: center;
	font-weight: bold;
	background: #BEE26E;
	font-size: 30px;
	color: #001e57;
}
.top10_title {
	padding-left: 10px;
	background: #ffffff !important;
	font-size: 135%;
	font-weight: bold;
}
.top10_image {
	padding-top: 10px;
	padding-bottom: 20px;
	background: #ffffff !important;
}
.top10_copy {
	padding-top: 8px;
}
