/**
 *	grabbed from yahoo fonts.css
 *	normalises font sizes across browsers
 */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe UI", Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	*font-size:small;*font:x-small;
	background-color: #F7F7F7;
}
table {
	font-size:inherit;font:100%;
}
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font:115% monospace;
	*font-size:100%;
}
body * {
	line-height:1.22em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe UI", Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
}

/* added for convenience, from INITIAL v2.1 by Faruk Ates */
/* Neutralize styling */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0; padding: 0;
}

li, dd, blockquote { margin-left: 1em; }

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* newnav */
#newnav {
	float: right;
	margin-top:30px;
	}
#newnav li {
	list-style: none;
	float: left;
	margin-left: 4px;
	line-height: 5px;
	}
#newnav li.first {
	margin-left: 0;
}
#newnav li a {
	font-family: "Segoe UI", Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	color: #595959; padding: 5px 8px 6px 8px;
	background: #E7E7E7;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#newnav li a:hover {
	background: #000;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#newnav li a.current {
	background: #000;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#newnav li a.current:hover {
	color: #fff;
}
/* /newnav */


/*******
*layout*
********/
html,body { 
	margin:0; 
	padding:0; 
	background-color: #F7F7F7; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe UI", Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
}

#headerwrapper {
	background-color: #fff;
	border-bottom: 2px solid #999;
	margin-bottom:10px;
}
#header {
	position:relative; 
	margin: 0 auto; 
	width: 1020px;
}
#wrapper { 
	width:1010px;
	margin:0 auto;
}
#container {
	width:745px; 
	float: none;
margin:0 auto;

}
#content {
	float:right;
	width:749px
}
#right-container {
	width: 750px;
	float: right;
}
#right-content {
	width: 139px;
	float: right;
}


#sidecontent	{
	float:left;
	width:240px;
}
#extra {
	clear:both;
	width:100%;
}
#footerwrapper {
	border-top: 2px solid #999;
	background-color: #fff; 
	position: relative; 
	margin-top: 1.5em;
}
#footer {
	margin:0 auto;
	position:relative;
	width:960px;
}

/**************
*generic rules*
***************/
.clear {
	clear:both; 
}
a {
	color: #646ADE; 
	font-weight: bold; 
	text-decoration: underline; 
}
a:hover { 
	color: #3333FF; 
}
img { 
	border: 0; 
}

h2 {
	margin:		0;
	display:	block;
	border-bottom: 0;
	font-weight:	bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe UI", Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color:		#000000;
	font-size:	14px;
	padding:	5px 0 0px 0.5em;
	height: 	20px;
	text-align: left;
}

h3 {
	font-size:16px;
	font-weight:bold;
margin:8px;
}

dd {
	margin-left: 0;
	margin-bottom: 0.7em;
	color: #555;
	font-size: 0.9em;
}
dt {
	margin-left: 0em;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 1.5; 
}

/* site-specific defaults */
.thumblinks, h2, a {

}

.box {
	background-color: #fff;
	padding: 0.3em;
	border: 1px solid #FF9000;
}

#sidecontent h2 { }

/*******
*header*
********/
#header {
	height:80px;
}

#header h1 {
	margin:0;
}

#header_left {
	width: 300px;
	height:80px;
	float: left;
	text-align:center;
	color:#dd0085;
}
#logo {
	background: 0;
	width: 300px;
	height: 60px;
	margin: 0;
	font-size:1px;
	color:#000;

}
#tagline { 
	font-weight: bold;
	text-transform: capitalize; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
	font-size: 0.95em;
	margin: 0 0 0.7em;
}
#intro {
	float: right;
	width: 50%;
	margin: 0;
	font-size: 0.95em;
	color: #404040;
	letter-spacing: -0.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 1.2;
	margin-top: 10px;
}
.bookmarklink {
	text-align: center;
	font-weight: bold;
	float: right;
	width: 50%;
	margin: 0.3em 0 0;
	font-size: 1em;
	line-height:1.5;
	color: #F359A6;	
}
.bookmarklink img {
	vertical-align:top;
}
.bookmarklink a {
	font-size: 1.2em;
}
/***********
*navigation*
************/
#nav {
	clear: both;	
	border-top: 2px solid #999;
	background-color: #FFFFFF;
	margin-bottom: 1em;
}
#nav ul {
	width: 960px;
	list-style: none;
	padding: 0;
	
	position: relative;
	top: -1px;
	margin: 0 auto 0;
	z-index: 10;
}
#nav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0.5em 0 0;
}
#nav ul a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #999;
	padding: 0.2em 0.4em 0.3em;	
	display: block;
	color: #000000
}
#nav ul li a.active:hover, #nav ul li a.active {
	background-color: #FFFFFF;
	border-top: 1px solid #fff;
	color: #000;
}
#nav ul a:hover {
	background-color: #cdcdcd;
	border: 1px solid #000066;
	color: #000;
}
/*****************
* Content section*
******************/
.generic-container {
	border: 1px solid #FFA6EB;
	background-color: #FFFFFF;
	clear: both;
}
	.movieroom-ad {
	margin-bottom: 6px;
	background-color: #000000;
}
	.movieroom-text {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14;
	text-align: justity;
}
/****************
*Topmost Toplist*
****************/
ul.hightop {
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}
.hightop li {
	width: 322px;
	float: left;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	margin: 0;
	padding-left: 1px;
	padding-top: 2px;
}
.hightop li a {
	font-size: 18px;
	border-bottom: none;
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}
.hightop li a:hover {
	color: #FF00FF;
}
.hightop b {
	font-weight: bold;
	font-size: 15px;
	color: #CC0099;
}
/********************
*mid-section toplist*
*********************/
.toplinks {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFF;
	border: 0;
	width:998px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}
.toplinks h2 {
	border-bottom: 0;
	background: 0;
	font-size:14px;
	height:14px;
}

.toplinks ul {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
	border: 0;
	float:left;
	width:166px;
}

.toplinks ul li {
	width: 200px;
	height:16px;
	display: block;
	padding: 2px 0px 3px 4px;
	margin: 0px;
	font-size: 12px;
	white-space:nowrap;
}

.toplinks ul li a {
	font-size: 13px;
	border-bottom: none;
	text-decoration: underline;
	color: #000;
	font-weight: normal;
	display: inline;
}

.toplinks li a:hover {
	color: #FF0099;
}

.toplinks ul li b {
	font-size: 11px;
	color: #FF0099;
	font-variant: normal;
}

ul.toplist {
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}
.toplist li {
	width: 296px;
	float: left;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
height: 4em;
	display: block;
	margin: 0;
	padding-left: 2px;
	padding-top: 2px;
}
.toplist li a {
	font-size: 20px;
	border-bottom: none;
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}
.toplist li a:hover {
	color: #FF00FF;
}
.toplist b {
	font-weight: bold;
	font-size: 20px;
	color: #CC0099;
}
/*************************
* mid-section thumb links*
**************************/
.thumblinks {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
	color: #000000;
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
	border: 0;
	margin-bottom:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  z-index:10;
  position:relative;
}
.thumblinks-catpage {
	color: #000000;
	text-align: center;
	padding: 0;
	border: solid #999 1px;
	border-top: 0;
	background-color: #FFFFFF;
}
.thumblinks a {
	color: #660000;
	text-transform:capitalize;
}

div.thumblinks-text {
	clear: both;
	font-size: 0.8em;
	text-align: justify;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color:#EFEFEF;
	border-top:0;
	visibility:hidden;
	height:0;
}
.thumblinks p a 		{
	color: #3300FF;
}
.thumblinks p a:hover {
	color: #6600CC;
}
.thumblinks p {
	clear: both;
	font-size: 0.9em;
	text-align: justify;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-right: 0.5em;
	background-color:#FFFFFF;
	border-bottom:solid #999 1px;
	padding-left: 0.5em;
	width: 586px;
}
/*******
*videos*
*******/
ul.videos {
	margin:0;
}
ul.videos li {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	float: left;
	width: 362px;
	margin: 0;
	text-align: center;
	padding: 0 4px 3px 4px;
	position:relative;
}
ul.videos li a img {
	border: 1px solid #595959;
	position:relative;
	margin: 0 0 3px 0;
}
ul.videos li a:hover img {
	border: 1px solid #334665;
}

ul.videos li .vid_rollover {
	z-index:1;
	display:none;
}

ul.videos li:hover .vid_rollover {
	position:absolute;
	margin:85px 148px;
	width:70px;
	height:70px;
	background: url('/tgp/i/img/video-play-button.png') no-repeat;
	display:block;
}
/*****
*pics*
******/
.thumblinks ul.pics {
	list-style: none;
	width: 100%;
	display: relative;
	margin-top: 0;
	padding-top:2px;
	padding-left:4px;

}
.pics li {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	width: 184px;
	margin: 0;
	text-align: center;
	padding: 0;
}

.pics li a img {
	margin: 0 0 2px 0;
	border: 1px solid #595959;
}
.pics li a:hover img {
	border: 1px solid #334665;
}
/*****
*more*
******/			
.morelinks {
	background-color: #505050;
	color: #f0f0f0;
	font-weight: bold;
	text-align: center;
	padding: 0.3em;
	margin: auto -0.3em 1.5em;
}
.morelinks a {
	color: #FFFFCC;
}
.morelinks a:hover {
	color: #FFFF00;
}
/********
*reviews*
*********/
.reviewBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	width: 400px;
	border: 1px solid #999999;
	text-align: center;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}


ul.aff-tabs {
	width:740px;
	list-style: none;
	padding: 0px;	
margin:0;
}
ul.aff-tabs li a {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4); 
	color:#dd0085;
	display: block;
	padding: 0.3em 0.4em 0.3em;
	margin-top:1px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.aff-tabs li {
	float: right;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background: #FFF;
	border: 0;
	margin-bottom:10px;
text-transform:capitalize;
}

.aff-tabs ul li a.active:hover, .aff-tabs ul li a.active {
	background-color: #909;
	border-top: none;
	color: #000;

}

div.aff-tabs {
	margin: 0 0 20px 0;

}

ul.aff-tabs li a:hover {
	
	background-color: #000;
	color: #FFF;
}

/*************
*Side content*
**************/
.category_menu h2 {
	margin-right: 0px;
	border: 0;
	background: #FFF;
	color: #000;
	border-bottom: 0;
	height:20px;
	font-size:14px;
}

.category_menu {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}
.category_menu ul {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000000;
	list-style: none;
}
.category_menu ul li {
	display: block;
	margin-bottom: 0;
	margin-left: 0;
padding-left:0;
}
.category_menu ul li a {
	font-size: 13px;
	padding: 2px 0px 2px 15px;
	color: #595959;
	text-transform: Capitalize;
	display: block;
	height: 18px;
	background-color: #FFF;
	margin: 0;
	border-bottom: 0;
	border-top: 0;
}
.category_menu ul li a:hover {
	color: #000000;
	display: block;
	border: 0;
	background: #EFEFEF;
}

.side_toplist h2 {
	border: 0;
	background: #fff;

}

.side_toplist {
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 0;
	background-color:#fff;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}

.side_toplist img {
	border: 1px #000 solid;
}

.side_toplist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0;
}
.side_toplist li {
	display: block;
	list-style: none;
	font-size: 12px;
	color: #FF0099;
height:15px;
	font-weight:bold;
	border-bottom: 0;
	padding: 4px 0 3px 0;
	margin-left:0;
}
.side_toplist b {
	color:#0000FF;
	font-size: 12px;
}
.side_toplist li a {
	font-size: 13px;
	padding: 2px 0px 2px 15px;
	color: #595959;
	text-transform: Capitalize;
	display: block;
	background-color: #FFF;
	margin: 0;
	border-bottom: 0;
	border-top: 0;
}
.side_toplist li a:hover {
	color: #000000;
	display: block;
	border: 0;
	background: #EFEFEF;
}
/**
 * Ads 
 */
a.aff-link {
	color: #660066; 
	font-weight: bold;
	font-size: 16px;
}
.ad-adultfriendfinder {
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
	border: solid 1px #FFF;
	margin-bottom: 0;
	background-color: #FFF;
	padding: 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
width:745px;
}
.ad-adultfriendfinder iframe {
	margin: 0 auto;
}
.ad-adultfriendfinder p {
	font-size:12px;
	margin:0.9em 0 0 0; text-align:justify;
padding:0 8px;
}
h2#adultfriendfinder {
	background:#fff;
	display: block;
	border: 0;
	border-bottom:0;
}
h2#adultfriendfinder a {
	font-size: 14px;
}
div#ad-webcams {
	border: 1px solid #FFA6EB;
	margin-bottom: 10px;
	background-color: #FFF6FE;
}
.ads p {
	font-size:0.9em;
	margin:0; 
	text-align:justify;
	padding: 4px;
}
.sidead h2 {
	border: 0;
	background:#fff;
}
.sidead {
	background-color: #fff;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	margin:0 10px 10px 0;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}

.sidead p {
text-align:justify;
padding:10px;
margin:0;
}
.sidead a {
font-size:24px;
font-weight:bold;
color:#000;
}
.sidead img {
	border: 1px #000 solid;
	margin:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*******
*footer*
********/
#footer-notice {
	float: left;
	width: 250px;
	text-align: center;
}
h2#usc2257notice {
	background: none;
	display: block;
	border: 0;
	font-size: 1.1em;
	text-transform:
	capitalize;
	margin: 5px 0 0;
	padding: 0;
}
#usc2257notice a {
	color: #000;
	margin-top: 0;
	display: block;
}
#copyright, #irca {
	margin: 0;
	line-height: 1.3;
	font-size: 0.9em;
}
#footer-webmasters-signup {
	font-size: 0.8em;
	margin: 0.3em 0 0.2em;
}

#footer-links {
	float: right;
	width: 590px;
	text-align: center;
	margin-top: 6px;
}
#footer-links li {
	list-style: none;
	margin: 0 0 0.2em;
	padding: 0;
	float: right;
	display: block;
	width: 11em;
}
#footer-links li a {
	color: #AA0063;
	font-size: 0.9em;
	font-weight: normal;
}
#footer-links li a:hover {
	color: #F000C0;
}
.jmbfoot {
visibility:hidden;
}
.jmbfoot a {
	color: #000000;
	font-size: 10px;
}
/*************
*GalleryStuff*
*************/
.galCopy {
	text-align: justify;
}
.galLink {
	text-align: center;
}
.galLink a {
display:block;
	font-size: 18px;
	text-transform: uppercase;
	color: #dd0085;
padding: 5px 8px 6px 8px;
	background: #F7F7F7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
margin:5px;
line-height:28px;
}
.galLink a:hover {
	background: #000;
	color: #FFF;
}
h2 a {
	color: #990066;
}

.thumblinks h2 a {
	text-transform: uppercase;
	font-size: 14px;
}
/************
*ReviewStuff*
************/

.reviews-container {
	border: 0;
	margin-bottom: 10px;
	background:0;
	padding: 0 0.5em 0.5em;
}

.reviews-container h3 {
font-size:16px;
margin:0;
}

.review-container {
	color: #000000;
	text-align: center;
	padding: 0;
	background: none;
	border: 0;
	margin-bottom:15px;
	margin-left:-15px;
}

.review-left {
	font-size: 12px;
	float: left;
	width: 540px;
	border:0;
	background:#FFF;
	margin-right:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.review-text {
	font-size: 13px;
	line-height:18px;
	text-align: justify;
	padding: 5px 12px 10px 15px;
}
.review-text p {
	font-size: 13px;
	line-height:18px;
}
.review-text a {
	color: #dd0085;
}
.review-right {
	font-size: 12px;
	width: 212px;
	float: right;
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.review-right p {
}

.review-right a {
	font-size: 14px;
	font-weight: bold;
	color: #dd0085;
	text-align: center;
}

.review-text-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	width: 200px;
	background-color: #EFEFEF;
	margin: 5px 0 0 10px;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.review-left-links li {
	list-style-type:none;
}

.review-left-links li a {
	float:left;
	width:31%;
	padding: 7px 0px 7px 5px;
	font-size: 18px;
	background-color: #915;
	margin: 3px 6px 7px 0px;
	border: 0;
	border-right: 0;
	display: block;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.review-left-links li a:hover {
	background: #000;
}

.review-right-content {

}
.review-right-links li {
	margin:0;
}
.review-right-links li a {
	background-color: #915;
	margin: 3px 5px 7px 5px;
	padding: 7px 0px 7px 5px;
	font-size: 18px;
	display: block;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.review-right-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.review-right-links li a:hover {
	background-color: #000;
}
.review-right-content h3 {
	margin: 0px;
	padding: 5px 0px 2px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #990066;
}
.review-right-content p {
	margin: 0px;
	padding: 5px 0px 2px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #990066;
}
.review-pics li {
	padding: 2px;
	background-color: #FFFFFF;
	border: 0;
	display: block;
	margin: 0;
	text-align: center;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
.review-pics ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.review-pics li img {
	border: solid 1px #000000;
	padding: 0;
	margin: 0;
}
.review-rundown ul {
	margin: 0 0 0 6px;
	padding: 0px;
	text-align:left;
}
.review-rundown li {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 22px;
}
.review-summary {
width:auto;
}
.reviews-summary {
	width: 745px;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0;
	margin-top: 5px;
background:#FFF;
}
.review-summary-left {
	width: 250px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #990066;
	padding: 5px;
	padding-bottom: 20px;
	background: #FFF;
border:0;
	border-right: 1px solid #999;
	border-bottom: 0;
}
.review-summary-left img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.review-summary-right {
	float: right;
	text-align: justify;
	font-size: 12px;
	padding: 14px;
	width: 456px;
}
.review-summary-links {
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
}
.review-summary-links a {
	color: #FFF;
	text-transform: capitalize;
}
.review-button-left {
	float: left;
	background: url('/tgp/img/reviews/review-button-left.gif') no-repeat;
	width: 14px;
	height: 28px;
}
.review-button-center {
	font-size: 14px;
	float: left;
	background: url('/tgp/img/reviews/review-button-center.gif') repeat-x;
	width: auto;
	height: 28px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.review-button-center {
	color: #FFF;
}
.review-button-right {
	float: left;
	background: url('/tgp/img/reviews/review-button-right.gif') no-repeat;
	width: 14px;
	height: 28px;
}

.review-page-fix {
	margin-left: -15px;
	margin-top: 15px;
	background:#FFF;
	width:745px;
}

.right_trades {
	margin-top: 0;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999;
}
.right_trades a {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

.right_trades img {
	border: 1px solid #999;
	background-color: #FFFFFF;
	margin: 8px 7px 2px 7px;
	display: block;
}
h2#rightcolumn2 {

	background:	#fff url(/tgp/i/header/hdbg5.gif) repeat-x;
	display: block;
}
div.toplinks strong {
	font-size: 18px;
	color: #CC0000;

}
div.toplinks b {
	font-size: 16px;
	color: #000099;
}
ul.verytop {

	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;


}
.verytop li a {
	font-size: 16px;
	border-bottom: none;
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.verytop li a:hover {
	color: #FF0000;
}
.verytop li {
	width: 213px;
	height:24px;
	display: block;
	padding: 2px 0px 3px 4px;
	margin: 0px;
	font-size: 10px;
}

ul.verytop b {
	font-size: 16px;
	color: #990000;
	font-variant: normal;

}
.verytop p {
	margin: 0px;
	padding: 0px 0px 1px 0px;

}
div.gallerytrades {
	padding: 0;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 0.5em;
}
div.verybottom {
	float: left;
	width: 180px;
	margin-top: 1px;
}

ul.verybottom {

	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}
.verybottom li a {
	font-size: 12px;
	border-bottom: none;
	text-decoration: underline;
	color: #336600;
	font-weight: bold;
}
.verybottom li {
	width:180px;
	display: block;
	padding: 2px 0px 3px 4px;
	margin: 0px;
	font-size: 12px;
}

ul.verybottom b {

	font-weight: bold;
	font-size: 12px;
	color: #0000FF;
}
.verybottom p {
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	font-size: 12px;

}
h2#trade {
	border: solid 1px #FFA6EB;
	margin-right: 7px;
}
h2#categories {
	margin-right: 20px;
	border: solid 1px #000000;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 0;
	background: #FFF;
}
h2#galleries {
	border: 0;
	margin-top:0;
background: 0;
}
h2#ad-center {
	border: solid 1px #FFA6EB;
	background: url(/tgp/i/header/hdbg1.gif) repeat-x #fff;
	border-bottom: 0;
	margin-top:5px;
}

/**************
*Gallery Stuff*
**************/
#image_page_wrapper {
	width: 1044px;
	margin:0 auto;
	text-align: center;
}

#large_image {

}

#large_image img {
	background-color: #FFF;
	padding: 8px;
	border: solid 2px #FFF;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#large_image img:hover {
	background-color: #000;
}

#large_image p {
	margin: 25px 0;
}

#large_image p a {
	color: #906;
	font-size: 2em;
	text-transform: capitalize;
        padding: 5px 10px 6px 10px;
	background: #FFF;
	border:2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#large_image p a:hover {
	color: #FFF;
	background: #000;
	border:2px solid #000;
}

#gallerybox {
	float: left;
	padding: 8px;
}

#gallerybox img {
	border: solid 1px; 
}

.thumb_gallery {
	padding: 5px 13px;
}

#image_page_aff_wrapper {
	width: 800px;
	margin: 0 auto;
}

#tour_links {
	margin: 10px 0;
}

div.tour_button {
	border: solid 2px #000;
	width: 241px;
	float: left;
	display: block;
	text-align: center;
	height: auto;
	font-size: 18px;
	margin-right: 5px;
	color: #C2A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
div.no-margin {
	margin: 0;
}
div.tour_button a {
	padding: 5px 0;
	background-color: #FFF;
	width: 239px;
	border: solid 1px #FFF;
	display: block;
	font-size: 18px;
	color: #915;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.tour_button a:hover {
	background-color: #915;
	color: #FFF;
}
div.tour_button p {
	line-height: 17px;
	text-align: justify;
	font-size: 12px;
	background-color: #000;
	border-top: 0;
	margin: 0;
	padding: 4px;
	color: #FFF;
	height: 50px;
}
.splash-ad {
	background:#FFF;
	font-family:Verdana, Arial, Helvetica;
	width:743px;
}
.splash-ad img {
border: 1px solid #000;
}
.splash-ad h2 {
	color:#F00;
	font-size: 26px;
	font-family:Verdana, Arial, Helvetica; 
	text-transform: capitalize;
	padding:0;
	margin:0;
	height:36px;
	text-align:center;
}
.splash-ad-left {
	float:left;
	margin:0 10px 10px 10px;
	width:260px;
}
.splash-ad-right {
	padding:6px 6px 6px 0;
	float:right;
	width:446px;
}
.splash-ad-copy {
	text-align:justify;
	font-size: 13px;
	padding:6px;
}
.splash-ad-copy b{
	color:#00F;
}
.splash-ad-links {
	width:420px;
	margin-top:5px;
}
.splash-ad-tour-link {
	width:200px;
	float:left;
}
.splash-ad-tour-link a {
	color:#00F;
	font-size:18px;
}
.splash-ad-join-link {
	width:220px;
	float:left;
}
.splash-ad-join-link a {
	color:#070;
	font-size:18px;
}
.smallcopy {
	color:#F00;
	font-size:10px;
}

#content h1 {
	font-size:24px;
	text-align:center;
	margin:0;
}
.page-description {
	font-size: 12px; 
	text-align:justify;
	padding:5px;
	background:#FFF;
	border:0;
}

.video-embed {
	text-align:center;
	background:#FFF;
	border:0;
 }
.video-embed p {
	width:auto;
	font-size: 13px;
	text-align:justify; 
	padding: 0 10px;
	border:0;
}
.video-link a {
	background-color: #915;
	margin: 3px 5px 7px 5px;
	padding: 12px 0px 12px 0px;
	font-size: 20px;
	display: block;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.video-link a:hover {
	background:#000;
}
.model_info {
	width: 47%;
	float:left;
	background:#F7F7F7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:5px;
	padding:5px;
}

.model_info_image {
	float:left;
	padding: 5px;
}
.model_info_image img {
	border:solid 2px #CCC;
}
.model_info_data {
	text-align:left;
	padding-top: 10px;
}
.model_info li, .model_info li a {
	list-style-type:none;
	font-size: 14px;
}
.model_info .model_copy {
	background:#FFF;
	text-align:justify;
	padding:10px;
	font-size:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btns {height:146px;width:727px;border:1px solid #EFEFEF;margin: 0 auto;margin-top:8px;background:url('/img/btn_bg.jpg') repeat-x bottom;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.btns .title{height:20px;border-bottom:1px solid #EFEFEF;font-size:14px;font-weight:400;color:#2e2e2e;text-align:left;padding:5px 0 0 12px;background:#FFF;}
.btns .title .dl{float:left;font-weight:bold;}
.btns .title .dlname{float:left;font-weight:bold;color:#009;}
.btns .title .fav{float:right;position:relative;top:0;right:10px;height:25px;}
.btns .title .fav a{font-size:11px;color:#1A53bd;text-decoration:underline;}
.btns .btnbg{background:url('/img/btn_bg.jpg') repeat-x #EFEFEF;width:145px;height:120px;float:left;border:0;text-align:center;}
.btns .btnbg:hover{background:#EFEFEF;}
.btns .btnbg p {margin:0 auto;padding:0;background: 0; text-align:center;}
.btns .btnbg .top{height:28px;line-height:28px;color:#2e2e2e;font-weight:bold;}
.btns .btnbg .dl{height:65px;}
.btns .btnbg .btm{height:25px;line-height:25px;color:#2e2e2e;font-weight:400}
.btns .btnbg .btm a{font-weight:700;color:#1a53bd}
.moviemain .lhs .btns .btnbg .btm strong{color:#1a53bd}

.model-matrix {
	color: #000000;
	padding: 0 0 5px 5px;
	background-color: #FFFFFF;
	border: 0;
	margin-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}
.model-matrix li {
	list-style-type:none;
	float:left;
	padding:3px;
	margin:5px;
	padding:0;
	height:150px;
	width:112px;
}

.model-matrix li img {
	border:solid 1px #000;
	position:absolute;
	height:150px;
	width:112px;
}

.model-matrix li a {
	text-decoration: none;
}

.model-matrix li a p {
	text-decoration: none;
	color:#000;
	position:relative;
	top:135px;
	left:1px;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin:0;
	padding-left:2px;
	display:block;
	width: 110px;
	height:16px;
	background:#FFF;
	opacity:.80;
	filter:alpha(opacity=80); /*IE8 and Earlier*/
}

.model-matrix li a:hover p {
	opacity:1.0;
	filter:alpha(opacity=100); /*IE8 and Earlier*/
}

.shadow {
box-shadow: 0px 1px 2px rgba(0,0,0,0.4);-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.top5toplist {
    margin: 0 auto;
    float: left;
    left: 50%;
    position: relative;
  z-index:0;
  margin-bottom:-9px;
}

.top5wrapper {
text-align: justify;
float: left;
position: relative;
right: 50%;
z-index:0;
}

.top5toplist li {
z-index:0;
white-space:nowrap;
max-width:145px;
list-style-type:none;
float: left;
padding: 5px 6px;
margin: 2px 2px 4px 2px;
text-align: center;
background: #FFF;
border-radius:3px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
font-size: 9px;
position: relative;
}

.camleft {
float:left;
width:50%;
margin-right:20px;
text-align:center;
}

.top5toplist li a {
color: #850066;
font-weight:bold;
font-size: 13px;
}

#ad-webcams h2 {
  display:block;
  height:55px;
font-size: 26px;
font-weight:bold;
text-align:center;
line-height:30px;
}

#ad-webcams h3 {
color:#700;
font-size: 22px;
font-weight:bold;
text-align:center;
}

#ad-webcams h4 {
color:#090;
font-size: 14px;
font-weight:bold;
text-align:center;
}

#ad-webcams a {
font-size: 16px;
  color: #00F;
}
.style1 {color: #E6C4DA}

.box {
color: #000000;
padding: 5px 5px;
background-color: #FFFFFF;
border: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}
.index-review {
padding:5px 6px;
text-align:center;
}
.index-review p {
text-align: justify;
padding:0px 5px;
background:#FCFCFC;
line-height:14px;
}
.index-review a {
font-size: 16px;
text-transform:uppercase;
color:#DD0085;
font-weight:bold;
}
.one-fourth {
width:23%;
float: left;
margin: 5px 10px 5px 0;
}
.last {
margin-right:0;    
}
.adzone {
width:auto;
margin:0 auto;
padding:5px;
padding-right:15px;
height:250px;
}

.adzone li {
width:46%;
float:left;
padding:0 5px 0 0;
list-style-type:none;
text-align:center;
}
