/*---:[ TLA design information - "style.css"
/*---:[ -------------------------------------------------
/*---:[ Project:	Text Link Ads - Kick yo' Ads
/*---:[ Author: 	Chris Pearson
/*---:[ Author URI:	http://pearsonified.com/
/*---:[ Date:		3/22/06
/*---:[ Info:		Kick-ass blog designs and stuff for smart people - http://pearsonified.com
/*---:[ ------------------------------------------------- ]:---*/

/* Special thanks to Stu Nicholls @ http://www.cssplay.co.uk for developing the CSS-driven menu system. */



* { padding: 0; margin: 0; }


/*---:[ global elements ]:---*/

a { color: #999; text-decoration: none; }

	a:visited { color: #999; text-decoration: none; }

	a:hover { color: red; text-decoration: underline; }

h1 { font: bold 2.8em Arial, sans-serif; color: #c90000; letter-spacing: -.04em; margin-bottom: 10px; }

	* html h1 { letter-spacing: -.1em; }

h2 { font: bold 2.4em Arial, sans-serif; letter-spacing: -.04em; margin-bottom: 10px; }

	* html h2 { letter-spacing: -.1em; }

h2.code_page { font: bold 1.8em Arial, sans-serif; letter-spacing: -.04em; border-bottom: 1px dotted #ccc; margin-bottom: 5px; }

	* html h2.code_page { letter-spacing: -.1em; }

h3 { font-weight: bold; font-size: 1.4em; text-align: center; }

h4 { font-weight: bold; font-size: 12px; border-bottom: 1px dotted #ccc; margin-bottom: 2px; }

h5 { font-weight: bold; font-size: 1.6em; line-height: 1.5em; text-align: left; color: #000; margin-bottom: 5px; clear: both; }

pre, code { width: 503px; padding: 10px; margin-bottom: 15px; border: 1px solid #ccc; border-left: 10px solid #ccc; background: #efefef; font-family: "Courier New", Courier, monospace; font-size: 12px; float: left; }


/*---:[ header elements ]:---*/

#header { width: 100%; height: 70px; background: url('images/head_bg.png') repeat-x; text-align: center; }

	#header_content { width: 800px; margin:0 auto; /* padding-left: 20px; */ height: 70px; /* float: left; */ }

		#header_top {  position: relative; width: 800px; height: 70px; float: left; }

			/*a#ajax_login { position: absolute; left: 268px; z-index: 200; padding: 4px 0 4px 20px; font-weight: bold; font-size: 1.2em; color: #fff; background: url('images/icon_key.gif') 0 50% no-repeat; }*/

			a#go_to_feed, a#tla_mail, a#free_100, a#free_tools, a#tla_testimonials { position: absolute; z-index: 200; display: block; right: 0; }

			a#go_to_feed { width: 182px; height: 50px; background: url('images/feed_tease.gif') no-repeat; }

			a#free_100 { width: 192px; height: 66px; background: url('images/free_100.gif') no-repeat; }

			a#tla_mail { width: 182px; height: 25px; background: url('images/tla_mail.gif') no-repeat; }

			a#free_tools { width: 214px; height: 26px; background: url('images/free_tools.gif') no-repeat; }

			a#tla_testimonials { width: 205px; height: 38px; background: url('images/tla_testimonials.gif') no-repeat; }

			#logo { width: 268px; height: 70px; background: url('images/logo_top_70.png') no-repeat 38px 0; float: left; }

				#logo a, #logo_rss a, #logo_feedvertising a { width: 220px; height: 70px; display: block; }

			#logo_rss { width: 246px; height: 70px; padding-right: 20px; background: url('images/logo_rss.gif') no-repeat; float: left; }

			#logo_feedvertising { width: 246px; height: 70px; padding-right: 20px; background: url('images/logo_feedvertising.gif') no-repeat; float: left; }


			/*---:[ navigational elements ]:---*/

			#nav { width: 488px; height: 30px; padding: 40px 24px 0 0; text-align: center; float: left; }

				#nav ul { list-style: none; background: url('images/menu_bg.gif') 0 0 no-repeat; }

					#nav ul li { position: relative; width: 120px; padding-right: 2px; text-indent: -9999px; float: left; }

						#nav ul li a, #nav ul li a:visited { text-decoration: none; width: 120px; height: 28px; padding-top: 2px; display: block; background: transparent url('images/menu_bg.gif') no-repeat; }

						#nav ul li a#buy_links, #nav ul li a:visited#buy_links { background-position: 0 0; }

						#nav ul li a:hover#buy_links { background-position: 0 -30px; }

						#nav ul li a#make_money, #nav ul li a:visited#make_money { background-position: -122px 0; }

						#nav ul li a:hover#make_money { background-position: -122px -30px; }

						#nav ul li a#about, #nav ul li a:visited#about { background-position: -244px 0; }

						#nav ul li a:hover#about { background-position: -244px -30px; }

						#nav ul li a#contact, #nav ul li a:visited#contact { background-position: -366px 0; }

						#nav ul li a:hover#contact { background-position: -366px -30px; }

						/*---:[ dropdown behaviors ]:---*/

						#nav ul li ul { display: none; }

						#nav ul li:hover ul { display: block; z-index: 100; position: absolute; background: none; top: 30px; width: 120px; }

							#nav ul li ul li { width: 120px; height: 30px; padding: 0; text-indent: 0; font-size: 11px; float: left; }

								#nav ul li ul li a.buy_sub, #nav ul li ul li a:visited.buy_sub { width: 118px; height: 28px; line-height: 28px; display: block; border: 1px solid #1064EF; background: #fff; color: #1064EF; }

								#nav ul li ul li a:hover.buy_sub { background: #1064EF; color: #fff; text-decoration: none; }

								#nav ul li ul li a.money_sub, #nav ul li ul li a:visited.money_sub { width: 118px; height: 28px; line-height: 28px; display: block; border: 1px solid #32a125; background: #fff; color: #32a125; }

								#nav ul li ul li a:hover.money_sub { background: #32a125; color: #fff; text-decoration: none; }

								#nav ul li ul li a.about_sub, #nav ul li ul li a:visited.about_sub { width: 118px; height: 28px; line-height: 28px; display: block; border: 1px solid #f60; background: #fff; color: #f60; }

								#nav ul li ul li a:hover.about_sub { background: #f60; color: #fff; text-decoration: none; }

						#nav ul li ul li a.buy_sub span.new { color: #f00; font-size: 0.9em; }

						#nav ul li ul li a.buy_sub:hover span.new { color: #fcc; }

#header_bottom_main, #header_bottom_buy, #header_bottom_make, #header_bottom_about, #header_bottom_contact { width: 100%; height: 30px; float: left; }

	#header_bottom_main { background: url('images/header_bottom_gray.gif') repeat-x; }

	#header_bottom_buy { background: url('images/header_bottom_blue.gif') repeat-x; }

	#header_bottom_make { background: url('images/header_bottom_green.gif') repeat-x; }

	#header_bottom_about { background: url('images/header_bottom_orange.gif') repeat-x; }

	#header_bottom_contact { background: url('images/header_bottom_red.gif') repeat-x; }


/*---:[ global layout elements ]:---*/

#container { width: 800px; margin:0 auto; /* padding-left: 0px; */ text-align: left; /* width: 800px; padding-left: 20px; text-align: left; float: left; */ }

	p.center { text-align: center; }

	* html #container p.center { float: none; }

	#container p.bottom { margin-bottom: 0; }
	
#container.wider { width: 990px; }

#container.wider #content { width: 724px !important; }

#container.wider #account_manager { margin-left: 95px; }


/*---:[ sidebar elements ]:---*/

	#sidebar { width: 246px; padding:15px 20px 0 0; margin-bottom: 30px; float: left; }

		.member { width: 246px; height: 55px; background: url('images/member.gif') no-repeat; float: left; clear: both; }

		.search { width: 246px; height: 55px; background: url('images/search_posts_head.gif') no-repeat; float: left; clear: both; margin-top:2px; }

		.category { width: 246px; height: 55px; background: url('images/filter_head.gif') no-repeat; float: left; clear: both; margin-top:2px;}

		.box_bottom_white { width: 194px; padding: 8px 18px 0 34px; margin-bottom: 20px; background: url('images/left_bottom_white.gif') bottom right no-repeat; float: left; }

		.box_bottom_gray { width: 194px; padding: 8px 18px 0 34px; margin-bottom: 20px; background: url('images/left_bottom_gray.gif') bottom right no-repeat; float: left; }

		.box_bordered { width: 234px; font-size: 1.3em; padding: 6px; margin-bottom: 20px; float: left; border: 8px solid #ccc; background: #EFEFEF url('images/member.gif') top center no-repeat; }

		.box_bordered p { padding: 3px 0; }

		.box_bordered label { display: block; float: left; clear: left; width: 70px; color: #888; padding-left: 5px; }

		.box_bordered a.close, #inlink_futures a.close, #inlinks_info a.close { font-size: 11px; display: block; float: right; padding: 1px 4px; margin: 0 0 6px 0; border: 1px solid #bbb; font-weight: bold; color: #bbb; text-decoration: none !important; }

		#inlinks_info a.close { margin-left: 10px; }

		.box_bordered a.close:hover, #inlinks_info a.close:hover { background-color: #ddd; }

		.box_bordered input[type="text"], .box_bordered input[type="password"] { padding: 2px; border: 1px solid #bbb; background-color: #f6f6f6; }
		.box_bordered input[type="text"]:focus, .box_bordered input[type="password"]:focus {  border: 1px solid #888; background-color: #fff; }

			ul.outer { list-style: none; margin-bottom: 20px; font-weight: bold; font-size: 1.2em; }

				ul.outer li { padding: 1px 0 2px 11px; }

					ul.outer li img { padding-right: 4px; border: 0px none; float: left }

					ul.outer li a, ul.outer li a:visited { color: #000; font-weight: bold; text-decoration: underline; }

					ul.outer li a:hover { color: #c90000; }

					ul.inner { list-style: none; font-weight: normal; }

						ul.inner li { padding-left: 25px; }

							ul.inner li a, ul.inner li a:visited { font-weight: normal; }

		#mini_cart { width: 246px; float: left; clear: both; }

			.mini_cart_header { width: 246px; height: 55px; background: url('images/mini_cart_head.gif') no-repeat; float: left; clear: both; }

			#mini_cart a { font-weight: bold; text-decoration: underline; }

			#mini_cart table { margin-bottom: 18px; font-size: 11px; }

				#mini_cart table td { padding: 3px 2px; border-top: 1px dotted #ccc; }

					.cart_content { font-weight: normal; }

					.cart_content .grey { color: #aaa; }

					.cart_total { font-weight: bold; text-align: right; }

			/*---:[ sidebar forms ]:---*/

			form.member_login, form#search { width: 194px; float: left; }

				form.member_login p, form#search p { font-size: 1.2em; line-height: 1.5em; color: #999; margin-bottom: 12px; text-align: left; }

				* html form.member_login p { float: left; }

				form.member_login p.center { float: none; text-align: center !important; }

					form.member_login label { width: 65px; padding: 3px 5px 0 0; text-align: right; display: block; float: left; }

					form.member_login .text_input { width: 116px; padding: 3px; border: 1px solid #ccc; font-family: Verdana, sans-serif; }

					* html form.member_login .text_input { width: 112px; float: right; }

					form#search p { text-align: center; }

					form#search input.text_input,
					form#sidebar_filter input.text_input { width: 91%; padding: 3px; font-family: Verdana, sans-serif; text-align: left; }

					form#sidebar_filter input.text_input { font-size: 1.2em; color: #444; }

			form#sidebar_filter { margin: 0; padding: 0; }
			
			form#sidebar_filter p { margin-bottom: 10px; }
			
			form#sidebar_filter select { width: 96%; font-size: 1.2em; color: #444; }
			
			form#sidebar_filter p.submit { text-align: center; margin-bottom: 20px; }
					

#shading_key {
	display: block;
	float: right;
	font-size: 11px;
	text-align: right;
	padding-bottom: 8px;
}

#shading_key .red, #shading_key .orange {
	display: inline;
	width: 12px;
	height: 12px;
	border: 1px solid #555;
	background-color: #ffe5e5;
}

#shading_key .orange {
	background-color: #F9EEBB;
}
			
			
			
/*---:[ main content area layout elements ]:---*/

	#full_width { width: 800px; float: left; }

	#content { width: 534px; margin-bottom: 30px; float: left; }

	#footer { width: 800px; padding: 8px 0; background: url('images/footer_bg.gif') 50% 0 no-repeat; font-size: 1.2em; text-align: center; color: #999; clear: both; margin:0 auto; }

	#footer .noemph { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
	
	.feed_pages #footer { font-size: 0.9em; }

	/*---:[ "index" page elements ]:---*/

	.home { line-height: 1.4em; font-size: 1.3em; }

		.home_col { width:359px; padding: 10px 20px 0 20px; float: left; }

			#home_publishers { padding-right:0; border-left:1px solid #ccc; }

		.home .home_h1 { color:#222; margin:0; padding:0; font-size:2.2em; font-weight:normal; line-height:1.1em; }

			.home .home_h1 span { color:#C90000; display:block; font-size:0.5em; line-height:0.8em; letter-spacing: -0.03em; }

			.home .home_h1 strong { color:#000; font-weight: normal; background:#ffe;  }

		.home .home_tagline { color:#555; font-size:1em; padding: 2px 0 20px 0; margin: 0 0 20px 0; border-bottom: 5px solid #eee; }

			.home .home_tagline strong { font-weight:normal; color:#000; background:#ffc; }

		.home .home_h2 { color:#C90000; font-size:2em; margin:0; padding:0; }

			.home .home_info { color:#666; font-weight:bold; font-size:1em; margin:0 0 20px 0; padding:0 0 0 2px; }

		.home #get_started { height:18em; width:360px; margin-bottom:0; }
/*
			.home #get_started dl { height:3.9em; }

				.home #get_started dl dt { padding-right:10px; }

				.home #get_started dl dd { color:#333; font-size:1.2em; line-height:1.5em; }
*/
		.home #featured { height:18em; list-style-type:none; margin:0; padding:0; }

			.home #featured li { color:#333; height: 3.9em; margin-bottom:22px; clear:left; }

				.home #featured li .screenshot { float:left; height:50px; width: 50px; margin:0 10px 10px 0; border:3px solid #ccc; background-repeat:no-repeat; background-position:center center; }

				.home #featured li a { color:#222; font-size:1.7em; line-height:1.2em; }

		.home .home_col p.home_button { padding:0; margin:0 0 30px 0; }

		p.home_button { float: left; }

	/*---:[ "about" page elements ]:---*/

	.info { padding-top: 12px; font-size: 1.3em; line-height: 1.4em; }

		.info a { text-decoration: underline; }

		.info p { margin-bottom: 15px; }

	/*	.info ul, .info ol { margin: 0 0 15px 30px; }

			.info ul li, .info ol li { padding: 4px 0; border-bottom: 1px dotted #ccc; }
	*/

		h1.plane { padding-left: 35px; background: url('images/plane.gif') 0 50% no-repeat; margin: 30px 0 0 0; }

		p.caption { font-size: .9em; font-weight: bold; margin-bottom: 20px; }

		.blurb { width: 164px; padding-right: 20px; float: left; }

			.blurb a img { border: none; }

			.blurb img { display: block; margin: 0 auto; }

		.description { width: 350px; float: left; }

		.clear_it { width: 534px; height: 25px; clear: both; }

		h1.interviews { padding-left: 50px; background: url('images/talk_bubbles.gif') 0 50% no-repeat; margin-top: 25px; }

		/*---:[ "our blog" page elements ]:---*/

		.info img.right { margin: 0 0 10px 10px; float: right; }

		.info a img { border: none; }

			ul.feeds li { border-bottom: none !important; }

		/*---:[ "testimonials" and "advisory board" page elements ]:---*/

		h1.quote_page { margin-bottom: 35px; }

		.quote, bio { margin-bottom: 15px; float: left; }

		.bio { padding-bottom: 15px; }

		.quote_left { padding: 15px 0 0 15px; background: url('images/quote_left.gif') no-repeat; }

		.bio_left { background: url('images/person_big.gif') no-repeat !important; }

		.quote_right { padding: 15px 15px 0 0; background: url('images/quote_right.gif') 100% 0 no-repeat; }

		.bio_right { background: url('images/person_big.gif') 100% 0 no-repeat !important; }

			.bio img.left { margin: 0 10px 10px 0; border: 8px solid #ccc; float: left; }

			.bio img.right { margin: 0 0 10px 10px; border: 8px solid #ccc; float: right; }

			.cite_left, .cite_right { width: 190px; border: 8px solid #ccc; background: #efefef; }

			.cite_left { margin: 0 10px 10px 0; float: left; }

			.cite_right { margin: 0 0 10px 10px; float: right; }

				.cite_left p, .cite_right p { font-weight: bold; font-size: 12px; padding: 10px; margin-bottom: 0; line-height: 16px; }

		.quote_sep { width: 534px; height: 1px; margin-bottom: 30px; background: url('images/hr_dot.gif') repeat-x; clear: both; }

		/*---:[ "textlinkads" and "make-money-today" page elements ]:---*/

		#reasons { margin-bottom: 25px; border-bottom: 1px dotted #ccc; float: left; width: 100%; }

			#reasons dl { margin-bottom: 25px; }

			#reasons dl.linkbait { clear: both; }

				#reasons dt { width: 50px; margin-bottom: 20px; line-height: 0.9em; padding-right: 14px; font-weight: bold; font-size: 48px; color: #ccc; float: left; }

				#reasons dl.linkbait dt { font-size: 32px; }

				#reasons dd { padding-top: 4px; }

				#reasons dd.one_liner { padding-top: 0; line-height: 42px; }

			* html #reasons dl.ie_hack { clear: both; }

					ul.sample_links { list-style: none; margin: 4px 0 10px 70px; }

					* html ul.sample_links { margin-bottom: 0; margin-left: 10px; float: left; }

						ul.sample_links li { padding: 0; color: #00f; text-decoration: underline; border-bottom: none !important; }

			.recommendation { width: 190px; margin: 0 0 1.5em 10px; font-size: 11px; border: 8px solid #ccc; background: #fff; float: right; clear: right; }

				.recommendation p { padding: 5px; margin-bottom: 0; }

				.recommendation_source { width: 190px; font-weight: bold; background: #efefef; }

			#full_width .left { margin: 0 20px 1.5em 0; float: left; }

			#full_width .right { margin: 0 27px 1.5em 20px; }

				* html #full_width .right { margin-right: 10px; }

		#tla_in_action { width: 534px; height: 294px; margin-bottom: 25px; background: url('images/cellphoneszone.png') 50% 0 no-repeat; float: left; }

		p.sign_up { height: 48px; font-weight: bold; font-size: 1.4em; padding-left: 48px; line-height: 48px; background: url('images/sign_up.gif') 0 50% no-repeat; }

		#get_started { width: 534px; float: left; }

			.hp_panel dl { margin-bottom: 25px; }

				.hp_panel dt.create_new_account { width: 48px; height: 48px; background: url('images/create_new_account.gif') no-repeat; float: left; }

				.hp_panel dt.search_our_inventory { width: 48px; height: 48px; background: url('images/arrow_left.gif') no-repeat; float: left; }

				.hp_panel dt.request_proposal { width: 48px; height: 48px; background: url('images/custom_proposal.gif') no-repeat; float: left; }

				.hp_panel dt.starter_kit { width: 48px; height: 48px; background: url('images/starter_kit_bullet.gif') no-repeat; float: left; }

				.hp_panel dt.sign_up { width: 48px; height: 48px; background: url('images/sign_up.gif') no-repeat; float: left; }

				.hp_panel dd { line-height: 48px; }

		/*---:[ "affiliate program" page elements ]:---*/

		ul.ways_to_earn li { padding: 0 0 4px 0; border-bottom: none !important; }

		.emphasis { padding: 10px 0; font-weight: bold; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }

		/*---:[ "contact" page elements ]:---*/

		h1.contact { clear: left; padding-left: 42px; background: url('images/megaphone.gif') 0 50% no-repeat; }

		form#form { width: 518px; padding: 10px 0; border: 8px solid #ccc; background: #efefef; float: left; }

			form#form p { padding: 6px 20px; margin-bottom: 0 !important; border-bottom: 1px solid #fff; }

				form#form p label { width: 120px; padding-top: 2px; padding-right: 20px; font-weight: bold; font-size: 13px; text-align: right; float: left !important; }

				form#form .text_input, form#form option_input { padding: 3px; border-top: 2px solid #aaa; border-left: 2px solid #aaa; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family:Verdana, Arial, Helvetica, sans-serif; }

				form#form .text_input { width: 309px; }

				form#form.option_input { width: auto; }

				form#form textarea.text_input { font-size: 1.0em; }

				form#form p.submit_button { width: 478px; text-align: center; }

		/*---:[ "create account" form elements ]:---*/

		form#create_account { width: 518px; padding: 10px 0; border: 8px solid #ccc; background: #efefef; float: left; }

			form#create_account p { margin-bottom: 0; }

			form#create_account input.navbtn { padding: 2px 12px; }
			form#create_account input.backbtn { padding: 2px 5px; }

			.form_item, .form_item_missing, .form_item_head { width: 498px; padding: 6px 10px; border-bottom: 1px solid #fff; float: left; clear: both; }

			.form_item_head { background-color: #ccc; font-weight: bold; text-align: center; color: #666; font-size: 1.1em; }

			.form_item_missing { background-color: #ecc; }

			.form_left { width: 140px; padding: 2px 10px 0 0; text-align: right; float: left; }

				form#create_account label { color: #f00; }

				form#create_account label.not_req { color: #000 !important; }

			.form_right { width: 338px; padding-left: 8px; border-left: 2px solid #ddd; float: left; text-align: left; }

				.form_right .text_input, .form_right .option_input, .form_right .pw_input { padding: 3px; border-top: 2px solid #aaa; border-left: 2px solid #aaa; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family:Verdana, Arial, Helvetica, sans-serif; }

				.form_right .text_input { width: 323px; }

				.form_right .option_input { width: auto; }

				.form_right .pw_input { width: 200px; }

				.form_right textarea.text_input { font-size: 1.0em; }

	/*---:[ "my_account.php" elements ]:---*/

		#account_manager { width: 534px; padding: 0 0 6px 0; margin: 0 0 15px 0; border-bottom: 1px dotted #ccc; float: left; }

			#account_manager ul { list-style: none; padding-left: 5px; margin: 0; }

				#account_manager ul li { padding: 0 20px 0 0; font-size: 1.3em; border-bottom: none; float: left; }

				/* This is a fix for deuce changing font size in the content div */
				#content.info #account_manager ul li,
				#content.category_page #account_manager ul li { font-size: 1.0em !important; }
				#content.home #account_manager ul li { font-size: 0.95em !important; }
				#container.feed_pages #account_manager ul li { font-size: 1.15em !important; }

					#account_manager a, #account_manager a:visited { padding-left: 22px; color: #999; font-weight: bold; text-decoration: none; }

					#account_manager a:hover { color: #c90000; text-decoration: none; }

					#account_manager a.account_home { background: url('images/icon_house.gif') 0 50% no-repeat; }

					#account_manager a.edit_account { background: url('images/icon_edit_account.gif') 0 50% no-repeat; }
                    #account_manager a.cart { padding-left:25px; background: url('images/icon_cart.gif') 0 50% no-repeat; }
                    #account_manager a.shopping {  background: url('images/icon_proposal.gif') 0 50% no-repeat; }

					#account_manager a.logout { background: url('images/icon_logout.gif') 0 50% no-repeat; }


		#breadcrumb { float: left; clear: left; font-size: 1.3em; color: #777; }

		#content.info #breadcrumb,
		#content.category_page #breadcrumb { font-size: 1.0em !important; }
		#container.feed_pages #breadcrumb, #full_width #breadcrumb { font-size: 0.9em !important; }
		#content.feed_pages #breadcrumb { font-size: 0.85em !important; }

		#breadcrumb a { font-weight: bold; color: #1064EF; text-decoration: underline; }


		div.account_alert { border: 1px dotted #888; color: #666; padding: 10px 8px 14px 8px; margin-bottom: 10px; background-color: #f9f9f9; }

		div.account_alert img.delete { float: right; margin: 0 0 6px 10px; border: 0; }

		div.account_alert p { margin: 0 !important; padding: 0 !important; }

		div.account_alert span.date { font-size: 0.85em !important; color: #999 !important; font-weight: normal !important; }

		div.account_alert p a { color: #558; text-decoration: underline; }

		div.alert_important p a { color: #c00 !important; }

		div.alert_important { background-color: #ffe9e9; font-weight: bold; color: #922; }


		#control_panel { width: 534px; float: left; clear: both; }

			ul#controls { width: 514px; list-style: none; padding: 0 0 0 20px; background: url('images/controls_bar.gif') 0 100% no-repeat; float: left; }

				ul#controls li { padding: 4px 10px; margin: 0 2px 0 0; background: url('images/control_bg.gif') repeat-x; border: 1px solid #ccc; font: bold 1.6em Arial, Helvetica, sans-serif; float: left; }

				ul#controls li.active { background: #fff; border-bottom: 1px solid #fff; }

				ul#controls li.links a, ul#controls li.links a:visited { color: #0e63ef; text-decoration: none; }

				ul#controls li.links a:hover { color: #0e63ef; text-decoration: underline; }

				ul#controls li.pub a, ul#controls li.pub a:visited { color: #32a125; text-decoration: none; }

				ul#controls li.pub a:hover { color: #32a125; text-decoration: underline; }

				ul#controls li.aff a, ul#controls li.aff a:visited { color: #f90; text-decoration: none; }

				ul#controls li.aff a:hover { color: #f90; text-decoration: underline; }

			#control_select { width: 494px; padding: 10px 20px 0 20px; background: url('images/panel_bg.gif') no-repeat; float: left; clear: both; }

				#breadcrumb { width: 494px; margin: 0 0 20px 0; font-size: 1.2em; float: left; }

				#control_select .select_left { width: 237px; padding: 0 20px 0 0; float: left; }

				#control_select .select_right { width: 237px; float: left; }

				#control_select .select_left_small { width: 155px; padding: 0 10px 0 0; float: left; }

				#control_select .select_center { width: 155px; padding: 0 10px 0 0; float: left; }

				#control_select .select_right_small { width: 155px; float: left; }

					h5.get_links { padding: 0 0 0 30px; background: url('images/icon_small_cart.gif') 0 50% no-repeat; }

					h5.take_action { padding: 0 0 0 30px; background: url('images/icon_action.gif') 0 50% no-repeat; }

					h5.proposals { padding: 0 0 0 30px; background: url('images/icon_proposal.gif') 0 50% no-repeat; }

					h5.resources { padding: 0 0 0 30px; background: url('images/icon_resources.gif') 0 50% no-repeat; }

					h5.ad_approval { padding: 0 0 0 30px; background: url('images/icon_approval.gif') 0 50% no-repeat; }

					h5.money_intro { padding: 0 0 0 30px; background: url('images/icon_moneybag.gif') 0 50% no-repeat; }




					#control_select ul { width: 212px; list-style: disc; margin: 0 0 20px 25px; float: left; overflow: visible; }

					#control_select .select_left_small ul, #control_select .select_center ul, #control_select .select_right_small ul { width: 130px; }

					* html #control_select ul { float: none; }

						#control_select li { margin: 0 0 8px 0; font-weight: bold; font-size: 1.3em; line-height: 1.25em; }

							#control_select #advertisers li a, #control_select #advertisers li a:visited, #control_select #advertisers li a:hover { color: #0e63ef; text-decoration: underline; }

							#control_select #publishers li a, #control_select #publishers li a:visited, #control_select #publishers li a:hover { color: #32a125; text-decoration: underline; }

							#control_select #affiliates li a, #control_select #affiliates li a:visited, #control_select #affiliates li a:hover { color: #f90; text-decoration: underline; }

		#control_panel_bottom { width: 534px; height: 1px; margin: 0 0 15px 0; background: url('images/panel_bottom.gif') 50% 0 no-repeat; clear: both; }

		/*

		#account_content { }

			#account_content p { margin: 0 0 15px 0; font-size: 1.3em; line-height: 1.5em; }

			#account_content a, #account_content a:visited { text-decoration: underline; }

		*/

	#account_content { font-size: 1.3em; line-height: 1.4em; }

		#account_content a { text-decoration: underline; }

		#account_content p { margin-bottom: 15px; }

		#account_content h2 { font-size: 1.8em; }

		#account_content ul, #account_content ol { margin: 0 0 15px 30px; }

		#account_content ul li, #account_content ol li { padding: 4px 0; border-bottom: 1px dotted #ccc; }


		.p_money { padding-left: 56px; background: url('images/icon_money.gif') 30px 50% no-repeat; }

		.p_star { padding-left: 56px; background: url('images/icon_asterisk.gif') 30px 50% no-repeat; }


/*---:[ category page elements ]:---*/

.category_page { padding-top: 12px; font-size: 1.3em; line-height: 1.4em; }

	.category_page a { text-decoration: underline; }

	.category_page p { margin-bottom: 15px; }

	.category_page h1 { text-align: center; }

	.more_categories { font-weight: bold; font-size: 12px; text-align: center; color: #999; }

		.more_categories span { line-height: 2.0em; font-size: 14px; border-bottom: 1px dotted #ccc; }

	.not_sure { padding: 5px 5px 5px 25px; background: #ffc url('images/icon_help.gif') no-repeat 5px 5px; font-weight: normal; border:2px solid #cc9; }


/*---:[ main shopping cart elements ]:---*/

.cart_item { width: 534px; padding-bottom: 15px; margin-bottom: 25px; border-bottom: 1px solid #ccc; float: left; }

	.site_blurb { width: 160px; margin: 0 0 10px 0; border: 8px solid #ccc; background: #efefef; float: left; }

		.site_blurb img { border: none; margin-bottom: 6px; }

		.site_desc { padding: 0 8px 8px 8px; }

			.site_desc p { line-height: 1.4em; font-size: 11px; margin-bottom: 0; }

	.site_detail { position: relative; width: 348px; float: left; }

		.site_meta { padding: 8px 0 8px 10px; margin-bottom: 6px; background: #ccc url('images/cart_corner.gif') 100% 0 no-repeat; }

			.site_meta h3 { margin-bottom: 5px; text-align: left; }

			.site_meta p { font-weight: bold; margin-bottom: 0; font-size: 12px; }

			.site_meta p strong { color: #c00; }

		.site_detail table { font-size: 11px; border: 0px none; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0 }

			.site_detail table td { padding: 3px 4px 3px 2px; }

			td.cart_left { font-weight: bold; border-bottom: 1px dotted #ccc; }

			td.cart_right, td.cart_right_money, td.cart_right_additional { background: #efefef; border-bottom: 1px dotted #ccc; text-align: right; }

			td.cart_right_money { font-weight: bold; color: #51A155; }

			td.cart_right_additional { font-weight: bold; color: #889A89; }

.adPreview a { color:#0000ff; font-weight: bold; }

.cart_post .site_blurb { background-color: #FFF8BC !important; border: 8px solid #F2D07D !important; }

.cart_post .site_meta { background: #F2D07D url('images/cart_corner_post.gif') 100% 0 no-repeat !important; }

.cart_inlink_sample { color: #666 !important; }

.cart_inlink_sample .adPreview a { color:#0000ff; font-weight: normal; }



/*---:[ shopping cart form ]:---*/

.mini_form_wrap { width: 414px; padding: 0 60px; float: left; clear: both; }

.cart_item .mini_form { border-top: 1px solid #fff; width: 414px; padding: 5px 0; background: #efefef; float: left; clear: both; }

	.mini_form .form_line { width: 394px; padding: 6px 10px; border-bottom: 1px solid #fff; float: left; clear: both; }

		.line_left { width: 130px; padding: 2px 10px 0 0; font-weight: bold; text-align: right; float: left; }

			.line_left span { text-decoration: underline; color: #33c; }

		.line_right { width: 244px; padding-left: 8px; border-left: 2px solid #ddd; float: left; }

		.line_right .text_input { width: 235px; padding: 3px; border-top: 2px solid #aaa; border-left: 2px solid #aaa; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family: Verdana, Arial, Helvetica, sans-serif; }


/*---:[ my_orders.php table definitions ]:---*/

table.disp { border-bottom: 3px solid #ccc; }

	.disp th { padding: 0 3px; border-bottom: 3px solid #ccc; font-weight: bold; font-size: 11px; text-align: center; }
	
	.disp th a.cache { color: #338815; }

	.disp .disp_left { text-align: left; }

	.disp .disp_right { text-align: right; }

	.disp .sm { font-size: 11px; }

	.disp .rank { font-size: 20px; color: #777; font-weight: bold; }

	.disp tr.row_light { background: #f5f5f5; }

	.disp tr.row_dark { background: #e5e5e5; }

	.disp tr.row_orange_light { background: #FBF6E0; }

	.disp tr.row_orange_dark { background: #F9EEBB; }

	.disp tr.row_purchased { background: #ffe5e5; }
	
	.disp tr.row_own_domain { background: #F9EEBB; }
	
	.disp tr.catalog_bar td { background: #fff; height: 6px; }

	.disp tr.row_highlight { background: #cfd; }

	.disp tr.row_highlight td { border-top: 1px dashed #475; border-bottom: 1px dashed #475; }

	.disp tr.row_highlight .rank { color: #475; }

	.disp td { padding: 2px 3px 3px 3px; font-size: 12px; text-align: center; }

	.disp td.package_row { text-align: left; padding: 2px 3px 6px 3px; border-bottom: 1px dashed #ccc; font-size: 11px; vertical-align: top;  }

	.disp td.package_rank { padding: 5px; border-bottom: 1px dashed #ccc; background-color:#fff; font-size: 22px; font-weight: bold; color: #ccc; }

	.disp td.package_date { padding: 5px; border-bottom: 1px dashed #ccc; background-color:#fff; font-size: 16px; font-weight: bold; color: #ccc; }
	
	.package_row_buy { padding-top: 6px !important; }
	
	.disp td.centered { border: 0 !important; text-align: center !important; font-size: 1.0em; font-weight: bold; color: #555; }
	
	.disp td.package_row .price { display: block; padding: 3px 0 12px 0; text-align: center; font-size: 1.7em; font-weight: bold; color: #293; }
	
	.disp td.package_row label { font-weight: bold; }
	.disp td.package_row label.grey { color: #666; }

	.disp td.package_row a.post_level { font-size:0.9em; padding:2px 0 2px 17px; font-weight: bold; color: #383; font-style: italic; background:url(/images/post_level_star.gif) no-repeat top left; }

	.disp td.package_row a.post_level_more { font-size:0.8em; color: #666; font-style: italic; text-decoration:none; }

	.disp td.package_row a.post_level:hover, .disp td.package_row a.post_level_more:hover { color:#000; text-decoration:underline; }


/*---:[ tablesorted .php table definitions ]:---*/

table.tablesorter { border-bottom: 3px solid #ccc; }

    .tablesorter th { padding: 0 3px; border-bottom: 3px solid #ccc; font-weight: bold; font-size: 11px; text-align: center; }
    
    .tablesorter th a.cache { color: #338815; }

    .tablesorter .disp_left { text-align: left; }

    .tablesorter .disp_right { text-align: right; }

    .tablesorter .sm { font-size: 11px; }

    .tablesorter .rank { font-size: 20px; color: #777; font-weight: bold; }

    .tablesorter tr.row_light { background: #f5f5f5; }

    .tablesorter tr.row_dark { background: #e5e5e5; }

    .tablesorter tr.row_orange_light { background: #FBF6E0; }

    .tablesorter tr.row_orange_dark { background: #F9EEBB; }

    .tablesorter tr.row_purchased { background: #ffe5e5; }
    
    .tablesorter tr.row_own_domain { background: #F9EEBB; }
    
    .tablesorter tr.catalog_bar td { background: #fff; height: 6px; }

    .tablesorter tr.row_highlight { background: #cfd; }

    .tablesorter tr.row_highlight td { border-top: 1px dashed #475; border-bottom: 1px dashed #475; }

    .tablesorter tr.row_highlight .rank { color: #475; }

    .tablesorter td { padding: 2px 3px 3px 3px; font-size: 12px; text-align: center; }

    .tablesorter td.package_row { text-align: left; padding: 2px 3px 6px 3px; border-bottom: 1px dashed #ccc; font-size: 11px; vertical-align: top;  }

    .tablesorter td.package_rank { padding: 5px; border-bottom: 1px dashed #ccc; background-color:#fff; font-size: 22px; font-weight: bold; color: #ccc; }

    .tablesorter td.package_date { padding: 5px; border-bottom: 1px dashed #ccc; background-color:#fff; font-size: 16px; font-weight: bold; color: #ccc; }
    
    .package_row_buy { padding-top: 6px !important; }
    
    .tablesorter td.centered { border: 0 !important; text-align: center !important; font-size: 1.0em; font-weight: bold; color: #555; }
    
    .tablesorter td.package_row .price { display: block; padding: 3px 0 12px 0; text-align: center; font-size: 1.7em; font-weight: bold; color: #293; }
    
    .tablesorter td.package_row label { font-weight: bold; }
    .tablesorter td.package_row label.grey { color: #666; }

    .tablesorter td.package_row a.post_level { font-size:0.9em; padding:2px 0 2px 17px; font-weight: bold; color: #383; font-style: italic; background:url(/images/post_level_star.gif) no-repeat top left; }

    .tablesorter td.package_row a.post_level_more { font-size:0.8em; color: #666; font-style: italic; text-decoration:none; }

    .tablesorter td.package_row a.post_level:hover, .disp td.package_row a.post_level_more:hover { color:#000; text-decoration:underline; }



/* tables */
.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
.tablesorter thead tr th, .tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
.tablesorter thead tr .header {
    background-image: url(/images/arrow-bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
.tablesorter tbody tr.odd td {
    background-color:#e5e5e5;
}
.tablesorter tbody tr.row_orange_light td {
    background-color:#FBF6E0;
}
.tablesorter tbody tr.row_orange_dark td {
    background-color:#F9EEBB;
}
.tablesorter tbody tr.row_purchased td {
    background-color:#ffe5e5;
}
   
.tablesorter thead tr .headerSortUp {
    background-image: url(/images/asc.gif);
}
.tablesorter thead tr .headerSortDown {
    background-image: url(/images/desc.gif);
}
.tablesorter thead tr .headerSortDown, .tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.tablesorter tfoot tr {
    background-color:#fff;
}
.tablesorter tfoot td.disp_right {
    text-align:right;
}   


/*---:[ STARTER KIT PAGE ELEMENTS ]:---*/

h2.promo { font-size: 1.8em; margin-bottom: 0; }

#starter_kit .step { margin-bottom:4em; padding-bottom:120px; background:url(images/arrow_big_down.gif) no-repeat bottom center; }

	#starter_kit .step h2 { position:relative; text-align:center; margin-top:1em; padding-top:1em; border-top:3px solid #ccc; }

	#starter_kit .step h2 span { position:absolute; top:-1.1em; left:50%; margin-left:-3.9em; padding:0.5em; background:#fff; }

		#starter_kit .promocode h2 span { margin-left:-4.5em; }

		#starter_kit .getstarted h2 span { margin-left:-3em; }

#starter_kit .getstarted { padding-bottom:0; background:none; }

/*-------------------------------------*/



#show_cats_box { clear: both; width: 246px; height: 43px; margin-bottom: 20px; }

    #show_cats_box a, #show_cats_box a:visited { width: 246px; height: 43px; display: block; background: url('images/browse_marketplace.gif') 0 0 no-repeat; }

    #show_cats_box a:hover { background-position: 0 -100px; }




/*---:[ Get Ad Code elements ]:---*/

#code_form { width: 534px; float: left; }

	#code_form h2 { font: bold 1.8em Arial, Helvetica, sans-serif; margin-bottom: 4px; }

	.code_box { width: 518px; padding: 0 0 10px 0; border: 8px solid #ccc; background: #efefef; font-size: 12px; float: left; }

		.code_box p { margin-bottom: 0; }

		.code_box ul { margin: 0 !important; list-style: none; float: left; }

			.code_box li { width: 498px !important; padding: 10px !important; border-bottom: 1px solid #fff !important; float: left; clear: both; }

				.code_box .text_input, .code_box .option_input { padding: 3px; border-top: 2px solid #aaa; border-left: 2px solid #aaa; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family:Verdana, Arial, Helvetica, sans-serif; }

				.code_box .text_input { width: 323px; }

				.code_box .option_input { width: 60px; }

				.code_box table.selection td { font-weight: bold; font-size: 11px; }

				.code_box li.example { background: #fff; }

				.code_box li .example { width: 478px; padding: 10px; line-height: 1.75em; background: #fff; float: left; }

				.code_box li.options_title { padding: 6px; background-color: #ddd; font-weight: bold; text-align: center; color: #666; font-size: 1.2em; }

					.example h3 { margin-bottom: 8px; text-align: left; }

				span#rss_prefix { font-style: italic; color: #555; }

.go_back { padding-left: 20px; background: url('images/go_back.gif') 0 50% no-repeat; }



/*---:[ ADDED BY JUSTIN ]:---*/

select { padding: 3px; border-top: 2px solid #aaa; border-left: 2px solid #aaa; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family: Verdana, Arial, Helvetica, sans-serif; }

select option { padding: 0 8px 0 3px; }

div.sidebar_box { margin: 10px 0 20px 0; width: 230px; text-align:center; float: right }

div.sidebar_box_lg { margin: 10px 0 20px -16px; width: 246px; text-align:center; float: right }

p.error { color: #a90000; font-weight: bold; }

table.packages th { border-bottom: 1px dashed #ccc; font-weight: bold; text-align: center; padding: 4px; }

table.packages th a { color: #000; text-decoration: none; }

table.packages td { border-bottom: 1px dashed #ccc; font-size: 11px; text-align: center; padding: 12px 3px 6px 3px; vertical-align: top; }

tr.premium {  background-color: #fffed3; }

div.package_popup { width: 624px; padding: 5px; }

div.package_popup div, div.package_invoice { background-color:#fff; border: 7px solid #ccc; padding: 5px; }

div.package_popup div { float: left; width: 600px; }

div.package_popup th { border: 0px; font-size: 12px; font-weight: bold; text-align: center; }

div.package_popup td { font-size: 11px; border-bottom: 3px solid #fff; padding: 2px; text-align: left; }

div.package_popup a.hotlist, div.package_popup a.hotlist_rm { display:block; height:23px; width:128px; text-indent:-1000px; overflow:hidden; background:url(/images/add_to_hotlist.gif) no-repeat center center; }

div.package_popup a.hotlist_rm { background-image:url(/images/remove_from_hotlist.gif); }

div.package_invoice { margin-bottom: 10px; }

div.package_invoice td { font-size: 11px; padding: 3px; vertical-align: top; }

div.package_invoice th { font-size: 12px; font-weight: bold; text-align: center; }

#text_html, #gfx_html { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #444; }

#printer { width: 96%; margin: 10px auto; font-size: 1.3em; line-height: 1.4em; }

#group_by_section { font-size: 0.9em; }


ul.faq {
	margin-bottom: 36px;
}

ul.faq li a {
	font-weight: bold;
	color: #5070cc;
}

ul.faq li div {
	display: none;
	margin: 8px 0px 12px 0px;
}

#example_list { border-style: solid;  width: 475px !important; list-style: none; overflow: hidden; margin: 0px; padding: 0px; }
#example_list li { border: 0px !important; width: auto !important; display: inline !important; float: left !important; clear: none !important; padding: 0px !important; margin: 0px !important; line-height: normal !important }
#example_list li span { display: block; width: 100%; height: auto !important; text-decoration: underline; padding: 3px !important; margin: 0px; cursor: hand; cursor: pointer; }


#loginbox {
	display: none;
}

#loginlink {
	text-align: center;
	font-size: 1.72em;
	font-weight: bold;
}

#loginlink a {
	color: #aaa;
}

#loginlink a:hover {
	color: #d52222;
}

#loginlink a, #loginlink a:hover {
	text-decoration: underline;
}

tr.rss_option {
	background-color: #fff;
}

.rss_option_text {
	color: #F29E0B;
	font-weight: bold;
}

.rss_what {
	display: block;
	float: left;
	color: #555;
	font-weight: normal;
	padding: 10px 0 0 6px;
}

.rss_what a {
	color: #bbb;
	font-weight: normal;
}

span.additional_price {
	color: #888;
	display: none;
}

div.package_popup div div.tooltip,
div.cart_item div.site_detail div.tooltip,
form#create_account div.tooltip,
div#content div.tooltip,.tooltip {
	background-color: #ffd;
	float: none;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	padding: 6px;
	border: 4px solid #ccc;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}


div#content div.pkg_suggestion { display: block; width: 160px; float: left; border: 6px solid #bbb; margin-right: 3px; }

div#content div.pkg_suggestion a { display: block; padding: 0; margin: 0; background-color: #ddd; font-weight: normal; text-align: center; text-decoration: none; }

div#content div.pkg_suggestion a.txt { height: 36px; padding: 3px; background-color: #f0f0f0; font-weight: bold; vertical-align: middle; }

div#content div.pkg_suggestion p.desc { display: block; margin: 0; padding: 2px; height: 60px; font-size: 0.85em; line-height: 135%;  }

div#content div.pkg_suggestion p.price { display: block; margin: 0; padding: 0 6px 6px 0; color: #2a2; font-size: 1.4em; font-weight: bold; text-align: center; }


/*---:[ added by Chris to supersede the RMC Feedvertising code ]:---*/

.feed_pages { font: normal 1.4em/1.5em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; color: #222; }

		.feed_pages #member_login { float: right; margin-top: -35px; }

		.feed_pages #member_login a { font-size: 1.3em; font-weight: bold; text-decoration: underline; }

		.feed_pages #loginbox { position: absolute; top: 140px; left: 560px; font-size: 0.7em; z-index: 80; }

		.feed_pages #loginbox.old { position: absolute; top: 220px; left: 520px; font-size: 0.7em; z-index: 80; }


		.feed_pages #digg { position: absolute; top: 155px; left: 42px; z-index: 1000; }

		.feed_pages #delicious { display: block; clear: both; text-align: center; padding-bottom: 10px; }

		.feed_pages #delicious a { text-decoration: underline !important; }


		.feed_pages .box_bottom_gray { clear: left; }

		.feed_pages p { margin: 0 0 15px 0; }

		.feed_pages p.center { text-align: center; }

		.feed_pages ul { list-style: none; margin: 0 0 15px 0; }

			.feed_pages li { padding: 4px 0; border-bottom: 1px dotted #ccc; }

		.clear { width: 100%; height: 1%; clear: both; }

		.bloggers { color: #32a125; font-weight: bold; }

		.advertisers { color: #0e63ef; font-weight: bold; }

		.feed_page_sep { width: 100%; height: 5px; margin: 0 0 40px 0; background: url('images/feed_page_sep.gif') 50% 0 no-repeat; clear: both; }

	#feed_intro	{ width: 720px; padding: 0 40px 0 20px; clear: left; }

	.feed_pages #account_manager { margin-left: 110px; font-size: 0.8em; }
	#full_width #account_manager { margin-left: 110px; font-size: 0.75em; }

		#feedvertising_logo { position: relative; width: 720px; height: 81px; margin: 0 0 40px 0; background: url('images/feed_logo.gif') 50% 0 no-repeat; }

			#member_login_link a { font-weight: bold; float: right; text-decoration: underline; }

		#how_it_works { z-index: 60; position: relative; width: 285px; margin: 0 0 60px 0; padding: 0 435px 0 0; background: url('images/feed_sample.gif') 100% 0 no-repeat; }

			a#demo_vid { position: absolute; top: 206px; left: 316px; display: block; width: 404px; height: 63px; background: url('images/demo_video_small.gif') no-repeat; }

		#demo_video { width: 720px; height: 79px; margin: -40px 0 40px 0; background: url('images/demo_video.gif') 50% 0 no-repeat; clear: both; }

			#demo_video a { display: block; width: 514px; height: 79px; margin: 0 auto; }

		* html #demo_video { margin: 0 0 40px 0; }

		.feed_page_left { width: 340px; margin: 0 0 60px 0; padding: 0 40px 0 0; float: left; }

		.feed_page_right { width: 340px; margin: 0 0 60px 0; padding: 0; float: left; }

		#benefits_bloggers { padding: 31px 40px 0 0 !important; background: url('images/benefits_bloggers.gif') no-repeat; }

		#benefits_advertisers { padding: 31px 0 0 0 !important; background: url('images/benefits_advertisers.gif') no-repeat; }

			.bloggers_button a { display: block; width: 340px; height: 43px; margin: 0 auto; background: url('images/bloggers_action.gif') no-repeat; text-indent: -9999px; }

			.bloggers_button a:hover { background-position: 0 -43px; }

			.advertisers_button a { display: block; width: 340px; height: 43px; margin: 0 auto; background: url('images/advertisers_action.gif') no-repeat; text-indent: -9999px; }

			.advertisers_button a:hover { background-position: 0 -43px; }

		#top_blogs { width: 720px; padding: 41px 0 0 0; background: url('images/top_blogs.gif') 50% 0 no-repeat; clear: both; }

		.page_bottom { margin: 0 0 30px 0 !important; }

	/*---< bloggers.php specialty feedvertising page >---*/

		#bloggers_head { width: 720px; height: 82px; margin: 0 0 40px 0; background: url('images/bloggers_head.gif') 50% 0 no-repeat; }

		#how_it_works a.bloggers { font-weight: bold; color:#32a125; text-decoration: underline; }

		.bloggers_left { width: 291px; margin: 0 0 20px 0; float: left; }

		.bloggers_right { width: 429px; margin: 0 0 20px 0; padding: 188px 0 0 0; background: url('images/bloggers_sample.gif') no-repeat; float: left; }

		p.bloggers_point { margin: 0 0 30px 0; padding: 0 0 0 67px; }

	/*---< advertisers.php specialty feedvertising page >---*/

		#advertisers_head { clear: left; width: 534px; height: 71px; margin: 0 0 30px 0; background: url('images/advertisers_head.gif') 50% 0 no-repeat; }

		#how_it_works a.advertisers { font-weight: bold; color:#1064EF; text-decoration: underline; }

		.feed_pages ul.advertisers_list { margin: 0 0 20px 0 !important; }

		#advertisers_video { width: 534px; height: 79px; margin: 0 0 40px 0; background: url('images/demo_video.gif') 50% 0 no-repeat; }

			#advertisers_video a { display: block; width: 514px; height: 79px; margin: 0 auto; }

		#advertisers_sample { width: 534px; padding: 221px 0 0 0; background: url('images/advertisers_sample.gif') 50% 0 no-repeat; }

		p.advertisers_point { margin: 0 0 30px 0; }


#advanced_sort {
	display: none;
	position: absolute;
	top: 15px;
	left: 138px;
	width: 170px;
	border-top: 1px solid #888;
	border-bottom: none;
	z-index: 1000;
}

#advanced_sort ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#advanced_sort ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#advanced_sort ul li a {
	display: block;
	width: 158px;
	margin: 0;
	padding: 2px;
	border: 1px solid #888;
	border-top: none;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

#advanced_sort ul li a:hover {
	background-color: #ddd;
	color: #000;
	border-color: #444;
}

#advanced_sort ul li a.active, #advanced_sort ul li a.active:hover {
	background-color: #9EC588;
	color: #fff;
	font-weight: bold;
}


#adv_sort_link {
	color: #3C8B10;
	text-decoration: none;
	font-weight: bold;
}



#lightbox{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 250px;
	height: 250px;
	margin: -220px 0 0 -125px;
	border: 0;
	background: transparent;
	text-align: left;
}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}



#inlinks_info {
	display: block;
	background-color: #fff;
	border: 8px solid #ccc;
	padding: 6px;
	font-size: 1.3em;
	height: 274px;
}

#inlinks_info ul {
	margin: 10px 0 15px 20px;
}

#inlinks_info ul li {
	padding: 3px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
}

#content h1 span.learn_more {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal !important;
	letter-spacing: -0.0em !important;
}



/*---:[ link_bait.php code ]:---*/

#thin_page { width: 600px; padding: 0 100px; font-size: 1.3em; line-height: 1.4em; background: url('images/linkbait/worm.gif') 625px 0 no-repeat; float: left; }

	#thin_page h3 { margin: 0 0 1.0em 0; }

	.link_bait_header { width: 600px; height: 57px; margin: 0 0 30px 0; background: url('images/linkbait/linkbaiting_service.gif') 50% 0 no-repeat; }

	.intro_content { width: 500px; margin: 0 0 3.5em 0; padding: 0 100px 0 0; }

	.list_facts { position: relative; width: 375px; margin: 0 0 3.5em 0; padding: 0 225px 1.5em 0; float: left; }

		.fact_box { position: absolute; top: 0; right: 0; width: 184px; margin: 0 0 1.0em 0; font-size: 11px; border: 8px solid #ccc; background: #fff; float: right; clear: right; }

			.fact_box a { text-decoration: underline; }

			.fact_box p { padding: 5px; margin-bottom: 0; }

			.fact_box_head { width: 184px; padding: 5px 0 !important; font-weight: bold; font-size: 1.2em; text-align: center; background: #efefef; }

	#thin_page ul, #thin_page ol { list-style: disc; margin: 0 0 0 18px; }

		#thin_page ul li, #thin_page ol li { padding: 4px 0; border-bottom: 1px dotted #ccc; }

	.plans { width: 600px; margin: 0 0 3.5em 0; float: left; clear: both; }

		.plans ul { list-style: none !important; width: 270px; margin: 0 !important; float: left; }

			.plans ul.plan_1 { padding: 0 60px 0 0; }

			.plans ul li strong { color: #32a125; }

	.guarantees { width: 600px; margin: 0 0 3.5em 0; float: left; clear: both; }

	.order_form { width: 534px; margin: 0 0 2.5em 0; padding: 0 33px; float: left; clear: both; }

	#thin_page p#social { margin: 0 0 2.5em 0; font-size: 0.85em; }


/* credit system */
.credit_green, a.credit_green:visited { color:#2a2 }
a.credit_green {
    font-size:1.3em;
    font-weight:bold;
}

/* ad replacement */
.replacement_blue { color:#1064ef }



/* New Header Code */


.z-10 {
	z-index: 10;
}

#tla-top-header .logo-home {
	display: block;
	float: left;
	width: 250px;
	height: 78px;
	margin-left: 20px;
	color: #fff;
}

#tla-top-header #ajax_login {
	display: block;
	float: right;
	padding: 2px 0 0 23px;
	margin: 4px 17px 0 0 ;
	height: 14px;
	color: #fff;
	font-weight: bold;
	font-size: 12px !important;
	background: url('images/icon_key.gif') no-repeat center left;
}

#tla-top-header #ajax_login_holder {
	display: block;
	float: right;
	padding: 2px 0 0 23px;
	margin: 4px 17px 0 0 ;
	height: 14px;
	font-size: 12px !important;
}

#tla-top-header .centered, #tla-top-menu .centered {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	position: relative;
	font-family: arial;
}

#tla-top-header ul, #tla-top-menu ul,
#tla-top-header li, #tla-top-menu li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#tla-top-header {
	height: 78px;
	text-align: center;
	background: #1a2227 url('images/top-header-bg.png') no-repeat top center;
	font-size: 13px !important;
	z-index: 1;
}

#tla-top-header ul.menu-bar {
	float: right;
	clear: right;
	width: 550px;
	margin: 6px 14px 0 0;
}

#tla-top-header ul.menu-bar li {
	float: left;
	text-align: left;
}

#tla-top-header ul.menu-bar li a.btn {
	display: block;
	float: left;
	height: 23px;
	padding: 8px 0 0 0;
	margin: 0 1px 0 0;
	text-align: center;
	font-weight: bold;
	color: #eee;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.03em;
}

#tla-top-header ul.menu-bar li a:hover {
	color: #fff;
}

#tla-top-header .top-button-buy		{ width: 120px; background-image: url('images/top-header-btn-1.png'); z-index: 200; }
#tla-top-header .top-button-make	{ width: 118px; background-image: url('images/top-header-btn-2.png'); }
#tla-top-header .top-button-about	{ width: 120px; background-image: url('images/top-header-btn-3.png'); z-index: 200; }
#tla-top-header .top-button-contact	{ width: 120px; background-image: url('images/top-header-btn-4.png'); }

#tla-top-menu {
	height: 34px;
	padding: 2px 0 0 0;
	text-align: center;
	background-image: url('images/top-menu-bg.png');
	font-size: 12px !important;
	z-index: 0;
}

#tla-top-menu ul.menu-bar {
	margin-left: 15px;
}

#tla-top-menu ul.menu-bar li {
	background: transparent url('images/top-menu-sep.png') no-repeat top right;
	float: left;
	z-index: 0;
}

#tla-top-menu ul.menu-bar li.last {
	background-image: none;
}

#tla-top-menu ul.menu-bar li.last a {
	/*padding-right: 0 !important;*/
	margin-right: 0 !important;
}

#tla-top-menu ul.menu-bar li a.btn {
	display: block;
	float: left;
	height: 23px;
	padding: 10px 8px 0 29px;
	margin: 0 2px 0 0;
	font-weight: bold;
	color: #403e30;
	text-transform: uppercase;
	text-decoration: none;
	/*letter-spacing: -0.03em;*/
	background-position: 7px center;
	background-repeat: no-repeat;
	z-index: 0;
}

#tla-top-menu ul.menu-bar li:hover,
#tla-top-menu ul.menu-bar li a.btn:hover, .current {
	background-color: #e3e2dd;
}



#tla-top-menu .top-menu-home		{ background-image: url('images/top-menu-home.png'); }
#tla-top-menu .top-menu-advertisers	{ background-image: url('images/top-menu-advertisers.png'); }
#tla-top-menu .top-menu-publishers	{ background-image: url('images/top-menu-publishers.png'); }
#tla-top-menu .top-menu-affiliates	{ background-image: url('images/top-menu-affiliates.png'); }
#tla-top-menu .top-menu-alerts		{ background-image: url('images/top-menu-alerts.png'); }
#tla-top-menu .top-menu-account		{ background-image: url('images/top-menu-account.png'); }
#tla-top-menu .top-menu-cart		{ background-image: url('images/top-menu-cart.png'); }
#tla-top-menu .top-menu-logout		{ background-image: url('images/top-menu-logout.png'); }

#cartitems,#alertitems {
	color:#C90000;
	font-weight:bolder;
}
#tla-top-blend {
	height: 34px;
	background: #fff url('images/top-header-blend.png') repeat-x;
}

#tla-top-header .sub-menu ul li {
	float: none;
}

#tla-top-header .sub-menu ul li a {
	display: block;
	width: 110px;
	height: 20px;
	padding: 3px 0 0 10px;
	background: #182226 url('images/top-header-menu.png') no-repeat;
	color: #ccc;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

#tla-top-header .sub-menu ul li a.bottom {
	background: #182226 url('images/top-header-menu-bt.png') no-repeat;
}

#tla-top-header .sub-menu ul li a:hover {
	color: #fff;
}

#top-buy-menu {
	display: none;
	position: absolute;
	top: 57px;
	left: 328px;
	width: 120px;
	z-index: 20;
	padding: 1px 0 0 0;
}

#top-about-menu {
	display: none;
	position: absolute;
	top: 57px;
	left: 568px;
	width: 120px;
	z-index: 20;
	padding: 1px 0 0 0;
}


#top-advertisers-menu {
	display: none;
	position: absolute;
	top: 28px;
	left: 89px;
	width: 425px;
	padding: 6px 0;
	z-index: 5;
	border: 6px solid #e3e2dd;
	background-color: #f6f6f6;
}

#top-publishers-menu {
	display: none;
	position: absolute;
	top: 28px;
	left: 213px;
	width: 561px;
	padding: 6px 0;
	z-index: 5;
	border: 6px solid #e3e2dd;
	background-color: #f6f6f6;
}

#top-affiliates-menu {
	display: none;
	position: absolute;
	top: 28px;
	left: 329px;
	width: 425px;
	padding: 6px 0;
	z-index: 5;
	border: 6px solid #e3e2dd;
	background-color: #f6f6f6;
}




#tla-top-menu .sub-menu .column {
	float: left;
	width: 125px;
	height: 82px;
	padding: 0 0 0 10px;
	border-left: 1px solid #e3e2dd;
}

#tla-top-menu .sub-menu .left-col {
	width: 143px;
	border: 0;
}

#top-affiliates-menu .column {
	height: 35px !important;
}


#tla-top-menu .sub-menu p {
	padding: 0 0 1px 0;
	margin: 0;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#tla-top-menu .sub-menu a {
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

#tla-top-menu .sub-menu a:hover {
	text-decoration: underline;
}

#tla-top-menu .sub-menu ul li,
#tla-top-menu .sub-menu ul li:hover {
	background-image: none;
	background-color: transparent;
	float: none;
	padding: 1px 0;
}

#top-advertisers-menu a {
	color: #0e63ef;
}

#top-publishers-menu a {
	color: #32a125;
}

#top-affiliates-menu a {
	color: #f90;
}

a.left_nav_inlink:hover {
    background-position:-235px 0;
}

a.left_nav_inlink {
background:#fff url(/images/left_nav_search_inlink.png) no-repeat ;
float:left;
height:34px;
text-decoration:none;
width:234px;
margin:0 0 0 15px;
}

a.left_nav_tla:hover {
    background-position:-235px 0;
}

a.left_nav_tla {
background: #fff url(/images/left_nav_search_tla.png) no-repeat;

float:left;
height:38px;
text-decoration:none;
width:234px;
margin:0 0 0 15px;
}


a.left_nav_post:hover {
    background-position:-235px 0;
}

a.left_nav_post {
background: #fff url(/images/left_nav_search_post.png) no-repeat;

float:left;
height:38px;
text-decoration:none;
width:234px;
margin:0 0 0 15px;
}

#sidebar_proposal_title { clear: both; margin-top: 0; font-size: 1.0em; color: #666; padding: 6px 0 0 47px; height: 32px; background: url('/images/custom_proposal.gif') no-repeat top left; } 

#sidebar_proposal_title strong { font-size: 1.6em; letter-spacing: -0.03em; font-weight: bold; color: #308F0F; } 

#sidebar_proposal { clear: both; padding: 0; margin: 0; border: 8px solid #ccc; background: #efefef; font-size: 1.0em; }

#sidebar_proposal span { display: block; padding: 0 0 2px 0; }

#sidebar_proposal div { padding: 7px 10px; border-bottom: 1px solid #fff; }

#sidebar_proposal input.text_input { padding: 3px; border-top: 2px solid #aaa; border-left: 2px solid #aaa; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family:Verdana, Arial, Helvetica, sans-serif; }

