/* -------------------------------------------------------------- */
/* agecheck */
/* -------------------------------------------------------------- */
	#agecheck {
		text-align: center;
		background: url(../images/bg_agecheck.jpg) top center no-repeat #0b3516;
	}
	#agecheck #header {
		display: none;
		position: absolute;
		z-index: 1;
		top: 0;
    		text-align: center;
		margin:0 auto 0 auto;
		width:1000px;
		left: 50%;
		margin-left: -500px;
		
	}
	#agecheck #pagewrap {
		position: absolute;
		z-index: 100;
		text-align: center;
		width:1000px;
		top: 160px;
		left: 50%;
		margin-left: -500px;
	}
	#agecheck #pagewrap a {
		color:#ff0;
	}
	#agecheck #pagewrap a:hover {
		color:#fc0;
	}
	#agecheck #pagewrap form a {
		color:#000;
	}
	#agecheck .adult_oriented {
		background: #000;
		width:850px;
		padding:15px 0;
		margin:0;
		
		-moz-border-radius: 8px;
	 	-webkit-border-radius: 8px;
	 	border-radius: 8px;
	}
	#agecheck div {
		-moz-border-radius: 8px;
	 	-webkit-border-radius: 8px;
	 	border-radius: 8px;
	}

/* -------------------------------------------------------------- */
/* TOUR GLOBAL */
/* -------------------------------------------------------------- */
	em {
		font-style: italic;
		font-weight: bold;
	}
	td {
		vertical-align: top;
	}
	.tour {
		background: url(/images/bg_tour.jpg) top repeat-x #1b73db;
		font-family: arial, sans-serif;
	}
	.tour #wrapper {
		position: relative;
		width: 980px;
		margin: 0 auto;
	}
	.tour #content {
		margin-bottom: 15px;
	}
	.tour #content_inner_padding {
		background: url(/images/content_bg.jpg) top repeat-x #070707;
		border-top: 1px solid #5f5f5f;
		padding: 25px;
	}
	.tour #content .column {
		vertical-align: top;
	}
	.tour #content .column #left.col {
		width: 675px;
	}
	.tour #content .column #right.col .padding {
		padding-left: 13px;
	}
	.tour #content .column p { 
		color: #cecece;
	}
	.tour .join_banner a {
		display: block;
		text-align: center;
		background: #b72f00;
		padding: 10px 10px 10px 10px ;
		text-decoration: none;
		color: #ffdc50;
		font:normal normal bold 20px/100% georgia, times, serif;
		margin-bottom: 10px;
	}
	.tour .join_banner a:hover {
		text-decoration: underline;
	}

/* -------------------------------------------------------------- */
/* TOUR GLOBAL widget */
/* -------------------------------------------------------------- */
	.tour #content .column .widget {
		border-top: 1px solid #863b49;
		background: url(/images/entry_bg.jpg) top no-repeat #520a00;
		margin-bottom: 10px;
	}
	.tour #content .column .widget .widget_padding {
		padding: 20px;
	}
	.tour #content h3.widget_headline {
		font:normal normal bold 24px/100% helvetica, arial, sans-serif;
		color: #efb137;
		padding-bottom: 5px;
	}
	.tour #content .column .widget p.copy {
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #cecece;
		margin-bottom: 8px;
	}
	.tour #content .column .widget p.copy a {
		font:normal normal bold 14px/120% arial, sans-serif;
		color: #fc2;
	}
	.tour #content .column .widget ul.featured_items li {
		display: block;
		border-top: 1px solid #ccc;
	}
	.tour #content .column .widget ul.featured_items li a {
		display: block;
		font:normal normal bold 24px/100% helvetica, arial, sans-serif;
		padding: 9px 5px 5px;
		text-decoration: none;
		color: #d5d5d5;
	}
	.tour #content .column .widget ul.featured_items li a:hover {
		color: #fff;
		background: #ac311d;
	}
	.tour .widget ul.stats li {
		font: normal 24px/120% helvetica, arial, sans-serif;
		color: #cecece;
	}

/* -------------------------------------------------------------- */
/* TOUR GLOBAL header */
/* -------------------------------------------------------------- */
	.tour #header {
		position: relative;
		width: 980px;
		height: 507px;
	}
	.tour ul#tab_menu {
		position: absolute;
		display: block;
		bottom: 20px;
		left: 10px;
	}
	.tour ul#tab_menu li {
		display: inline;
		margin-left: 5px;
	}
	.tour ul#tab_menu li a {
		font: bold 22px/100% georgia, times, serif;
		text-decoration: none;
		color: #ffdc50;
	}
	.tour ul#tab_menu li a:hover {
	}
	.tour ul#tab_menu .smallbuttons {
		margin: 0 0 0 20px;
	}
	.tour h1#top_headline {
		display: block;
		position: absolute;
		text-indent: -9999px;
	}
	.tour h2#top_subhead {
		display: block;
		position: absolute;
		top: 70px;
		left: 20px;
		color: #fff;
		font:normal normal normal 22px/100% helvetica, arial, sans-serif;
	}
	.tour h3#groobyproduction {
		display: block;
		position: absolute;
		top: 28px;
		right: 30px;
		color: #eee;
		font:normal normal normal 14px/100% helvetica, arial, sans-serif;
	}
	.tour ul#top_links {
		display: block;
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.tour ul#top_links li {
		display: inline;
		margin-left: 20px;
	}
	.tour ul#top_links li a {
		color: #fff;
		font:normal normal normal 16px/100% helvetica, arial, sans-serif;
		text-decoration: none;
	}
	.tour ul#top_links li a:hover {
		text-decoration: underline;
	}

/* -------------------------------------------------------------- */
/* TOUR GLOBAL footer */
/* -------------------------------------------------------------- */
	#footer {
		clear: both;
		width:940px;
		margin: 20px auto 20px auto;
		text-align: center;
		color: #ccc;
	}
	#footer p{
		font: normal normal normal 10px/130% verdana, sans-serif;
		margin:8px 0 8px 0;
	}
	#footer #compliance {
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;
	}
	#footer a{
		color:#fc0;
		font-weight: bold;
	}
	
/* -------------------------------------------------------------- */
/* TOUR GLOBAL entry */
/* -------------------------------------------------------------- */
	.tour #content .column .entry {
		border-top: 1px solid #863b49;
		width: 677px;
		background: url(/images/entry_bg.jpg) top no-repeat #520a00;
		margin-bottom: 10px;
	}
	.tour #content .column .entry .entry_inner_padding {
		padding: 20px;
	}
	.tour #content .column .entry h3.entry_headline {
		font:normal normal bold 28px/100% helvetica, arial, sans-serif;
		color: #efb137;
		margin-bottom: 10px;
	}
	.tour #content .column .entry p.description {
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #cecece;
		border-top: 1px dotted #ccc;
		padding-top: 10px;
	}
	.tour #content .column .entry .thumbs {
		margin-bottom: 10px;
	}
	.tour #content .column .entry .thumbs .thumb_large {
		margin-right: 10px;
	}
	.tour #content .column .entry .thumbs .thumbs_cluster {
		display: block;
		position: relative;
		width: 205px;
		height: 265px;
	}
	.tour #content .column .entry .thumbs .thumbs_cluster .thumb {
		margin: 0 0 10px 10px;
	}
	.tour #content .column .entry span.date {
		font-weight: bold;
		color: #f4ac00;
	}
	/* ------------------------- */
	/* mainpic_cell */
	/* ------------------------- */
	.tour #content .column table.thumbs .mainpic_cell {
		position: relative;
	}
	.tour #content .column table.thumbs .mainpic_cell a img.playflash {
		position: absolute;
		bottom: 0px;
		right: 10px;
	}
	.tour #content .column table.thumbs .mainpic_cell a img.downloadwmv {
		position: absolute;
		bottom: 0;
		left: 0px;
	}

/* -------------------------------------------------------------- */
/* MEMBERSHIP BENEFITS page */
/* -------------------------------------------------------------- */
	
/* -------------------------------------------------------------- */
/* TOUR GLOBAL pagination */
/* -------------------------------------------------------------- */
	.tour .pagination_wrap{
		width: 100%;
		margin: 8px 0 10px;
	}
	.tour .pagination_wrap td{
		width: 50%;
	}
	.tour .pagination {
		display: block;
		text-decoration: none;
		font:normal normal bold 34px/100% helvetica, arial, sans-serif;
		color: #f4ac00;
	}
	.tour #back.pagination {
		padding-left: 32px;
		text-align: left;
		background: url(../images/arrow_left.png) top left no-repeat;
	}
	.tour #next.pagination {
		padding-right: 32px;
		text-align: right;
		background: url(../images/arrow_right.png) top right no-repeat;
	}

/* -------------------------------------------------------------- */
/* TOUR bottom_bar */
/* -------------------------------------------------------------- */
	.tour #bottom_bar {
		background: url(/images/entry_bg.jpg) top no-repeat #520a00;
		padding: 25px 0;
		margin-bottom: 10px;
	}
	.tour #bottom_bar .bottom_bar_col {
		width:33%;
		vertical-align: top;
	}
	.tour #bottom_bar #col_left_padding,
	.tour #bottom_bar #col_middle_padding,
	.tour #bottom_bar #col_right_padding {
		padding: 0 25px;
	}
	.tour #bottom_bar p.bottom_bar_copy {
		font:normal normal normal 13px/120% arial, sans-serif;
		color:#ccc;
	}
	.tour #bottom_bar #col_middle {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.tour .join_banner a {
		display: block;
		text-align: center;
		background: #ffe033;
		padding: 10px 10px 6px 10px ;
		text-decoration: none;
		color: #b43700;
		font:normal normal bold 18px/100% helvetica, arial, sans-serif;
		margin-bottom: 10px;
	}
	#frontpage.tour #bottom_bar .button {
		margin-top: 15px;
	}
	#frontpage.tour .join_banner a {
		display: block;
		text-align: center;
		background: #daba03;
		padding: 10px 10px 10px 10px ;
		text-decoration: none;
		color: #222;
		font:normal normal bold 20px/100% georgia, times, serif;
		margin-bottom: 10px;
		
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	#frontpage.tour .join_banner a:hover {
		text-decoration: underline;
	}
	
/* -------------------------------------------------------------- */
/* TOUR quotes */
/* -------------------------------------------------------------- */
	div#quotes_bar {
		background: #481d01;
		padding: 20px 0;
	}
	div#quotes_bar h3.widget_headline {
		margin: 0 20px;
		border-bottom: 1px dotted #ccc;
	}
	div#quotes_bar table td.bottom_bar_col {
		width: 33%;
	}
	div#quotes_bar table td.bottom_bar_col p.bottom_bar_copy {
		font: normal 12px/120% arial, sans-serif;
		padding: 10px 20px 0 20px;
		color:#ccc;
	}
	div#quotes_bar table #col_left_padding {
		padding-left: 0;
	}
	div#quotes_bar table #col_right_padding {
		padding-right: 0;
	}

/* -------------------------------------------------------------- */
/* TOUR FRONTPAGE */
/* -------------------------------------------------------------- */
	.tour h2.topsite {
		display: block;
		background: #481d01;
		padding: 10px;
		text-align: center;
		color: #ffcc00;
		font: bold 32px/100% georgia, times, serif;
	}

/* -------------------------------------------------------------- */
/* TOUR JOIN */
/* -------------------------------------------------------------- */
	#join.tour #header {
		position: relative;
		width: 980px;
		height: 119px;
	}
	#join.tour ul li {
		list-style: disc outside;
		margin-left: 20px;
	}

/* -------------------------------------------------------------- */
/* TOUR prev_updates */
/* -------------------------------------------------------------- */
	#prev_updates.tour #header {
		position: relative;
		width: 980px;
		height: 119px;
	}

/* -------------------------------------------------------------- */
/* TOUR billing-support */
/* -------------------------------------------------------------- */
	#billing_support.tour #header {
		position: relative;
		width: 980px;
		height: 119px;
	}
	#billing_support.tour #content .column .entry {
		border-top: 1px solid #863b49;
		width: 662px;
		background: #520a00;
		margin-bottom: 10px;
		margin-right: 15px;

	}
	#billing_support.tour .widget hr {
		margin: 30px auto;
	}
	#billing_support.tour .widget a {
		color:#fc0;
		text-decoration: underline;
	}
	#billing_support.tour h4.question {
		font:normal normal bold 18px/100% helvetica, arial, sans-serif;
		color: #f4ac00;
		margin: 0 0 10px 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #f4ac00;
	}
	#billing_support.tour p.answer {
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #ddd;
		margin-bottom: 20px;
	}
	#billing_support.tour p.answer a {
		font-weight: bold;
		color: #f4ac00;
	}
	#billing_support.tour p.description a {
		font-weight: bold;
		color: #f4ac00;
	}
	#billing_support.tour #password_problems ul li {
		list-style: disc outside;
		margin:10px 0 10px 30px;
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #ddd;
	}

/* -------------------------------------------------------------- */
/* agecheck */
/* -------------------------------------------------------------- */
	#agecheck {
		text-align: center;
		background: url(/images/bg_tour.jpg) top repeat-x #1b73db;
	}
	#agecheck.tour .header {
		background: url(/images/agecheck_header.jpg) top center no-repeat #1b73db;
		width: 980px;
		height: 118px;
		margin: 0 auto;
	}
	#agecheck #pagewrap {
		text-align: center;
		width:1000px;
	}
	#agecheck #pagewrap a {
		color:#ff0;
	}
	#agecheck #pagewrap a:hover {
		color:#fc0;
	}
	#agecheck #pagewrap form a {
		color:#000;
	}
	#agecheck .adult_oriented {
		background: #000;
		width:850px;
		padding:15px 0;
		margin:0;
		
		-moz-border-radius: 8px;
	 	-webkit-border-radius: 8px;
	 	border-radius: 8px;
	}
	#agecheck div {
		-moz-border-radius: 8px;
	 	-webkit-border-radius: 8px;
	 	border-radius: 8px;
	}


/* -------------------------------------------------------------- */
/* Free Tour Automated Area */
/* -------------------------------------------------------------- */

#tour_container			{ background-color:#efefef; padding:1px 10px;}
.tour_item					{ background-color:#FFFFFF; margin:0 10px 10px 0; }
.tour_item h2				{ font-family:Arial, Helvetica, sans-serif; color:#222; letter-spacing:-1px; font-style:normal; margin:2px 0; font-size:24px }
.tour_mainitemlink		{ float:left; display:block; width:400px; }
.tour_mainimage			{ float:left; }
.tour_thumbscontainer	{ }
.tour_thumblink			{ float:left; display:block; margin:0 0 5px 5px ;}
.tour_thumbimage		{}
.tour_clear					{ clear:both; height:10px;}
.tour_nextlink				{}
.tour_prevlink				{}
.tour_joinnowlink			{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }
.tour_nextlink				{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }
.tour_prevlink				{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }

