/* Forum/Profile Find Styles */


/* SEARCH BOX ---- */
.mgr-search-box
{margin: auto;
width: 520px;
padding-top: 40px;
position: relative;} /* for IE6 */

	.mgr-search-box *
	{position: relative;
	zoom: 1.0;} /* hack */
	
	.mgr-search-box input.mgr-text
	{width: 470px;
	vertical-align: middle;}
	
	.mgr-search-box ul
	{margin: auto;
	padding: 0;
	list-style: none;
	height: 3em;}
	
	.mgr-search-box li
	{display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;}
	
		.mgr-search-box li *
		{display: block;
		float: left;}
		
		.mgr-search-box li a
		{font-weight: bold;
		text-decoration: none !important;}
	
			.mgr-search-box li a span span span
			{padding: 0.3em 0.9em;}

.mgr-search-box label.mgr-wide
{width: 15em;}


/* YUKU FIND TITLE ---- */
/* old - replaced by 2 versions below */
.mgr-header h1
{margin-top: 1em;
margin-bottom: .8em;
width: 236px;
height: 64px;
background: url(http://static.yuku.com/common/bypass/images/mgr/logos/yuku-find.gif) no-repeat;
text-indent: -5000px !important; /* hide text */}

	.mgr-header h1 small
	{display: none;}

.mgr-header {display: none;}

.yuku-find-logo, .find-logo
{margin-top: 1em;
margin-bottom: .8em;
text-indent: -5000px !important; /* hide text */}

.yuku-find-logo
{width: 236px;
height: 49px;
background: url(http://static.yuku.com/find/bypass/images/yuku-find.gif) no-repeat;}

.find-logo
{width: 236px;
height: 64px;
background: url(http://static.yuku.com/find/bypass/images/forum-find.gif) no-repeat;}

/* SEARCH RESULTS ---- */
#cse-search-results iframe
{width: 770px !important;}

.results-bar
{background: #D9E8FF;
color:#277bc4;
padding: 10px;
margin: 10px 0;
-moz-border-radius: 4px;
border-radius: 4px;}

	.results-bar *
	{font-size: 12px;
	margin: 0;}

.results-total
{text-align:right;
margin-top:-1.2em;}


/* COLUMNS ------------------ */

/* MAIN TEXT - wide column */
.main-text-col
{width: 465px;
float: left;
position: relative;
margin-right: -1px;
border-right: 1px solid #CCC;
padding-right: 9px;}

	.main-text-col p
	{margin: 0;
	margin-bottom: 6px;}

	.main-text-col h1
	{margin-bottom: 0;
	margin-top: 20px;}

	.main-text-col h1:first-child
	{margin-top: 0;}

	.main-text-col h4
	{margin: 0;
	font-size: 11px;}

/* SPONSOR - narrow column */
.sponsor-col
{width: 220px;
padding-left: 10px;
float: left;
border-left: 1px solid #CCC;}


/* LISTS --------------- */

/* Tag Cloud */
/*
ul.tag-cloud
{margin: 0 auto;
padding: 20px 40px;
list-style: none;
text-align: center;}

	ul.tag-cloud li
	{display: inline;
	line-height: 20px;}

	ul.tag-cloud a
	{text-decoration: none;
	padding: 10px;}

.tag-cloud .one a
{font-size: 10px;}

.tag-cloud .two a
{font-size: 15px;}

.tag-cloud .three a
{font-size: 17px;}

.tag-cloud .four a
{font-size: 20px;}

.tag-cloud .five a
{font-size: 25px;}
*/