﻿#topsInfo { text-align: left; clear: both; font-family: Arial; }
/* ----------------------------------------------------------------
TOPS Publising System CSS

Type:General
-------------------------------------------------------------------
[Table of Contents]

Common Selectors
Custom Common Selectors
Structure
Icons
Global
Home Page
Hub Pages
List Pages
End Page
Multimedia Pages
Directory Pages
Search
Print Article
Login / Registration
My Profile
Popup
Blogs
Star Ratings
Self Clears


/*-------------------------------------------------------------------

	Reset

-------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, 
fieldset, legend, input, textarea, p, blockquote, th, td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, th, var {font-style:normal; font-weight:normal;}
strong {font-weight: bold;}
em { font-style: italic;}
li {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {padding:0; margin:0;}
q:before, q:after {content:'';}
abbr, acronym {border:0; font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select {font-family:inherit; font-size:inherit; font-weight:inherit;}
input, textarea, select {font-size:100%;}
legend {color:#000;}



/*-------------------------------------------------------------------

	Common Selectors

-------------------------------------------------------------------*/

body
{
	text-align:center;
}
a, a:visited, a:active
{
	color:#C03;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
p
{
	line-height:18px;
}
h1, h2, h3, h4, h5, h6
{
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
}
h1
{
	font-size:24px;
	font-weight:normal;
}
h3
{
	font-size:13px;
}



/*-------------------------------------------------------------------

	Custom Common Selectors

-------------------------------------------------------------------*/

/* CLEAR */
.clear {clear:both !important;}
.clearLeft {clear:left !important;}
.clearRight {clear:right !important;}

/* FLOAT / DISPLAY */
.floatLeft {float:left !important;}
.floatRight {float:right !important;}
.displayNone {display:none !important;}
.displayBlock {display:block !important;}

/* MARGIN */
.marginTop5 {margin-top:5px !important;}
.marginRight5 {margin-right:5px !important;}
.marginBottom5 {margin-bottom:5px !important;}
.marginLeft5 {margin-left:5px !important;}
.marginTop10 {margin-top:10px !important;}
.marginRight10 {margin-right:10px !important;}
.marginBot10 {margin-bottom:10px !important;}
.marginLeft10 {margin-left:10px !important;}
.marginTop20 {margin-top:20px !important;}
.marginRight20 {margin-right:20px !important;}
.marginBot20 {margin-bottom:20px !important;}
.marginLeft20 {margin-left:20px !important;}
.marginNone {margin:0 !important;}

/* PADDING */
.padding10 {padding:10px !important;}
.paddingTop20 {padding-top:20px !important;}
.paddingRight20 {padding-right:20px !important;}
.paddingBot20 {padding-bottom:20px !important;}
.paddingLeft20 {padding-left:20px !important;}

/* COLORS */
.white {color:#FFF;}
.red {color:red;}

/* COLORS */
.f11 {font-size:11px;}

/* MISC */
.borderNone {border:0 !important;}
.center {text-align:center !important}
.pointer {cursor:pointer;}



/*-------------------------------------------------------------------

	Structure

-------------------------------------------------------------------*/
#td-Doc
{
	width:970px;
	text-align:left;
	margin:auto;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	color:#66696b;
	font-size:12px;
}

/* HEADER LEADERBOARD / ADBUG */
#td-Header
{
	padding:10px;
	font-size:11px;
}
	#td-Header a
	{
		color:#959798;
	}
	#td-Header #td-LeaderBoard
	{
		float:left;
		width:728px;
	}
	#td-Header #td-AdBug
	{
		float:right;
		width:215px;
	}
	
/* HEADER TOPLINKS / PROFILE */    
#td-Header #td-TopLinks
{
	float:left;
	width:395px;
	padding-top:5px;
	*padding-top:2px;
	margin-bottom:20px;
}
	#td-Header #td-TopLinks ul li
	{
		display:inline;
		padding-right:8px;
		*padding-right:5px;
		margin-right:5px;
		background:url(/App_Themes/Flare/images/structure/bgDots.gif) repeat-y top right;
	}
	#td-Header #td-TopLinks ul li.last
	{
		background:none;
	}
	#td-Header #td-TopLinks ul li a:hover
	{
		color:#FFF;
	}
#td-Header #td-Profile
{
	float:right;
	width:350px;
	padding-top:5px;
	*padding-top:2px;
	margin-bottom:15px;
	text-align:right;
}
	#td-Header #td-Profile ul li
	{
		display:inline;
		padding-left:8px;
		margin-left:5px;
		background:url(/App_Themes/Flare/images/structure/bgDots.gif) repeat-y top left;
	}
	#td-Header #td-Profile ul li.first
	{
		background:none;
	}
	#td-Header #td-Profile ul li a:hover
	{
		color:#FFF;
	}
	
/* HEADER LOGO / SEARCH */
#td-Header #td-Logo
{
	float:left;
	width:625px;
}
	#td-Header #td-Logo img
	{
		width:172px;
		height:49px;
	}
#td-Header #td-Search
{
	float:right;
	width:285px;
}
#td-Header #td-Search .td-SearchTabs
{
	float:right;
	position:relative;
	top:14px;
	left:-132px;
	z-index:1;
}
	#td-Header #td-Search .td-SearchTabs ul li
	{
		float:left;
		display:block;
		width:51px;
		height:17px;
		text-align:center;
	}
	#td-Header #td-Search .td-SearchTabs ul li a
	{
		display:block;
		padding-top:5px;
		*padding-top:0px;
	}
	#td-Header #td-Search .td-SearchTabs ul li.selected
	{
		background:url(/App_Themes/Flare/images/structure/bgTab.gif) no-repeat;
	}  
	#td-Header #td-Search .td-SearchTabs ul li.js-selected a
	{
		font-weight:bold;
	}   
#td-Header #td-Search .td-SearchBar
{
	float:right;
	position:relative;
	top:12px;
	*top:11px;
}
	#td-Header #td-Search .td-SearchBar .td-SearchBox
	{
		width:245px;
		padding:4px 0 4px 5px;
		*padding:3px 0 3px 5px;
		font-size:12px;
		border:none;
		*border:solid 1px #FFF;
	}
	#td-Header #td-Search .td-SearchBar .td-SearchBtn
	{
		background:url(/App_Themes/Flare/images/structure/btnSearch.gif) no-repeat;
		width:35px;
		height:23px;
		border:none;
		cursor:pointer;
	}
	
/* NAVIGATION */ 
#td-MainNav, 
#td-SubNav
{
	height:21px;
	padding:10px 0 5px 10px;
}
#td-SubNav
{
	padding:7px 0 5px 5px;
	background:url(/App_Themes/Flare/images/structure/bgSubNav.gif) repeat-x bottom;
}
	#td-MainNav ul li
	{
		display:inline;
		padding:0 10px;
		background:url(/App_Themes/Flare/images/structure/bgDots.gif) repeat-y top right;
	}
	#td-SubNav ul li
	{
		display:inline;
		padding:0 6px 0 2px;
		background:url(/App_Themes/Flare/images/structure/bgDots.gif) repeat-y top right;
	}
	#td-SubNav ul li
	{
		background:url(/App_Themes/Flare/images/structure/bgDots.gif) repeat-y top right;
	}
	#td-MainNav ul li.last, 
	#td-SubNav ul li.last
	{
		background:none;
	}
	#td-MainNav ul li a
	{
		color:#bbbebf;
		text-transform:uppercase;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-size:11px;
	}
	#td-SubNav ul li a
	{
		color:#bbbebf;
		text-transform:uppercase;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-size:10px;
	}
	#td-SubNav ul li a
	{
		color:#666;
	}
	#td-MainNav ul li.selected a,
	#td-MainNav ul li a:hover
	{
		color:#FFF;
		border-bottom:solid 2px #C03;
	}
	#td-SubNav ul li.selected a,
	#td-SubNav ul li a:hover
	{
		color:#333;
		border-bottom:solid 2px #C03;
	}
	#td-MainNav ul li a:hover,
	#td-SubNav ul li a:hover
	{
		text-decoration:none;
	}

/* MAIN */ 
#td-Main
{
	float:left;
	width:651px;
	margin-top:6px;
}

/* SIDEBAR */
#td-SideBar
{
	float:right;
	width:300px;
	margin-top:20px;
}
	#td-SideBar .td-Side
	{
		margin-bottom:10px;
	}
	#td-SideBar .td-Side .brdOut
	{
		*width:296px;
	}
	
/* FOOTER */  
#td-Footer
{
	clear:both;
	margin:50px 0 0 0;
}



/*-------------------------------------------------------------------

	Icons

-------------------------------------------------------------------*/ 
  
.td-IcoTextSize,
.td-IcoEmail,
.td-IcoPrint,
.td-IcoText,
.td-IcoFavorite,
.td-IcoRec,
.td-IcoTextLarge,
.td-IcoTextSmall,
.td-IcoGetLink, 
.td-IcoGetLink,
.td-IcoRss,
.td-IcoComm,
.td-IcoMedia,
.td-IcoShare,
.td-IcoEmbed,
.td-IcoFacebook
{
	background:url(/App_Themes/Flare/images/icons.gif) no-repeat;
	padding:0 0 0 20px;
	display:inline-block;
	height:16px;
}
.td-IcoTextSize {background-position:0 0px;}
.td-IcoEmail {background-position:0 -100px;}
.td-IcoPrint {background-position:0 -200px;}
.td-IcoText {background-position:0 -300px;}
.td-IcoFavorite {background-position:0 -400px;}
.td-IcoRec {background-position:0 -500px;}
.td-IcoTextLarge {background-position:0 -600px;}
.td-IcoTextSmall {background-position:0 -700px;}
.td-IcoGetLink {background-position:0 -800px;}
.td-IcoGetLink {background-position:0 -900px;}
.td-IcoRss {background-position:0 -1000px;}
.td-IcoComm {background-position:0 -1100px;}
.td-IcoMedia {background-position:0 -1200px;}
.td-IcoShare {background-position:0 -1300px;}
.td-IcoEmbed {background-position: 0 -1400px;}
.td-IcoFacebook {background-position: 0 -1500px;}
.td-IcoMMComm
{
	padding-left:17px;
	background:url(/App_Themes/Flare/images/icoMMCom.gif) no-repeat left;
}
.td-IcoRss
{
	padding:3px 0 0 20px;
	background:url(/App_Themes/Flare/images/rss.gif) no-repeat left;
}
.fb_iframe_widget
{
	*margin-top:-8px;
	}
.td-IcoMMRec
{
	padding-left:17px;
	background:url(/App_Themes/Flare/images/icoMMRec.gif) no-repeat left;
}
.td-IcoMMPlay
{
	padding-left:17px;
	background:url(/App_Themes/Flare/images/icoMMPlay.gif) no-repeat left;
}




/*-------------------------------------------------------------------

	Global

-------------------------------------------------------------------*/ 

.td-Wrapper
{
	margin-bottom:20px;
}
.brdOut, .brdIn
{
	border-left:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	border-right:solid 1px #DDD;
	padding:1px;
}
.brdIn
{
	padding:0px;
}
.frame
{
	border:solid 1px #DDD;
	overflow:hidden;
	text-align: center; 
}
.imgShadowWrapper
{
	margin-bottom:15px;
}
.imgShadowCredit
{
	clear:left;
	text-align:left; 
	font-size:11px; 
	padding-left:10px;
}

.imgShadow
{
	background:transparent url(/App_Themes/Flare/images/imgShadow.png) no-repeat scroll right bottom !important;
	float:left;
	margin:10px 0 0 10px !important;
}
	.imgShadow img
	{
		background-color:#FFFFFF;
		border:1px solid #A9A9A9;
		display:block;
		margin:-6px 6px 6px -6px;
		padding:4px;
		position:relative;
	}
.td-PageHeaderAd
{
	height:65px;
	padding:0 0 20px 10px;
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
	background:url(/App_Themes/Flare/images/structure/bgPageHeader.gif) repeat-x bottom;
	text-transform:uppercase;
	vertical-align:middle;
	line-height:65px;
	margin-top:-10px;
}
.td-PageHeader
{
	height:65px;
	padding:0 0 0 10px;
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
	background:url(/App_Themes/Flare/images/structure/bgPageHeader.gif) repeat-x bottom;
	text-transform:uppercase;
}

#div_RecentPosts
{
	text-transform:uppercase;
}
	
.pageHeaderText
{
float: left;
}
.td-SponsorshipTopAlignAd
{
	height:65px;
	width:175px;
	position:relative;
	float:right;
	text-align:right;
	font-size:9px;  
	vertical-align:middle;
	line-height:65px;
}

.td-SponsorshipTopAlignAd span
{
	width:100%;
	text-align:left;
	position:absolute;
	top:-20px;
	font-size :9px;
	left:0px;
}
.td-SponsorshipTopAlignAd img
{
margin:5px 0 5px 0;
}

.td-SponsorshipTopAlignAd #spons_button
{
margin-top:20px;
height:50px;
width:175px;
}

.TitleToolsAd
{
	padding: 25px 0pt 0pt 10px;
}

.TitleTools
{
	padding: 6px 0pt 0pt 10px; 
}

.td-SponsorshipBottomAlignAd
{
	height:52px;
	width:175px;
	position:relative;
	float:right;
	text-align:right;
	font-size:9px;  
	vertical-align:bottom;
}

.td-SponsorshipBottomAlignAd span
{
	width:100%;
	text-align:right;
	position:absolute;
	bottom:0px;
	font-size :9px;
	left:-177px;
}
.td-SponsorshipBottomAlignAd img
{
margin-top:0px;
height:50px;
}

.td-SponsorshipBottomAlignAd #spons_button
{
margin-top:0px;
height:50px;
width:175px;
}

.td-RSS
{
	float:right;
	padding:4px 0 0 0;
}
	.td-RSS a
	{
		font-size:11px;
		color:#66696B;
	}
.td-BreadCrumbs
{
	margin-bottom:20px;
	color:#888;
}
	.td-BreadCrumbs li
	{
		display:inline;
		margin-right:5px;
	}
.td-Top
{
	margin:10px 0 30px 0;
}
	.td-Top h1
	{
		margin-bottom:10px;
	}

	
/* HEADER */
.td-Header
{
	padding:3px 0 3px 5px;
	background-color:#2b2e31;
	color:#FFF;
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}

/* BUTTONS PINK */
a.td-Btn
{
	display:block;
	float:left;
	height:21px; 
	padding-right:8px;
	background:transparent url(/App_Themes/Flare/images/btnRight.gif) no-repeat scroll top right; 
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
	line-height:13px;
}
	a.td-Btn:hover
	{
		text-decoration:none;
	}
	a.td-Btn span 
	{
		display:block;
		padding:4px 0 6px 8px;
		font-weight:bold;
		background:transparent url(/App_Themes/Flare/images/btnLeft.gif) no-repeat;
	}
	
/* BUTTONS DARK */
a.td-BtnDark
{
	display:block;
	float:left;
	height:21px; 
	padding-right:8px;
	background:transparent url(/App_Themes/Flare/images/btnDarkRight.gif) no-repeat scroll top right; 
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
}
	a.td-BtnDark:hover
	{
		text-decoration:none;
	}
	a.td-BtnDark span 
	{
		display:block;
		padding:4px 0 6px 8px;
		font-weight:bold;
		background:transparent url(/App_Themes/Flare/images/btnDarkLeft.gif) no-repeat;
	}

/* BUTTONS PINK MAIN PLAYER */
a.on
{
	background:transparent url(/App_Themes/Flare/images/btnOnPinkRight.gif) no-repeat scroll top right; 
}
	a.on span
	{
		background:transparent url(/App_Themes/Flare/images/btnOnPinkLeft.gif) no-repeat;
	}
	
/* BUTTON SERIF */
.td-BtnSerif          
{
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
}
	
/* TABS */
.td-Tabs { clear:both; }
.td-Tabs ul
{
	padding:10px 5px !important;
	background:url(/App_Themes/Flare/images/structure/bgGray.gif) repeat-x bottom;
}
	.td-Tabs ul li
	{
		display:inline;
		margin-right:-1px;
		position:relative;
		top:3px;
		text-transform:uppercase;
		font-size:10px;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
	}
	.td-Tabs ul li a
	{
		padding:5px 4px 6px 4px;
		color:#333;
		background-color:#EEE;
		border:solid 1px #e0e0e0;
	} 
	.td-Tabs ul li .active
	{
		color:#000;
		font-weight:bold;
		background-color:#FFF;
		border-top:solid 1px #C03;
		border-left:solid 1px #e0e0e0;
		border-right:solid 1px #e0e0e0;
		border-bottom:solid 1px #FFF;
	}
	
.td-TabSpacer ul li
{
	margin-right:-4px;
}      
	
/* TEASER */
.td-Teaser 
{
}
	.td-Teaser .td-Image
	{
		float:left;
		margin-right:10px;
	}
	.td-Teaser p.header
	{
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
		line-height:16px;
		margin-bottom:5px;
	}
	.td-Teaser p.title
	{
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-weight:bold;
		font-size:11px;
		margin-bottom:5px;
		text-transform:uppercase;
	}
	
	.hearst_content_box_headline a
	{
		text-transform:uppercase;
	}
	
	.td-Teaser .abstract
	{
		margin-bottom:5px;
	}
	.td-Teaser p.section a
	{
		font-size:11px;
		text-transform:uppercase;
		margin-bottom:5px;
		color:#2b2e31;
	}
	.td-Teaser h3
	{
		margin-bottom:5px;
	}
	.td-TeaserBar
	{
		font-size:11px;
		color:#999;
		margin-bottom:10px;
	}
	.td-TeaserBar li
	{
		display:inline;
		padding-right:7px;
		margin-right:3px;
		border-right:solid 1px #DDD;
	}
	.td-TeaserBar li.last
	{
		border:none;
	}
	.td-TeaserBar li.td-IcoComm,
	.td-TeaserBar li.td-IcoRec
	{
		*position:relative;
		*top:2px;
	}

/* NEW ON FLARE */    
.td-NewOnFlare
{
	clear:both;
}
	.td-NewOnFlare .td-Header
	{
		margin-bottom:10px;
	}
	.td-NewOnFlare .td-Teaser
	{
		float:left;
		width:155px;
		margin-right:10px;
	}
	.td-NewOnFlare .td-Teaser .frame
	{
		width:153px;
		height:191px;
		margin-bottom:5px;
	}
	.td-NewOnFlare .td-Teaser img
	{
		width:153px;
	}
	.td-NewOnFlare .td-Teaser p.title
	{
		font-family:Arial, Verdana, Helvetica, Sans-Serif;
		font-weight:bold;
		font-size:12px;
		margin-bottom:3px;
	}
	.td-NewOnFlare .last
	{
		margin:0;
	}

/* SIDEBAR */
.td-SideWidget
{
	width:296px;
	*width:300px;
}

/* POLL */
.td-MainPoll
{
	color:#333;
}
	.td-MainPoll p
	{
		clear:both;
		margin-bottom:5px;
		font-weight:bold;
		line-height:16px;
	}
	.td-MainPoll ul
	{
		margin:10px 0 20px 0;
		padding-top:5px;
		border-top:dashed 1px #CCC;
	}
	.td-MainPoll ul li
	{
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:dashed 1px #CCC;
	}
	.td-MainPoll ul li input
	{
		position:relative;
		top:2px;
		margin-right:5px;
		*top:0px;
		*margin-right:3px; 
	}
	.td-MainPoll ul li.last
	{
		padding:15px 0;
		border:none;
	}
	
	
/* ARTICLE POLL */    
.td-ArticlePoll
{
	padding:15px;
}
	.td-ArticlePoll ul
	{
		margin-bottom:0;
	}
	.td-ArticlePoll .td-ArticlePollBtn
	{
		margin-top:15px;
	}
	
	.td-PageOverview
	{
		margin-bottom:10px;
		padding:0 0 10px 10px;
		border-bottom:solid 1px #EEE;
		font-size:13px;
		line-height:22px;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
	}        

/* VIDEOS */
.td-Video
{
	width:220px;
}

/* VIDEO TEASER */
.td-VideoTeaser
{
	padding:5px 10px 10px 10px;
	*padding:5px 10px 3px 10px;
}
	.td-VideoTeaser a
	{
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
	}
	.td-VideoTeaserTop
	{
	}
		.td-VideoTeaserTop img
		{
			width:218px;
			border:solid 1px #DDD;
			*margin-bottom:-3px;
		}
		.td-VideoTeaserTop p
		{
			line-height:16px;
		}
	.td-VideoTeaser .td-Teaser
	{
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:dashed 1px #CCC;
	}
		.td-VideoTeaser .td-Teaser .header
		{
			line-height:16px;
			margin-bottom:3px;
		}
		.td-VideoTeaser .td-Teaser .thumb
		{
			float:left;
			width:50px;
			margin-right:10px;
		}
		.td-VideoTeaser .td-Teaser .thumb img
		{
			width:50px;
			border:solid 1px #DDD;
		}
		.td-VideoTeaser .td-Teaser .info
		{
			clear:both;
			padding-top:3px;
			*padding-top:0px;
		}
		.td-VideoTeaser .td-Teaser .info p.abstract
		{
			line-height:16px;
		}
	.td-VideoTeaser .td-VideoMore
	{
		float:right;
		font-size:10px;
	}

	#td-SideBar .td-tab_content_container img
	{height:47px }
	
/* CONTESTS */    
.td-Contests
{
	width:490px;
}
	.td-Contests .td-Header
	{
		margin-bottom:10px;
	}
	.td-Contests .td-Teaser
	{
		margin-bottom:15px;
	}
		.td-Contests .td-Teaser .header a
		{
			color:#000;
		}
	.td-Contests .td-Teaser img
	{
		float:left;
		margin-right:10px;
		border:solid 1px #DDD;
	}
	.td-Contests .td-Teaser p.abstract
	{
		margin-bottom:10px;
	}
	.td-Contests br
	{
		margin:0;
		padding:0;
	}
	
#contest_listing
{
	clear:both;
	margin-bottom:15px;
}
	#contest_listing img
	{
		border:solid 1px #DDD;
		float:left;
		margin:0 10px 0 0;
	}
	#contest_listing .title
	{
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-size:11px;
		font-weight:bold;
		color:#000;
		text-transform:uppercase;
		margin-bottom:5px;
	}
	#contest_listing .deck
	{
		margin-bottom:5px;
	}
	#contest_listing .action a
	{
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
/* MOST POPULAR */
.td-MostPopular html body
{
	text-align:left !important;
}
.td-MostPopular
{
	clear:both;
	background-color:#FFF;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	text-transform:uppercase;
}
	.td-MostPopular ul
	{
		padding:0 10px;
	}
	.td-MostPopular ul li
	{
		margin-bottom:5px;
		*margin-bottom:0px;
		list-style-type:disc !important;
		list-style-position:outside !important;
		margin-left:15px;
		color:#CC0033;
	}
.td-Range
{
	padding-top:10px;
}
	.td-Range ul li
	{
		font-size:11px;
	}    
	
/* SIDEBAR MOSTPOPULAR RANGE */
.td-Range
{
	margin-bottom:10px;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
}
	.td-Range ul li
	{
		float:left;
		display:block;
		list-style:none;
		margin:0 7px 0 0;
	}
	.td-Range ul li a
	{
		color:#66696B;
	}
	.td-Range ul li .active
	{
		float:left;
		display:block;
		position:relative;
		top:-3px;
		padding-right:10px;
		margin-right:0px;
		background:transparent url(/App_Themes/Flare/images/structure/bgRangeRight.gif) no-repeat scroll top right !important;
		color:#FFF;
	}
	.td-Range ul li .active span 
	{
		display:block;
		padding:3px 0 5px 10px;
		background:transparent url(/App_Themes/Flare/images/structure/bgRangeLeft.gif) no-repeat;
	}    


/* TEMP FOOTER */
#zUL{	height:20px; *height:25px;}
#zUL,
#zUL ul 
{
	padding:0;
	margin:0;
	font-size:11px;
}
#zUL a
{
	color:#888;
	text-decoration:none;
}
	#zUL a:hover
	{
		color:#FFF;
	}
	#zUL li ul a 
	{
		color:#999;
	}
		#zUL li ul a:hover
		{
			color:#FFF;
		}
#zUL li 
{	
	float:left;	
	position:relative;	
	list-style-type:none;
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px #333;
}
html>body #zUL li ul 
{
	width:800px;
}
#zUL li ul 
{
	visibility:hidden;
	position:absolute;
	padding-top:5px;
}
#zUL li ul li 
{
	float:left;
	display:block;
	background-color:#2b2e31
}
#zUL li:hover ul,
#zUL li.msieFix ul
{	
	visibility:visible;	
	background-color:#2b2e31;
}
* html fieldset p 
{
	z-index:-1
}
* html #zUL li:hover ul,
* html #zUL li.msieFix ul 
{	
	top:1.1em;	
	left:.2em
}
*:first-child + html li:hover ul,
*:first-child + html li:msieFix ul
{
	left:0px;
	top:12px;
}



/* FOOTER */
.td-Footer
{
	padding:15px;
	*padding:10px;
	background-color:#2b2e31;
}
.td-FooterDropDown
{
	padding:0;
	margin:0;
	list-style:none;
}
	.td-FooterDropDown li
	{
		float:left;
		position:relative;
		font-size:10px;
		margin-right:7px;
		padding-right:7px;
		font-weight:bold;
		text-transform:uppercase;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		color:#999;
		z-index:1000;
	}
	.td-FooterDropDown li.header
	{
		border-right:solid 1px #333;
	}
	.td-FooterDropDown li.td-OnState, 
	.td-FooterDropDown li.td-OnState a 
	{
		color:#999;
	}
	.td-FooterDropDown li a
	{
		color:#999;
	}
	.td-FooterDropDown li:hover,
	.td-FooterDropDown li a:hover
	{
		color:#FFF;
		text-decoration:none;
	}
	.td-FooterDropDown li:hover a 
	{
		color:#FFF;
	}
	.td-FooterDropDown li ul 
	{
		display:none;
		position:absolute; 
		width:800px;
		top:1em;
		left:0;
		color:#FFF;
		border:solid 1px red;
	}
	.td-FooterDropDown li ul:hover 
	{
		display:block;
	}
	.td-FooterDropDown li > ul 
	{
		top:auto;
		left:auto;
	}
	.td-FooterDropDown li:hover ul, 
	.td-FooterDropDown li.over ul
	{ 
		display:block;
		position:absolute;
		top:12px;
		left:-1px;
	}
	.td-FooterDropDown li ul li
	{
		float:left;
		display:block;
		margin:0 5px -2px 0;
		padding:5px 5px 0 0;
		font-family:Arial, Verdana, Helvetica, Sans-Serif;
		text-transform:capitalize;
		color:#999;
		font-size:11px;
		font-weight:normal;
	}
		/* IE6 */
		*html .td-FooterDropDown li
		{
			padding:4px 7px 5px 5px;
		}
		*html .td-FooterDropDown li a
		{
			padding:4px 7px 5px 5px;
		}
		*html .td-FooterDropDown li.td-OnState
		{
			padding:4px 0px 5px 0px;
		}
		*html .td-FooterDropDown li:hover ul, 
		*html .td-FooterDropDown li.over ul
		{ 
			left:5px;
		}  
.td-CopyRight
{
	padding:7px 10px; 
	background-color:#202224; 
	text-align:right;
	font-size:11px;
}
	.td-CopyRight ul.links
	{
		float:left;
	}
		.td-CopyRight ul.links li
		{
			display:inline;
			margin-right:5px;
		}
			.td-CopyRight ul.links li.sep
			{
				position:relative;
				top:-1px;
				font-size:10px;
				color:#333;
			}
			.td-CopyRight ul.links li a
			{
				color:#999;
				text-decoration:none;
			}
			.td-CopyRight ul.links li a:hover
			{
				color:#FFF;
			}
		
/* FOOTER */
.td-FooterLinks
{
	padding:10px 0;
	border-top:solid 1px #DDD;
}
	.td-FooterLinks ul li
	{
		float:left;
		padding:0 15px 1px 15px;
		background:url(/App_Themes/Flare/images/structure/bgDots.gif) right repeat-y;
		font-weight:bold;
	}
	.td-FooterLinks ul li.last
	{
		background:none;
	}
.td-FooterLinksCorp
{
	padding:10px 0;
	margin-bottom:10px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
	.td-FooterLinksCorp .td-CorpLogo
	{
		float:left;
		width:335px;
	}
	.td-FooterLinksCorp .td-CorpLinks
	{
		float:left;
		width:635px;
		padding:15px 0 0;
	}
		.td-FooterLinksCorp .td-CorpLinks ul.top
		{
			margin-bottom:5px;
			font-weight:bold;
		}
		.td-FooterLinksCorp .td-CorpLinks ul.top .sep
		{
			color:#CCC;
		}
		.td-FooterLinksCorp .td-CorpLinks ul li
		{
			display:inline;
			margin-left:10px;
		}
		
	

/*-------------------------------------------------------------------

	Home

-------------------------------------------------------------------*/ 

/* HOME TOP STORY */
.td-HomeTop
{
	margin-top:10px;
}
*html .td-HomeTop
{
	margin-bottom:-20px;
}
*:first-child + html .td-HomeTop
{
	margin-bottom:0px;
}
.td-HomePlayer
{
	float:left;
	width:320px;
	margin-right:10px;
	display: table; 
	/*overflow: hidden;*/
}

.td-HomePlayerStory
{
	vertical-align: middle;
	width: 100%; 
}

.td-HomePlayerStoryInner
{
	width:320px; 
	height:400px;
	padding:5px;
	text-align:center; 
	border-bottom:none;
}

.td-HomePlayerStoryInner img
{
	 /*max-height:400px;
	 max-width:310px;
	 
	width: expression(this.scrollWidth < 311? "auto" : this.scrollWidth > 310 ? "310px" : "auto");
	height: expression( this.scrollHeight > 400 ? "400px" : "auto" );  sets max-height for IE */
}

.centeredTop
{
	top: 5pt;
}

.centered
{
	top: 0pt;
	bottom: 0pt;
	left: 0pt;
	right: 0pt;
	margin:auto;
}

	.td-HomePlayer .td-Image
	{
		 height:400px; 
		 width:320px;
	}
	.td-Spacer
	{
		position:relative; 
		top:41px;
	}
		.td-Spacer img
		{
			width:320px; 
			height:263px;
		}   
	.td-HomePlayer .td-Cover
	{
		position:relative; 
		top:62px; 
		height:72px; 
		opacity:0.5; 
		filter:alpha(opacity=50); 
		background-color:#000;
	}
	
	.td-HomePlayer .td-Info
	{
		position:relative; 
		top:-10px; 
		height:60px; 
		padding:6px;
	}
	*html .td-HomePlayer .td-Info
	{
		position:relative; 
		top:-20px; 
		height:70px; 
		padding:6px;
	}
	*:first-child + html .td-HomePlayer .td-Info
	{
		position:relative; 
		top:-20px; 
		height:80px; 
		padding:6px;
	}
		.td-HomePlayer .td-Info h1
		{
			margin-bottom:3px;
		}
		.td-HomePlayer .td-Info h1 a
		{
			font-size:18px;
			font-weight:bold;
			color:#FFF;
			text-transform:uppercase;
		}
		.td-HomePlayer .td-Info p
		{
			color:#CCC;
		}
		.td-HomePlayer .td-BtnDark
		{
			font-family:Arial, Verdana, Helvetica, Sans-Serif;
			font-size:10px;
			font-weight:bold;
			cursor:pointer;
		}
		.td-HomeButtons
		{
			float:right; 
			position:relative; 
			top:-390px; 
			right:10px;
		}
		*html .td-HomeButtons
		{
			top:-410px; 
			right:10px;
		}
		*:first-child + html .td-HomeButtons
		{
			top:-390px; 
			right:10px;
		}        
	
.td-HomeStories
{
	float:right;
	width:320px;
}
	.td-HomeStories .td-Teaser
	{
		margin-bottom:12px;
		*margin-bottom:7px;
	}
	.td-HomeStories .td-Teaser .frame
	{
		float:left;
		margin-right:10px;
		width:98px;
		height:123px;
	}
	.td-HomeStories .td-Teaser .frame img
	{
		width:98px;
	}
	
/* HOME VIDEO / FEATURES */

.td-Features
{
	width:420px;
}
	.td-Features .td-Header
	{
		margin-bottom:10px;
	}
	.td-Features .td-Teaser
	{
		float:left;
		width:130px;
		margin-right:15px;
	}
	.td-Features .td-Teaser .frame
	{
		width:128px;
		height:160px;
		margin-bottom:5px;
	}
	.td-Features .td-Teaser img
	{
		width:128px;
	}
	.td-Features .td-Teaser p.header
	{
		line-height:16px;
		margin-bottom:5px;
	}
	.td-Features .last
	{
		margin-right:0px;
	}



/*-------------------------------------------------------------------

	Section Page

-------------------------------------------------------------------*/ 

.td-SectionPlayer
{
	float:left;
	width:240px;
}
	.td-SectionPlayer .td-Image
	{
		 width:240px;
		 height:300px;
		 overflow:hidden;
	}
		.td-SectionPlayer .td-Image img
		{
			 width:240px;
			 height:300px;
		}
	.td-SectionPlayer .td-Cover
	{
		position:relative; 
		bottom:80px;
		height:80px; 
		opacity:0.5; 
		filter:alpha(opacity=50); 
		background-color:#000;
	}
	.td-SectionPlayer .td-Info
	{
		position:relative; 
		bottom:162px;
		height:68px; 
		padding:6px;
	}
		.td-SectionPlayer .td-Info h1
		{
			font-size:14px;
			font-weight:bold;
			text-transform:uppercase;
		}
		.td-SectionPlayer .td-Info h1 a
		{
			color:#FFF;
		}
		.td-SectionPlayer .td-Info p
		{
			color:#CCC;
		}
		
.td-SectionStories
{
	float:left;
	width:410px;
}
	.td-SectionStories .td-Teaser
	{
		float:left;
		width:126px;
		margin-left:10px;
	}
	*html .td-SectionStories .td-Teaser
	{
		margin-left:8px;
	}
	.td-SectionStories .td-Teaser .frame
	{
		width:124px;
		height:155px;
		margin-bottom:5px;
	}
	.td-SectionStories .td-Teaser img
	{
		width:124px;
	}
	.td-SectionStories .last
	{
		margin:0;
	}
	
.td-SectionMore
{
	float:left;
	width:420px;
}
	.td-SectionMore .td-Teaser
	{
		float:left;
		width:130px;
		margin:0 15px 10px 0;
	}
	.td-SectionMore .td-Teaser .frame
	{
		width:128px;
		height:160px;
		margin-bottom:5px;
	}
	.td-SectionMore .td-Teaser img
	{
		width:128px;
	}
	.td-SectionMore .last
	{
		margin-right:0;
	}
.td-SectionContent
{
	border-top:solid 1px #EEE;
	background:url(/App_Themes/Flare/images/bgGrid.gif) repeat-y top;
}
	.td-SectionContent .td-Row   
	{
		padding:15px 0;
		border-bottom:solid 1px #EEE;
	}
	.td-SectionContent .td-Col   
	{
		float:left;
		width:310px;
		padding-right:14px;
	}
	.td-SectionContent .td-ColAlt   
	{
		float:left;
		width:310px;
		padding-left:14px;
	}
	.td-SectionContent .last 
	{
		margin:0;
	}

.td-Partners
{
	width:490px;
	margin-bottom:20px;
}
	.td-Partners .td-Header
	{
		margin-bottom:10px;
	}
	.td-Partners .td-Teaser
	{
		margin-bottom:10px;
	}
	.td-Partners .td-Teaser img
	{
		float:left;
		margin:0 10px 10px 0;
	}
	.td-Partners .td-Teaser a
	{
		color:#2b2e31;
	}
.td-Vote
{
	width:150px;
}
	.td-Vote img
	{
		width:148px;
		border-left:solid 1px #DDD;
		border-right:solid 1px #DDD;
		border-bottom:solid 1px #DDD;
		*margin-bottom:-3px;
	}
	
/* COLUMNIST */
.td-Columist
{
}
	.td-Columist .hdrAuthor
	{
		font-weight:bold;
		margin-bottom:10px;
	}
	.td-Columist .td-Teaser .header
	{
		font-size:11px;
		font-weight:bold;
		margin-bottom:5px;
	}
	.td-Columist .td-Teaser .frame
	{
		float:left;
		margin:0 10px 10px 0;
		width:78px;
		height:98px;
	}
	.td-Columist .td-Teaser .frame img
	{
		width:78px;
	}

/* COMPOSITE */
.td-Composite
{
	line-height:18px;
}
	.td-Composite .td-Teaser
	{
		margin-bottom:20px; 
		padding-bottom:20px; 
		border-bottom:solid 1px #EEE;
	}
	.td-Composite .td-Teaser .frame
	{
		float:left;
		margin:0 20px 0 0;
	}    


/*-------------------------------------------------------------------

	List Pages

-------------------------------------------------------------------*/  

/* PHOTO LIST */ 
.td-PhotosList
{
	margin-bottom:15px;
}
	.td-PhotosList .td-Teaser
	{
		float:left;
		width:150px;
		margin:0 16px 15px 0;
	}
	.td-PhotosList .td-Teaser .frame
	{
		width:148px;
		height:185px;
		margin-bottom:5px;
	}
		.td-PhotosList .td-Teaser .frame img
		{
			width:148px;
		}
	.td-PhotosList .td-Teaser .header
	{
		height:35px;
		line-height:16px;
	}
	.td-PhotosList .td-Teaser .starRatings
	{
		float:left;
		padding-right:10px;
	}  
	.td-PhotosList .td-Teaser .starRatings img
	{
		height:12px;
		width:13px;
	}     
	.td-PhotosList .td-Teaser .td-TeaserBar li
	{
		padding-right:4px;
		margin-right:0px;
	}
	.td-PhotosList .td-Teaser .td-TeaserBar li.td-IcoRec
	{
		border:none;
	}
	.td-PhotosList .last
	{
		margin:0;
	}
	.td_ico_recommend
	{
		margin-left:13px;
		}
	
/* SPLIT LIST */
.td-SplitListList
{
}
	.td-SplitListList h1
	{
		margin-bottom:15px;
	}
	.td-SplitListList p
	{
		line-height:18px;
	}
	.td-SplitListList p.header
	{
		font-weight:bold;
		margin:25px 0;
	}
	.td-SplitListList div
	{
		padding-bottom:7px;
		margin-bottom:7px;
		border-bottom:solid 1px #EEE;
	}
	.td-SplitListList .right
	{
		float:right;
	}
	.td-SplitListList .right li
	{
		display:inline;
		padding-right:7px;
		margin-right:3px;
		border-right:solid 1px #DDD;
	}
	.td-SplitListList .right li.last
	{
		border:none;
	}

/* BASIC LIST */
.td-BasicList
{
	margin-bottom:20px;
}
	.td-BasicList .teaserTop
	{
		margin-bottom:15px;
		padding-bottom:5px;
		border-bottom:solid 1px #EEE;
	}
	.td-BasicList .td-Teaser img
	{
	}
	.td-BasicList .td-Teaser .frame
	{
		float:left;
		width:240px;
		margin:0 20px 10px 0;
	}
	.td-BasicList .td-Teaser p.hdrTop
	{
		font-size:18px;
		margin-bottom:10px;
	} 
	.td-BasicList .td-Teaser p.subtitle
	{
		font-weight:bold;
		margin-bottom:5px;
	}
.td-BasicListLvl2
{
	margin:0 0 15px 0;
	border-bottom:solid 1px #EEE;
}
	.td-BasicListLvl2 .td-Teaser
	{
		margin:0 0 15px 0;
	}
	.td-BasicListLvl2 .td-Teaser .frame
	{
		float:left;
		width:150px;
		height:188px;
		margin-bottom:0;
	}
	.td-BasicListLvl2 .td-Teaser img
	{
		width:150px;
	}
	.td-BasicListLvl2 .td-Teaser .header
	{
	}
	.td-BasicListLvl2 .last
	{
		margin:0;
	}
.td-BasicListLvl3
{
	padding-bottom:5px;
}    
	.td-BasicListLvl3 .td-Teaser
	{
	}
	.td-BasicListLvl3 .td-Teaser .frame
	{
		float:left;
		margin:0 10px 0 0;
		width:98px;
		height:98px;
		overflow:hidden;
	}
	.td-BasicListLvl3 .td-Teaser img
	{
		width:98px;
	}    



/*-------------------------------------------------------------------

	End Page

-------------------------------------------------------------------*/ 

.td-EndPage
{
	margin-bottom:20px;
}
	.td-EndPage table
	{
		clear:both;
	}
	.td-EndPage .td-EndPageTools
	{
		position:relative;
		left:0px;
	}
		.td-EndPage .td-EndPageTools li
		{
			float:right;
			padding:0 5px;
		}
		.td-EndPage .td-EndPageTools li a
		{
			font-size:11px;
			font-weight:normal;
			color:#888;
		}
		.td-EndPage .td-EndPageTools li.rec img
		{
			position:relative;
			top:1px;
		}
		.td-EndPage .td-EndPageTools li.favs
		{
			 position:relative; 
			 top:1px;
		}
		*html .td-EndPage .td-EndPageTools li.favs
		{
			 top:0px;
			 width:90px;
		}
		.td-EndPage .td-EndPageTools li.last
		{
			border:none;
		}
	.td-EndPage .td-ContactList
	{
		margin-top:10px;
	}
		.td-EndPage .td-ContactList li
		{
			margin-bottom:3px;
		}
	.td-EndPage .td-EndPageSideBar
	{
		float:left;
		width:320px;
		margin:0 20px 10px 0;
	}
	.td-EndPage .td-EndPageSideBar .td-Side
	{
		margin-bottom:10px;
	}
		.td-EndPage .td-EndPageSideBar .td-Side p.caption
		{
			font-size:11px !important;
			margin:5px 0;
			color:#888 !important;
		}
		div p.caption
		{
			font-size:11px !important;
			margin:5px 0;
			color:#888 !important;
		}
		div p.credit
		{
			font-size:11px !important;
			color:#888 !important;
		}          
		.td-EndPage .td-EndPageSideBar .td-Side p.header
		{
			padding:2px 0 1px 0;
			margin-bottom:15px;
			color:#804000;
			font-size:16px;
			font-weight:bold;
		}
		.td-EndPage .td-EndPageSideBar p.caption
		{
			padding:5px 0 0;
			font-size:11px !important;
			line-height:14px;
			color:#888 !important;
		}
		
		.td-Related
		{
			 text-transform:uppercase;
		}
		
		.td-EndPage .td-EndPageSideBar .td-Related
		{
			padding:10px;
		}
			.td-EndPage .td-EndPageSideBar .td-Related .td-Teaser .frame
			{
				float:left;
				margin-right:10px;
			}
			.td-EndPage .td-EndPageSideBar .td-Related li
			{
				margin-bottom:5px;
				list-style-type:disc !important;
				list-style-position:outside !important;
				margin-left:15px;
				color:#CC0033;
			}
			.td-EndPage .td-EndPageSideBar .td-Related li.footer
			{
				list-style-type:none !important;
				list-style-position:inside !important;
				margin-top:10px;
				color:#CC0033;
				font-weight:bold;
			}
	.td-EndPage h1
	{
		margin-bottom:10px;
		text-transform: uppercase;
	}
	.td-EndPage h2,
	.td-EndPage p.header
	{
		margin-bottom:10px;
		font-size:16px;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		line-height:22px;
		font-weight:normal;
		color:#888;
	}
	.td-EndPage .td-EndPageBar
	{
		margin-top:15px;
		font-size:11px;
		color:#888;
	}
		.td-EndPage .td-EndPageBar li
		{
			display:inline;
			padding-right:7px;
			margin-right:3px;
			border-right:solid 1px #DDD;
		}
		.td-EndPage .td-EndPageBar li.last
		{
			border:none;
		}
		.td-EndPage .td-EndPageBar li.td-IcoComm,
		.td-EndPage .td-EndPageBar li.td-IcoRec
		{
			*position:relative;
			*top:2px;
		}
	.td-EndPage .td-EndPageList
	{
		margin-top:15px;
		font-size:11px;
	}
		.td-EndPage .td-EndPageList li
		{
			margin-bottom:3px;
		}
	.td-EndPage .td-EndPageBody 
	{
		margin:15px 0 25px 0;
		line-height:18px;
	}    
		.td-EndPage .td-EndPageBody p.header
		{
			font-weight:bold;
		}
		.td-EndPage .td-EndPageBody p
		{
			line-height:18px;
			margin-bottom:15px;
		}
.td-EndPageMoreStories
{
	padding:10px 10px 0 10px;
}
	.td-EndPageMoreStories .td-Teaser
	{
		float:left;
		width:305px;
		margin-right:14px;
	}
	.td-EndPageMoreStories .last
	{
		margin-right:0px;
	}
	.td-EndPageMoreStories .td-Teaser img
	{
		float:left;
		margin:0 10px 10px 0;
	}
	.td-EndPageMoreStories .td-Teaser p.header
	{
		height:30px;
	}
	
.td-ArtGalImg
{
	width:650px; 
	margin:10px 0 20px 0;
	text-align:center;
	display:block;
}
.td-ArtGalCap
{
	width:650px;
	margin-top:20px; 
	*margin-top:0px; 
	text-align:left !important;
}
	.td-ArtGalCap strong
	{
		margin:auto; 
	}
	.td-ArtGalCap p
	{
		 margin:auto; 
		 margin-bottom:15px;
		 line-height:18px;
	}



/*-------------------------------------------------------------------

	Multimedia Pages

-------------------------------------------------------------------*/ 
	
.td-Multimedia
{
}
	.td-Multimedia .td-MMPlayer
	{
		color:#999;
	}
		.td-Multimedia .td-MMPlayer .td-MMHeader
		{
			height:34px;
			padding:15px 10px 0 15px;
			background-color:#202224;
			border-bottom:solid 1px #414346;
		}
			.td-Multimedia .td-MMPlayer .td-MMHeader span.header
			{
				color:#FFF;
				font-size:18px;
				font-weight:bold;
				font-family:Georgia, Lucida Console, Times New Roman, Serif;
				text-transform: uppercase;
			}   
			.td-Multimedia .td-MMPlayer .td-MMHeader a.td-Btn
			{
				display:block;
				float:left;
				height:21px; 
				padding-right:8px;
				background:transparent url(/App_Themes/Flare/images/multimedia/btnRight.gif) no-repeat scroll top right; 
				font-family:Georgia, Lucida Console, Times New Roman, Serif;
				font-weight:bold;
				font-size:10px;
				text-transform:uppercase;
				color:#FFF;
				line-height:13px;
			}
			.td-Multimedia .td-MMPlayer .td-MMHeader a.td-Btn span
			{
				display:block;
				padding:4px 0 6px 8px;
				font-weight:bold;
				background:transparent url(/App_Themes/Flare/images/multimedia/btnLeft.gif) no-repeat;
			}
			
		/* MULTIMEDIA BODY */    
		.td-Multimedia .td-MMBody
		{
			padding:20px 20px 0 5px;
			background:#2b2e31 url(/App_Themes/Flare/images/multimedia/background.gif) repeat-x top;
			_width:625px;
			_overflow:hidden;
		}
			.td-Multimedia .td-MMBody .td-MMSpecial
			{
				margin-bottom:20px; 
				font-size:14px; 
				line-height:20px; 
				font-family:Georgia, Lucida Console, Times New Roman, Serif;
			}
			.td-Multimedia .td-MMBody h1
			{
				margin-bottom:10px;
				color:#FFF;
			}
			.td-Multimedia .td-MMBody a
			{
				color:#FFF;
				text-decoration:underline;
			}
				.td-Multimedia .td-MMBody a:hover
				{
					text-decoration:none;
				}
			
		
		/* MULTIMEDIA VIDEO WRAPPER */
		.td-Multimedia .td-MMPlayer .td-MMBody .td-MMVideo 
		{
			margin-bottom:15px;
			text-align:center;
		}
		
		/* MULTIMEDIA PHOTO WRAPPER */
		.td-Multimedia .td-MMPlayer .td-MMBody .td-MMPhoto
		{
			float:left;
			width:330px;
			margin:0 20px 10px 0;
			font-size:11px;
		}
		
		
		.PP-ImageHolder,.PP-Display
		{
		   background-repeat:no-repeat;
		}
		
			.td-Multimedia .td-MMPlayer .td-MMBody .td-MMPhoto img
			{
				float:right;
				margin-bottom:3px;
				border:solid 5px #FFF;
			}
			
		/* MULTIMEDIA */    
		.td-Multimedia .td-MMInfo
		{
			float:right;
			width:260px;
		}
			.td-Multimedia .td-MMInfo #pageCount
			{
				font-size:11px;
				margin-bottom:5px;
			}
			.td-Multimedia .td-MMInfo .td-MMList
			{
			}
				.td-Multimedia .td-MMInfo .td-MMList li
				{
					display:inline;
					margin-right:7px;
					padding-right:5px;
					border-right:solid 1px #2c2e31;
				}
				.td-Multimedia .td-MMInfo .td-MMList li.last
				{
					margin:0;
					padding:0;
					border:none;
				}
			
			.td-Multimedia .td-MMInfo .abstract
			{
				margin-bottom:10px;
			}
			.td-Multimedia .td-MMInfo .td-MMDetails
			{
				margin-bottom:25px;
			}
				.td-Multimedia .td-MMInfo .td-MMDetails ul li
				{
					margin-bottom:3px;
					line-height:18px;
				}

/* MULTIMEDIA TOOLS */
.td-Multimedia .td-MMTools
{
	margin-bottom:20px;
	padding:13px 0 10px 0;
	font-size:11px;
	border:solid 1px #313437;
	background-color:#26292c;
}
*:first-child + html .td-Multimedia .td-MMTools table
{
	position:relative;
	left:150px;
}
	.td-Multimedia .td-MMTools ul li
	{
		display:block;
		float:left;
		margin-right:10px;
		padding-right:10px;
		*margin-right:0px;
		*padding-right:10px;
		border-right:solid 1px #313437;
	}
	.td-Multimedia .td-MMTools ul li a
	{
		color:#FFF;
	}
	.td-Multimedia .td-MMTools ul li.last
	{
		border:none;
		margin:0;
		padding:0;
	}

.td-VideoResults
{
	 margin-bottom:10px;
	 padding-bottom:10px;
	 border-bottom:solid 1px #EEE;
}
	.td-VideoResults .td-VideoPaging
	{
		float:right;
		width:300px;
		text-align:right;
	}
	.td-VideoResults .td-video_counter
	{
		float:left; 
		width:300px;
	}
   
.td-VideoPag
{
}
	.td-VideoPag li
	{
		display:inline;
		margin-right:5px;
		padding-right:3px;
		border-right:solid 1px #DDD;
	}
		.td-VideoPag li a
		{
			font-weight:bold;
		}
	.td-VideoPag li.last
	{
		margin:0;
		border:none;
	}
.td-VideoSideBar .itemWrapper
{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dashed 1px #DDD;
}    
.td-VideoSideBar .itemWrapper .thumbnail
{
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
			


/*-------------------------------------------------------------------

	Directory Pages

-------------------------------------------------------------------*/ 

.td-DirectoryPage
{
	margin-bottom:20px;
}    
	.td-DirectoryPage .td-DirectoryPageBody 
	{
		margin:15px 0 25px 0;
		line-height:18px;
	}    
		.td-DirectoryPage .td-DirectoryPageBody p.header
		{
			font-weight:bold;
		}
		.td-DirectoryPage .td-DirectoryPageBody p
		{
			line-height:18px;
			margin-bottom:15px;
		} 
	.td-DirectoryPage .td-DirectoryPageBar
	{
		margin-top:15px;
		font-size:11px;
		color:#888;
	}
		.td-DirectoryPage .td-DirectoryPageBar li
		{
			display:inline;
			padding-right:7px;
			margin-right:3px;
			border-right:solid 1px #ddd;
			font-weight:bold;
		}
		.td-DirectoryPage .td-DirectoryPageBar li.last
		{
			border:none;
		}
		.td-DirectoryPage .td-DirectoryPageBar li.td-IcoComm,
		.td-DirectoryPage .td-DirectoryPageBar li.td-IcoRec
		{
			*position:relative;
			*top:2px;
		}   
	.td-DirectoryPage .td-DirectoryAlphaLinks
	{
		border-top:1px solid #eee; 
		border-bottom:1px solid #eee; 
		padding-bottom:15px;
		margin-bottom:15px;
	}   
.td-DirectoryContent
{
	margin-bottom:25px;
}
	.td-DirectoryContent .td-Row   
	{
		margin-bottom:15px;
	}
	.td-DirectoryContent .td-Row .header   
	{
		font-size:16px;
		font-weight:bold;
		padding-bottom:3px;
		margin-bottom:3px;
		border-bottom:1px solid #EEE;
	}
	.td-DirectoryContent .td-Col   
	{
		float:left;
		width:315px;
		margin-right:10px;
	}
		.td-DirectoryContent .td-Col .dirHeader 
		{
			font-weight:bold;
			margin-bottom:5px;
		}
		.td-DirectoryContent .td-Col .td-TeaserBar li.stars
		{
			position:relative;
			top:2px;
		}
	.td-DirectoryContent .last 
	{
		margin:0;
	} 




/*-------------------------------------------------------------------

	Search

-------------------------------------------------------------------*/

.td-SearchPage
{
	margin-bottom:35px;
}
	.td-SearchPage .td-SearchHeader
	{
		padding-top:15px;
		margin-bottom:25px;
	}
		.td-SearchPage .td-SearchHeader p.header
		{
			font-size:24px;
			margin-bottom:10px;
		}
		.td-SearchPage .td-SearchHeader p.info
		{
			margin-bottom:15px;
		}
		.td-SearchPage .td-SortBy
		{
			float:right;
			position:relative;
			top:10px;
		}
	.td-SearchPage .td-SearchSideBar
	{
		float:left;
		width:200px;
		margin:0 20px 20px 0;
	}
		.td-SearchPage .td-SearchSideBar .td-Refine
		{
			padding:10px;
		}
		.td-SearchPage .td-SearchSideBar .td-Refine ul li
		{
			margin-bottom:5px;
		}
	.td-SearchPage .td-SearchResults
	{
		float:right;
		width:430px;
	}
		.td-SearchPage .td-SearchResults .td-Teaser
		{
			margin-bottom:20px;
		}
		.td-SearchPage .td-SearchResults .td-Teaser .frame
		{
			float:left;
			margin-right:10px;
		}
		.td-SearchPage .td-SearchResults .td-Teaser .frame img
		{
		}
		.td-SearchPage .td-SearchResults .td-Teaser .td-TeaserBar li
		{
			padding-right:5px;
			margin-right:3px;
		}

/* PAGINATION */
.td-Pagination
{
	padding-top:10px;
	border-top:solid 1px #EEE;
}
	.td-Pagination ul
	{
		float:right;
	}
	.td-Pagination ul li
	{
		display:inline;
		margin-left:5px;
	}

/* MULTIMEDIA SEARCH RESULTS */
.td-MMSearchResults
{
	
}
	.td-MMSearchResults .td-Teaser
	{
		clear:both;
	}
		.td-MMSearchResults .td-Teaser p.date
		{
			font-size:11px;
			color:#999;
			margin-bottom:7px;
		}
		.td-MMSearchResults .td-Teaser p.header
		{
			font-size:11px;
			line-height:14px;
			height:30px;
			margin-bottom:0;
			overflow:hidden;
		}
		.td-MMSearchResults .last
		{
			margin-right:0;
		}
	.td-MMSearchResults .td-Teaser .framePhoto
	{
		float:left;
		margin-right:15px;
	}
		.td-MMSearchResults .td-Teaser .framePhoto
		{
			border:solid 1px #DDD;
		}
	.td-MMSearchResults .td-Teaser .starRatings
	{
		float:left;
		padding-right:10px;
	}  
	.td-MMSearchResults .td-Teaser .starRatings img
	{
		height:12px;
		width:13px;
	}  

/* VIDEO SEARCH RESULTS */
.td-MMSearchVideo .td-Teaser
{
	float:left;
	width:120px;
	margin-right:20px;
}
.td-MMSearchVideo .last
{
	margin-right:0;
}
.td-MMSearchVideo .td-Teaser img
{
	max-width:120px;
}
.td-MMSearchVideo .td-Teaser .frame
{
	float:none !important;
	width:120px;
	height:90px !important;
	overflow:hidden;
	margin-bottom:5px;
}



/*-------------------------------------------------------------------

	Print

-------------------------------------------------------------------*/

.td-PrintTopAd
{
	padding:10px 0;
	margin-bottom:10px;
	text-align:center;
}
.td-PrintDoc
{
	width:900px;
	margin:0 auto;
	text-align:left;
	font-size:13px;
	line-height:22px;
}
	.td-PrintDoc .td-PrintLogo
	{
		margin-bottom:15px;
	}
.td-PrintBody
{
	font-family:Arial, Verdana, helvetica, Sans-Serif;
}
	.td-PrintBody .td-PrintButton
	{
		margin-bottom:15px;
	}
	.td-PrintBody .td-PrintButton .td-Btn
	{
		line-height:13px;
	}
	.td-PrintBody h1,
	.td-PrintBody h2
	{
		margin-bottom:15px;
	}
	.td-PrintBody ul
	{
		margin-bottom:25px;
	}
		.td-PrintBody ul li
		{
			display:inline;
		}
	.td-PrintBody h1
	{
		font-size:32px;
	}
	.td-PrintBody h2
	{
		font-size:16px;
	}
	.td-PrintBody p
	{
		margin-bottom:15px;
		font-size:14px;
		line-height:22px;
	}
.td-PrintFooter
{
	padding:10px 0;
	border-top:solid 1px #DDD;
}




/*-------------------------------------------------------------------

	Login / Registration

-------------------------------------------------------------------*/

.td-LoginForm table tr td
{
	text-align:left !important;
}
.td-RegisterForm,
.td-LoginForm,
.td-ResetPassword
{
	padding:20px;
	text-align:left;
}
.td-RegisterForm p.intro
{
	margin-bottom:20px;
	line-height:18px;
}

.td-Form
{
}
	.td-Form .row
	{
		margin-bottom:10px;
	}
	.td-Form .row p
	{
		float:left;
		width:125px;
		margin-bottom:3px;
		font-weight:bold;
		color:#000;
	}
	.td-Form .row span
	{
		float:left;
	}
	.td-Form ul
	{
		padding-top:10px;
	}
		.td-Form ul li
		{
			margin-bottom:3px;
		}
		.td-Form ul li.header
		{
			color:#000;
			font-weight:bold;
			background:none;
			padding:0;
		}
		
	/* CAPTCHA */
	.td-Form .row img
	{
		position:relative;
		left:-5px;
		border:solid 1px #000;
	}
	.td-Form .row .captcha input
	{
		position:relative;
		left:-5px;
		width:50px;
		padding:3px;
	}
	.td-Form .row .td-Check
	{
		width:110px;
		padding:1px;
	}
	
	/* REGISTER FORM */
	.td-RegisterForm .row input,
	.td-RegisterForm .row textbox
	{
		float:left;
		width:300px;
		padding:3px;
	}
	.td-RegisterForm .row .checkBox input
	{
		position:relative;
		top:1px;
		width:10px;
		margin-right:5px;
	}
	
	/* REST PASSWORD */
	.td-ResetPassword .row p
	{
		width:100%;
	}
	.td-ResetPassword input
	{
		padding:3px;
	}

/* PROFILE FORM */
.td-ProfileBtn
{
	border-bottom:solid 1px #EEE;
	padding-bottom:10px;
	margin-bottom:15px;
}
	.td-ProfileBtn .td-BtnSave
	{
		float:left;
		width:44px;
		height:21px;
		padding:1px 0 3px;
		margin-right:3px;
		background:url(/App_Themes/Flare/images/btnProfileSave.gif) repeat-x bottom;
		font-size:10px;
		font-weight:bold;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		border:0;
		color:#FFF;
		text-transform:uppercase;
		
	}
.td-ProfileForm
{
	clear:both;
}
	.td-ProfileForm .left
	{
		float:left;
		width:220px;
		margin-right:20px;
	}
		.td-ProfileForm .left .bio
		{
			margin-bottom:15px;
		}
		.td-ProfileForm .left .btn
		{
			margin-bottom:20px;
		}
	.td-ProfileForm .left .hdr
	{
		clear:both;
		background:url(/App_Themes/Flare/images/bgProfileHeader.gif) repeat-x bottom;
		text-align:center;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		font-size:10px;
		font-weight:bold;
		padding:5px 0 3px 0;
		text-align:center;
		text-transform:uppercase;
		color:#000;
	}
	.td-ProfileForm .left ul
	{
		margin-bottom:20px;
	}
	.td-ProfileForm .left ul li label
	{
		position:relative;
		top:-1px;
		left:5px;
	}
	.td-ProfileForm .left .tip
	{
		clear:both;
		border:solid 1px #EEE; 
		background-color:#F5F5F5;
		padding:10px;
	}
	.td-ProfileForm .right
	{
		float:right;
		width:332px;
		padding:15px;
		border:solid 1px #EEE;
	}
		.td-ProfileForm .right .username
		{
			font-size:20px;
			font-weight:bold;
			color:#000;
			margin-bottom:15px;
		}
		.td-ProfileForm .right .hdr
		{
			font-weight:bold;
			color:#000;
			border-bottom:solid 1px #EEE;
			margin-bottom:10px;
			padding:10px 0;
		}
		.td-ProfileForm .right .small
		{
			font-size:9px;
		}
		.td-ProfileForm .right .row .label
		{
			float:left;
			width:130px;
		}
		.td-ProfileForm .right .row input,
		.td-ProfileForm .right .row textbox,
		.td-ProfileForm .right .row select
		{
			float:left;
			width:170px;
			padding:3px;
		}
		.td-ProfileForm .right .row select
		{
			width:178px;
		}
		
		/* FOR GENDER */
		.td-ProfileForm .right .row ul
		{
			float:left;
			width:170px;
		}
		.td-ProfileForm .right .row ul li input[type="radio"]
		{
			width:10px !important;
		}
		.td-ProfileForm .right .row ul li label
		{
			position:relative;
			top:-2px;
			left:5px;
		}



/* CHANGE PASSWORD */
.td-ChangePasswordHeader
{
	margin-bottom:20px;
	padding:6px 5px 7px 5px;
	border-top:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
	font-weight:bold;
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	color:#000;
} 
	.td-ChangePassword tbody tr table tbody tr td
	{
		padding-bottom:5px;
		text-align:left;
	}
	.td-ChangePassword tbody tr table tbody tr td input
	{
		padding:1px 0;
	}
	.td-ChangePassword tbody tr table tbody tr td #ctl00_ctl00_Content_CPH_Main_ctl00_ChangePassword1_ChangePasswordContainerID_ChangePasswordPushButton
	{
		position:relative;
		left:150px;
		border:Solid 1px red;
	}
	.td-ChangePassword tbody tr table tbody tr td #ctl00_ctl00_Content_CPH_Main_ctl00_ChangePassword1_ChangePasswordContainerID_CancelPushButton
	{
		position:relative;
		left:60px;
	}
	.td-ChangePassword tbody tr table tbody tr td label
	{
		float:left;
		display:block;
		width:150px;
		padding-top:1px;
	}
	.td-ChangePassword tbody tr table tbody tr td input[type="password"]
	{
		width:304px;
	}           
		
.td-LoginForm
{
}    
	.td-LoginForm .LoginLabel
	{
		position:relative;
		top:4px;
		display:block;
		font-weight:bold;
		color:#000;
		margin-right:5px;
		text-align:left !important;
	}
	.td-LoginForm input 
	{
		width:175px;
		padding:3px;
	}
	.td-LoginForm .LoginTextBox
	{
		margin-bottom:10px;
	}
	.td-LoginForm .LoginCheckBox label
	{
		width:150px;
	}
	.td-LoginForm input[type="checkbox"] 
	{
		width:10px;
		margin-right:5px;
		position:relative;
		top:1px;
	}
	.td-LoginForm .LoginButton
	{
		margin-top:10px;
		width:80px;
		padding:1px;
	}
	.LoginValidatorText
	{
		visibility:visible !important;
		color:Red !important;
	}



/*-------------------------------------------------------------------

	My Profile

-------------------------------------------------------------------*/

.td-MyProfile
{
	padding:20px;
	line-height:18px;
}
.td-UserPublicProfile
{
	margin-top:10px;
}
	.td-UserPublicProfile .td-ProfileHeader
	{
		height:115px;
		background:url(/App_Themes/Flare/images/structure/bgPageHeader.gif) repeat-x bottom;
	}
		.td-UserPublicProfile .td-ProfileHeader .td-UserPhoto
		{
			float:left;
			margin-right:10px;
		}
		.td-UserPublicProfile .td-ProfileHeader span
		{
			font-family:Georgia, Lucida Console, Times New Roman, Serif;
			font-size:24px;
			font-weight:bold;
		}



/*-------------------------------------------------------------------

	Popup

-------------------------------------------------------------------*/

.td-Popup
{
	padding:15px 25px;
	text-align:left;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
}
.td-EmailArticleWrapper
{
}
.td-EmailArticle
{
}
	.td-EmailArticle div.wrapper
	{
		margin-top:25px;
	}
	.td-EmailArticle div.wrapper ul li
	{
		clear:both;
		display:block;
		margin-bottom:10px;
	}
	*html .td-EmailArticle div.wrapper ul li
	{
		margin-bottom:0px;
	}
	.td-EmailArticle div.wrapper ul li span
	{
		float:left;
		width:100px;
		padding:3px 0 0;
	}
	.td-EmailArticle div.wrapper ul li input,
	.td-EmailArticle div.wrapper ul li textarea
	{
		float:left;
		width:210px;
		border:solid 1px #ccc;
		padding:3px;
	}
	.td-EmailArticle div.wrapper ul li .required,
	.td-EmailArticle div.wrapper ul li .invalid
	{
		float:left;
		width:80px;
		padding:3px 0 0 7px;
	}
	.td-EmailArticle div.wrapper ul li.captcha img
	{
		position:relative;
		top:-15px;
		left:100px;
		border:solid 1px #000;
	}
	.td-EmailArticle div.wrapper ul li.captcha input
	{
		position:relative;
		top:-67px;
		left:257px;
		width:53px;
	}
		.td-EmailArticle div.wrapper ul li.captcha div,
		.td-EmailArticle div.wrapper ul li.captcha span
		{
			margin:0 !important;
			padding:0 !important;
		}



/*-------------------------------------------------------------------

	Blogs

-------------------------------------------------------------------*/ 

.td-Blog
{
}
	.td-BlogOverview
	{
		margin-bottom:20px;
		padding:0 0 20px 10px;
		border-bottom:solid 1px #EEE;
		font-size:13px;
		line-height:22px;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
	}
		.td-BlogOverview img
		{
			border:solid 1px #DDD;
		}
	.td-Blog .header
	{
		margin-bottom:15px;
		font-size:24px;
		line-height:24px;
		font-weight:bold;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		text-transform:uppercase;
	}
	.td-Blog .headerPost
	{
		margin-bottom:15px;
		font-size:24px;
		line-height:24px;
		font-weight:bold;
		font-family:Georgia, Lucida Console, Times New Roman, Serif;
		text-transform:uppercase;
	}
	.td-Blog .item
	{
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:solid 1px #EEE;
	}
	.td-Blog .item h1
	{
		margin-bottom:10px;
	}
	.td-Blog .item .td-BlogBar
	{
		margin-bottom:10px;
		font-size:11px;
		color:#888;
	}
		.td-Blog .item .td-BlogBar li
		{
			display:inline;
			padding-right:7px;
			margin-right:7px;
			border-right:solid 1px #DDD;
		}
		.td-Blog .item .td-BlogBar li.last
		{
			border:none;
		}
		.td-Blog .item .td-BlogBar li.td-IcoComm,
		.td-Blog .item .td-BlogBar li.td-IcoRec
		{
			*position:relative;
			*top:2px;
		}
	.td-Blog .item .td-BlogBody
	{
		margin-bottom:15px;
		line-height:18px;
	}
	.td-Blog .item .td-Comment
	{
		margin-bottom:15px;
	}
	.td-Blog .item .td-Tags
	{
		line-height:18px;
	}
	.td-Blog .item p
	{
		/*line-height:18px;*/
		margin-bottom:15px;
	}
	.td-Blog .noPost
	{
		margin-bottom:20px; 
		padding-bottom:20px;
		border-bottom:solid 1px #EEE; 
		text-align:center; 
	}
	
.td-BlogPost
{
}
	.td-BlogPost .note
	{
		padding-bottom:15px; 
		margin-bottom:15px;
		font-size:11px;
		color:#000;
		border-bottom:solid 1px #EEE; 
		text-align:center;
		line-height:16px;
	}
	.td-BlogPost .wrap
	{
		padding:25px 20px;
		border:solid 1px #EEE; 
		background-color:#f4f6f7;
	}
		.td-BlogPost .wrap .section
		{
			border-bottom:solid 1px #EEE; 
			padding-bottom:15px; 
			margin-bottom:15px;
		}
			.td-BlogPost .wrap .section fieldset
			{
				margin-bottom:10px;
			}
			.td-BlogPost .inputHead input,
			.td-BlogPost .inputHead select
			{
				padding:3px;
			}
			.td-BlogPost .wrap .inputMain input,
			.td-BlogPost .wrap .inputMain textarea
			{
				width:602px;
				padding:3px;
			}
			.td-BlogPost .wrap .inputMain fieldset
			{
				margin-bottom:25px;
			}
	.td-BlogPost label
	{
		display:block;
		margin-bottom:3px;
		font-weight:bold;
		color:#000;
	}
	
.inputBlogTop
{
}
	.inputBlogTop .left
	{
		float:left;
		width:290px;
	}
	.inputBlogTop .right
	{
		float:left;
		width:290px;
	}
	.inputBlogTop fieldset label
	{
		float:left;
		position:relative;
		top:4px;
		width:110px;
	}
	.inputBlogTop fieldset input
	{
		width:125px;
		height:16px;
	}
	.inputBlogTop fieldset select
	{
		width:133px;
	}
	.inputBlogTop fieldset input[type="checkbox"]
	{
		position:relative;
		width:12px;
		top:4px;
		left:5px;
	}
	.td-SideBlogs
	{
		padding:10px 10px 0 10px;
	}
	.td-SideBlogs .td-Teaser
	{
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:dashed 1px #DDD;
	}
		.td-SideBlogs .last
		{
			border:none;
		}
	.td-SideBlogs .td-Teaser .frame
	{
		float:left;
		margin-right:10px;        
	}
	
	#div_LatestNews .frame
	{
		border:none;
	}
	
	.td-SideBlogs .td-Teaser .frame img
	{
		border: 1px solid #DDDDDD;
		width:68px;
	}
  
	.td-SideBlogs .td-Teaser .right
	{
		float:right;
		width:185px;
	}
	.td-SideBlogs .td-Teaser .header
	{
		line-height:16px;
		margin-bottom:0px;
	}
	.td-SideBlogs .td-Teaser .abstract
	{
		font-size:11px;
		line-height:16px;
	}
	
/* BLOGS */
.td-BlogSide
{
	padding:13px 10px;
}

.td-SideBlog
{
	margin-bottom:20px;
}
	.td-SideBlogHdr
	{
		font-weight:bold;
		color:#000;
		background:url(/App_Themes/Flare/images/hdrSideBlog.gif) repeat-x top;
		height:40px;
	} 
	
.blogHeader
{
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, Lucida Console, Times New Roman, Serif;
	margin-bottom:10px;
}




/*-------------------------------------------------------------------

	Star Ratings

-------------------------------------------------------------------*/

.filledRatingStar 
{
	background-image:url(/App_Themes/Flare/images/structure/FilledStar.gif);
}
.emptyRatingStar 
{
	background-image:url(/App_Themes/Flare/images/structure/EmptyStar.gif);
}
.ratingStar 
{
	width:13px; 
	height:12px; 
	cursor:none; 
	display:block;
	background-repeat:no-repeat; 
	cursor:pointer;
	float:left;
}
.ratingStarReadOnly
{
	width:13px; 
	height:12px; 
	display:block;
	background-repeat:no-repeat; 
	float:left;
}



/*-------------------------------------------------------------------

	Self Clears

-------------------------------------------------------------------*/

.td-Wrapper:after,
.td-Teaser:after,
.td-VideoTeaser:after,
.td-HomeTop:after,
.td-MainPoll:after,
.td-FooterLinks:after,
.td-EndPageTools:after,
.td-EndPageSideBar:after,
.td-Tools:after,
.td-Form .row:after,
.td-VideoSideBar .itemWrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .td-Wrapper,
*html .td-Teaser,
*html .td-VideoTeaser,
*html .td-HomeTop,
*html .td-MainPoll,
*html .td-FooterLinks,
*html .td-EndPageTools,
*html .td-EndPageSideBar,
*html .td-Tools,
*html .td-Form .row,
*html .td-VideoSideBar .itemWrapper
{
	height: 1%; /*IE6*/
}
*:first-child + html .td-Wrapper,
*:first-child + html .td-Teaser,
*:first-child + html .td-VideoTeaser,
*:first-child + html .td-HomeTop,
*:first-child + html .td-MainPoll,
*:first-child + html .td-FooterLinks,
*:first-child + html .td-EndPageTools,
*:first-child + html .td-EndPageSideBar,
*:first-child + html .td-Tools,
*:first-child + html .td-Form .row,
*:first-child + html .td-VideoSideBar .itemWrapper
{
	min-height: 1px; /*IE7*/
}

#conductorBox
{
	
}

.td-frame
{

	width:81px;
	float:left;
  
}
.td-frame img
{
  border:1px solid #DDDDDD;
float:left;
margin-right:10px;
max-height:81px;
overflow:hidden;
width:200px;
}

#td_tops_login span 
{
cursor:pointer;
color:#959798;
font-size:11px;
}
 
#td_tops_login .loginName
{
color:#ffffff;
font-weight:bold;
cursor: auto;    
}



/*  Horoscope
-----------------------------------------------------------*/
.td_horo {
  background: url(images/bg-horo.png) no-repeat scroll left top transparent;
  padding: 57px 50px 10px 40px; 
  line-height:18px;
}

.td_horo .td_more {
  text-align: right; 
  font-size: 11px;
  padding-top:30px;
}

.td_horo .td_more a {
  color: #cc0033;
}

.td_horo .td_more a span {
  color: #000;
}

.td_horo_bot {
  background: url(images/bg-horo-bottom.png) bottom left no-repeat;
  margin-bottom: 30px;
  padding: 0 50px 0 40px;
  min-height: 200px;
}

.td_horo_date {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.td_horo_date a {
  color: #ff0c8a;
}

.td_horo_bot .td_art_toolbar {
  background: transparent !important;
}

.td_horo_title { 
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  font-family: "Georiga", "Times New Roman", "Times", serif;
  display: block;
}

.td_horo_l {
  float: left;
 width:83px;
  display: inline;
}

.td_horo_r {
  float: right;
  width: 445px; 
  display: inline;
  *float:none;
  *display:block;
  *padding-left:15px;
}

.td_horo_r .td_horo_title {
  margin-bottom: 15px;
}

.td_in_horo {
  top: -20px;
  position: relative;
  width: 666px;
}

.td_horo_signs { width: 666px;}

.td_horo_signs li {
  float: left;
  text-align: center;
  font-weight: bold;
  width: 110px;
  margin-bottom: 50px;
  height: 102px;
}

.td_horo_signs li a {
  color: #cc0033;
}
.td_horo_signs li a:hover p{
	text-decoration:underline;
}
.td_horo_signs img {
  display: inline-block;
  margin-bottom: 15px;
  height: 63px;
}

.td_horo_h1 { width: 643px; }

/* 5.9 Pagination
-----------------------------------------------------------*/

.td_pagination_art {
  text-align: right !important;
  float: right;
  display: inline;
}

.td_pagination_art a {
  font-size: 11px;
  text-decoration: underline;
  color: #fc0b98;
  display: inline-block;
  margin: 0 3px;
}

.td_pagination_art a:hover,
.td_pagination_art strong {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
}

.td_art_btn_next {
  background: url(images/btn_next.png);
  display: inline-block;
  height: 18px;
  width: 64px;
  text-decoration: none !important;
}

.td_art_btn_next span 
{
	display: none;
}

.td_coms_hd {
  font-size: 14px;
  font-family: "Georgia", "Times New Roman", "Times", serif;
  background: url(images/ico_coms.png) left center no-repeat;
  padding-left: 25px;
  margin-left: 11px;
  display: inline-block;
  padding-right: 10px;
}

.td_coms_hd a {
  color: #fc0b98;
  font-size: 10px;
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin-left: 10px;
}

.td_form_buttons input {
 padding:1px;   
}

/* Pagination
-------------------------------------------------*/
.Pagination {
	float:right;
	font-family: Georgia,Lucida Console,Times New Roman,Serif;
	font-size:10px;
	margin-bottom:8px;
	text-transform: uppercase;
}
