html, body {
	margin: 0;
	padding:0;
	height:100%;
	font-family:Arial, Verdana, Tahoma;
	font-size:11px;
}

img {
	border:0;
}

.content-left
	{
	float:left;
//	margin:4px;
	margin-left:5px;
	margin-right:6px;
//	margin-top:6px;
	padding:8px;
	width:640px;
	vertical-align:top;
	background-color:#a2a2a2;
}
.content-right
	{
	float:left;
//	margin:4px; auto;
//	margin-top:6px;
	margin-right:6px;
	padding:0px 0 0px 0;
	width:300px;
	vertical-align:top;
	background-color:#d7d7d7;
}

#wrapbody {
        width:1000px;
        margin:0 auto;
        padding:0;
}
#wrapcontent {
        width:973px;
//        background-color:#ffffff;
	padding-top:6px;
}




.pod-padding{
	padding: 0 12px;
}

/* START CUSTOM STUFF (NONGLOBAL) */


.shadow {
	background-image: url(/templates/avnav/greekimages/shadow.png);
	background-repeat:repeat-y;
	background-position:left;
	width:973px;
	margin:0 auto;
	padding:0 12px 0 12px;
}
.bg-white {
	width:973px;
	padding:0;
	margin:0;
	background-color:#fff;
	display:inline-block;
}
.hor-sep {
	display:inline-block;
	height:12px;
	clear:both;
}
img.headtitle
	{
	border:0;
	margin-bottom:11px;
}
br.clear
	{
	clear:both;
}
.red
	{
	color:#c51d25;
}
.mov
	{
	color:#502573;
}
select
	{
	font-size:12px;
}
.pbot10
	{
	padding:10px 0 10px 0;
}

/* ############### GLOBAL LINKS : starts ############### */
.home a:link, .home a:active, .home a:visited
	{
	color:#c51d25;
	text-decoration:none;
}
.home a:hover
	{
	color:#000000;
	text-decoration:underline;
}
.business a:link, .business a:active, .business a:visited
	{
	color:#015fa2;
	text-decoration:underline;
}
.business a:hover
	{
	color:#000000;
	text-decoration:underline;
}
.home a.black:link, .home a.black:visited, .home a.black:active 
	{
	color:#000000;
	text-decoration:underline;
}
.home a.black:hover
	{
	color:#c51d25;
	text-decoration:underline;
}
.business a.black:link, .business a.black:visited, .business a.black:active 
	{
	color:#000000;
	text-decoration:underline;
}
.business a.black:hover
	{
	color:#015fa2;
	text-decoration:underline;
}
.gay a:link, .gay a:active, .gay a:visited
	{
	color:#502573;
	text-decoration:underline;
}
.gay a:hover
	{
	color:#000000;
	text-decoration:underline;
}

/* ############### GLOBAL LINKS: starts ############### */

/* ############### FOOTER : starts ############### */
.footer {
	text-align:center;
	line-height:140%;
	padding-top:20px;
	color:#4d4d4d;
}
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
.footer a:hover {
	text-decoration:none;
	color:#000000;
	text-decoration:underline;
	font-size:12px;
}
/* ############### FOOTER : ends ############### */

/* ############### VARIOUS BUTTONS : starts ############### */
/* SMALL WHITE BUTTON */
.whitesmall_left{
	background-image:url("/templates/avnav/greekimages/whitesmall_btn_left.png");
	background-repeat:no-repeat;
	height:16px;
	display:block;
	float:left;
	padding:1px 10px 0px 20px;
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
.whitesmall_left:hover{
	color:#c51d25;
}
.whitesmall_right{
	background-image:url("/templates/avnav/greekimages/whitesmall_btn_right.png");
	width:10px;
	height:17px;
	float:left;
	margin:0 0 0 0;
	text-indent:-99999px;
}
/* SMALL GREY BUTTON */
.greysmall_left
	{
	background-image:url("/templates/avnav/greekimages/greysmall_btn_left.png");
	background-repeat:no-repeat;
	height:16px;
	display:block;
	float:left;
	padding:1px 10px 0px 20px;
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
 a.greysmall_left:link, a.greysmall_left:visited,  a.greysmall_left:active
	{
	color:#000000;
	text-decoration:none;
} 
.home  a.greysmall_left:hover
	{
	color:#c51d25;
	text-decoration:none;
}
.business  a.greysmall_left:hover
	{
	color:#015FA2;
	text-decoration:none;
}
.gay .a.greysmall_left:hover
	{
	color:#502573;
	text-decoration:none;
}
.greysmall_right
	{
	background-image:url("/templates/avnav/greekimages/greysmall_btn_right.png");
	width:10px;
	height:17px;
	float:left;
	margin:0 0 0 0;
	text-indent:-99999px;
}
/* TRANSPARENT BUTTON */
.trans-arrow{
	background-image:url("/templates/avnav/greekimages/transarrow.png");
	background-repeat:no-repeat;
	height:17px;
	display:block;
	float:left;
	padding:1px 0 0px 12px;
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
.trans-arrow:hover{
	color:#c51d25;
}
.gay .trans-arrow:hover  /* for GAY */
	{
	color:#502573;
}

/* BLUE ARROW LEFT WITH BLUE LINK */
.business .blue-arrow-left
	{
	padding:0 0 0 14px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/blue-arrow-left.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:inline-block;
	clear:both;
	height:11px;
	line-height:11px;
	font-weight:bold;
	float:left;
}
.business .blue-arrow-left a:link, .business .blue-arrow-left a:active, .business .blue-arrow-left a:visited
	{
	color:#015fa2;
	text-decoration:none;
}
.business .blue-arrow-left a:hover
	{
	color:#000;
}
/* ############### VARIOUS BUTTONS : ends ############### */





/* ############### ICON NAV LINKS : starts ############### */
/* BUY SEX TOY */
a.buy-sex-toy:link, a.buy-sex-toy:active, a.buy-sex-toy:visited  /* for home */
	{
	color:#000000;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-basket25.png);
	background-repeat:no-repeat;
	background-position:5px;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 2px 26px;
	height:20px;
	line-height:20px;
  	white-space:nowrap;
}
a.buy-sex-toy:hover  /* for home */
	{
	color:#c51d25;
	text-decoration:none;
}
.gay a.buy-sex-toy:hover  /* for GAY */
	{
	color:#502573;
	text-decoration:none;
}
a.watch:link, a.watch:active, a.watch:visited  /* buy-sex-toy */
	{
	color:#000000;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-watch25.png);
	background-repeat:no-repeat;
	background-position:5px;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 2px 16px;
	height:20px;
	line-height:20px;
  	white-space:nowrap;
}
a.watch:hover
	{
	color:#c51d25;
	text-decoration:none;
}
.gay a.watch:hover
	{
	color:#502573;
	text-decoration:none;
}
/* ############### ICON NAV LINKS : ends ############### */




/* BOTTOM ARTICLES NAV  : starts */
.home .artsnav_left , .business .artsnav_left, .gay .artsnav_left
	{
	background-image:url("/templates/avnav/greekimages/artsnav-bg.gif");
	background-repeat:no-repeat;
	height:21px;
	display:block;
	line-height:21px;
	float:left;
	padding:0 0 0px 10px;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.home .artsnav_left:hover, .business .artsnav_left:hover
	{
	color:#c51d25;
	text-decoration:none;
}
.home .artsnav_right, .business .artsnav_right, .gay .artsnav_right
	{
	background-image:url("/templates/avnav/greekimages/artsnav-r.gif");
	background-repeat:no-repeat;
	width:10px;
	height:21px;
	float:right;
	margin:0 0 0 0;
	text-indent:-99999px;
}
.artsnav
	{
 	 position:relative;
 	 display:block;
 	 margin:15px 13px 10px 13px;
}
.artsnavl2
	{
 	 position:relative;
 	 display:block;
 	 margin:5px 13px 20px 13px;
 }
.artsnav-bl, .artsnavl2-bl
	{
  position:absolute;
  left:0;
  bottom:0;
}
.artsnav-br, .artsnavl2-br
	{
  position:absolute;
  right:0;
  bottom:0;
}
/*  for home */
.home .artsnav-bl a:link, .home .artsnav-bl a:visited, .home .artsnav-bl a:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#c51d25;
	background-image:url("/templates/avnav/greekimages/red-arrow-left.png");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
.home .artsnav-bl a:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-left.png");
	background-repeat:no-repeat;
	background-position:left;
}
.home .artsnav-br a:link, .home .artsnav-br a:visited, .home .artsnav-br a:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#c51d25;
	background-image:url("/templates/avnav/greekimages/red-arrow-right.png");
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}
.home .artsnav-br a:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-right.png");
	background-repeat:no-repeat;
	background-position:right;
}
/* for business */
.business .artsnav-bl a:link, .business .artsnav-bl a:visited, .business .artsnav-bl a:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#015fa2;
	background-image:url("/templates/avnav/greekimages/blue-arrow-left.png");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
.business .artsnav-bl a:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-left.png");
	background-repeat:no-repeat;
	background-position:left;
}
.business .artsnav-br a:link, .business .artsnav-br a:visited, .business .artsnav-br a:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#015fa2;
	background-image:url("/templates/avnav/greekimages/blue-arrow-right.png");
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}
.business .artsnav-br a:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-right.png");
	background-repeat:no-repeat;
	background-position:right;
}
.business .artsnav-br a.arr:link, .business .artsnav-br a.arr:visited, .business .artsnav-br a.arr:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#015fa2;
	background-image:url("/templates/avnav/greekimages/blue-arrow-right.png");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
	padding-right:0;
}
.business .artsnav-br a.arr:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-right.png");
	background-repeat:no-repeat;
	background-position:left;
}
/* for GAY */
.gay .artsnav-bl a:link, .gay .artsnav-bl a:visited, .gay .artsnav-bl a:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#502573;
	background-image:url("/templates/avnav/greekimages/mov-arrow-left.png");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
.gay .artsnav-bl a:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-left.png");
	background-repeat:no-repeat;
	background-position:left;
}
.gay .artsnav-br a:link, .gay .artsnav-br a:visited, .gay .artsnav-br a:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#502573;
	background-image:url("/templates/avnav/greekimages/mov-arrow-right.png");
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}
.gay .artsnav-br a:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-right.png");
	background-repeat:no-repeat;
	background-position:right;
}
.gay .artsnav-br a.arr:link, .gay .artsnav-br a.arr:visited, .gay .artsnav-br a.arr:active 
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#502573;
	background-image:url("/templates/avnav/greekimages/blue-arrow-right.png");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
	padding-right:0;
}
.gay .artsnav-br a.arr:hover
	{
	color:#000;
	background-image:url("/templates/avnav/greekimages/black-arrow-right.png");
	background-repeat:no-repeat;
	background-position:left;
}
.gay .artsnavl2 a:link, .gay .artsnavl2 a:visited, .gay .artsnavl2 a:active
	{
	color:#502573;
	text-decoration:underline;
}
.gay .artsnavl2 a:hover
	{
	color:#000000;
}

/* BOTTOM ARTICLES NAV  : ends  */


/* BANNERS : starts */
#banner-468x60
	{
		background-color:#ededed;
		text-align:center;
		padding:7px 0 7px 0;
		margin:0;
		display:inline-block;
		width:633px;
		clear:both;
}
.home .content-right .pbot10
	{
	padding:0 0 10px 0;
}
/* BANNERS : ends */

/* ###############  PATH : starts ###############  */
.home .path
	{
	font-weight:bold;
	color:#7b7e7f;
	margin-left:12px;
	margin-right:12px;
	padding:0 0 5px 0;
}
.home .sep
	{
	margin-left:3px;
	margin-right:3px;
}
.home .path strong
	{
	color:#c51d25;
}
.home .path a:link,	.home .path a:visited,	.home .path a:active	
	{
	color:#c51d25;
	text-decoration:underline;
}
.home .path a:hover	
	{
	color:#7b7e7f;
	text-decoration:underline;
}
/* BUSINESS */
.business .path
	{
	font-weight:bold;
	color:#7b7e7f;
	margin-left:19px;
}
.business .sep
	{
	margin-left:3px;
	margin-right:3px;
}
.business .path a:link,	.business .path a:visited,	.business .path a:active	
	{
	color:#015fa2;
	text-decoration:underline;
}
.business .path a:hover	
	{
	color:#7b7e7f;
	text-decoration:underline;
}
.business .path strong
	{
	color:#015fa2;
}
/* GAY */
.gay .path
	{
	font-weight:bold;
	color:#7b7e7f;
	margin-left:20px;
	margin-right:12px;
	padding:0 0 15px 0;
}
.gay .sep
	{
	margin-left:3px;
	margin-right:3px;
}
.gay  .path a:link,	.gay  .path a:visited,	.gay  .path a:active	
	{
	color:#502573;
	text-decoration:underline;
}
.gay  .path a:hover	
	{
	color:#7b7e7f;
	text-decoration:underline;
}
.gay  .path strong
	{
	color:#502573;
}
/* ###############  PATH : ends ###############  */


/* ########################################################  */
/* ###############  HOME STRUCTURE : starts ###############  */
/* ########################################################  */
.home {	
	background-color: #c2c2c2;
	background-color: #000;
	font-size:12px;
	position: relative;
	padding-top:16px;
}
.home .content-left
	{
	float:left;
	margin:3px 0 0 12px;
	padding:0;
	width:633px;
	vertical-align:top;
	background-color:#ffffff;
}
.home .content-right
	{
	float:left;
	margin:3px 0 0 16px;
	padding:10px 0 7px 0;
	width:300px;
	vertical-align:top;
	background-color:#d7d7d7;
}
.home .content-right-full
	{
	float:left;
	margin:5px 0 0 4px;
	padding:10px 0 7px 0;
	width:300px;
	vertical-align:top;
	background-color:#d7d7d7;
	}
.home .content-left-full
	{
	float:left;
	margin:0;
	padding:0;
	width:657px;
	vertical-align:top;
}
/* ############### HOME HEADER : starts ############### */
.home .top-header
	{
	background-image: url(/templates/avnav/greekimages/home-head-bg.png);
	background-repeat:no-repeat;
	width:973px;
	height:137px;
	margin:0 auto;
	padding:0 12px 0 12px;
	background-position:bottom;
	clear:both;
	position:relative;
}
.home .top-logo
	{
	position:absolute;
	width:170px;
	height:135px;
	left:12px;
	top:0;
	display:block;
}
.home .top-logo img
	{
	width:170px;
	height:135px;
}
.home .top-header .welcome-buts-cont
	{
	width:973px;
	display:inline-block;
	line-height:28px;
	padding:0;
	color:#ffffff;
}
.home .top-header .buts-cont
	{
	right:12px;
	top:0;
	height:28px;
	padding:0;
	position:absolute;
	color:#ffffff;
}
.home .welcome
	{
	font-size:12px;
	height:28px;
	left:220px;
	top:0;
	color:#ffffff;
	display:inline-block;
	padding:0;
	vertical-align:top;
	position:absolute;
}
.home .welcome a:link,.home  .welcome a:visited,.home  .welcome a:active 
	{
	text-decoration:none;
	color:#c51d25;
	text-decoration:underline;
	}
.home .welcome a:hover
	{
	text-decoration:none;
	color:#ffffff;
	text-decoration:underline;
	}
.banner72890
	{
	top:35px;
	right:17px;
	margin:0;
	padding:0;
	vertical-align:top;
	display:inline-block;
	position:absolute;
}
.home .main-menu
	{
	width:973px;
	height:39px;
	padding:0;
	margin:0;
	background-image: url(/templates/avnav/greekimages/home-menu-bg.jpg);
	background-repeat:repeat-x;
	background-color:white;
}
/* SEARCH */

/* ############### HOME HEADER : ends ############### */
.main-menu td.searchleft
	{
	width:120px;
	height:27px; 
	background-image:url(/templates/avnav/greekimages/searchl.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:top;
	padding-top:5px;
}
.gay .main-menu td.searchleft
	{
	width:120px;
	height:27px; 
	background-image:url(/templates/avnav/greekimages/search-gay-l.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:top;
	padding-top:5px;
}
.main-menu td.searchleft input
	{
	background-color:transparent;
	width:104px;
	border:0;
	margin-left:8px;
	height:15px;
	line-height:15px;
	font-size:11px;
}
/* ############### NEWS TICKER : starts ############### */
.news-ticker-home
	{
	margin:6px 0 5px 0;
	padding:0;
	clear:right;
	display:inline-block;
	width:636px;
}
.news-ticker
	{
	margin:0;
	padding:0;
	float:left;
	width:33px;
	height:28px;
}
#newsticker
	{
	font-size:145%;
	margin:0;
	padding:0;
	float:left;
	width:560px;
	height:28px;
	line-height:28px;
	overflow: hidden;
}
#newsticker ul {
	list-style: none;
	height:28px;
	width:560px;
	padding:0;
	margin:0;
	display:block;	
	overflow: hidden;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker a:link,  #newsticker a:visited,  #newsticker a:active 
	{
	text-decoration:none;
	color:#000000;
	}
#newsticker a:hover
	{
	text-decoration:none;
	color:#c51d25;
	}
#newsticker .more a:link, #newsticker .more a:visited, #newsticker .more a:active 
	{
	text-decoration:underline;
	color:#c51d25;
	font-size:12px;
	font-weight:bold;
	}
#newsticker .more a:hover
	{
	text-decoration:underline;
	color:#c51d25;
	}
.rss-home
	{
	margin:0 0 0 6px;
	padding:0;
	float:left;
	width:27px;
	height:28px;
}
/* ############### NEWS TICKER : ends ############### */


/* ############### NEWEST GALLERIES : starts ############### */
.home #newest-galleries
	{
	width:335px;
	float:left;
	background-color:#ededed;
	padding:15px 0 0 0;
}
.home #newest-galleries img.headtitle
	{
	margin-left:17px;
}
.home #newest-galleries .gal
	{
	width:142px;
	/* height:128px; */
	float:left;
	margin-left:17px;
	padding:0;
	text-align:center;
	margin-bottom:5px;
}
.home #newest-galleries .gal img
	{
	padding-bottom:5px;
}
.home #newest-galleries .gal a:link, .home #newest-galleries .gal a:visited, .home #newest-galleries .gal a:active 
	{
	color:black;
	text-decoration:none;
}
.home #newest-galleries .gal a:hover
	{
	color:#c51d25;
	text-decoration:none;
}
/* ############### NEWEST GALLERIES : end  ############### */

/* ############### PORN STAR OF THE DAY : starts ############### */
.home #porn-star-ofthe-day 
	{
	width:262px;
	float:left;
	background-color:#ededed;
	padding:15px;
	clear:right;
}
.home #porn-star-ofthe-day .container
	{
	width:293px;
	display:inline-block;
	padding-bottom:9px;
	clear:both;
}
.home #porn-star-ofthe-day .container .left
	{
	float:left;
	padding:0;
	margin:0;
}
.home #porn-star-ofthe-day .container .right
	{
	float:left;
	margin-left:17px;
}
.home #porn-star-ofthe-day .container .top
	{
	margin-bottom:17px;
	padding:0;
}
.home #porn-star-ofthe-day .container .bottom
	{
	padding:0;
	margin:0;
}
.home #porn-star-ofthe-day  .star
	{
	font-family:Myriad Pro, Arial, Helvetica;
	font-weight:bold;
	font-size:18px;
	color:#ef0404;
	padding:0;
	margin:0;
	padding-top:2px;
	border-top:1px #e1e1e1 solid;
	width:262px;
}
/* ############### PORN STAR OF THE DAY : end ############### */

/* ############### AVN LIVE : starts ############### */
.home .avn-live
	{
	display:inline-block;
	background-image: url(/templates/avnav/greekimages/avnlivebg.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:633px;
	height:404px;
}
.home .avn-live .left
	{
	float:left;
	width:321px;
	padding:5px 0 0 9px;
}
.home .avn-live .logo
	{
	margin:8px 0 10px 3px;	
}
.home .avn-live .video
	{
	margin:3px 0 0 10px;
	width:319px;
	height:222px;	
}
.home .avn-live .banner
	{
	margin:0 0 10px 10px;	
}
.home .avn-live .right
	{
	float:left;
	width:294px;
	margin-left:9px;
}
.home .avn-live .right .top
	{
	margin:10px 0 20px 0;
	height:32px;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	color:#b1c6d0;
	font-family:"Myriad Pro";
}
.home .avn-live .right .top .trailers-tit
	{
	float:left;
	margin-left:45px;
}
.home .avn-live .right .top .avnplive-tit
	{
	float:left;
	margin-left:85px;
}
.home .avn-live .right .trailers  .trailer
	{
	width:280px;
	padding:10px 7px 10px 7px;
	border-bottom:1px #8e8d8d dotted;
	display:inline-block;
}
.home .avn-live .right .trailers .trailer .photo 
	{
	width:111px;
	float:left;
	padding:0;
	margin:0;
}
.home .avn-live .right .trailers .trailer .photo img
	{
	border:1px #9a9a9a solid;
}
.home .avn-live .right .trailers .trailer .txt
	{
	float:left;
	margin-left:9px;
	vertical-align:top;
	width:140px;
	color:#dcdcdc;
}
.home .avn-live .right .trailers .trailer .txt .head
	{
	margin:2px 0 4px 0;
	clear:both;
	color:#0f8dc1;
}
.home .avn-live .right .top A:link,.home .avn-live .right .top A:visited,.home .avn-live .right .top  A:active 
	{
	color:#b2c3ca;
	text-decoration:none;
}
.home .avn-live .right .top A:hover
	{
	color:#c7d4d9;
	text-decoration:none;
}
.home .avn-live .right .trailers .trailer .txt  A:link, .home .avn-live .right .trailers .trailer .txt A:visited, .home .avn-live .right .trailers .trailer .txt A:active 
	{
	color:#999898;
	text-decoration:none;
}
.home .avn-live .right .trailers .trailer .txt A:hover
	{
	color:#999898;
	text-decoration:none;
}
/* ############### AVN LIVE : end ############### */

/* ############### MOVIE REVIEWS : starts ############### */
.home #movie-reviews
	{
	background-color:#ededed;
	padding:15px 15px 0 6px;
	margin:0;
}
.home #movie-reviews img.headtitle
	{
	margin-left:8px;
}
.home #movie-reviews .review
	{
	width:104px;
	float:left;
	margin-right:8px;
	margin-left:9px;
	padding:0;
	text-align:left;
}
.home #movie-reviews .vert-sep
	{
	width:1px;
	padding:0;
	margin:0;
	background-color:#d2d2d2;
	height:200px;
	float:left;
}
.home #movie-reviews .review img
	{
	padding-bottom:10px;
}
.home #movie-reviews .review a:link, .home #movie-reviews .review a:visited, .home #movie-reviews .review a:active 
	{
	color:black;
	text-decoration:none;
}
.home #movie-reviews .review a:hover
	{
	color:#c51d25;
	text-decoration:none;
}
/* ############### MOVIE REVIEWS : ends ############### */

/* ############### WEBSITE REVIEWS : starts ############### */
.home #website-reviews
	{
	background-color:#ededed;
	padding:15px 15px 0 6px;
	margin:0;
}
.home #website-reviews img.headtitle
	{
	margin-left:8px;
}
.home #website-reviews .website-review
	{
	width:134px;
	padding:0;
	margin:0 9px 0 10px;
	text-align:center;
	float:left;
}
.home #website-reviews .website-review .head
	{
	display:inline-block;
	padding:0;
	width:134px;
	float:left;
}
.home #website-reviews .website-review .head .left
	{
	display:inline-block;
	width:89px;
	float:left;
	text-align:left;
}
.home #website-reviews .website-review .head .right
	{
	display:inline-block;
	width:45px;
	height:18px;
	background-image: url(/templates/avnav/greekimages/grade.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	line-height:18px;
	float:left;
}
.home #website-reviews .website-review a:link, .home #website-reviews .website-review a:visited, .home #website-reviews .website-review a:active
	{
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.home #website-reviews .website-review a:hover
	{
	font-weight:bold;
	font-size:12px;
	color:#c51d25;
	text-decoration:none;
}
.home #website-reviews img
	{
	padding-bottom:7px;
}
/* ############### WEBSITE REVIEWS : ends ############### */

/* ############### AVN CHARTS : starts ############### */
.home #avn-charts td.left, .business #avn-charts td.left
	{
	width:302px;
	font-weight:bold;
	font-size:22px;
	color:#888888;
	font-family:Myriad Pro;
	letter-spacing:-1px;
	padding:7px;
}
.home #avn-charts td.right, .business #avn-charts td.right
	{
	height:40px;
	padding:7px;
}
.home #avn-charts td, .business #avn-charts td
	{
	padding:0;
}
.home #avn-charts td.bt, .business #avn-charts td.bt
	{
	border-top: 1px #d7d7d7 solid;
}
.home #avn-charts td.br, .business #avn-charts td.br
	{
	border-right: 1px #d7d7d7 solid;
}
.home #avn-charts td.bb, .business #avn-charts td.bb
	{
	border-bottom: 1px #d7d7d7 solid;
}
.home #avn-charts .title, .business #avn-charts .title
	{
	font-size:16px;
	font-weight:bold;
	padding:6px 0 0 6px;
}
.home #avn-charts .chart, .business #avn-charts .chart
	{
	display:block;
	float:left;
	width:304px;
	padding:6px;
	border-bottom:1px #d7d7d7 dotted;
	position:relative;
}


.home #avn-charts .num, .business #avn-charts .num{
	display:block;
	width:27px;
	height:80px;
	font-weight:bold;
	font-size:18px;
	float:left;
	padding-top:6px;
	padding-left: 15px;
	background-color: #3068b1;
	color:#FFF;
}
.home #avn-charts .num{
	background-color: #AB2123;
}
.home #avn-charts .photo, .business #avn-charts .photo
	{
	float:left;
	margin-left:1px;
	width:auto;
}
.home #avn-charts .headtxt, .business #avn-charts .headtxt
	{
	float:left;
	margin-left:9px;
	width:250px;
}
.home #avn-charts .txt, .business #avn-charts .txt
	{
	float:left;
	margin-left:5px;
	width:230px;
}
.home #avn-charts .txt strong , .home #avn-charts .headtxt strong,
.business #avn-charts .txt strong , .business #avn-charts .headtxt strong
	{
	font-size:12px;
}
.home #avn-charts .play, .business #avn-charts .play
	{
	float: left;
    left: 112px;
    position: absolute;
    text-align: right;
    top: 64px;
}
.home #avn-charts .chart a:link, .home #avn-charts .chart a:visited, .home #avn-charts .chart a:active,
.business #avn-charts .chart a:link, .business #avn-charts .chart a:visited, .business #avn-charts .chart a:active
	{
	color:#000000;
	text-decoration:none;
}
.home #avn-charts .chart a:hover{
	color:#c51d25;
	text-decoration:none;
}
.business #avn-charts .chart a:hover{
	color:#3068B1;
	text-decoration:none;
}

.home #avn-charts .ranks, .business #avn-charts .ranks{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.home #avn-charts .ranks li, .business #avn-charts .ranks li{
	background-color: #919191;
	height: 20px;
	width: 28px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 1px 1px;
	padding-top: 8px;
	background: url('/templates/avnav/greekimages/chart-stat-icons.gif') no-repeat scroll top left transparent;
	position: relative;
	float: left;
}
.home #avn-charts .ranks li.up, .business #avn-charts .ranks li.up{
	background-position: left 0;
}
.home #avn-charts .ranks li.down, .business #avn-charts .ranks li.down{
	background-position: left -30px;
}
.home #avn-charts .ranks li.none, .business #avn-charts .ranks li.none{
	background-position: left -60px;
}
.home #avn-charts .ranks li.r2, .business #avn-charts .ranks li.r2{
	background-position: left -90px;
}
.home #avn-charts .ranks li.r3, .business #avn-charts .ranks li.r3{
	background-position: left -120px;
}
.home #avn-charts .ranks li.fb, .business #avn-charts .ranks li.fp{
	background-position: left -150px;
}
.home #avn-charts .ranks li.tw, .business #avn-charts .ranks li.tw{
	background-position: left -180px;
}
.home #avn-charts .ranks li.rev, .business #avn-charts .ranks li.rev{
	background-position: -28px -210px;
}
.home #avn-charts .ranks li.wat, .business #avn-charts .ranks li.wat{
	background-position: -28px -240px;
}
.home #avn-charts .ranks li.null, .business #avn-charts .ranks li.null{
	background: none;
	background-color: #a3a3a3;
}

.home #avn-charts .ranks li a, .business #avn-charts .ranks li a{
	width: 100%;
	height: 28px;
	display: block;
	margin-top:-8px;
}

.home #avn-charts .ranks li .tooltip, .business #avn-charts .ranks li .tooltip{
	display: none;
	position: absolute;
	top:20px;
	left:20px;
	color: #444A4D;
	background-color: #D5E9F2;
	border: 1px solid #999B9D;
	width:auto;
	padding: 5px;
	margin: 0;
	z-index: 10000;
	white-space: nowrap;
}
.home #avn-charts .ranks li:hover .tooltip, .business #avn-charts .ranks li:hover .tooltip{
	display: block;
}

.home #avn-charts .headtxt strong, .business #avn-charts .headtxt strong{
	font-size: 14px;
}

.home #avn-charts .chart:hover{
	background-color: #F6EDED;
}
.business #avn-charts .chart:hover{
	background-color: #DEE7F2;
}

.business #topnav, .business .force_round{
	margin-left: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	background-color: #BCBCBC;
	color: #3068B1;
}

.chart_details{
	position: relative;
}
.chart_details .glowingtabs{
	bottom: -15px;
    position: absolute;
    right: 4px;
    text-align: right;
}

#topnav.avn_red{
	margin-left: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	/* background-color: #BCBCBC; */
	color: #AB2123;
}

/* ############### AVN CHARTS : ends ############### */



/* ############### AVN CHARTS for right column : starts ############### */
.home #avn-charts-r td.left, .business #avn-charts-r td.left
	{
	width:286px;
	font-weight:bold;
	font-size:21px;
	color:#888888;
	font-family:Myriad Pro;
	letter-spacing:-1px;
	padding:7px;
}
.home #avn-charts-r td, .business #avn-charts-r td
	{
	padding:7px;
}
.home #avn-charts-r td.bt /* for home */
	{
	border-top: 1px #fff solid;
}
.business #avn-charts-r td.bt /* for business */
	{
	border-top: 1px #888888 solid;
}
.home #avn-charts-r td.bb /* for home */
	{
	border-bottom: 1px #fff solid;
}
.business #avn-charts-r td.bb /* for business */
	{
	border-bottom: 1px #888888 solid;
}
.home #avn-charts-r .title, .business #avn-charts-r .title
	{
	font-size:16px;
	font-weight:bold;
}
.home #avn-charts-r .chart, .business #avn-charts-r .chart
	{
	display:inline-block;
	float:left;
	width:286px;
}
.home #avn-charts-r .num, .business #avn-charts-r .num
	{
	display:inline-block;
	width:27px;
	height:22px;
	background-image: url(/templates/avnav/greekimages/numbg.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	float:left;
	vertical-align:top;
	padding-top:6px;
}
.home #avn-charts-r td .photo, .business #avn-charts-r td .photo
	{
	float:left;
	margin-left:5px;
}
.home #avn-charts-r td .headtxt,.business #avn-charts-r td .headtxt
	{
	float:left;
	margin-left:9px;
	width:117px;
}
.home #avn-charts-r td .txt, .business #avn-charts-r td .txt
	{
	float:left;
	margin-left:5px;
	width:210px;
}
.home #avn-charts-r td .txt strong , .home #avn-charts-r td .headtxt strong,
.business #avn-charts-r td .txt strong , .business #avn-charts-r td .headtxt strong
	{
	font-size:12px;
}
.home #avn-charts-r td .play, .business #avn-charts-r td .play
	{
	float:left;
	margin-left:7px;
	width:31px;
	position:relative;
}
.home #avn-charts-r .chart a:link, .home #avn-charts-r .chart a:visited, .home #avn-charts-r .chart a:active,
.business #avn-charts-r .chart a:link, .business #avn-charts-r .chart a:visited, .business #avn-charts-r .chart a:active
	{
	color:#000000;
	text-decoration:none;
}
.home #avn-charts-r .chart a:hover /* for home */
	{
	color:#c51d25;
	text-decoration:none;
}
.business #avn-charts-r .chart a:hover /* for home */
	{
	color:#015fa2;
	text-decoration:none;
}

/* ############### AVN CHARTS for right column : ends ############### */



















/* ############### TOP STORIES OF THE DAY : starts ############### */
.home #top-stories
	{
	width:300px;
}
.home .top-stories {
	margin-top: 10px;
}
.home .top-stories .header
	{
	padding:14px  0 14px 8px;
	text-align:left;
	background-color:#9b0000;
}
.home .top-stories .top-story
	{
	width:282px;
	padding:9px;
	border-bottom:1px #ffffff solid;
	background-color:#ededed;
	display:inline-block;
}
.home .top-stories .top-story .photo
	{
	width:111px;
	float:left;
	padding:0;
	margin:0;
}
.home .top-stories .top-story .photo img
	{
	border:1px #9a9a9a solid;
}
.home .top-stories .top-story .txt
	{
	float:left;
	margin-left:9px;
	vertical-align:top;
	width:162px;
}
.home .top-stories .top-story .txt .head
	{
	margin-bottom:4px;
	clear:both;
}
.home .top-stories .top-story .txt .head A:link, .home .top-stories .top-story .txt .head A:visited, .home .top-stories .top-story .txt .head A:active 
	{
	font-weight:bold;
	color:#9b0000;
	text-decoration:none;
}
.home .top-stories .top-story .txt .head A:hover
	{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.home .top-stories .top-story .txt  A:link, .home .top-stories .top-story .txt A:visited, .home .top-stories .top-story .txt A:active 
	{
	color:#000000;
	text-decoration:none;
}
.home .top-stories .top-story .txt A:hover
	{
	color:#9b0000;
	text-decoration:none;
}
/* ############### TOP STORIES OF THE DAY : ends ############### */


/* ############### LATEST INDUSTRY NEWS : STARTS  ############### */
.home #tabs-latest-industry-news .header-cont
	{
	float:left;
	display:inline-block;
	margin:0 0 5px 0;
}
.home #tabs-latest-industry-news .header-cont .header
	{
	padding-left:12px;
	float:left;
}
.home #tabs-latest-industry-news .header-cont .rss
	{
	float:left;
	margin-left:60px;
}
.home #tabs-latest-industry-news .latest-industry-news
	{
	width:260px;
	padding:9px;
	border-bottom:1px #ffffff solid;
	background-color:#ededed;
	display:inline-block;
}
.home #tabs-latest-industry-news .latest-industry-news .photo
	{
	width:111px;
	float:left;
	padding:0;
	margin:0;
}
.home #tabs-latest-industry-news .latest-industry-news .photo img
	{
	border:1px #9a9a9a solid;
}
.home #tabs-latest-industry-news .latest-industry-news .txt
	{
	float:left;
	margin-left:9px;
	vertical-align:top;
	width:140px;
}
.home #tabs-latest-industry-news .latest-industry-news .txt .head
	{
	margin-bottom:4px;
	clear:both;
}
.home #tabs-latest-industry-news .latest-industry-news .txt  A:link, .home #tabs-latest-industry-news .latest-industry-news .txt A:visited, .home #tabs-latest-industry-news .latest-industry-news .txt A:active 
	{
	color:#000000;
	text-decoration:none;
}
.home #tabs-latest-industry-news .latest-industry-news .txt A:hover
	{
	color:#9b0000;
	text-decoration:none;
}
/* ############### LATEST INDUSTRY NEWS : ends ############### */



/* ############### AVN LIVE ARCHIVE : starts ############### */
.livearchive
	{
	margin-left:13px;
}
.livearchive .livearchive-cont
	{
	display:inline-block;
	text-align:left;
	white-space:normal;
	width:197px;
	margin:0 5px 5px 0;
	float:left;
	min-height:165px;
}
.livearchive .livearchive-cont .border
	{
	border:1px #cccccc solid;
	margin-bottom:4px;
}
.livearchive .livearchive-cont img
	{
	border:3px #fff solid;
}
.livearchive .livearchive-cont a:link,.livearchive .livearchive-cont a:active,.livearchive .livearchive-cont a:visited
	{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
.livearchive .livearchive-cont a:hover
	{
	text-decoration:underline;
}
.livearchive .views
	{
	color:#666666;
}
/* ############### AVN LIVE ARCHIVE : ends ############### */




/* ############### GALLERIES : starts ############### */
.galleries
	{
	margin-left:13px;
}
#topnav
	{
	background-color:#ededed;
	padding:7px 0 7px 0;
	margin:0 0 10px 0;
	display:block;
	width:633px;
	float:left;
}
#topnav2
	{
	background-color:#ededed;
	padding:7px 0 7px 0;
	margin:7px 0 10px 0;
	display:block;
	width:633px;
	float:left;
}
.galleries .gallery-photo-cont
	{
	display:inline-block;
	text-align:center;
	white-space:normal;
	width:197px;
/* 	height:165px; */
	margin:0 5px 5px 0;
	float:left;
}
.galleries .gallery-photo-cont .head
	{
	display:block;
	padding-left:4px;
	text-align:left;
	font-weight:bold;
	margin-bottom:1px;
}
.galleries .gallery-photo-cont .head a:link,.galleries .gallery-photo-cont .head a:active,.galleries .gallery-photo-cont .head a:visited
	{
	color:#c51d25;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/arrow-right-black.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
}
.galleries .gallery-photo-cont .head  a:hover
	{
	color:#000;
	text-decoration:none;
}
.galleries .gallery-photo-cont a:link,.galleries .gallery-photo-cont a:active,.galleries .gallery-photo-cont a:visited
	{
	color:black;
	text-decoration:none;
}
.galleries .gallery-photo-cont a:hover
	{
	text-decoration:underline;
}
.galleries .gallery-photo-cont .border
	{
	border:1px #cccccc solid;
	margin-bottom:4px;
}
.galleries .gallery-photo-cont img
	{
	border:3px #fff solid;
}
/* ############### GALLERIES : ends ############### */

/* ############### GALLERY : starts ############### */
.gallery /* for home */
	{
	margin-left:13px;
	display:block;
	clear:both;
}
.gay .gallery /* for GAY */
	{
	margin-left:25px;
	display:block;
	clear:both;
}
.gallery h1
	{
	font-size:24px;
	font-weight:normal;
	margin-bottom:0;
	padding:0;
}
.gallery-bot /* for home */
	{
	margin:0;
	display:block;
	clear:both;
}
.gay .gallery-bot /* for GAY */
	{
	margin:0 0 0 13px;
	display:block;
	clear:both;
}
.gallery .mainphoto-cont /* for home */
	{
	border:1px #d7d7d7 solid;
	padding:1px;
	text-align:center;
	margin-right:13px;
}
.gay .gallery .mainphoto-cont /* for GAY */
	{
	border:1px #c5b6d0 solid;
	padding:1px;
	text-align:center;
	margin-right:13px;
}
.gallery .mainphoto-bg /* for home */
	{
	background-image: url(/templates/avnav/greekimages/gallery-main-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:5px;
}
.gay .gallery .mainphoto-bg /* for GAY */
	{
	background-image: url(/templates/avnav/greekimages/gay-gallery-main-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:5px;
}
.gallery .mainphoto-bg .previous-next
	{
	width:560px;
	margin:0 auto;
	display:block;
	height:20px;
	padding-top:4px;
}
.gallery .mainphoto-bg a.next:link,.gallery .mainphoto-bg a.next:active,.gallery .mainphoto-bg a.next:visited /* for home */
	{
	color:#c51d25;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/red-arrow-right.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	font-weight:bold;
	font-size:12px;
}
.gallery .mainphoto-bg  a.next:hover
	{
	color:#000;
	text-decoration:none;
}
.gay .gallery .mainphoto-bg a.next:link,.gay .gallery .mainphoto-bg a.next:active,.gay .gallery .mainphoto-bg a.next:visited /* for GAY */
	{
	color:#502573;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/mov-arrow-right.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	font-weight:bold;
	font-size:12px;
}
.gay .gallery .mainphoto-bg  a.next:hover /* for GAY */
	{
	color:#000;
	text-decoration:none;
}
.gallery .mainphoto-bg a.previous:link,.gallery .mainphoto-bg a.previous:active,.gallery .mainphoto-bg a.previous:visited  /* for home */
	{
	color:#c51d25;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/red-arrow-left.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	font-weight:bold;
	font-size:12px;
}
.gallery .mainphoto-bg a.previous:hover /* for home */
	{
	color:#000;
	text-decoration:none;
}
.gay .gallery .mainphoto-bg a.previous:link,.gay .gallery .mainphoto-bg a.previous:active,.gay .gallery .mainphoto-bg a.previous:visited  /* for GAY */
	{
	color:#502573;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/mov-arrow-left.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	font-weight:bold;
	font-size:12px;
}
.gay .gallery .mainphoto-bg a.previous:hover /* for GAY */
	{
	color:#000;
	text-decoration:none;
}
.gallery .galleryphoto-border 
	{
	border:1px #d7d7d7 solid;
	padding:1px;
	text-align:center;
	width:112px;
	height:118px;
	float:left;
	margin:0 3px 6px 3px;
}
.gallery .galleryphoto-bg /* for home */
	{
	background-image: url(/templates/avnav/greekimages/gallery-photo-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:118px;
	line-height:118px;
	vertical-align:middle;
	}
.gay .gallery .galleryphoto-bg /* for GAY */
	{
	background-image: url(/templates/avnav/greekimages/gay-gallery-photo-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:118px;
	line-height:118px;
	vertical-align:middle;
	}
.gallery .galleryphoto-bg img
	{
	margin-top:6px;
}
/* COMMENTS : starts */
.gallery-bot H2 /* for home */
	{
	color:#c51d25;
}
.gay .gallery-bot H2 /* for home */
	{
	color:#502573;
}
.gallery-bot .comment
	{
	width:590px;
	padding-bottom:14px;
	margin-left:12px;
}
.gallery-bot .DarkGreyRounded-cont
	{
	margin:0;
	display:block;
	height:23px;
}
.gallery-bot .DarkGreyRounded_left{
	background-image:url("/templates/avnav/greekimages/DarkGreyRounded_left.gif");
	background-repeat:no-repeat;
	height:23px;
	display:inline;
	float:left;
	padding:4px 7px 3px 10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:609px;
	margin-left:0;
}
.gallery-bot .DarkGreyRounded_right{
	background-image:url("/templates/avnav/greekimages/DarkGreyRounded_right.gif");
	width:7px;
	height:23px;
	float:left;
	margin:0;
	text-indent:-99999px;
}
.gallery-bot .comments-cont
	{
	padding:0;
	margin:0;
	display:inline-block;
	margin-bottom:10px;
}
.gallery-bot .comments-cont .comments
	{
	width:613px;
	min-height:101px;
	padding:8px 10px 2px 10px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/ComTblBot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline-block;
	clear:both;
	font-size:12px;
	vertical-align:top;
}
.gallery-bot .comments-cont .comments-cont-top, .gallery -bot.comments-cont .comments-cont-top img  /* setting image dimensions */
	{
	width:633px;
	height:8px;
	padding:0;
}
.comments-cont a:link, .comments-cont a:active, .comments-cont a:visited /* for home */
	{
	color:#c51d25;
}
.comments-cont a:hover  /* for home */
	{
	color:#000;
}
.gay .comments-cont a:link, .gay .comments-cont a:active,.gay .comments-cont a:visited /* for home */
	{
	color:#502573;
}
.gay .comments-cont a:hover  /* for home */
	{
	color:#000;
}

/* COMMENTS : ends */

/* ############### PORN STAR OF THE DAY : starts ############### */
.home .content-right .porn-star-ofthe-day
	{
	width:262px;
	display:inline-block;
	padding-bottom:15px;
	clear:both;
	margin-left:13px;
}
.home .content-right  .porn-star-ofthe-day .container .left
	{
	float:left;
	padding:0;
	margin:0;
}
.home .content-right  .porn-star-ofthe-day .container .right
	{
	float:left;
	margin-left:17px;
}
.home .content-right  .porn-star-ofthe-day .container .top
	{
	margin-bottom:17px;
	padding:0;
}
.home .content-right  .porn-star-ofthe-day .container .bottom
	{
	padding:0;
	margin:0;
}
.home .content-right  .porn-star-ofthe-day  .star
	{
	font-family:Myriad Pro, Arial, Helvetica;
	font-weight:bold;
	font-size:18px;
	color:#ef0404;
	padding:0;
	margin:0;
	padding-top:2px;
	border-top:1px #e1e1e1 solid;
	width:262px;
}
/* ############### PORN STAR OF THE DAY : end ############### */
/* ############### GALLERY : ends ############### */




/* ###################################################### */
/* ############### PLEASURE PAGES : start ############### */
/* ###################################################### */




/* ############### PORNSTARS : starts ############### */
.pornstars  /* for home */
	{
	margin-left:13px;
}
.gay .pornstars  /* for GAY */
	{
	margin-left:25px;
}
.pornstars .pornstars-photo-cont
	{
	display:inline-block;
	text-align:center;
	white-space:normal;
	width:148px;
	height:245px;
	margin:0 6px 5px 0;
	float:left;

}
.pornstars .pornstars-photo-cont .border
	{
	border:1px #cccccc solid;
	margin-bottom:4px;
}
.pornstars .pornstars-photo-cont img
	{
	border:3px #fff solid;
}
.pornstars .pornstars-photo-cont a:link,.pornstars .pornstars-photo-cont a:active,.pornstars .pornstars-photo-cont a:visited /* for home */
	{
	color:#c51d25;
	text-decoration:underline;
	font-size:13px;
}
.pornstars .pornstars-photo-cont a:hover /* for home */
	{
	color:#000000;
	text-decoration:underline;
}
.gay .pornstars .pornstars-photo-cont a:link,.gay .pornstars .pornstars-photo-cont a:active,.gay .pornstars .pornstars-photo-cont a:visited /* for home */
	{
	color:#502573;
	text-decoration:underline;
	font-size:13px;
}
.gay .pornstars .pornstars-photo-cont a:hover /* for home */
	{
	color:#000000;
	text-decoration:underline;
}
.home .thumbs-header /* for home */
	{
	padding:14px  0 14px 8px;
	margin-bottom:5px;
	text-align:left;
	background-color:#9b0000;
	display:block;
	width:292px;
	clear:both;
}
.gay .thumbs-header /* for home */
	{
	padding:14px  0 14px 8px;
	margin-bottom:5px;
	text-align:left;
	background-color:#502573;
	display:block;
	width:292px;
	clear:both;
}
.thumbs
	{
	margin:0 0 0 12px;
	padding-bottom:10px;
	display:inline-block;
}
.thumbs .gallery-title
	{
	text-align:center;
	font-weight:bold
}

.thumb-cont
	{
	display:inline-block;
	width:88px;
	height:149px;
	margin:3px 4px 0 1px;
	float:left;
}
.thumb-cont2
	{
	display:inline-block;
	width:85px;
	height:120px;
	margin:2px 2px 10px 2px;
	float:left;
}
.thumb-cont3
	{
	display:inline-block;
	width:85px;
	/* height:75px; */
	margin:2px 3px 5px 3px;
	float:left;
}
.thumb-cont .thumb
	{
	padding:0;
	margin:-15px 0 0 0;
	display:block;
}
.home .thumb-cont .thumb-num  /* for home */
	{
	background-image: url(/templates/avnav/greekimages/thumb-num.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	color:#c51d25;
	width:21px;
	height:15px;
	font-weight:bold;
	display:inline-block;
	position:relative;
}
.gay .thumb-cont .thumb-num  /* for GAY */
	{
	background-image: url(/templates/avnav/greekimages/thumb-num.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	color:#502573;
	width:21px;
	height:15px;
	font-weight:bold;
	display:inline-block;
	position:relative;
}
.thumb-cont .thumb-text
	{
	margin:-33px 5px 0 5px;
	text-align:center;
	position:relative;
	display:block;	
	line-height:11px;
}
.home .thumb-cont .thumb-text a:link, .home .thumb-cont .thumb-text a:visited, .home .thumb-cont .thumb-text a:active  /* for home */
	{
	text-align:center;
	color:#c51d25;
	text-decoration:underline;
	font-size:10px;
	font-weight:bold;
}
.home .thumb-cont .thumb-text a:hover /* for home */
	{
	color:#000000;
}
.gay .thumb-cont .thumb-text a:link, .gay .thumb-cont .thumb-text a:visited, .gay .thumb-cont .thumb-text a:active  /* for GAY */
	{
	text-align:center;
	color:#502573;
	text-decoration:underline;
	font-size:10px;
	font-weight:bold;
}
.gay .thumb-cont .thumb-text a:hover /* for GAY */
	{
	color:#000000;
}
/* ############### PORNSTARS : ends ############### */


/* ############### PORNSTAR PROFILE : starts ############### */
.pornstar-profile  /* for home */
	{
	width:620px;
	margin-left:13px;
	margin-top:5px;
}
.gay .pornstar-profile  /* for home */
	{
	float:left;
	width:620px;
	margin-left:25px;
	margin-top:5px;
}

.pornstar-profile-left
	{
	float:left;
	width:214px;
}
.pornstar-profile-right
	{
	float:left;
	margin-left:15px;
	width:391px;
}
.pornstar-profile-right .star-info
	{
	line-height:190%;
	padding:15px 0 0 0;
}
.pornstar-profile a:link, .pornstar-profile a:visited, .pornstar-profile a:active
	{
	color:#c51d25;
	text-decoration:underline;
}
.pornstar-profile a:hover
	{
	color:#000;
}
.pornstar-profile .pornstar-profile-left .profile-photo
	{
	border:1px #cccccc solid;
	display:inline-block;
}
.pornstar-profile .pornstar-profile-left .profile-photo img
	{
	padding:6px;	
}
.pornstar-profile .pornstar-profile-left .mymovies-cont
	{
	text-align:center;
	margin:0 3px 5px 5px;
	float:left;
	padding:0;
	display:block;
	height:160px;
}
.pornstar-profile .pornstar-profile-left .mymovies-cont .mymovies-title
	{
	width:94px;
	margin:0 auto;
	text-align:center;
	line-height:12px;
	font-size:11px;
}
.pornstar-profile .pornstar-profile-left .mymovies-cont .mymovies-title a:link, .pornstar-profile .pornstar-profile-left .mymovies-cont .mymovies-title a:visited, .pornstar-profile .pornstar-profile-left .mymovies-cont .mymovies-title a:active 
	{
	color:#000000;
	text-decoration:none;
}
.pornstar-profile .pornstar-profile-left .mymovies-cont .mymovies-title a:hover
	{
	color:#000000;
	text-decoration:underline;
}
.pornstar-profile .pornstar-profile-left .mymovies
	{
	border:1px #cccccc solid;
	display:inline-block;
	margin-bottom:3px;
	clear:both;
}
.pornstar-profile .pornstar-profile-left .mymovies img
 	{
	padding:3px;
}
.pornstar-profile-right h1
	{
	font-size:28px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.related-topics
	{
	padding:0 20px 10px 20px;
	width:260px;
	text-align:center;
	line-height:130%;
}
.related-topics a:link, .related-topics a:visited,.related-topics a:active
{
	display:inline-block;
	padding:2px 3px 2px 3px;
	color:black;
	text-decoration:underline;
}
.related-topics a:hover
	{
	color:#c51d25;
	background-color:white
}
/* ACCORDION : starts */
#pornstar-profile-accordian{
	width:391px;
	margin-left:0;
	padding:0;
	border:0;
	margin-top:30px;
}
#pornstar-profile-accordian .accordion_headings{
	color:#000000;
	border:0;
	cursor:pointer;
	font-weight:bold;
	background-image: url(/templates/avnav/greekimages/accordions-closed.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	margin-bottom:2px;
}
#pornstar-profile-accordian .accordion_headings:hover{ /* for home */
	color:#c51d25;
}
.gay #pornstar-profile-accordian .accordion_headings:hover{ /* for GAY */
	color:#502573;
}
#pornstar-profile-accordian .accordion_child{
	padding:10px;
	line-height:150%;
}
#pornstar-profile-accordian .header_highlight{ /* for home */
	background-image: url(/templates/avnav/greekimages/accordions-open.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	color:#c51d25;
}
.gay #pornstar-profile-accordian .header_highlight{ /* for GAY */
	background-image: url(/templates/avnav/greekimages/accordions-gay-open.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	color:#502573;
}
#pornstar-profile-accordian .accordion_child a:link,#pornstar-profile-accordian  .accordion_child a:visited,#pornstar-profile-accordian  .accordion_child a:active /* for home */
	{
	color:#c51d25;
	text-decoration:none;
}
#pornstar-profile-accordian .accordion_child a:hover, #pornstar-profile-accordian .business .comments-cont .comments a:hover /* for home */
	{
	color:#000000;
	text-decoration:underline;
}
.gay #pornstar-profile-accordian .accordion_child a:link,.gay #pornstar-profile-accordian  .accordion_child a:visited,.gay #pornstar-profile-accordian  .accordion_child a:active /* for home */
	{
	color:#502573;
	text-decoration:none;
}
.gay #pornstar-profile-accordian .accordion_child a:hover, .gay #pornstar-profile-accordian .business .comments-cont .comments a:hover /* for home */
	{
	color:#000000;
	text-decoration:underline;
}

/* ACCORDION : ends */
/* COMMENTS : starts */
.pornstar-profile H2  /* for home */
	{
	color:#c51d25;
}
.gay .pornstar-profile H2  /* for GAY */
	{
	color:#502573;
}
.pornstar-profile .comment
	{
	width:370px;
	padding-bottom:14px;
	padding-top:5px;
	margin:0;
	margin-left:12px;
	clear:both;
}
.pornstar-profile .DarkGreyRounded-cont
	{
	display:block;
	height:23px;
	float:left;
	width:391px;
	margin:0;
}
.pornstar-profile .DarkGreyRounded_left{
	background-image:url("/templates/avnav/greekimages/DarkGreyRounded_left.gif");
	background-repeat:no-repeat;
	height:23px;
	display:inline;
	float:left;
	padding:4px 7px 3px 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:367px;
}
.pornstar-profile .DarkGreyRounded_right{
	background-image:url("/templates/avnav/greekimages/DarkGreyRounded_right.gif");
	width:7px;
	height:23px;
	float:left;
	margin:0 0 0 0;
	text-indent:-99999px;
}
.home .pornstar-profile .comments-cont
	{
	padding:0;
	margin:0;
	display:inline-block;
	margin-bottom:10px;
}
.gay .pornstar-profile .comments-cont a:link, .gay .pornstar-profile .comments-cont a:active, .gay .pornstar-profile .comments-cont a:visited  /* for GAY */
	{
	color:#502573;
}
.gay .pornstar-profile .comments-cont a:hover /* for GAY */
	{
	color:#000;
}
.home .pornstar-profile .comments-cont .comments
	{
	width:371px;
	min-height:90px;
	padding:8px 10px 2px 10px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/ComTblStarBot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline-block;
	clear:both;
	font-size:12px;
	vertical-align:top;
}
.pornstar-profile .comments-cont .comments-cont-top, .pornstar-profile .comments-cont .comments-cont-top img  /* setting image dimensions */
	{
	width:391px;
	height:5px;
	padding:0;
}
/* COMMENTS : ends */
/* ############### PORNSTAR PROFILE: ends ############### */



/* ############### TOYS : STARTS  ############### */
.toys
	{
	display:block;
	clear:both;
	margin:0 0 0 13px;
}
.toys .toy-cont
	{
	width:297px;
	margin-right:13px;
	margin-bottom:25px;
	display:block;
	float:left;
}
.toys .toy-cont .photo
	{
	float:left;
	display:block;
}
.toys .toy-cont .photo .photo-border
	{
	border:1px #d7d7d7 solid;
}
.toys .toy-cont .photo img
	{
	padding:3px;
}
.toys .toy-cont .text
	{
	width:192px;
	float:left;
	margin-left:7px;
	display:block;
	min-height:95px;
	padding:0;
	position:relative;
}
.toys .text h2
	{
	font-size:15px;
	padding:0px;
	margin:0; 
}
.toys .text h2 a:link, .toys .text h2 a:visited, .toys .text h2 a:active
	{
	color:#c51d25;
	text-decoration:none;
}
.toys .text h2 a:hover
	{
	text-decoration:underline;
}
.toys .toy-cont .text .browse
	{
	padding:0 0 0 10px;
	margin:0;
	bottom:0;
	text-align:left;
	background-image: url(/templates/avnav/greekimages/arrow-right-black.gif);
	background-repeat:no-repeat;
	background-position:left;
	white-space:nowrap;
	position:absolute;
}
.toys .text .browse a:link, .toys .text .browse a:visited, .toys .text .browse a:active
	{
	color:#c51d25;
	text-decoration:underline;
}
.toys .text .browse a:hover
	{
	color:#000;
	text-decoration:underline;
}
/* ############### TOYS : ENDS  ############### */

/* ############### TOYS CATEGORY : STARTS  ############### */
.toys-category
	{
	display:block;
	clear:both;
	margin:0 13px 0 13px;
}
.toys-category .toys-category-cont
	{
	width:607px;
	margin-bottom:10px;
	display:block;
	float:left;
	border-bottom:1px #d7d7d7 dotted;
	padding-bottom:10px;
}
.toys-category .toys-category-cont .photo
	{
	float:left;
	display:block;
}
.toys-category .toys-prodreview-cont .photo
	{
	float:left;
	display:block;
	margin:0 10px 10px 0;
}
.toys-category .toys-category-cont .photo .photo-border, .toys-category .toys-prodreview-cont .photo .photo-border
	{
	border:1px #d7d7d7 solid;
}
.toys-category .toys-category-cont .photo .photo-border img, .toys-category .toys-prodreview-cont .photo .photo-border img
	{
	padding:3px;
}
.toys-category .toys-category-cont .text
	{
	width:379px;
	float:left;
	margin-left:15px;
	display:block;
	min-height:95px;
	padding:0;
	position:relative;
}
.toys-category .toys-category-cont .text h2, .toys-category .toys-prodreview-cont h2
	{
	font-size:21px;
	padding:0px;
	margin-top:0; 
	margin-bottom:0;
	font-weight:normal;
	width:490px;
}
.toys-category .toys-category-cont .text h2 a:link, .toys-category .toys-category-cont .text h2 a:visited, .toys-category .toys-category-cont .text h2 a:active
	{
	color:#000;
	text-decoration:none;
}
.toys-category .toys-category-cont .text h2 a:hover
	{
	text-decoration:underline;
}
.toys-category .toys-category-cont .text .char, .toys-category .toys-prodreview-cont .char
	{
	font-size:10px;
	font-weight:bold;
	color:#7f7f7f;
	padding-bottom:5px;
}
.toys-category .toys-category-cont .text .postinfo, .toys-category .toys-prodreview-cont .postinfo
	{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:normal;
	height:18px;
	line-height:18px;
	color:#6d6f70;
}
.toys-category .toys-category-cont .text .summary, .toys-category .toys-prodreview-cont .summary
	{
	padding:5px 0 0 0;
	line-height:150%;
	}
.toys-category .toys-category-cont .text .summary a:link, .toys-category .toys-category-cont .text .summary a:active, .toys-category .toys-category-cont .text .summary a:visited  /* post info links */
	{
	color:#c51d25;
	text-decoration:underline;
}
.toys-category .toys-category-cont .text .summary a:hover
	{
	color:black;
	text-decoration:underline;
}
.home .toys-prodreview-cont .buy-sex-toy-cont
	{
	position:absolute;
	top:3px;
	right:0px;
}
/* PRODUCT REVIEW : starts */
.home .toys-category .toys-prodreview-cont
	{
	width:607px;
	display:block;
	float:left;
	position:relative;
}
/* ############### TOYS CATEGORY : ENDS  ############### */











/* ############### 	PAGE NAVIGATION : starts ############### */
.page-navi-cont
	{
	display:block;
	width:633px;
	margin:10px 0 20px 0;
	clear:both;
}
.page-navi
	{
	float:right;
}
/* for Home sections */
.home .page-navi a.nav-num:link,.home  .page-navi a.nav-num:active,.home  .page-navi a.nav-num:visited
	{
	padding:2px 6px 2px 6px;
	background-color:#ececec;
	border:1px #cccccc solid;
	font-size:13px;
	float:left;
	margin-left:3px;
	text-decoration:none;
	color:#000
}
.home .page-navi a.nav-num:hover
	{
	background-color:#c51d25;
	text-decoration:none;
	color:#fff;
	border:1px #c51d25 solid;
}
/* for Business sections */
.business .page-navi a.nav-num:link, .business .page-navi a.nav-num:active,.business  .page-navi a.nav-num:visited
	{
	padding:2px 6px 2px 6px;
	background-color:#ececec;
	border:1px #cccccc solid;
	font-size:13px;
	float:left;
	margin-left:3px;
	text-decoration:none;
	color:#000
}
.business .page-navi a.nav-num:hover
	{
	background-color:#015FA2;
	text-decoration:none;
	color:#fff;
	border:1px #015FA2 solid;
}
/* for GAY sections */
.gay .page-navi a.nav-num:link, .gay .page-navi a.nav-num:active,.gay .page-navi a.nav-num:visited
	{
	padding:2px 6px 2px 6px;
	background-color:#ececec;
	border:1px #cccccc solid;
	font-size:13px;
	float:left;
	margin-left:3px;
	text-decoration:none;
	color:#000
}
.gay .page-navi a.nav-num:hover
	{
	background-color:#502573;
	text-decoration:none;
	color:#fff;
	border:1px #502573 solid;
}
/* ############### 	PAGE NAVIGATION : ends ############### */

/* ############### TWO BANNERS BOTTOM : STARTS  ############### */
.home .twobannersbot-cont
	{
	padding:0;
	margin:5px 0 0 -12px;
	display:inline-block;
	clear:both;
}
.home .twobannersbot-cont .twobannersbot
	{
	width:639px;
	padding:14px 9px 2px 9px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-whitebg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.home .review-item-cont .twobannersbot, .home .review-item-cont .twobannersbot-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
/* ############### TWO BANNERS BOTTOM : ENDS  ############### */





/* ############################################################  */
/* ###############  BUSINESS STRUCTURE : starts ###############  */
/* ############################################################  */
.business
	{	
	background-color: #c2c2c2;
/*	background-image: url(/templates/avnav/greekimages/avn_bgskin.jpg); */
	/* background-repeat:repeat-x; */
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:16px;
	}
.business .content-left
	{
	float:left;
	margin:0;
	padding:0;
	width:657px;
	vertical-align:top;
	background:#ffffff;
}
.business .content-right
	{
	float:left;
	margin:0 0 0 4px;
	padding:0;
	width:300px;
	vertical-align:top;
	padding-top:5px;
}
.business .blue
	{
	color:#015fa2;
}

/* ############### BUSINESS HEADER : starts ############### */
.business .top-header
	{
	background-image: url(/templates/avnav/greekimages/business-head-bg.png);
	background-repeat:no-repeat;
	width:973px;
	height:137px;
	margin:0 auto;
	padding:0 12px 0 12px;
	background-position:bottom;
	clear:both;
	position:relative;
}
.business .top-logo
	{
	position:absolute;
	width:170px;
	height:135px;
	left:12px;
	top:0;
	display:block;
}
.business .top-logo img
	{
	width:170px;
	height:135px;
}
.business .top-header .welcome-buts-cont
	{
	width:973px;
	display:inline-block;
	line-height:28px;
	padding:0;
}
.business .top-header .buts-cont
	{
	right:12px;
	top:0;
	height:28px;
	color:#ffffff;
	padding:0;
	position:absolute;
}
.business .welcome
	{
	font-size:12px;
	height:28px;
	left:220px;
	top:0;
	color:#ffffff;
	display:inline-block;
	padding:0;
	vertical-align:top;
	position:absolute;
}
.business .top-header .welcome-buts-cont .welcome a:link,.business .top-header .welcome-buts-cont .welcome a:visited,.business .top-header .welcome-buts-cont .welcome a:active 
	{
	text-decoration:none;
	color:#015fa2;
	text-decoration:underline;
	}
.business .top-header .welcome-buts-cont .welcome a:hover
	{
	text-decoration:none;
	color:#ffffff;
	text-decoration:underline;
	}
.business .banner72890
	{
	top:35px;
	right:17px;
	margin:0;
	padding:0;
	vertical-align:top;
	display:inline-block;
	position:absolute;
}
.business .main-menu
	{
	width:973px;
	height:39px;
	padding:0;
	margin:0;
	background-image: url(/templates/avnav/greekimages/business-menu-bg.jpg);
	background-repeat:repeat-x;
	background-color:white;
}
/* ############### BUSINESS HEADER : ends ############### */



.business .main-menu td.searchleft
	{
	width:120px;
	height:27px; 
	background-image:url(/templates/avnav/greekimages/searchbizl.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:top;
	padding-top:5px;
}
.business .main-menu td.searchleft input
	{
	background-color:transparent;
	width:104px;
	border:0;
	margin-left:8px;
	height:15px;
	line-height:15px;
	font-size:11px;
}


/* ############### CAROUSEL for all sections : starts ############### */
.carousel-item-cont
	{
	padding:0;
	margin:0;
	display:inline-block;
}
.carousel-item-cont .carousel-item
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.gay .carousel-item-cont .carousel-item /* for GAY */
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;;
	margin:0;
	background-image: url(/templates/avnav/greekimages/gaylist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.business .carousel-item-cont td.title /* for home */
	{
	font-size:20px;
	color:#015fa2;
	font-weight:bold;
}
.home .carousel-item-cont td.title /* for business */
	{
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
.gay .carousel-item-cont td.title /* for GAY */
	{
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
.business .carousel-item-cont #indnews /* for business */
	{
	font-weight:bold;
	float:right;
	background-color:#dce2df;
}
.gay .carousel-item-cont #indnews  /* for GAY */
	{
	font-weight:bold;
	float:right;
	background-color:#eee5f5;
}
.carousel-item-cont .carousel-item-bot,  .carousel-item-cont .carousel-item-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
ul.tabs {
    margin: 0 -15px 0 -15px;
    height: 24px;
    padding: 0 15px;
}
.business ul.tabs li
	{
	float:left;
}
ul.tabs li a {
    width:13px;
    height:24px;
	background:url(/templates/avnav/greekimages/circle-off.png) no-repeat left top;
	 float: left;
}
.business ul.tabs li a.carousel-selected { /* for business */
    width:13px;
    height:24px;
    background:url(/templates/avnav/greekimages/circle-on.png) no-repeat left top;
}
.home ul.tabs li a.carousel-selected { /* for home */
    width:13px;
    height:24px;
    background:url(/templates/avnav/greekimages/circle-red-on.png) no-repeat left top;
}
.gay ul.tabs li a.carousel-selected { /* for GAY */
    width:13px;
    height:24px;
    background:url(/templates/avnav/greekimages/circle-gay-on.png) no-repeat left top;
}
.business ul.tabs li a.prev  /* for business */
	{
	width:24px;
    height:24px;
    background:url(/templates/avnav/greekimages/bullet-left.png) no-repeat left top;
}
.home ul.tabs li a.prev  /* for home */
	{
	width:24px;
    height:24px;
    background:url(/templates/avnav/greekimages/bullet-red-left.png) no-repeat left top;
}
.gay ul.tabs li a.prev  /* for GAY */
	{
	width:24px;
    height:24px;
    background:url(/templates/avnav/greekimages/bullet-gay-left.png) no-repeat left top;
}
.business ul.tabs li a.next /* for business */
	{
	width:24px;
    height:24px;
    background:url(/templates/avnav/greekimages/bullet-right.png) no-repeat left top;
}
.home ul.tabs li a.next /* for home */
	{
	width:24px;
    height:24px;
    background:url(/templates/avnav/greekimages/bullet-red-right.png) no-repeat left top;
}
.gay ul.tabs li a.next /* for home */
	{
	width:24px;
    height:24px;
    background:url(/templates/avnav/greekimages/bullet-gay-right.png) no-repeat left top;
}
.tabs {
    margin: 0 ;
    height: 165px;
    overflow: hidden;
}
.gay .photo-tabs {
    margin: 0 ;
    height: 235px;
    overflow: hidden;
}
.middle-tabs {
    width: 599px;
    overflow: hidden;
}
.inner-tabs {
    width: 3036px; /* 630*n + 20 */
    height: 180px;
}
.tab {
    float: left;
    width: 135px;
    height: 165px;
    padding: 8px;
}
.gay .tab {
    float: left;
    width: 135px;
    height: 165px;
    padding: 8px;
    text-align:center;
}
.carousel {
    overflow: hidden;
}
.carousel .inner {

}
.carousel .middle {
    overflow: auto;
}
.tab .category /* for home and business */
	{
	font-size:10px;
	color:#c51d25;
	padding-bottom:3px;
	font-weight:bold;
	font-family:Tahoma;
	text-transform:uppercase;
}
.gay .tab .category /* for home and business */
	{
	font-size:10px;
	color:#502573;
	padding-bottom:3px;
	font-weight:bold;
	font-family:Tahoma;
}
.tab .photo img
	{
	padding-bottom:5px;
}
.gay .tab .photo img
	{
	padding-bottom:5px;
}
.gay .tab .text a:link, .gay .tab .text a:visited, .gay .tab .text a:active
	{
	color:#502573;
	text-decoration:underline;
}
.gay .tab .text a:hover
	{
	color:#000;
	text-decoration:underline;
}
.carousel-item-cont #indnews
	{
	background-color:#ededed;
	text-align:center;
	padding:4px 0 4px 13px;
	margin:0;
	display:inline-block;
	width:220px;
	clear:both;
}
/* for business */
.business .carousel-item-cont #indnews a:link, .business .carousel-item-cont #indnews a:active, .business .carousel-item-cont #indnews a:visited
	{
	font-weight:bold;
	color:#015fa2;
	background-image: url(/templates/avnav/greekimages/arrow-blue.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:9px;
	line-height:9px;
	text-decoration:none;
	padding-right:15px;
	padding-left:10px;
}
.business .carousel-item-cont #indnews a:hover
	{
	text-decoration:underline;
} 
/* for GAY */
.gay .carousel-item-cont #indnews a:link, .gay .carousel-item-cont #indnews a:active, .gay .carousel-item-cont #indnews a:visited
	{
	font-weight:bold;
	color:#502573;
	background-image: url(/templates/avnav/greekimages/arrow-gay.png);
	background-repeat:no-repeat;
	background-position:left;
	height:9px;
	line-height:9px;
	text-decoration:none;
	padding-right:15px;
	padding-left:10px;
}
.gay .carousel-item-cont #indnews a:hover
	{
	text-decoration:underline;
} 
.home .inner-tabs .tab .text
	{
	text-align:center;
}
/* ############### CAROUSEL : ends ############### */




/* ############### RED HEADLINE: ends ############### */
.redhead-cont
	{
	width:657px;
	float:left;
	display:inline-block;
	/* margin-top:15px; */
}
.redhead-cont .title
	{
	/* width:586px; */
	float:left;
	margin-right:0;
	font-size:20px;
	font-weight:bold;
	color:#c51d25; 
	margin-left:29px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.redhead-cont .title h1
	{
	font-size:20px;
	font-weight:bold;
	color:#c51d25;
	margin: 0px;
}
.redhead-cont .title-blue
	{
	width:586px;
	float:left;
	margin-right:0;
	font-size:20px;
	font-weight:bold;
	color:#015fa2; 
	margin-left:27px;
}
.redhead-cont .title-blue h1
	{
	font-size:20px;
	font-weight:bold;
	color:#015fa2; 
}
.redhead-cont .rss
	{
	width:20px;
	float:left;
}
/* ############### RED HEADLINE: ends ############### */



/* ############### BUSINESS HOME PAGE LISTINGS : starts ############### */
.news-item-cont
	{
	padding:0;
	margin:0;
	/*display:inline-block;*/
}
.news-item-cont .news-item  /* for HOME & BIZ */
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
	position:relative;
}
.gay .news-item-cont .news-item  /* for GAY */
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/gaylist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
	position:relative;
}
.news-item-cont .news-item-bot,.news-item-cont .news-item-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.news-item-cont .news-item .category  /* for home */
	{
	font-size:15px;
	font-weight:bold;
	font-family:"Myriad Pro Cond";
	color:#c51d25;
	margin-bottom:4px;
	clear:both;
}
.gay .news-item-cont .news-item .category  /* for GAY */
	{
	font-size:15px;
	font-weight:bold;
	font-family:"Myriad Pro Cond";
	color:#502573;
	margin-bottom:4px;
	clear:both;
}
.business .news-item-cont .news-item .photo /* for business */
	{
	float:left;
	width:205px;
	height:150px;	
	padding:0;
	margin:0;
}
.home .news-item-cont .news-item .photo  /* for home */
	{
	float:left;
	width:104px;
	height:151px;	
	padding:0;
	margin:0;
}
.gay .news-item-cont .news-item .photo  /* for GAY */
	{
	float:left;
	width:205px;
	height:150px;	
	padding:0;
	margin:0;
}
.movies .news-item-cont .news-item .photo  /* for MOVIES listings */
	{
	float:left;
	width:104px;
	height:150px;	
	padding:0;
	margin:0;
}
.business .news-item-cont .news-item .photo-interv /* for interviews */
	{
	float:left;
	width:235px;
	height:150px;	
	padding:0;
	margin:0;
}
.business .news-item-cont .news-item .photo img  /* setting photo's dimensions : for business */
	{
	width:205px;
	/* height:115px; */	
}
.home .news-item-cont .news-item .photo img  /* setting photo's dimensions : for home */
	{
	width:104px;
	height:151px;;	
}
.business .news-item-cont .news-item .right /* for business */
	{
	width:380px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	display:inline-block;
}
.home .news-item-cont .news-item .right /* for home */
	{
	width:481px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	display:inline-block;
}
.business .news-item-cont .news-item .right-interv /* for business */
	{
	width:350px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	display:inline-block;
}
.gay .news-item-cont .news-item .right /* for GAY */
	{
	width:380px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	display:inline-block;
}
.movies .news-item-cont .news-item .right /* for GAY */
	{
	width:481px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	display:inline-block;
}
.business .news-item-cont .news-item .right h3 /* for business */
	{
	font-size:21px;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:22px;
}
.home .news-item-cont .news-item .right h1 /* for home */
	{
	font-size:21px;
	padding:0 0 0 0;
	margin:0;
	font-weight:normal;
	line-height:22px;
}
.gay .news-item-cont .news-item .right h1 /* for GAY */
	{
	font-size:21px;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:22px;
}
.movies .news-item-cont .news-item .right h1 /* for MOVIES */
	{
	font-size:21px;
	padding:0;
	margin:5px 0 0 0;
	font-weight:normal;
	line-height:22px;
}

.business .news-item-cont .news-item .right-interv h1 /* for business */
	{
	font-size:21px;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:22px;
}
.news-item-cont .news-item .right .postinfo,.article-cont .postinfo,.news-item-cont .news-item .right-interv .postinfo
	{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:normal;
	height:18px;
	line-height:18px;
	color:#6d6f70;
}
.news-item-cont .news-item .right .summary, .news-item-cont .news-item .right-interv .summary
	{
	padding:10px 0 0 0;
	line-height:150%;
	}
/* h1 link color for business */
.business .news-item-cont .news-item .right h3 a:link, .business .news-item-cont .news-item .right h3 a:active, .business .news-item-cont .news-item .right h3 a:visited,  /* post info links */
.business .news-item-cont .news-item .right-interv h1 a:link, .business .news-item-cont .news-item .right-interv h1 a:active, .business .news-item-cont .news-item .right-interv h1 a:visited
	{
	color:#000;
	text-decoration:none;
}
.business .news-item-cont .news-item .right h3 a:hover, 
.business .news-item-cont .news-item .right-interv h3 a:hover
	{
	color:#015fa2;
	text-decoration:none;
}
/* h1 link color for home */
.home .news-item-cont .news-item .right h1 a:link, .home .news-item-cont .news-item .right h1 a:active, .home .news-item-cont .news-item .right h1 a:visited  /* post info links */
	{
	color:#000;
	text-decoration:none;
}
.home .news-item-cont .news-item .right h1 a:hover
	{
	color:#c51d25;
	text-decoration:none;
}
/* h1 link color for GAY */
.gay .news-item-cont .news-item .right h1 a:link, .gay .news-item-cont .news-item .right h1 a:active, .gay .news-item-cont .news-item .right h1 a:visited  /* post info links */
	{
	color:#000;
	text-decoration:none;
}
.gay .news-item-cont .news-item .right h1 a:hover
	{
	color:#502573;
	text-decoration:none;
}
/* post info ans summary links for BUSINESS */
.business .news-item-cont .news-item .right .postinfo a:link, .business .news-item-cont .news-item .right .postinfo a:active, .business .news-item-cont .news-item .right .postinfo a:visited  
	{
	color:#015fa2;
	text-decoration:none;
}
.business .news-item-cont .news-item .right .postinfo a:hover
	{
	color:black;
	text-decoration:underline;
}
.business .news-item-cont .news-item .right .summary a:link, .business .news-item-cont .news-item .right .summary a:active, .business .news-item-cont .news-item .right .summary a:visited  /* post info links */
	{
	color:#015fa2;
	text-decoration:underline;
}
.business .news-item-cont .news-item .right .summary a:hover
	{
	color:black;
	text-decoration:underline;
}
/* post info ans summary links for GAY */
.gay .news-item-cont .news-item .right .postinfo a:link, .gay .news-item-cont .news-item .right .postinfo a:active, .gay .news-item-cont .news-item .right .postinfo a:visited  
	{
	color:#502573;
	text-decoration:none;
}
.gay .news-item-cont .news-item .right .postinfo a:hover
	{
	color:black;
	text-decoration:underline;
}
.gay .news-item-cont .news-item .right .summary a:link, .gay .news-item-cont .news-item .right .summary a:active, .gay .news-item-cont .news-item .right .summary a:visited  /* for GAY -  post info links */
	{
	color:#502573;
	text-decoration:underline;
}
.gay .news-item-cont .news-item .right .summary a:hover
	{
	color:black;
	text-decoration:underline;
}
.business #overlay-descr {
	z-index:99;
	position:relative;
	bottom:28px;
	height:22px;
	background:#fff;
	opacity:0.80;
	-moz-opacity:0.80;
	filter:alpha(opacity=80);
	color:#ffffff;
}
.business #overlaytext-descr h4 {
	z-index:100;
	position:relative;
	bottom:69px;
	height:20px;
	padding-left:4px;
	padding-top:2px;
	color:#c51d25;
	font-weight:bold;
	font-size:14px;
	font-family:Tahoma,Arial,Verdana;
	display:inline-block;
}
/* ############### BUSINESS HOME PAGE LISTINGS : ends ############### */


/* ############### TOOLS ICON SET : starts ############### */
.tools
	{
	display:inline-block;
	margin-top:18px;
	float:right;
}
.tools-left
	{
	display:inline-block;
	float:left;
	margin-left:-10px;
}
.tools a.like:link, .tools  a.like:active, .tools a.like:visited	{
	color:#626263;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-like.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:12px;
	margin:0 0 0 10px;
}
.tools  a.like:hover
	{
	color:black;
	text-decoration:underline;
}
.tools a.share:link, .tools  a.share:active, .tools a.share:visited
	{
	color:#626263;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-share.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:12px;
	margin:0 0 0 10px;
}
.tools  a.share:hover
	{
	color:black;
	text-decoration:underline;
}
.tools a.email:link, .tools  a.email:active, .tools a.email:visited
	{
	color:#626263;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:12px;
	margin:0 0 0 10px;
}
.tools  a.email:hover
	{
	color:black;
	text-decoration:underline;
}
.tools a.print:link, .tools  a.print:active, .tools a.print:visited
	{
	color:#626263;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-print.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:12px;
	margin:0 0 0 10px;
}
.tools  a.print:hover
	{
	color:black;
	text-decoration:underline;
}
.tools a.comments:link, .tools  a.comments:active, .tools a.comments:visited
	{
	color:#626263;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-comments.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:12px;
	margin:0 0 0 10px;
}
.tools  a.comments:hover
	{
	color:black;
	text-decoration:underline;
}
.business .review-item-cont .review-item .right .tools
	{
	display:inline-block;
	margin-top:18px;
	float:right;
}
.business .review-item-cont .review-item .right .tools a.buy:link, .business .review-item-cont .review-item .right .tools .summary a.buy:active, .business .review-item-cont .review-item .right .tools a.buy:visited  /* post info links */
	{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-buy.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 24px;
	height:15px;
	margin:0 0 0 10px;
}
.business .review-item-cont .review-item .right .comments a.buy:hover
	{
	color:black;
	text-decoration:underline;
}
.business .review-item-cont .review-item .right .tools a.watch:link, .business .review-item-cont .review-item .right .tools .summary a.watch:active, .business .review-item-cont .review-item .right .tools a.watch:visited  /* post info links */
	{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-watch.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:15px;
	margin:0 0 0 10px;
}
.business .review-item-cont .review-item .right .tools a.watch:hover
	{
	color:black;
	text-decoration:underline;
}
.business .review-item-cont .review-item .right .tools a.reviews:link, .business .review-item-cont .review-item .right .tools .summary a.reviews:active, .business .review-item-cont .review-item .right .tools a.reviews:visited  /* post info links */
	{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-reviews.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 19px;
	height:15px;
	margin:0 0 0 10px;
}
.business .review-item-cont .review-item .right .tools a.reviews:hover
	{
	color:black;
	text-decoration:underline;
}
/* ############### TOOLS ICON SET : ends ############### */


/* ############### MORE NEWS : starts ############### */
.business .more-news-cont
	{
	padding:0;
	margin:10px 0 0 0;
	display:inline-block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	clear:both;
}
.more-news-cont .more-news
	{
	width:599px;
	min-height:430px;
	padding:13px 29px 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizmorenews-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	float:left;
}
.more-news-bot, .business .more-news-cont img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
	float:left;
}
.more-news-cont .more-news .left
	{
	width:280px;
	float:left;
}
.more-news-cont .more-news .right
	{
	width:280px;
	float:left;
	margin-left:33px;
}
.business .more-news-cont .more-news .head
	{
	font-size:18px;
	font-weight:bold;
	font-family:"Myriad Pro Cond";
	color:#000000;
	margin-bottom:4px;
}
.business .more-news-cont .more-news table
	{
	width:280px;
	margin-top:10px;
}
.business .more-news-cont .more-news td.cat
	{
	font-weight:bold;
	text-align:right;
	color:#c51d25;
	padding:7px 7px 7px 0;
	vertical-align:top;
	font-family:Tahoma,Verdana, Arial;
	font-size:9px;
}
.business .more-news-cont .more-news td.title
	{
	text-align:left;
	padding:5px 7px 5px 0;
	vertical-align:top;
}
.business .more-news-cont .more-news td.title A:link, .business .more-news-cont .more-news td.title A:active, .business .more-news-cont .more-news td.title A:visited
	{
	color:#000000;
	text-decoration:none;
}
.business .more-news-cont .more-news td.title A:hover
	{
	color:#000000;
	text-decoration:underline;
}
a.blarrow:link, a.blarrow:active, a.blarrow:visited
	{
	font-weight:bold;
	color:#015fa2;
	background-image: url(/templates/avnav/greekimages/arrow-blue.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:9px;
	line-height:9px;
	text-decoration:none;
	padding-right:15px;
	padding-left:10px;
	font-size:12px;
}
a.blarrow:hover
	{
	text-decoration:underline;
}
/* ############### MORE NEWS : ends  ############### */



/* ############### MOVIE and SEX REVIEW : starts ############### */
.business .review-item-cont
	{
	padding:0;
	margin:5px 0 0 0;
	display:inline-block;
	clear:both;
}
.business .review-item-cont .review-item
	{
	width:599px;
	padding:22px 29px 5px 29px;;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-whitebg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.business .review-item-cont .news-item-bot, .business .review-item-cont .news-item-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.business .review-item-cont .review-item .category
	{
	font-size:18px;
	font-weight:bold;
	font-family:"Myriad Pro Cond";
	color:#c51d25;
	margin-bottom:4px;
}
.business .review-item-cont .review-item .photo
	{
	float:left;
	width:107px;
	padding:0;
	margin:0;
}
.business .review-item-cont .review-item .right
	{
	width:478px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	display:inline-block;
}
.business .review-item-cont .review-item .right h1
	{
	font-size:21px;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:22px;
}
.business .review-item-cont .review-item .right .summary
	{
	padding:10px 0 0 0;
	line-height:150%;
	}
.business .review-item-cont .review-item .right h1 a:link, .business .review-item-cont .review-item .right h1 a:active, .business .review-item-cont .review-item .right h1 a:visited  /* post info links */
	{
	color:#000;
	text-decoration:none;
}
.business .review-item-cont .review-item .right h1 a:hover
	{
	color:#015fa2;
	text-decoration:none;
}
.business .review-item-cont .review-item-bot, .business .review-item-cont .review-item-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
	clear:both;
}
.business .review-item-cont .review-item .right .summary a:link, .business .review-item-cont .review-item .right .summary a:active, .business .review-item-cont .review-item .right .summary a:visited  /* post info links */
	{
	color:#015fa2;
	text-decoration:underline;
}
.business .review-item-cont .review-item .right .summary a:hover
	{
	color:black;
	text-decoration:underline;
}

/* ############### MOVIE and SEX REVIEW : ends ############### */



/* ############### TWO BANNERS BOTTOM : STARTS  ############### */
.business .twobannersbot-cont
	{
	padding:0;
	margin:5px 0 0 0;
	display:inline-block;
	clear:both;
}
.business .twobannersbot-cont .twobannersbot
	{
	width:639px;
	padding:14px 9px 2px 9px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-whitebg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.business .review-item-cont .twobannersbot, .business .review-item-cont .twobannersbot-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
/* ############### TWO BANNERS BOTTOM : ENDS  ############### */



/* ############### ADULT INDUSTRY EVENTS : STARTS  ############### */
.business #tabs-latest-industry-news .header-cont
	{
	float:left;
	display:inline-block;
}
.business #tabs-latest-industry-news .header-cont .header
	{
	padding-left:12px;
	float:left;
}
.business #tabs-latest-industry-news .header-cont .rss
	{
	float:left;
	margin-left:60px;
}
.business #tabs-industry-events .tabset_content, .business #tabs-industry-events .tabset_content .item
	{
	width:274px;
	display:inline-block;
}
.business #tabs-industry-events .tabset_content .photo
	{
	width:100px;
	float:left;
	padding:0;
	padding-bottom:15px;
	margin:0;
}
.business #tabs-industry-events .tabset_content .text
	{
	float:left;
	margin-left:9px;
	vertical-align:top;
	width:152px;
	margin-bottom:9px;
}
.business #tabs-industry-events .tabset_content .text .head
	{
	color:#015fa2;
	font-weight:bold;
	font-size:14px;
	margin-bottom:6px;
	clear:both;
}
.business #tabs-industry-events .tabset_content .text  A:link, .business #tabs-industry-events .tabset_content .text A:visited, .business #tabs-industry-events .tabset_content .text A:active 
	{
	color:#000000;
	text-decoration:none;
}
.business #tabs-industry-events .tabset_content .text A:hover
	{
	color:#015fa2;
	text-decoration:none;
}
/* ############### ADULT INDUSTRY EVENTS : ends ############### */


/* ############### PORN STAR OF THE DAY : starts ############### */
.business .porn-star-ofthe-day
	{
	width:262px;
	display:inline-block;
	padding-bottom:15px;
	clear:both;
	margin-left:13px;
}
.business .porn-star-ofthe-day .container .left
	{
	float:left;
	padding:0;
	margin:0;
}
.business .porn-star-ofthe-day .container .right
	{
	float:left;
	margin-left:17px;
}
.business .porn-star-ofthe-day .container .top
	{
	margin-bottom:17px;
	padding:0;
}
.business .porn-star-ofthe-day .container .bottom
	{
	padding:0;
	margin:0;
}
.business .porn-star-ofthe-day  .star
	{
	font-family:Myriad Pro, Arial, Helvetica;
	font-weight:bold;
	font-size:18px;
	color:#ef0404;
	padding:0;
	margin:0;
	padding-top:2px;
	width:262px;
}
/* ############### PORN STAR OF THE DAY : end ############### */


/* ############### AVN ID FORM : starts ############### */
.avn-id-form
	{
	width:284px;
	height:75px;
	background-image: url(/templates/avnav/greekimages/avn-id-bg.png);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	padding:0;
	padding-top:60px;
	padding-left:16px;
	position:relative;
}
.avn-id-form .top-links
	{
	position:absolute;
	top:10px;
	left:10px;
	width:280px;
	height:45px;
}
.avn-id-form select
	{
	position:absolute;
	top:75px;
	width:264px;
}
/* ############### AVN ID FORM : ends ############### */

/* ############### SEND US YOUR STORY : starts  ############### */
.send-story
	{
	margin:10px 0 17px 5px;
	font-size:12px;
	font-weight:bold;
}
.business .send-story a:link,.business .send-story a:active, .business .send-story a:visited
	{
	color:#015fa2;
	text-decoration:underline;
}
.business .send-story a:hover
	{
	color:#000000;
	text-decoration:underline;
}
/* ############### SEND US YOUR STORY : ends  ############### */



/* ############### BLOGGERS WANTED : starts  ############### */
.bloggers-wanted
	{
	margin:8px 0 17px 5px;
	font-size:12px;
	font-weight:bold;
}
.business .bloggers-wanted a:link,.business .bloggers-wanted a:active, .business .bloggers-wanted a:visited
	{
	color:#015fa2;
	text-decoration:underline;
}
.business .bloggers-wanted a:hover
	{
	color:#000000;
	text-decoration:underline;
}
/* ############### BLOGGERS WANTED : ends  ############### */




/* ############### AVN ONLINE WEEKLY : starts  ############### */
#avn-weekly
	{
	width:274px;
	padding:13px;
	background-color:#ededed;
}
#avn-weekly .text
	{
	margin:7px 0 7px 0;
}
#avn-weekly input.newsletter
	{
	width:150px;
	font-size:11px;
	margin-right:7px;
	border:1px #7f9db9 solid;
	height:15px;
	padding-top:3px;
}
#avn-weekly .forma
	{
	margin:7px 0 0 0;
	float:left;
}
/* ############### AVN ONLINE WEEKLY : ends  ############### */


/* ############### BLOGS CONTAINER : starts ############### */
.business .blogs-cont
	{
	padding:0;
	margin:0;
	display:block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	clear:both;
}
.business .blogs-cont .blog
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
	position:relative;
}
.business .blogs-cont .blog H1.title
	{
	font-size:22px;
	font-weight:normal;
	line-height:100%;
	color:#015fa2;
}
.business .blogs-cont .blogs-cont-bot, .business .blogs-cont .blogs-cont-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.business .blogs-cont .blog H1
	{
	font-size:22px;
	font-weight:normal;
	line-height:100%;
	color:#000;
	margin-top:7px;
	margin-bottom:3px;
}
.business .blogs-cont .blog H2
	{
	font-size:17px;
	line-height:100%;
	color:#c51d25;
	margin:3px 0 10px 0;
}
.business .blogs-cont p
	{
	margin-top:3px;
}
.business .blogs-cont .blog H1 a:link, .business .blogs-cont .blog H1 a:visited, .business .blogs-cont .blog H1 a:active
	{
	text-decoration:none;
	color:#000;
}
.business .blogs-cont .blog H1 a:hover
	{
	text-decoration:underline;
	color:#015fa2;
}
.business .blogs-cont .photo
	{
	border:1px #d7d8d5 solid;
	padding:6px;
	background-color:#ffffff;
	display:inline-block;
	margin:3px 10px 7px 0;
	float:left;
}
.business .blogs-cont .postinfo
	{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#6d6f70;
}
.business .blogs-cont .text
	{
	line-height:150%;
}
.business .blogs-cont .blog H3
	{
	font-size:13px;
	font-weight:bold;
	line-height:100%;
	color:#000;
	margin-top:7px;
	margin-bottom:3px;
}
.business .blogs-cont .blog H3 a:link, .business .blogs-cont .blog H3 a:visited, .business .blogs-cont .blog H3 a:active
	{
	text-decoration:none;
	color:#000;
}
.business .blogs-cont .blog H3 a:hover
	{
	text-decoration:underline;
	color:#015fa2;
}


/* ############### BLOGS CONTAINER : ends ############### */



/* ############### BUSINESS ARTICLE CONTAINER : starts ############### */
.business .article-cont
	{
	padding:0;
	margin:0;
	display:block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	clear:both;
}
.business .article-cont .article
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
	font-size:13px;
}
.business .article-cont .article .intr
	{
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.business .article-cont .article-cont-bot, .business .article-cont .article-cont-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.business .article-cont .article H1
	{
	font-size:22px;
	line-height:100%;
	color:#015fa2;
	padding-bottom:0;
	margin-bottom:5px;
}
.business .article-cont .article H2.subtitle
	{
	font-size:12px;
	line-height:100%;
	color:#000;
	padding:0;
	margin:0 0 20px 0;
}

.business .article-cont .photo
	{
	border:1px #b6cad8 solid;
	padding:6px;
	background-color:#ffffff;
	display:inline-block;
	margin:3px 10px 7px 0;
	float:left;
}
/* ############### BUSINESS ARTICLE CONTAINER : ends ############### */


/* ############### ACCORDION : starts ############### */
#basic-accordian{
	width:633px;
	margin-left:12px;
	padding:0;
	border:0;
	margin-top:30px;
}
.accordion_headings{
	color:#000000;
	border:0;
	cursor:pointer;
	font-weight:bold;
	background-image: url(/templates/avnav/greekimages/accordion-closed.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	margin-bottom:2px;
}
.accordion_headings:hover{
	color:#015fa2;
}
.accordion_child{
	padding:10px;
	line-height:150%;
}
.header_highlight{
	background-image: url(/templates/avnav/greekimages/accordion-open.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	color:#015fa2;
}
.accordion_child a:link, .accordion_child a:visited, .accordion_child a:active,
.business .comments-cont .comments a:link, .business .comments-cont .comments a:visited, .business .comments-cont .comments a:active
	{
	color:#015fa2;
	text-decoration:none;
}
.accordion_child a:hover, .business .comments-cont .comments a:hover
	{
	color:#000000;
	text-decoration:underline;
}
/* ############### ACCORDION : ends ############### */








/* ############### AVN LIVE ACCORDION : starts ############### */
#live-accordian{
	width:300px;
	margin:0;
	padding:0;
	border:0;
}
#live-accordian .accordion_headings{
	color:#000000;
	border:0;
	cursor:pointer;
	font-weight:bold;
	background-image: url(/templates/avnav/greekimages/livearrow-closed.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:22px;
	line-height:22px;
	padding-left:30px;
	font-size:18px;
	margin-bottom:2px;
}
#live-accordian .accordion_headings:hover{
	color:#015fa2;
}
#live-accordian .accordion_child{
	padding:10px 10px 0 10px;
	background-image: url(/templates/avnav/greekimages/live-accor-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:5px 0 0 0;
}
#live-accordian .header_highlight{
	background-image: url(/templates/avnav/greekimages/livearrow-open.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:22px;
	line-height:22px;
	padding-left:30px;
	font-size:18px;
	color:#000000;
}
#live-accordian .accordion_child a:link, #live-accordian .accordion_child a:visited, #live-accordian .accordion_child a:active
	{
	color:#015fa2;
	text-decoration:none;
}
#live-accordian .accordion_child a:hover
	{
	color:#000000;
	text-decoration:underline;
}
#live-accordian .scroll {
	position:relative; 
	left:0; 
	top:0; 
	overflow: auto;
 	height: 300px; 
	width:280px; 
 }
 #live-accordian .scroll .item
 	{
 	display:block;
 	float:left
 	}
 #live-accordian .scroll .item .left
 	{
 	width:64px;
 	float:left;
 	}
  #live-accordian .scroll .item .left img
 	{
 	padding:3px;
 	border:1px #dbdbdb solid;
 	}

 #live-accordian .scroll .item .right
 	{
 	float:left;
 	margin-left:10px;
 	width:170px;
 	}
 #live-accordian .scroll .item .right a:link,  #live-accordian .scroll .item .right a:visited, #live-accordian .scroll .item .right a:active
 	{
 	font-size:14px;
 	font-weight:bold;
 	color:#000000;
 	text-decoration:underline;
 	}
 #live-accordian .scroll .item .right a:hover
 	{
	color:#c51d25;
}
#live-accordian .scroll .item .right .views
 	{
 	color:#666666;
 	}

/* ############### AVN LIVE ACCORDION : ends ############### */

/* ############### AVN LIVE : starts ############### */
#liveinfo
	{
	background-color:#d7d7d7;
	padding:10px;
	margin:0 0 10px 0;
	display:block;
	width:280px;
	float:left;
}
#liveinfo h2
	{
	font-size:18px;
	font-weight:normal;
	color:black;
	margin:0;
	padding:0;
}
/* ############### AVN LIVE : ends ############### */


/* ############### LATEST INDUSTRY NEWS in BIZ AND GAY: STARTS  ############### */
.business #tabs-latest-industry-news .header-cont, .gay #tabs-latest-industry-news .header-cont
	{
	float:left;
	display:inline-block;
	margin:0 0 5px 0;
}
.business #tabs-latest-industry-news .header-cont .header, .gay #tabs-latest-industry-news .header-cont .header
	{
	padding-left:12px;
	float:left;
}
.business #tabs-latest-industry-news .header-cont .rss, .gay #tabs-latest-industry-news .header-cont .rss
	{
	float:left;
	margin-left:60px;
}
.business #tabs-latest-industry-news .latest-industry-news, .gay #tabs-latest-industry-news .latest-industry-news
	{
	width:260px;
	padding:9px;
	display:inline-block;
}
.business #tabs-latest-industry-news .latest-industry-news .photo, .gay #tabs-latest-industry-news .latest-industry-news .photo
	{
	width:111px;
	float:left;
	padding:0;
	margin:0;
}
.business #tabs-latest-industry-news .latest-industry-news .photo img, .gay #tabs-latest-industry-news .latest-industry-news .photo img
	{
	border:1px #9a9a9a solid;
}
.business #tabs-latest-industry-news .latest-industry-news .txt, .gay #tabs-latest-industry-news .latest-industry-news .txt
	{
	float:left;
	margin-left:9px;
	vertical-align:top;
	width:140px;
}
.business #tabs-latest-industry-news .latest-industry-news .txt .head, .gay #tabs-latest-industry-news .latest-industry-news .txt .head
	{
	margin-bottom:4px;
	clear:both;
}
.business #tabs-latest-industry-news .latest-industry-news .txt  A:link, .business #tabs-latest-industry-news .latest-industry-news .txt A:visited, .business #tabs-latest-industry-news .latest-industry-news .txt A:active, 
.gay #tabs-latest-industry-news .latest-industry-news .txt  A:link, .gay #tabs-latest-industry-news .latest-industry-news .txt A:visited, .gay #tabs-latest-industry-news .latest-industry-news .txt A:active
	{
	color:#000000;
	text-decoration:none;
}
.business #tabs-latest-industry-news .latest-industry-news .txt A:hover, .gay #tabs-latest-industry-news .latest-industry-news .txt A:hover
	{
	color:#9b0000;
	text-decoration:none;
}
/* ############### LATEST INDUSTRY NEWS : ends ############### */



/* ############### COMMENTS : starts ############### */
.business H2
	{
	color:#015fa2;
	margin-left:12px;
}
.gay H2
	{
	color:#502573;
	margin-left:12px;
}

.business .comment, .gay .comment
	{
	margin-left:22px;
	width:590px;
	padding-bottom:14px;
}
.DarkGreyRounded-cont
	{
	margin-left:12px;
	display:block;
	height:23px;
}
.DarkGreyRounded_left{
	background-image:url("/templates/avnav/greekimages/DarkGreyRounded_left.gif");
	background-repeat:no-repeat;
	height:23px;
	display:inline;
	float:left;
	padding:4px 7px 3px 10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:609px;
}
.DarkGreyRounded_right{
	background-image:url("/templates/avnav/greekimages/DarkGreyRounded_right.gif");
	width:7px;
	height:23px;
	float:left;
	margin:0 0 0 0;
	text-indent:-99999px;
}
.business .comments-cont, .gay .comments-cont
	{
	padding:0;
	margin:0;
	display:inline-block;
	margin-left:12px;
	margin-bottom:10px;
}
.business .comments-cont .comments, .gay .comments-cont .comments
	{
	width:613px;
	min-height:101px;
	padding:8px 10px 2px 10px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/ComTblBot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline-block;
	clear:both;
	font-size:12px;
	vertical-align:top;
}
.business .comments-cont .comments-cont-top, .business .comments-cont .comments-cont-top img,  /* setting image dimensions */
.gay .comments-cont .comments-cont-top, .gay .comments-cont .comments-cont-top img
	{
	width:633px;
	height:8px;
	padding:0;
}
/* ############### COMMENTS : ends ############### */



/* ############### AVN INDUSTRY DIRECTORY LISTINGS CATALOG : starts ############### */
.business .listings ul
	{
	padding:0;
	margin:10px 0 20px 23px;
	line-height:150%;
	font-size:12px;
}
.business .listings ul li.cat-title
	{
	color:black;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
}
.business .listings ul li a:link,  .business .listings ul li a:active, .business .listings ul li a:visited 
	{
	font-size:12px;
	color:#015FA2;
	text-decoration:none;
}
.business .listings ul li a:hover
	{
	color:black;
}

.business .listings .left-col
	{
	float:left;
}
.business .listings .right-col
	{
	float:left;
	margin-left:20px;
}
/* ############### AVN INDUSTRY DIRECTORY LISTINGS CATALOG : ends ############### */


/* ############### AVN INDUSTRY COMPANY PROFILE : starts ############### */
.business .company-profile-cont
	{
	padding:0;
	margin:0;
	display:inline-block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
.business .company-profile-cont .profile
	{
	width:590px;
	min-height:160px;
	padding:22px 47px 5px 20px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.business .company-profile-cont .profile H1
	{
	font-size:24px;
	line-height:20px;
	color:#015fa2;
	padding:10px 0 0 0;
	margin:0 0 0 24px;
}
.business .company-profile-cont H2.company-title
	{
	font-size:24px;
	line-height:100%;
	color:#000;
	padding:0;
	margin:0;
}
.business .company-profile-cont .photo
	{
	border:1px #b6cad8 solid;
	padding:6px;
	background-color:#ffffff;
	display:inline-block;
	margin:23px 0 7px 10px;
	float:right;
}
.business .company-profile-cont td.head
	{
	width:33%;
	background-color:#d8d9d6;
}
.business .company-profile-cont td.r1
	{
	padding:5px 15px 0 0;
	vertical-align:top;
}
.business .company-profile-cont td.r2
	{
	padding:5px 10px 0 0;
	vertical-align:top;
}
.business .company-profile-cont td.r3
	{
	padding:5px 0 0 0;
	vertical-align:top;
}

/* ############### AVN INDUSTRY COMPANY PROFILE : ends ############### */


/* ############### AVN INDUSTRY DIRECTORY LISTINGS CONTAINER : starts ############### */
.business .directory-listings-cont
	{
	padding:0;
	margin:0;
	display:inline-block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
.business .directory-listings-cont .listings
	{
	width:590px;
	min-height:160px;
	padding:22px 47px 5px 20px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.business .directory-listings-cont .directory-listings-cont-bot, .business .directory-listings-cont .directory-listings-cont-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.business .directory-listings-cont .listings H1
	{
	font-size:24px;
	line-height:20px;
	color:#015fa2;
	padding:10px 0 0 0;
	margin:0 0 0 24px;
}
.business .dir-category-cont
	{
	float:left;
	display:inline-block;
	width:590px;
	margin-top:20px;
}
.business .dir-category-cont H2.cat-title
	{
	float:left;
	font-size:18px;
	line-height:100%;
	color:#000;
	padding:0;
	margin:0 0 0 23px;
	display:inline-block;
	width:400px;
}
.business .dir-category-cont .premium
	{
	font-size:12px;
	font-weight:bold;
	color:#c51d25;
	float:left;
	margin-left:10px;
	margin-top:3px;
}
/* directory box */
.business .directory-box
	{
	padding:0;
	margin:8px 0 3px 25px;
	display:inline-block;
	float:left;
}
.business .directory-box .advert
	{
	width:535px;
	min-height:193px;
	padding:0 15px 2px 15px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/dir-box-bot.png);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline-block;
	clear:both;
	vertical-align:top;
}
.business .directory-box .directory-box-top, .business .directory-box .directory-box-top img  /* setting image dimensions */
	{
	width:565px;
	height:13px;
	padding:0;
}
/* adertiser-title */
.business .directory-box .adertiser-title
	{
	width:535px;
	display:block;
	float:left;
	margin-bottom:10px;
	padding:0;
}
.business .directory-box .adertiser-title .name 
	{
	float:left;
	width:478px;
	padding:0;
	margin:0;
}
.business .directory-box .adertiser-title .name h3
	{
	font-size:18px;
	line-height:100%;
	color:#015fa2;
	float:left;
	padding:0;
	margin:0;
 }
.business .directory-box .avn-id-s
	{
	width:57px;
	height:26px;
	float:left;
	padding:0;
	margin:0;
}
/* directory box small for right column : starts */
.business .directory-box-s
	{
	padding:0;
	margin:0 0 10px 0;
	display:inline-block;
	float:left;
}
.business .directory-box-s .advert
	{
	width:274px;
	min-height:193px;
	padding:0 13px 7px 13px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/dir-box-bot-s.png);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline-block;
	clear:both;
	vertical-align:top;
}
.business .directory-box-s .directory-box-top, .business .directory-box-s .directory-box-top img  /* setting image dimensions */
	{
	width:300px;
	height:13px;
	padding:0;
}
/* adertiser-title */
.business .directory-box-s .adertiser-title
	{
	width:274px;
	display:block;
	float:left;
	margin-bottom:10px;
	padding:0;
}
.business .directory-box-s .adertiser-title .name 
	{
	float:left;
	width:217px;
	padding:0;
	margin:0;
}
.business .directory-box-s .adertiser-title .name h3
	{
	font-size:18px;
	line-height:100%;
	color:#015fa2;
	float:left;
	padding:0;
	margin:0;
 }
.business .directory-box-s .avn-id-s
	{
	width:57px;
	height:26px;
	float:left;
	padding:0;
	margin:0;
}
/* directory box small for right column : ends */

/* WhiteButton22 */
.business .directory-box .WhiteButton22, .business .directory-box-s .WhiteButton22
	{
	height:22px;
	line-height:22px;
	display:inline-block;
	float:left;
	margin:15px 0 0 0;
	padding:0;
	clear:both;
}
.business .directory-box .WhiteButton22-left, .business .directory-box-s .WhiteButton22-left
	{
	width:15px;
	height:22px;
	line-height:22px;
	float:left;
	margin:0;
	padding:0;
}
.business .directory-box .WhiteButton22-right, .business .directory-box-s .WhiteButton22-right
	{
	background-image: url(/templates/avnav/greekimages/White-But-22-right.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-left:0;
	padding:0 30px 0 15px;
	float:left;
}
.business .directory-box .WhiteButton22-right A:link, .business .directory-box .WhiteButton22-right A:visited, .business .directory-box .WhiteButton22-right A:active,
.business .directory-box-s .WhiteButton22-right A:link, .business .directory-box-s .WhiteButton22-right A:visited, .business .directory-box-s .WhiteButton22-right A:active
	{
	font-size:14px;
	color:#015fa2;
	font-weight:bold;
	text-decoration:none;
} 
.business .directory-box .WhiteButton22-right A:hover, .business .directory-box-s .WhiteButton22-right A:hover
	{
	color:#c51d25;
}
/* WhiteButton18 */
.WhiteButton18
	{
	height:18px;
	line-height:18px;
	display:inline-block;
	float:left;
	margin:0;
	padding:0;
	clear:both;
}
.WhiteButton18-left
	{
	width:10px;
	height:18px;
	line-height:18px;
	float:left;
	margin:0;
	padding:0;
}
.WhiteButton18-right
	{
	background-image: url(/templates/avnav/greekimages/White-But-18-right.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-left:0;
	padding:0 10px 0 0;
	float:left;
}
.WhiteButton18-right A:link, .WhiteButton18-right A:visited, .WhiteButton18-right A:active
	{
	font-size:11px;
	color:#8e1111;
	font-weight:bold;
	text-decoration:none;
} 
.WhiteButton18-right A:hover
	{
	color:#000000;
}

/* browse category listings*/
.browse
	{
	margin-top:10px;
	margin-left:24px;
}
.business .directory-listings-cont .browse A.browse-cat:link, .business .directory-listings-cont .browse A.browse-cat:active, .business .directory-listings-cont .browse A.browse-cat:visited
	{
	background-image: url(/templates/avnav/greekimages/browse-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:515px;
	height:34px;
	line-height:34px;
	padding:0 50px 0 0;
	text-decoration:underline;
	color:black;
	font-size:15px;
	text-align:right;
	font-weight:bold;
	display:inline-block;
}
.business .directory-listings-cont .browse A.browse-cat:hover
	{
	color:#015fa2;
}
/* search category listings */
.search-dir
	{
	margin:25px 0 0 23px;
	width:590px;
}
.business .directory-listings-cont .listings .search-dir input.searchbox
	{
	width:345px;
	background-color:#fff;
	border:1px #707070 solid;
	height:18px;
	padding:5px 0 0 0;
	font-size:11px;
	margin-top:5px;
	float:left;
}
.business .directory-listings-cont .listings .search-dir input.search-dir-submit
	{
	background-color:#015fa2;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:25px;
	border:0;
	padding: 0 9px 3px 9px;
	margin-top:5px;
	float:left;
	margin-left:5px;
}
/* ############### AVN INDUSTRY DIRECTORY LISTINGS CONTAINER : ENDS ############### */


/* ############### PREMIUM INDUSTRY DIRECTORY LISTINGS CONTAINER : STARTS ############### */
.business .premium-listing-cont
	{
	display:block;
	width:600px;
	clear:both;
	margin:0;
	margin-top:5px;
	float:left;
	display:block;
}
.business .premium-listing-top
	{
	background-image: url(/templates/avnav/greekimages/premium-bg.png);
	background-repeat:no-repeat;
	background-position:top;
	min-height:60px;
	padding:14px 0 0 23px;
}
.business .premium-listing-top .row1 .left
	{
	float:left;
	width:400px;
	color:#fff;
}
.business .premium-listing-top .row1 .right
	{
	width:167px;
	float:left;	
	padding:9px 0 0 0;
	text-align:right;
}
.business .premium-listing-top .row1 .left h2
	{
	line-height:100%;
	padding:0;
	margin:0;
}
.business .premium-listing-top .row1 .left h2 a:link, .business .premium-listing-top .row1 .left h2 a:visited, .business .premium-listing-top .row1 .left h2 a:active
	{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.business .premium-listing-top .row1 .left h2 a:hover
	{
	color:#fff;
	text-decoration:underline;
}
.business .premium-listing-top .row2
	{
	display:inline-block;
	margin-top:9px;
}
.business .premium-listing-top .row2 .left
	{
	float:left;
	width:70px;
	padding:0;
}
.business .premium-listing-top .row2 .right
	{
	width:497px;
	float:left;	
	padding:0;
	text-align:right;
	color:#fff;
}
.business .premium-listing-top .row2 a.like:link, .business .premium-listing-top .row2  a.like:active, .business .premium-listing-top .row2 a.like:visited
	{
	color:#ffffff;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-like-premium.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:12px;
	margin:0;
}
.business .premium-listing-top .row2 a.like:hover
	{
	color:#fff;
	text-decoration:underline;
}
.business .premium-listing-top .row2 a:link, .business .premium-listing-top .row2  a:active, .business .premium-listing-top .row2 a:visited
	{
	color:#fff;
	text-decoration:none;
	padding:3px 3px 0 3px;
	height:12px;
	text-decoration:underline;
}
.business .premium-listing-top .row2 a:hover
	{
	color:#fff;
	text-decoration:none;
}
.business .premium-listing-top .row2 a.grey-arrow-right
	{
	background-image: url(/templates/avnav/greekimages/white-arrow-right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
}

/* ############### PREMIUM INDUSTRY DIRECTORY LISTINGS CONTAINER : ends ############### */



/* ############### NON PREMIUM INDUSTRY DIRECTORY LISTINGS CONTAINER : STARTS ############### */
.business .non-premium-listing-cont
	{
	display:block;
	width:567px;
	clear:both;
	margin-left:23px;
	margin-top:10px;
	float:left;
	display:block;
	background-image: url(/templates/avnav/greekimages/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:7px;
}
.business .non-premium-listing-cont .row1 .left
	{
	float:left;
	width:400px;
}
.business .non-premium-listing-cont .row1 .right
	{
	width:167px;
	float:left;	
	padding:9px 0 0 0;
	text-align:right;
}
.business .non-premium-listing-cont .row1 .left h2
	{
	line-height:100%;
	padding:0;
	margin:0;
}
.business .non-premium-listing-cont .row1 .left h2 a:link, .business .non-premium-listing-cont .row1 .left h2 a:visited, .business .non-premium-listing-cont .row1 .left h2 a:active
	{
	font-size:14px;
	font-weight:bold;
	color:#015fa2;
	text-decoration:none;
}
.business .non-premium-listing-cont .row1 .left h2 a:hover
	{
	color:#015fa2;
	text-decoration:underline;
}
.business .non-premium-listing-cont .row2
	{
	display:inline-block;
	margin-top:9px;
}
.business .non-premium-listing-cont .row2 .left
	{
	float:left;
	width:70px;
	padding:0;
}
.business .non-premium-listing-cont .row2 .right
	{
	width:497px;
	float:left;	
	padding:0;
	text-align:right;
	color:#989898;
}
.business .non-premium-listing-cont .row2 a.like:link, .business .non-premium-listing-cont .row2  a.like:active, .business .non-premium-listing-cont .row2 a.like:visited
	{
	color:#626263;
	text-decoration:none;
	background-image: url(/templates/avnav/greekimages/icon-like.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0 0 17px;
	height:12px;
	margin:0;
}
.business .non-premium-listing-cont .row2 a.like:hover
	{
	color:black;
	text-decoration:underline;
}
.business .non-premium-listing-cont .row2 a:link, .business .non-premium-listing-cont .row2  a:active, .business .non-premium-listing-cont .row2 a:visited
	{
	color:#626263;
	text-decoration:none;
	padding:3px 3px 0 3px;
	height:12px;
	text-decoration:underline;
}
.business .non-premium-listing-cont .row2 a:hover
	{
	color:black;
	text-decoration:underline;
}
.business .non-premium-listing-cont .row2 a.grey-arrow-right
	{
	background-image: url(/templates/avnav/greekimages/grey-arrow-right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
}
/* ############### NON PREMIUM INDUSTRY DIRECTORY LISTINGS CONTAINER : ENDS ############### */



/* ############### ADVERTISING OPPORTUNITIES : starts  ############### */
.advertising-opps
	{
	margin:10px 0 17px 0;
	font-size:12px;
	font-weight:bold;
}
.business .advertising-opps a:link,.business .advertising-opps a:active, .business .advertising-opps a:visited
	{
	color:#000000;
	text-decoration:underline;
}
.business .advertising-opps a:hover
	{
	color:#015fa2;
	text-decoration:underline;
}
/* ############### SEND US YOUR STORY : ends  ############### */



/* ############### MOVIE REVIEWS CONTAINER : starts ############### */
.home .movie-review-cont
	{
	padding:0;
	margin:0;
	display:block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	clear:both;
}
.home .movie-review-cont .movie-review
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
	position:relative;
}
.home .movie-review-cont .movie-review-cont-bot, .home .movie-review-cont .movie-review-cont-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.home .movie-review-cont .movie-review H1
	{
	font-size:22px;
	font-weight:normal;
	line-height:100%;
	color:#000000;
	margin: 16px  0 7px 0;
}
.home .movie-review-cont .photo
	{
	border:1px #b6cad8 solid;
	padding:6px;
	background-color:#ffffff;
	display:inline-block;
	margin:15px 10px 7px 0;
	float:left;
}
.home .movie-review-cont .movie-review .postinfo
	{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:normal;
	height:18px;
	line-height:18px;
	color:#6d6f70;
}
.home .movie-review-cont .movie-review .star-info a
	{
	text-decoration:underline;
}
.home .movie-review-cont .movie-review .text
	{
	line-height:140%;
}
.home .movie-review-cont .movie-review .star-info
	{
	line-height:190%;
	padding:5px 0 0 0;
	margin-top:0;
}
/* ############### MOVIE REVIEWS CONTAINER : ends ############### */
/* ACCORDION : starts */
#movie-review-accordian{
	width:633px;
	margin-left:12px;
	padding:0;
	border:0;
	margin-top:30px;
}
#movie-review-accordian .accordion_headings{
	color:#000000;
	border:0;
	cursor:pointer;
	font-weight:bold;
	background-image: url(/templates/avnav/greekimages/accordion-closed.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	margin-bottom:2px;
}
#movie-review-accordian .accordion_headings:hover{ /* for home */
	color:#c51d25;
}
#movie-review-accordian .accordion_child{
	padding:10px;
	line-height:150%;
}
#movie-review-accordian .header_highlight{ /* for home */
	background-image: url(/templates/avnav/greekimages/accordion-open-red.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	color:#c51d25;
}
#movie-review-accordian .accordion_child a:link, #movie-review-accordian  .accordion_child a:visited, #movie-review-accordian  .accordion_child a:active /* for home */
	{
	color:#c51d25;
	text-decoration:none;
}
#movie-review-accordian .accordion_child a:hover, #movie-review-accordian .business .comments-cont .comments a:hover /* for home */
	{
	color:#000000;
	text-decoration:underline;
}
/* ACCORDION : ends */
.home .movie-review-comment .comment
	{
	margin-left:22px;
	padding-bottom:14px;
	width:590px;
}
.home .movie-review-comment H2
	{
	color:#C51D25;
	margin-left:12px;
}
.redhead-cont .title-black
	{
	width:586px;
	float:left;
	margin-right:0;
	font-size:20px;
	font-weight:bold;
	color:#000; 
	margin-left:27px;
}

/* COMMENT BOX : starts */
.home .comments-cont
	{
	padding:0;
	margin:0;
	display:inline-block;
	margin-left:12px;
	margin-bottom:10px;
}
.home .comments-cont .comments
	{
	width:613px;
	min-height:101px;
	padding:8px 10px 2px 10px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/ComTblBot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline-block;
	clear:both;
	font-size:12px;
	vertical-align:top;
}
.home .comments-cont .comments-cont-top, .home .comments-cont .comments-cont-top img,  /* setting image dimensions */
	{
	width:633px;
	height:8px;
	padding:0;
}
/* COMMENT BOX : ends */
/* ############### MOVIE REVIEWS : ends ############### */








/* ########################################################  */
/* ################  GAY SECTION : starts #################  */
/* ########################################################  */

.gay
	{	
	background-color: #000000;
	background-image: url(/templates/avnav/greekimages/gay-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	padding-top:16px;
	}
.gay .content-left
	{
	float:left;
	/* margin:0; */
	padding:0;
	width:657px;
	vertical-align:top;
	display:block;
	background:#ffffff;
	margin:3px 0 0 12px;
}
.gay .content-right
	{
	float:left;
	margin:0 0 0 4px;
	padding:0;
	width:300px;
	vertical-align:top;
	padding-top:5px;
	display:block;
}
.gay .content-right-full
	{
	float:left;
	margin:5px 0 0 4px;
	padding:10px 0 7px 0;
	width:300px;
	vertical-align:top;
	}
.gay .content-left-full
	{
	float:left;
	margin:0;
	padding:0;
	width:657px;
	vertical-align:top;
}

/* ############### GAY HEADER : starts ############### */
.gay .top-header
	{
	background-image: url(/templates/avnav/greekimages/gay-head-bg.png);
	background-repeat:no-repeat;
	width:973px;
	height:137px;
	margin:0 auto;
	padding:0 12px 0 12px;
	background-position:bottom;
	clear:both;
	display:block;
	color:#ffffff;
	position:relative;
}
.gay .top-logo
	{
	position:absolute;
	width:230px;
	height:100px;
	left:12px;
	top:30px;
	display:block;
}
.gay .top-logo img
	{
	width:230px;
	height:100px;
}
.gay .top-header .welcome-buts-cont
	{
	width:973px;
	display:inline-block;
	line-height:28px;
	padding:0;
}
.gay .top-header .buts-cont
	{
	right:12px;
	top:0;
	height:28px;
	padding:0;
	position:absolute;
}
.gay .welcome
	{
	font-size:12px;
	height:28px;
	left:220px;
	top:0;
	display:inline-block;
	padding:0;
	vertical-align:top;
	position:absolute;
}
.gay .top-header a:link,.gay .top-header .welcome a:visited,.gay .top-header .welcome a:active 
	{
	color:#c6c6c6;
	text-decoration:underline;
	}
.gay .top-header .welcome a:hover
	{
	color:#ffffff;
	text-decoration:underline;
	}
.gay .banner72890
	{
	top:35px;
	right:17px;
	margin:0;
	padding:0;
	vertical-align:top;
	display:inline-block;
	position:absolute;
}
.gay .main-menu
	{
	width:973px;
	height:39px;
	padding:0;
	margin:0;
	background-image: url(/templates/avnav/greekimages/gay-menu-bg.jpg);
	background-repeat:repeat-x;
	background-color:white;
}
/* ############### GAY HEADER : ends ############### */


/* ############### GAY HEADLINE: ends ############### */
.gayhead-cont
	{
	width:657px;
	float:left;
	display:block;
	margin-top:15px;
}
.gayhead-cont .title
	{
	float:left;
	margin-right:0;
	font-size:20px;
	font-weight:bold;
	color:#502573; 
	margin-left:29px;
}
.gayhead-cont .rss
	{
	width:20px;
	float:right;
}
.gayhead-cont .drop
	{
	float:right;
	margin-right:30px;
}

/* ############### GAY HEADLINE: ends ############### */

/* ############### MORE NEWS : starts ############### */
.gay .more-news-cont
	{
	padding:0;
	margin:10px 0 0 0;
	display:block;
}
.gay .more-news-cont .more-news
	{
	width:628px;
	min-height:380px;
	padding:13px 0 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/gaymorenews-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	float:left;
	position:relative;
}
.gay .more-news-bot, .gay .more-news-cont img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
	float:left;
}
.gay .more-news-cont .more-news .left
	{
	width:260px;
	float:left;
	display:block;
}
.gay .more-news-cont .more-news .right
	{
	width:316px;
	float:left;
	margin-left:28px;
	display:block;
	padding-top:26px;
	position:relative;
}
.gay .more-news-cont .more-news .head
	{
	font-size:18px;
	font-weight:bold;
	font-family:"Myriad Pro Cond";
	color:#000000;
	margin-bottom:4px;
}
.gay .more-news-cont .more-news table
	{
	width:260px;
	margin-top:10px;
}
.gay .more-news-cont .more-news td.title
	{
	text-align:left;
	padding:5px 7px 5px 0;
	vertical-align:top;
}
.gay .more-news-cont .more-news td.title A:link, .gay .more-news-cont .more-news td.title A:active, .gay .more-news-cont .more-news td.title A:visited
	{
	color:#000000;
	text-decoration:none;
}
.gay .more-news-cont .more-news td.title A:hover
	{
	color:#000000;
	text-decoration:underline;
}
.gay a.movarrow:link, .gay a.movarrow:active, .gay a.movarrow:visited
	{
	font-weight:bold;
	color:#502573;
	background-image: url(/templates/avnav/greekimages/arrow-gay.png);
	background-repeat:no-repeat;
	background-position:left;
	height:9px;
	line-height:9px;
	text-decoration:none;
	padding-right:15px;
	padding-left:10px;
	font-size:12px;
}
.gay a.movarrow:hover
	{
	text-decoration:underline;
}
/* ############### MORE NEWS : ends  ############### */

/* ############### NEWEST GALLERIES : starts ############### */
.gay .newest-galleries
	{
	width:316px;
	float:left;
	padding:0;
}
.gay .newest-galleries .gal
	{
	width:142px;
	float:left;
	margin-right:16px;
	padding:0;
	text-align:center;
	padding-bottom:15px;
}
.gay .newest-galleries .gal img
	{
	padding-bottom:10px;
}
.gay .newest-galleries .gal a:link, .gay .newest-galleries .gal a:visited, .gay .newest-galleries .gal a:active 
	{
	color:black;
	text-decoration:none;
}
.gay .newest-galleries .gal a:hover
	{
	color:#502573;
	text-decoration:none;
}
.gay .more-br
	{
	position:absolute;
	bottom:10px;
	right:22px;
}
.gay .more-bl
	{
	position:absolute;
	bottom:10px;
	left:126px;
}
/* ############### NEWEST GALLERIES : end  ############### */


/* ############### MOVIE REVIEWS : starts ############### */
.gay #gay-movie-reviews
	{
	background-color:#eee5f5;
	padding:15px 0 0 6px;
	margin:0;
	width:626px;
	margin-left:12px;
	margin-top:10px;
}
.gay #gay-movie-reviews img.headtitle
	{
	margin-left:8px;
}
.gay #gay-movie-reviews .review
	{
	width:104px;
	float:left;
	margin-right:9px;
	margin-left:10px;
	padding:0;
	text-align:left;
}
.gay #gay-movie-reviews .vert-sep
	{
	width:1px;
	padding:0;
	margin:0;
	background-color:#d2d2d2;
	height:200px;
	float:left;
}
.gay #gay-movie-reviews .review img
	{
	padding-bottom:10px;
}
.gay #gay-movie-reviews .review a:link, .gay #gay-movie-reviews .review a:visited, .gay #gay-movie-reviews .review a:active 
	{
	color:black;
	text-decoration:none;
}
.gay #gay-movie-reviews .review a:hover
	{
	color:#502573;
	text-decoration:none;
}
/* ############### MOVIE REVIEWS : ends ############### */

/* ############### GAY AVN CHARTS : starts ############### */
.gay #avn-charts
	{
	margin:10px 0 0 12px;
	display:block;
	width:632px;
}
.gay #avn-charts td.left
	{
	width:301px;
	font-weight:bold;
	font-size:22px;
	color:#888888;
	font-family:Myriad Pro;
	letter-spacing:-1px;
	padding:7px;
}
.gay #avn-charts td.right
	{
	height:40px;
	padding:7px;
	width:302px;
}
.gay #avn-charts td
	{
	padding:7px;
}
.gay #avn-charts td.bt
	{
	border-top: 1px #d7d7d7 solid;
}
.gay #avn-charts td.br
	{
	border-right: 1px #d7d7d7 solid;
}
.gay #avn-charts td.bb
	{
	border-bottom: 1px #d7d7d7 solid;
}
.gay #avn-charts .title
	{
	font-size:16px;
	font-weight:bold;
}
.gay #avn-charts .chart
	{
	display:inline-block;
	float:left;
	width:301px;
	position:relative;
}
.gay #avn-charts .num
	{
	display:inline-block;
	width:27px;
	height:22px;
	background-image: url(/templates/avnav/greekimages/numbg.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	float:left;
	vertical-align:top;
	padding-top:6px;
}
.gay #avn-charts td .photo
	{
	float:left;
	margin-left:5px;
}
.gay #avn-charts td .headtxt
	{
	float:left;
	margin-left:9px;
	width:136px;
}
.gay #avn-charts td .txt
	{
	float:left;
	margin-left:5px;
	width:230px;
}
.gay #avn-charts td .txt strong , .gay #avn-charts td .headtxt strong
	{
	font-size:12px;
}
.gay #avn-charts .chart a:link, .gay #avn-charts .chart a:visited, .gay #avn-charts .chart a:active
	{
	color:#000000;
	text-decoration:none;
}
.gay #avn-charts .chart a:hover
	{
	color:#502573;
	text-decoration:none;
}
.gay .buy-watch
	{
	position:absolute;
	bottom:0;
	right:5px;
	font-size:11px;
	font-weight:bold;	
}
.gay .buy-watch-lrg
	{
	position:absolute;
	bottom:0px;
	right:5px;
}
.gay #avn-charts .chart .buy-watch a:link, .gay #avn-charts .chart .buy-watch a:visited, .gay #avn-charts .chart .buy-watch a:active
	{
	color:#502573;
	text-decoration:underline;
}
.gay #avn-charts .chart .buy-watch a:hover
	{
	color:#000000;
	text-decoration:underline;
}
/* ############### GAY AVN CHARTS : ends ############### */

/* ############### TWO BANNERS BOTTOM : STARTS  ############### */
.gay .twobannersbot-cont
	{
	padding:0;
	margin:5px 0 0 0;
	display:block;
	clear:both;
}
.gay .twobannersbot-cont .twobannersbot
	{
	width:639px;
	padding:14px 9px 2px 9px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/bizlist-whitebg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
}
.gay .twobanners-bot, .gay .twobannersbot-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
/* ############### TWO BANNERS BOTTOM : ENDS  ############### */

/* ############### SEND US YOUR STORY : starts  ############### */
.gay .send-story
	{
	margin:10px 0 17px 5px;
	font-size:12px;
	font-weight:bold;
}
.gay .send-story a:link,.gay .send-story a:active, .gay .send-story a:visited
	{
	color:#502573;
	text-decoration:underline;
}
.gay .send-story a:hover
	{
	color:#000000;
	text-decoration:underline;
}
/* ############### SEND US YOUR STORY : ends  ############### */

/* ############### GAY GALLERIES : starts ############### */
.gay .galleries
	{
	margin:0 0 0 25px;
}
#topgaynav
	{
	background-color:#ededed;
	padding:7px 0 7px 0;
	margin:3px 0 10px 12px;
	display:block;
	width:633px;
	float:left;
	position:relative;
}
.gay .galleries .gallery-photo-cont
	{
	display:inline-block;
	text-align:center;
	white-space:normal;
	width:197px;
	margin:0 5px 15px 0;
	float:left;
}
.gay .galleries .gallery-photo-cont a:link,.gay .galleries .gallery-photo-cont a:active,.gay .galleries .gallery-photo-cont a:visited
	{
	color:black;
	text-decoration:none;
}
.gay .galleries .gallery-photo-cont a:hover
	{
	color:#502573;
	text-decoration:underline;
}
.gay .galleries .gallery-photo-cont .border
	{
	border:1px #cccccc solid;
	margin-bottom:4px;
}
.gay .galleries .gallery-photo-cont img
	{
	border:3px #fff solid;
}
/* ############### GAY GALLERIES : ends ############### */

/* ############### GAY PORN STAR OF THE DAY : starts ############### */
.gay .porn-star-ofthe-day
	{
	width:262px;
	display:inline-block;
	padding-bottom:15px;
	padding-top:10px;
	clear:both;
	margin-left:13px;
}
.gay .porn-star-ofthe-day .container .left
	{
	float:left;
	padding:0;
	margin:0;
}
.gay .porn-star-ofthe-day .container .right
	{
	float:left;
	margin-left:17px;
}
.gay .porn-star-ofthe-day .container .top
	{
	margin-bottom:17px;
	padding:0;
}
.gay .porn-star-ofthe-day .container .bottom
	{
	padding:0;
	margin:0;
}
.gay .porn-star-ofthe-day  .star
	{
	font-family:Myriad Pro, Arial, Helvetica;
	font-weight:bold;
	font-size:18px;
	color:#ef0404;
	padding:0;
	margin:0;
	padding-top:2px;
	width:262px;
}
/* ############### GAY PORN STAR OF THE DAY : end ############### */


/* ############### GAY ARTICLE CONTAINER : starts ############### */
.gay .article-cont
	{
	padding:0;
	margin:0;
	display:block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	clear:both;
}
.gay .article-cont .article
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;
	margin:0;
	background-image: url(/templates/avnav/greekimages/gaylist-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
}
.gay .article-cont .article .intr
	{
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.gay .article-cont .article-cont-bot, .gay .article-cont .article-cont-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.gay .article-cont .article H1
	{
	font-size:22px;
	font-weight:normal;
	line-height:100%;
	color:#502573;
}
.gay .article-cont .photo
	{
	border:1px #b6cad8 solid;
	padding:6px;
	background-color:#ffffff;
	display:inline-block;
	margin:3px 10px 7px 0;
	float:left;
}
/* ############### GAY ARTICLE CONTAINER : ends ############### */

/* ############### GAY ACCORDION : starts ############### */
.gay #basic-accordian{
	width:633px;
	margin-left:12px;
	padding:0;
	border:0;
	margin-top:30px;
}
.gay .accordion_headings{
	color:#000000;
	border:0;
	cursor:pointer;
	font-weight:bold;
	background-image: url(/templates/avnav/greekimages/accordion-closed.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	margin-bottom:2px;
}
.gay .accordion_headings:hover{
	color:#502573;
}
.gay .accordion_child{
	padding:10px;
	line-height:150%;
}
.gay .header_highlight{
	background-image: url(/templates/avnav/greekimages/gay-accordion-open.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	line-height:27px;
	padding-left:15px;
	font-size:12px;
	color:#502573;
}
.gay .accordion_child a:link, .gay .accordion_child a:visited, .gay .accordion_child a:active
	{
	color:#502573;
	text-decoration:none;
}
.gay .accordion_child a:hover,.gay  .business .comments-cont .comments a:hover
	{
	color:#000000;
	text-decoration:underline;
}
/* ############### ACCORDION : ends ############### */

/* Page list styles - this is needed for the paginator */
.pageList 
	{
	float:right;
	padding-right:24px;
}

.pageList ul {
        display:block;
}
.pageList li {
        display:inline;
        text-align:center;
        font-size:12px;
}
.pageList ul li a:link, .pageList ul li a:visited, .pageList ul li a:active
	{
    padding:2px 6px 2px 6px;
	background-color:#ececec;
	border:1px #cccccc solid;
	font-size:13px;
	float:left;
	margin-left:3px;
	text-decoration:none;
	color:#000
}
.pageList ul li a:hover
{
	background-color:#015FA2;
	text-decoration:none;
	color:#fff;
	border:1px #015FA2 solid;

}
.pageList ul .active a:link, .pageList ul .active a:active, .pageList ul .active a:visited
{
     background-color:#015FA2;
	text-decoration:none;
	color:#fff;
	border:1px #015FA2 solid;
}
.pageList ul .active a:hover
{
     background-color:#ffffff;
	text-decoration:none;
	color:#015FA2;
	border:1px #015FA2 solid;
}

/* END AVNAV STYLING */




:focus {
	outline: 0;
}
ul, ol {
	list-style: none;
}
/* @end */



/* ############### TABS FOR HOME PAGE : starts ############### */
.home ul.tabset_tabs {
	zoom: 1; /* IE */
	width:276px;
	text-align:left;
	padding:5px 12px 0 12px;
	margin:0;
}
.home ul.tabset_tabs li {
	cursor: pointer;
	float: left;
	margin-right: 1px;
	background: #DADDE3 url(/templates/avnav/greekimages/tabs/tab_homeright.gif) no-repeat right top;
}
.home ul.tabset_tabs li.active {
	background: #EAEBEE url(/templates/avnav/greekimages/tabs/tab_homeright_current.gif) no-repeat top right;
}
.home ul.tabset_tabs li a:link, .home ul.tabset_tabs li a:visited {
	color: #ffffff;
	display: block;
	padding: 4px 14px 2px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_homeleft.gif) no-repeat left top;
}
.home ul.tabset_tabs li a:hover, .home ul.tabset_tabs li a:active, .home ul.tabset_tabs li a:focus {
	color: #ffffff;
	font-weight:bold;
}
.home ul.tabset_tabs li.active a:link,.home  ul.tabset_tabs li.active a:visited {
	color: #ffffff;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_homeleft_current.gif) no-repeat left top;
}
.home .tabset_content_container {
	clear: both;
	padding: 0 13px 13px 13px;
}
.home .tabset_content_container .tr, .home .tabset_content_container .bl, .home .tabset_content_container .br {
	position: relative;
	height: 10px;
	font-size: 1px; /* IE */
}
.home .tabset_content_container .tr {
	background-position: 100% -10px;
	left: 2px;
	top: -2px;
}
.home .tabset_content_container .bl {
	background-position: 0 -20px;
	top: 2px;
	left: -2px;
}
.home .tabset_content_container .br {
	background-position: 100% -30px;
}
.home .tabset_content {
	background-color: transparent !important;
	background: #fff none; /* IE */
	padding:0;
	margin:0;
}























/* ############### TABS FOR BUSINESS : starts ############### */
.business ul.tabset_tabs {
	zoom: 1; /* IE */
	width:274px;
	text-align:left;
	padding:0;
	margin-left:13px;
}
.business ul.tabset_tabs li {
	cursor: pointer;
	float: left;
	margin-right: 1px;
	background: #DADDE3 url(/templates/avnav/greekimages/tabs/tab_right.gif) no-repeat right top;
}
.business ul.tabset_tabs li.active {
	background: #EAEBEE url(/templates/avnav/greekimages/tabs/tab_right_current.gif) no-repeat top right;
}
.business ul.tabset_tabs li a:link,.business  ul.tabset_tabs li a:visited {
	color: #ffffff;
	display: block;
	padding: 3px 9px 3px 9px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family:Tahoma,Arial;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_left.gif) no-repeat left top;
}
.business ul.tabset_tabs li a:hover, .business ul.tabset_tabs li a:active,.business  ul.tabset_tabs li a:focus {
	color: #ffffff;
	font-weight:bold;
}
.business ul.tabset_tabs li.active a:link,.business  ul.tabset_tabs li.active a:visited {
	color: #ffffff;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_left_current.gif) no-repeat left top;
}
.business .tabset_content_container {
	clear: both;
	padding: 9px 13px 13px 13px;
	background-image: url(/templates/avnav/greekimages/tabs/biz-tabs-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:240px;
}
.business .tabset_content_container .tr, .business .tabset_content_container .bl,.business  .tabset_content_container .br {
	position: relative;
	height: 10px;
	font-size: 1px; /* IE */
}
.business .tabset_content_container .tr {
	background-position: 100% -10px;
	left: 2px;
	top: -2px;
}
.business .tabset_content_container .bl {
	background-position: 0 -20px;
	top: 2px;
	left: -2px;
}
.business .tabset_content_container .br {
	background-position: 100% -30px;
}
.business .tabset_content {
	background-color: transparent !important;
	background: #fff none; /* IE */
	padding:0;
	margin:0;
}

























/* tab styles */
.business #tabs-linewsBIZ ul.linewsBIZ {
	zoom: 1; /* IE */
	width:276px;
	text-align:left;
	padding:5px 12px 0 12px;
	margin:0;
}
.business #tabs-linewsBIZ  ul.linewsBIZ li {
	cursor: pointer;
	float: left;
	margin-right: 1px;
	background: #DADDE3 url(/templates/avnav/greekimages/tabs/tab_homeright.gif) no-repeat right top;
}
.business #tabs-linewsBIZ  ul.linewsBIZ li.active {
	background: #EAEBEE url(/templates/avnav/greekimages/tabs/tab_homeright_current.gif) no-repeat top right;
}
.business #tabs-linewsBIZ  ul.linewsBIZ li a:link, .business #tabs-linewsBIZ  ul.linewsBIZ li a:visited {
	color: #ffffff;
	display: block;
	padding: 4px 14px 2px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_homeleft.gif) no-repeat left top;
}
.business #tabs-linewsBIZ  ul.linewsBIZ li a:hover, .business #tabs-linewsBIZ  ul.linewsBIZ li a:active, .business #tabs-linewsBIZ  ul.linewsBIZ li a:focus {
	color: #ffffff;
	font-weight:bold;
}
.business #tabs-linewsBIZ  ul.linewsBIZ li.active a:link, .business #tabs-linewsBIZ  ul.linewsBIZ li.active a:visited {
	color: #ffffff;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_homeleft_current.gif) no-repeat left top;
}
.business #tabs-linewsBIZ  .linewsBIZ_content_container {
	clear: both;
	padding: 0 13px 13px 13px;
	background: transparent url(/templates/avnav/greekimages/tabs/biz-tabs-bg.gif) no-repeat left top;
	min-height:240px;
}
.business #tabs-linewsBIZ  .linewsBIZ_content_container .tr, .business #tabs-linewsBIZ  .linewsBIZ_content_container .bl, .business #tabs-linewsBIZ  .linewsBIZ_content_container .br {
	position: relative;
	height: 10px;
	font-size: 1px; /* IE */
}
.business #tabs-linewsBIZ  .linewsBIZ_content_container .tr {
	background-position: 100% -10px;
	left: 2px;
	top: -2px;
}
.business #tabs-linewsBIZ  .linewsBIZ_content_container .bl {
	background-position: 0 -20px;
	top: 2px;
	left: -2px;
}
.business #tabs-linewsBIZ  .linewsBIZ_content_container .br {
	background-position: 100% -30px;
}




/* tab styles for GAY */
.gay #tabs-linewsBIZ ul.linewsBIZ {
	zoom: 1; /* IE */
	width:276px;
	text-align:left;
	padding:5px 12px 0 12px;
	margin:0;
}
.gay #tabs-linewsBIZ  ul.linewsBIZ li {
	cursor: pointer;
	float: left;
	margin-right: 1px;
	background: #DADDE3 url(/templates/avnav/greekimages/tabs/tab_homeright.gif) no-repeat right top;
}
.gay #tabs-linewsBIZ  ul.linewsBIZ li.active {
	background: #EAEBEE url(/templates/avnav/greekimages/tabs/tab_homeright_current.gif) no-repeat top right;
}
.gay #tabs-linewsBIZ  ul.linewsBIZ li a:link, .gay #tabs-linewsBIZ  ul.linewsBIZ li a:visited {
	color: #ffffff;
	display: block;
	padding: 4px 14px 2px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_homeleft.gif) no-repeat left top;
}
.gay #tabs-linewsBIZ  ul.linewsBIZ li a:hover, .gay #tabs-linewsBIZ  ul.linewsBIZ li a:active, .gay #tabs-linewsBIZ  ul.linewsBIZ li a:focus {
	color: #ffffff;
	font-weight:bold;
}
.gay #tabs-linewsBIZ  ul.linewsBIZ li.active a:link, .gay #tabs-linewsBIZ  ul.linewsBIZ li.active a:visited {
	color: #ffffff;
	background: transparent url(/templates/avnav/greekimages/tabs/tab_homeleft_current.gif) no-repeat left top;
}
.gay #tabs-linewsBIZ  .linewsBIZ_content_container {
	clear: both;
	padding: 0 13px 13px 13px;
	background: transparent url(/templates/avnav/greekimages/tabs/biz-tabs-bg.gif) no-repeat left top;
	min-height:240px;
}
.gay #tabs-linewsBIZ  .linewsBIZ_content_container .tr, .gay #tabs-linewsBIZ  .linewsBIZ_content_container .bl, .gay #tabs-linewsBIZ  .linewsBIZ_content_container .br {
	position: relative;
	height: 10px;
	font-size: 1px; /* IE */
}
.gay #tabs-linewsBIZ  .linewsBIZ_content_container .tr {
	background-position: 100% -10px;
	left: 2px;
	top: -2px;
}
.gay #tabs-linewsBIZ  .linewsBIZ_content_container .bl {
	background-position: 0 -20px;
	top: 2px;
	left: -2px;
}
.gay #tabs-linewsBIZ  .linewsBIZ_content_container .br {
	background-position: 100% -30px;
}
.gay #tabs-linewsBIZ  .linewsBIZ_content {
	background-color: transparent !important;
	background: #fff none; /* IE */
	padding:0;
	margin:0;
}

.gay #tabs-linewsBIZ  .linewsBIZ_content {
	background-color: transparent !important;
	background: #fff none; /* IE */
	padding:0;
	margin:0;
}
/* ########################################################  */
/* ###############  awards STRUCTURE : starts ###############  */
/* ########################################################  */
.awards {
	background-repeat:repeat-x;
	background-position:center top;
	padding-top:16px;
	background-color: #a2a2a2;
}
.awards .awards-content-left {
	float:left;
	margin:12px 0 0 8px;
	padding:20px;
	width:581px;
	vertical-align:top;
	background-color: #a2a2a2;
}
.awards .awards-content-right {
	float:left;
	margin:6px 8px 0 16px;
	padding:10px 0 7px 0;
	width:320px;
	vertical-align:top;
}
.awards .red {
	color:#e20202;
}
.awards a:link, .awards a:visited, .awards a:active {
	text-decoration:underline;
	color:#000000;
}
.awards a:hover {
	text-decoration:underline;
	color:#e20202;
}
.awards a.red:link, .awards a.red:visited, .awards a.red:active {
	text-decoration:none;
	color:#e20202;
}
.awards a.red:hover{
	text-decoration:underline;
	color:#e20202;
}
.awardstopnav{
        background-color:#ededed;
        padding:7px 0 7px 0;
        margin:0 0 10px 0;
        display:block;
        width:550px;
        float:left;
}
.bg-grey
	{
	width:973px;
	padding:0;
	margin:0;
	background-color:#bbbbbb;
	display:inline-block;
}
.awards .footer {
	background-color:#0c0c0c;
	height:92px;
	vertical-align:top;
	padding:20px 0 0 0;
	margin:22px 0 0 0;
}
.awards .footer .footer-left {
	margin-left:102px;
	float:left;
}
.awards .footer .footer-middle {
	margin-left:12px;
	margin-top:35px;
	float:left;
	vertical-align:bottom;
	font-size:12px;
}
.awards .footer .footer-right {
	margin-left:60px;
	margin-top:35px;
	float:left;
	vertical-align:bottom;
	font-size:12px;
	color:#868686;
}
.awards .footer .footer-right a:link, .awards .footer .footer-right a:visited, .awards .footer .footer-right a:active 
	{
	color:#868686;
	text-decoration:none;
}
.awards .footer .footer-right a:hover
	{
	color:#868686;
	text-decoration:underline;
}
/* ############### awards HEADER : starts ############### */
.awards .top-header {
	background-repeat:no-repeat;
	width:973px;
	height:149px;
	margin:0 auto;
	padding:0 12px 0 12px;
	background-position:bottom;
	clear:both;
	position:relative;
}
.awards .top-logo
	{
	position:absolute;
	width:170px;
	height:135px;
	left:12px;
	top:0;
	display:block;
}
.awards .top-logo img {
	width:170px;
	height:135px;
}
.awards .top-header .buts-cont {
	right:12px;
	top:10px;
	height:28px;
	padding:0;
	position:absolute;
}
.awards .welcome {
	font-size:12px;
	height:28px;
	left:220px;
	top:10px;
	display:inline-block;
	padding:0;
	vertical-align:top;
	position:absolute;
}
.awards .welcome a:link,.awards .welcome a:visited,.awards .welcome a:active {
	text-decoration:none;
	color:#c51d25;
	text-decoration:underline;
}
.awards .welcome a:hover {
	text-decoration:none;
	color:#000000;
	text-decoration:underline;
}
.awards .banner72890 {
	top:46px;
	right:17px;
	margin:0;
	padding:0;
	vertical-align:top;
	display:inline-block;
	position:absolute;
}
.awards .main-menu {
	width:973px;
	height:35px;
	padding:0;
	margin:0;
	background-color:white;
}
.awards td.past-item {
	width:230px;
	font-size:13px;
	vertical-align:top;
	padding:15px 20px 10px 20px;
	background-image:url('/templates/avnav/greekimages/past-bg.png');
	background-position:top;
	background-repeat:no-repeat;
	color:#000;
	font-family:"Myriad Pro","Arial";
}
.awards td.past-item .item {
	padding-bottom:10px;
}
.awards td.past-item .extra {
	padding-bottom:7px;
	text-transform:none;
	font-style:italic;
	color:#000;
}
.awards td.past-item a:link {
	color:#000000;
	font-weight:normal;
	font-size:13px;
	clear:left;
	text-transform:none;
	font-family:Arial;
	height:16px;
	line-height:16px;
	background-image:url('/templates/avnav/greekimages/photo-thumb.png');
	background-position:right;
	background-repeat:no-repeat;
	padding-right:18px;
}
.awards td.past-item a:hover {
	color:#ffdd22;
	font-weight:bold
}
/* SEARCH */

/* ############### awards HEADER : ends ############### */
.main-menu td.searchleft {
	width:120px;
	height:27px; 
	background-image:url(/templates/avnav/greekimages/searchl.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:top;
	padding-top:5px;
}
.main-menu td.searchleft input {
	background-color:transparent;
	width:104px;
	border:0;
	margin-left:8px;
	height:15px;
	line-height:15px;
	font-size:11px;
}
/********************* awards MENU : starts *********************/
.awards .glowingtabs li a:link, .awards .glowingtabs li a:visited, .awards .glowingtabs li a:active {
	float:left;
	margin:0;
	text-decoration:none;
	display:inline-block;
	height:35px;
	line-height:35px;
	color:black;
	font-size:12px;
	padding:0 8px 0 8px;
	font-weight:bold;
}
.awards .glowingtabs li a:hover
	{
	float:left;
	margin:0;
	text-decoration:none;
	display:inline-block;
	height:35px;
	line-height:35px;
	min-width:14px;
	color:#fff;
	font-size:12px;
	padding:0 8px 0 8px;
	background:url(/templates/avnav/greekimages/redmenu-bg.gif);
}
/* Style for Drop Down Menu */
.awards .dropmenudiv_d
	{
	position:absolute;
	height:26px;
	z-index:100;
	line-height:24px;
	width: 180px;
	visibility: hidden;
	display:block;
	font-size:11px;
	color: #ffffff;
}
.awards .dropmenudiv_d a
	{
	width: 180px;
	display: block;
	text-indent: 10px;
	padding: 0;
	text-decoration: none;
	color: #ffffff;
	background-color:#000000;
}
.awards .dropmenudiv_d a:hover { 
	/*THEME CHANGE HERE*/
	background-color:#000000;
	color:#e4960e;
	background:url(/templates/avnav/greekimages/redmenu-bg.gif);
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.awards .glowingtabs a span {float:none;}
/* End IE5-Mac hack */
.awards .glowingtabs a:hover span {
	color: #ffffff;
}
.awards .glowingtabs li.selected a span{ /*Selected Tab style*/
	color: #ffffff;
}
.awards .glowingtabs li.selected a{ /*Selected Tab style*/
	background:url(/templates/avnav/greekimages/redmenu-bg.gif);
}
.awards .glowingtabs li.selected a span{ /*Selected Tab style*/
background:url(/templates/avnav/greekimages/redmenu-bg.gif);
	color: #000000;
}
.awards .glowingtabs a:hover, .awards .glowingtabs li.selected a:hover{ /*onMouseover style*/
	background:url(/templates/avnav/greekimages/redmenu-bg.gif);
}
.awards .glowingtabs a:hover span,.awards .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background:url(/templates/avnav/greekimages/redmenu-bg.gif);
}
/******************** awards MENU : ends *********************/




.awards .awards-content-left h1
	{
	color:#000000;
	font-size:32px;
	font-family:Arial;
	font-weight:normal;
	padding:0;
	margin:0;
}
.awards  h2.white
	{
	color:#ffffff;
	font-size:23px;
	font-family:Arial;
	font-weight:normal;
	padding:0;
	margin:0;
	font-family:"Myriad Pro";
	padding:5px 0 10px 10px;
}
.awards  h2.red {
	color:#b70404;
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0;
	font-family:"Myriad Pro";
	padding:5px 0 10px 0;
}

.awards .awards-content-left h3 {
	color:#000000;
	font-size:18px;
	font-family:Arial;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-left:0px;
}
.awards  h4.black {
        color:#000000;
        font-size:18px;
        font-weight:bold;
        padding:0;
        margin:0;
        font-family:"Myriad Pro";
        padding:5px 0 10px 0;
}
.awards .awards-content-left .home-text
	{
	font-size:12px;
	line-height:140%;
	text-align:justify;
	width:540px;
	margin-left:0px;
}
/******************** FOLLOW US : starts *********************/
.awards .awards-content-right .follow-us {
	width:300px;
	background-color:white;
//	padding:5px 5px 3px 15px;
	margin-bottom:3px;
	font-size:12px;
}
.awards .awards-content-right .follow-us .follow-us-cont {
	display:inline-block
}
.awards .awards-content-right .follow-us .follow-us-cont .txt {
	float:left;
	height:36px;
	line-height:36px; 
	display:inline-block;
}
.awards .awards-content-right .follow-us .follow-us-cont .r1
	{
	float:left;
	height:36px;
	margin-left:50px;
}
.awards .awards-content-right .follow-us .follow-us-cont .r2 {
	float:left;
	height:36px;
	margin-left:4px;
}
/******************** FOLLOW US : ends *********************/
/******************** FOLLOW US : starts *********************/
.follow-us {
	width:290px;
	background-color:white;
	padding:5px 5px 3px 5px;
	margin-bottom:3px;
	font-size:12px;
}
.follow-us .follow-us-cont {
	display:inline-block
}
.follow-us .follow-us-cont .txt {
	float:left;
	height:36px;
	line-height:36px; 
	display:inline-block;
}
.follow-us .follow-us-cont .r1
	{
	float:left;
	height:36px;
	margin-left:30px;
}
.follow-us .follow-us-cont .r2 {
	float:left;
	height:36px;
	margin-left:4px;
}
/******************** FOLLOW US : ends *********************/

/******************** COUNT DOWN : starts *********************/
.awards .awards-content-right .count-down
	{
	width:320px;
	background-color:#3a3a3a;
	margin-bottom:3px;
	}
.awards .countdown {font-size: 33px; color: #dd0000; font-weight:bold; text-decoration:none}
.awards .countperiod {font-size: 15px; color: #555555; font-weight:bold; text-decoration:none}

/******************** COUNT DOWN : ends *********************/
	
	
/******************** buy ticktes : starts *********************/
.buy-tickets
	{
	font-size:15px;
	line-height:130%;
}
.buy-tickets a:link, .buy-tickets a:visited, .buy-tickets a:active 
	{
	text-decoration:none;
	color:#000;
}
.buy-tickets a:hover
	{
	text-decoration:underline;
	color:#e20202;
}
/******************** buy ticktes : ends *********************/
	
	
/******************** PRESS : starts *********************/
.awards .press-item .title a:link, .awards .press-item .title a:visited, .awards .press-item .title a:active 
	{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.awards .press-item .title a:hover
	{
	text-decoration:underline;
	color:#e20202;
}
.awards .press-item
	{
	line-height:130%;
	margin-bottom:25px;
}
.awards .press-item .date
	{
	color:#585757;
	margin-bottom:2px;
}
/******************** PRESS : ends *********************/	
	
	
/******************** GALLERY : starts *********************/
.awards .gallery
	{
	display:inline-block;
	padding:0;
	margin:0;
	clear:both;
}
.awards .gallery-item
	{
	display:inline-block;
	float:left;
	width:281px;
	padding:0;
	margin:0 5px 10px 4px;

}
.awards .gallery-item .txt
	{
	margin-top:3px;
}
.awards .gallery-item .txt-lrg
	{
	margin-top:3px;
	padding-bottom:10px;
	font-size:17px;
	font-weight:bold;
}
/******************** GALLERY : ends *********************/


/******************** PAST SHOW : starts *********************/
.past-show
	{
	width:581px;
	display:inline-block;
	margin-bottom:15px;
}
.past-show .photo
	{
	width:134px;
	float:left;
}
.past-show .txt
	{
	float:left;
	margin-left:30px;
	width:417px;
	display:inline-block;
	padding:0;
	text-align:justify;
}
.past-show .txt .date
	{
	font-size:21px;
	font-weight:bold;
}
.awardsm .nav
	{
	display:inline-block;
	width:581px;
	clear:both;
}
.awards .nav_left
	{
	background-image:url("/templates/avnav/greekimages/awards-nav-left.png");
	background-repeat:no-repeat;
	height:24px;
	display:block;
	line-height:24px;
	float:left;
	padding:0 0 0px 10px;
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
.awards .nav_left:hover
	{
	color:#c51d25;
	text-decoration:none;
}
.awards .nav_right
	{
	background-image:url("/templates/avnav/greekimages/awards-nav-right.png");
	background-repeat:no-repeat;
	width:10px;
	height:24px;
	float:right;
	margin:0 0 0 0;
	text-indent:-99999px;
}

.awards .nav a:link, .awards .nav  a:visited, .awards .nav  a:active 
	{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.awards .nav  a:hover
	{
	text-decoration:underline;
	color:#e20202;
}

/******************** PAST SHOW : ends *********************/

	
/******************** AWARDS WATCH : starts *********************/
.awards .awards-content-right .awards-watch
	{
	width:320px;
	background-color:#585757;
	padding:0 0 15px 0;
	margin-bottom:3px;
	float:left;
	display:inline-block;
	}
 
#scrollbar_container {  
   position:relative;  
   width:320px;  
   background-color:#3c3b3b;
}   
#scrollbar_track {  
     position:absolute;  
     top:0;  
     right:2px;  
     height:100%;  
     width:10px;  
     background-color:red;  
     cursor:move;  
     background-image:url('/templates/avnav/greekimages/scroll-bar-bg.png');
     background-repeat:repeat-y;
 }   
#scrollbar_handle {  
     width:10px;  
     background-color:#dcdbdb;  
     cursor:move;  
     -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     opacity:0.9;  
     -moz-opacity:0.9;  
 }   
#scrollbar_content {  
     overflow:hidden;  
     width:305px;  
     height:290px;  
     background-color:#3c3b3b;
} 
 
 
 
 
.awards .awards-content-right .awards-watch .watch-item
	{
	width:280px;
	background-color:#3c3b3b;
	padding:10px;
	border-bottom:1px #666565 solid;
	display:inline-block;
	float:left;
	}
.awards .awards-content-right .awards-watch .watch-item .photo
	{
	float:left;
	width:52px;
}
.awards .awards-content-right .awards-watch .watch-item .txt
	{
	float:left;
	width:218px;
	margin-left:10px;
	color:#b4b4b4;
	font-size:11px;
}
.awards .awards-content-right .awards-watch .watch-item .txt .title
	{
	color:#e70303;
	font-size:16px;
}
/******************** AWARDS WATCH : ends *********************/
	
	
.awards .awards-content-right .awards-video
	{
	width:320px;
	padding:0;
	margin:0 0 10px 0;
	display:inline-block;
}
.awards .awards-content-right .awards-video a:link, .awards .awards-content-right .awards-video a:active, .awards .awards-content-right .awards-video a:visited	
	{
	font-size:14px;
	font-family:"Myriad Pro";
	color:#fff;
	text-decoration:none;
}
.awards .awards-content-right .awards-video a:hover
	{
	color:#bbbbbb;
}
.awards .awards-content-right .awards-video-left
	{
	float:left;
	width:135px;
	border-right:1px #ffffff solid;
	padding:2px;
	margin:0px;
	background-color:#003a64;
	margin-top:1px;
	text-align:center;
}
.awards .awards-content-right .awards-video-right
	{
	float:right;
	width:175px;
	border-left:1px #ffffff solid;
	padding:2px;
	margin:0px;
	background-color:#640000;
	margin-top:1px;
	text-align:center;
}
.awards .awards-content-right .bannerbg
	{
	width:300px;
	padding:10px;
	background-color:#9b9b9b;
	display:inline-block;
}
.photos-bot
	{
	width:570px;
	padding:0;
	margin:10px 0 0 9px;
	display:inline-block;
}
.photos-bot .photo
	{
	margin:0;
	padding:15px;
	float:left;
	width:160px;
	text-align:center;
	font-size:12px;
}
.photos-bot .photo img
	{
	margin-bottom:7px;
}

/* ############### PAYSITES REVIEWS : starts ############### */
.home .paysites-cont
	{
	padding:0;
	margin-left:-12px;
	display:inline-block;
	background-image: url('/templates/avnav/greekimages/bizlist-bg.jpg');
	background-repeat:repeat-y;
	clear:both;
	float:left;
}
.home .paysites-cont .paysite
	{
	width:599px;
	min-height:160px;
	padding:22px 29px 5px 29px;
	margin:0;
	background-image: url('/templates/avnav/greekimages/bizlist-bg-top.jpg');
	background-repeat:no-repeat;
	display:inline-block;
	clear:both;
	position:relative;
}
.home .paysites-cont .paysite .category
	{
	font-size:15px;
	font-weight:bold;
	font-family:"Myriad Pro Cond";
	color:#c51d25;
	margin-bottom:4px;
	clear:both;
}
.home .paysites-cont .paysite .photo
	{
	float:left;
	width:235px;
	height:160px;	
	padding:0;
	margin:0;
}
.home .paysites-cont .paysite .right
	{
	width:354px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	display:inline-block;
}
.home .paysites-cont .paysite .right h3
	{
	font-size:21px;
	padding:5px 0 0 0;
	margin:0;
	font-weight:normal;
	line-height:22px;
}
.home .paysites-cont .paysite .right h3 a:link, .home .paysites-cont .paysite .right h3 a:active, .home .paysites-cont .paysite .right h3 a:visited  /* post info links 
*/
	{
	color:#000;
	text-decoration:none;
}
.home .paysites-cont .paysite .right h3 a:hover
	{
	color:#c51d25;
	text-decoration:none;
}
.home .paysites-cont .paysite .right .postinfo
	{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:normal;
	height:18px;
	line-height:18px;
	color:#6d6f70;
}
.home .paysites-cont .paysite .right .summary
	{
	padding:10px 0 0 0;
	line-height:150%;
	}
a.visitsite
	{
	background-image: url('/templates/avnav/greekimages/visitsite.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:16px;
}

/* MEDIUM WHITE BUTTON */
.whitemed_left{
	background-image:url('/templates/avnav/greekimages/medwhite-left.png');
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	line-height:20px;
	display:inline-block;
	float:left;
	padding:0 0 0px 10px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.whitemed_right{
	background-image:url('/templates/avnav/greekimages/medwhite-right.png');
	background-repeat:no-repeat;
	background-position:right;
	width:10px;
	height:20px;
	float:left;
	margin:0;
	padding:0;
}

/* ############### TOP STORIES OF THE DAY : starts ############### */
.home .popular-niches
	{
	width:300px;
}
.home .popular-niches .header
	{
	padding:14px  0 14px 8px;
	text-align:left;
	background-color:#9b0000;
	clear:both;
	display:block;
}
.home .popular-niches .niche
	{
	width:100px;
	background-image:url('/templates/avnav/greekimages/red-arrow-right.png');
	background-repeat:no-repeat;
	background-position:25px center;
	font-size:14px;
	padding:1px 0 1px 40px;

}
.home .popular-niches .list
	{
	float:left;
	display:block;
	padding:15px 0 15px 0;
	clear:both;
	}
.home .popular-niches .list a:link, .home .popular-niches .list a:visited, .home .popular-niches .list a:active
	{
	color:#000000;
	text-decoration:none;
}
.home .popular-niches .list a:hover
	{
	text-decoration:underline;
}
/* ############### TOP RATED SITES : starts ############### */
.home #top-rates-sites
	{
	width:300px;
}
.home .top-rates-sites .header
	{
	padding:14px  0 14px 8px;
	text-align:left;
	background-color:#9b0000;
}

/* ############### TOP STORIES OF THE DAY : starts ############### */
.home .top-rates-sites
	{
	width:300px;
}
.home .top-rates-sites .header
	{
	padding:14px  0 14px 8px;
	text-align:left;
	background-color:#9b0000;
	clear:both;
	display:block;
}
.home .top-rates-sites .top-site
	{
	width:282px;
	padding:9px;
	border-bottom:1px #ffffff solid;
	background-color:#ededed;
	display:inline-block;
	position:relative;
}
.home .top-rates-sites .top-site .photo
	{
	width:110px;
	float:left;
	padding:0;
	margin:0;
}
.home .top-rates-sites .top-site .photo img
	{
	border:1px #ffffff solid;
}
.home .top-rates-sites .top-site .txt
	{
	float:left;
	margin-left:9px;
	vertical-align:top;
	width:163px;
}
.home .top-rates-sites .top-site .txt .cat
	{
	margin-bottom:4px;
	clear:both;
	font-weight:bold;
	color:#c51d25;
}
.home .top-rates-sites .top-site .txt  A.title:link, .home .top-rates-sites .top-site .txt A.title:visited, .home .top-rates-sites .top-site .txt A.title:active 
	{
	color:#000000;
	text-decoration:none;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}
.home .top-rates-sites .top-site .txt A.title:hover
	{
	color:#9b0000;
	text-decoration:none;
}
.home .top-rates-sites .top-site .txt .links
	{
	position:absolute;
	bottom:9px;
	left:130px;
}
.home .top-rates-sites .top-site .txt .links a
	{
	text-decoration:underline;
}
/* ############### TOP STORIES OF THE DAY : ends ############### */


/* ############### WEBSITE REVIEW : starts ############### */
.home .paysite-review-cont
	{
	padding:0;
	margin:0 -12px;
	display:block;
	background-image: url(/templates/avnav/greekimages/bizlist-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	clear:both;
}
.home .paysite-review-cont .paysite-review
	{
	width:599px;
	min-height:160px;
	padding:10px 29px 5px 29px;
	margin:0;
	background-image: url('/templates/avnav/greekimages/bizlist-bg-top.jpg');
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	clear:both;
	position:relative;
}
.home .paysite-review-cont .paysite-review-cont-bot, .home .paysite-review-cont .paysite-review-cont-bot img  /* setting image dimensions */
	{
	width:657px;
	height:12px;
}
.home .paysite-review-cont .paysite-review .category
	{
	margin-top:14px;
	font-size:11px;
	font-weight:bold;
	color:#c51d25;
}
.home .paysite-review-cont .paysite-review H1
	{
	font-size:22px;
	font-weight:normal;
	line-height:100%;
	color:#000000;
	margin: 0;
	padding:0;
}
.home .paysite-review-cont .photo-cont
	{
	display:block;
	float:left;
}
.home .paysite-review-cont .photo
	{
	border:1px #b6cad8 solid;
	padding:6px;
	background-color:#ffffff;
	display:inline-block;
	margin:15px 10px 7px 0;
}
.home .paysite-review-cont .paysite-review .postinfo
	{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:normal;
	height:18px;
	line-height:18px;
	color:#6d6f70;
}
.home .paysite-review-cont .paysite-review .paysite-info a
	{
	text-decoration:underline;
}
.home .paysite-review-cont .paysite-review .text
	{
	line-height:140%;
}
.home .paysite-review-cont .paysite-review .paysite-info
	{
	line-height:140%;
	padding:0;
}
/* ############### WEBSITE REVIEW : ends ############### */


/* ############### WEBSITE CRITICS: ends ############### */
.critics-cont
	{
	background-image: url('/templates/avnav/greekimages/paysite-review-bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	width:305px;
	height:62px;
	padding:0;
	margin:5px 0 5px 260px;
	position:relative;
}
.critics-cont .header
	{
	height:19px;
	text-align:center;
	font-weight:bold;
	color:#940012;
	font-size:10px;
	padding-top:7px;
}
.critics-cont .cell1
	{
	position:absolute;
	padding:0;
	width:50px;
	height:32px;
	top:24px;
	left:9px;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	line-height:200%;
	font-family:Verdana;
}
.critics-cont .cell2
	{
	position:absolute;
	padding:0;
	width:54px;
	height:32px;
	top:24px;
	left:59px;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	line-height:200%;
	font-family:Verdana;
}
.critics-cont .cell3
	{
	position:absolute;
	padding:0;
	width:48px;
	height:32px;
	top:24px;
	left:113px;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	line-height:200%;
	font-family:Verdana;
}
.critics-cont .cell4
	{
	position:absolute;
	padding:0;
	width:56px;
	height:32px;
	top:24px;
	left:162px;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	line-height:200%;
	font-family:Verdana;
}
.critics-cont .cell5
	{
	position:absolute;
	padding:0;
	width:37px;
	height:32px;
	top:24px;
	left:219px;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	line-height:200%;
	font-family:Verdana;
}
.critics-cont .cell6
	{
	position:absolute;
	padding:0;
	width:34px;
	height:32px;
	top:24px;
	left:261px;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	line-height:200%;
	font-family:Verdana;
	color:#ffffff;
}
/* ############### WEBSITE CRITICS: ends ############### */
.notloggedin{
        background-color:#cccccc;padding:10px;font-size:12pt;color:red;font-weight:bold;display:block;margin-left:23px;;
}
.notloggedin a{
        color:#015fa2;
        text-decoration:underline;
}
.notloggedin a:hover{
        color:#015fa2;
}

.addthis_toolbox{
	display: inline-block;
	margin-top: 5px;
}