@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0F6A76;
	text-decoration: none;
	outline: none;
}

	a:hover {
		color: #ff8004;
		text-decoration: underline;
	}
	
.red {
	color: #d7181e
}

.bumper {
	clear: both;
	height: 20px;
}

/*
Misc
*/

.mtop0 {
	margin-top: 0px !important;
}

.mtop5 {
	margin-top: 5px !important;
}

.mtop10 {
	margin-top: 10px !important;
}

.mtop20 {
	margin-top: 20px !important;
}

.mright10 {
	margin-right: 10px !important;
}

.mright0 {
	margin-right: 0px !important;
}

.mbot0 {
	margin-bottom: 0px !important;
}

.mbot5 {
	margin-bottom: 5px !important;
}

.mbot20 {
	margin-bottom: 20px !important;
}

.mleft0 {
	margin-left: 0px !important;
}

.ptop10 {
	padding-top: 10px !important;
}

.ptop20 {
	padding-top: 20px !important;
}

.nobdr {
	border: none !important;
}

.nobg {
	background-image: none !important;
}

/*
Global
*/

#global_wrapper {
	width: 800px;
	margin: 20px auto 20px auto;
}

/*
Clear
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
Header
*/

.header {
	width: 800px;
	height: 49px;
	float: left;
}

.admedia_logo {
	width: 200px;
	height: 40px;
	background: url(admedia_logo.png) 0px 0px no-repeat;
	float: left;
}

.login_box {
	float: right;
	margin: 6px 0px 0px 0px;
	background: url(login_bg.png) 0px 0px no-repeat;
	width: 237px;
	height: 32px;
}
	.login_box a {
		color: #fff;
		text-decoration: none;
	}
	
	.login_box a:hover {
		color: #01292e;
		text-decoration: underline;
	}

	.login_box ul {
	margin: 6px 0px 0px 16px;
	padding: 0px;
	list-style-type: none;
	height: 32px;
	background: url(login_divider.png) 94px 0px no-repeat;
	}
	
	.login_box li {
		display: inline;
		float: left;
		margin-top: 3px;
	}
	
	.aff_login {
		margin-right: 25px;
	}

.nav_bar {
	width: 800px;
	height: 7px;
	float: left;
	clear: left;
	background: url(navbar_1.png) 0px 0px no-repeat;
}

.navigation {
	float: left;
	width: 800px;
	height: 51px;
	background: url(navbar_2.png) left bottom no-repeat;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 51px;
	list-style-type: none;
	float: left;
}

.navigation li {
	display: inline;
	float: left;
}

	.navigation li a {
		width: 134px;
		height: 38px;
		display: block;
		background: url(tab_on.gif) -134px 0px no-repeat;
		font-size: 14px;
		font-weight: bold;
		color: #d3f6fb;
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 13px 0px 0px 0px;
	}

	.contactus {
		width: 130px !important;
		/*background: url(tab_contact.png) 0px 0px no-repeat !important;*/
	}
	
	.tabon {
		background-position: -268px 0px !important;
		color: #fff !important;
	}
	
	.tabon:hover {
		color: #ffd074 !important;
	}

/*
Headline
*/

.headline {
	height: 29px;
	width: 800px;
	background: url(shade_top.png) bottom left no-repeat;
	float: left;
	clear: left;
	margin: 10px 0px 0px 0px;
}

	.headline h2 {
	font-weight: normal;
	font-size: 18px;
	color: #869293;
	margin: 25px 0px 0px 0px;
	}
	
	.headline strong {
		color: #01292e;
	}

.hplain {
	background-image: none !important;
	height: 110px !important;
	width: 769px !important;
	margin-left: 31px !important;
}

	.hplain p {
	margin: 10px 0px 0px 0px;
	}
	
.hnormal {
	height: 110px !important;
}

	.hnormal p {
	margin: 10px 0px 0px 31px;
	}
	
	.hnormal h2 {
		margin-left: 31px;
	}
	
/*
Content Headline
*/

.cheadline {
	width: 800px;
	background: url(shade_top.png) bottom left no-repeat;
	float: left;
	clear: left;
	margin: 10px 0px px 0px;
}

	.cheadline p {
	margin: -25px 0px 20px 31px;
	}

	.cheadline h2 {
	font-weight: normal;
	font-size: 18px;
	color: #869293;
	margin: 35px 0px 35px 31px;
	}
	
	.cheadline strong {
		color: #01292e;
	}


/*
Flash Wrapper
*/

.flash_wrapper {
	width: 800px;
	height: 308px;
	float: left;
	clear: left;
	background: url(bg_flash_faux.png) 0px 0px no-repeat;
}

.flash_wrapper_advertiser {
	width: 800px;
	height: 497px;
	float: left;
	clear: left;
	position: relative;
	margin: 23px 0px 0px 0px;
}

/*
Affiliate Box
*/

.affiliate_box {
	width:401px;
	height: 248px;
	float: left;
	background: url(affiliate_bg.png) 0px 0px no-repeat;
}

	.affiliate_box h2 {
		font-size:24px;
		color: #ff8004;
		margin: 33px 31px 16px 31px;
	}

	.affiliate_box p,
	.advertiser_box p {
		font-size: 14px;
		margin: 0px 31px 16px 31px;
	}

	.get_started {
	width: 161px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin: 0px 0px 0px 31px;
	float: left;
	clear: left;
	}
	
		.affiliate {
			background: url(getstarted_aff.png) 0px 0px no-repeat;
		}
		
			.affiliate:hover {
				background-position: -161px 0px;
			}
			
		.signupbutton {
			margin-left: 0px !important;
			float: none !important;
		}
		
		.cpa_signup {
			margin-top: 15px !important;
		}
		
		.advertiser {
			background: url(getstarted_adv.png) 0px 0px no-repeat;
			margin-top: 32px;
		}
		
			.advertiser:hover {
				background-position: -161px 0px;
			}			

/*
Advertiser Box
*/

.advertiser_box {
	width:399px;
	height: 248px;
	float: left;
	background: url(advertiser_bg.png) 0px 0px no-repeat;
	clear: right;
}

	.advertiser_box h2 {
		font-size:24px;
		color: #126671;
		margin: 33px 31px 16px 31px;
	}
	
.loginform {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 401px;
	clear: left;
}

.lostform {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 399px;
	clear: both;
}

.lost_text {
	margin: 20px 0px 0px 84px;
	clear: left;
}

	.lost_text p {
		font-size: 11px;
		color: #333333;
		margin: 0px 0px 4px 0px;
	}
	
.loginboxes {
	height: 400px !important;
}

	.loginboxes strong {
		float: left;
		clear: left;
		color: #153A40;
		margin: 8px 0px 0px 31px;
	}
	
.platform {
	width: 235px;
	border: 1px solid #01292e;
	margin: 0px 30px 10px 0px;
	float: right;
	clear: right;
}

.signup_field {
	width: 250px;
	height: 25px;
	border: 1px solid #01292e;
	font-size: 16px;
	padding: 3px 0px 0px 4px;
}

.signup_wrapper {
	width: 738px;
	float: left;
	clear: left;
	margin: 20px 31px 30px 31px;
}

.signup_wrapper strong {
	color: #01292e;
}

.dark {
	background-color: #f1f2f2;
}
	
.login_field {
	width: 230px;
	height: 25px;
	border: 1px solid #01292e;
	margin: 0px 30px 10px 0px;
	float: right;
	font-size: 16px;
	clear: right;
	padding: 3px 0px 0px 4px;
}

.validation_img {
	width: 235px;
	float: right;
	clear: both;
	margin: 0px 31px 0px 0px;
}

	.validation_img p {
	width: 120px;
	font-size: 11px !important;
	margin: 0px !important;
	float: right;
	color: #666666;
	}
	
.remember {
	width: 235px;
	float: right;
	clear: both;
	margin: 10px 31px 0px 0px;
	color: #666666;
}

.lost_field {
	width: 288px;
	height: 25px;
	border: 1px solid #01292e;
	margin: 0px 20px 0px 0px;
	float: right;
	font-size: 16px;
	clear: right;
	padding: 3px 0px 0px 4px;
}

.loginbutton {
	background: url(login.png) 0px 0px no-repeat;
	width: 98px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin: 15px 0px 0px 135px;
	float: left;
	clear: both;
}
		
	.loginbutton:hover {
		background-position: -98px 0px;
	}


.recover {
	background: url(recover.png) 0px 0px no-repeat;
	width: 128px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin: 20px 0px 0px 84px;
	float: left;
	clear: left;
}
		
	.recover:hover {
		background-position: -128px 0px;
	}

/*
Hello Box
*/

.hello_box {
	width: 421px;
	height: 340px;
	float: left;
	background: url(shade_vert.png) right 10px no-repeat;
}

	.hello_box h2 {
		font-size: 24px;
		font-weight:normal;
		margin: 33px 31px 5px 31px;
		color: #ff8004;
	}
	
	.hello_box h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 51px 10px 31px;
	color: #619da6;
	}
	
	.hello_box p {
	margin: 0px 46px 12px 31px;
	font-size: 14px;
	}

/*
Bottom Column 2 Wrapper
*/

.bottom_column_wrapper {
	float: left;
	width: 368px;
	clear: right;
	height: 17px;
	margin: 0px 0px 0px 11px;
}

.our_products_wrapper {
	float: left;
	width: 368px;
	margin: 33px 0px 0px 0px;
}

	.our_products_wrapper h2 {
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	color: #01292e;
	font-size: 24px;
	}
	
/*
Products Search
*/

.search_product {
	width: 330px;
	height: 58px;
	float: left;
	background: url(search_bg.png) 0px 0px no-repeat;
}

.product_field {
	width: 182px;
	height: 25px;
	border: 1px solid #01292e;
	margin: 14px 9px 0px 15px;
	float: left;font-size: 16px;
}

.product_button {
	width: 105px;
	height: 27px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 14px 0px 0px 0px;
	outline: none;
	background: url(search_button.png) 0px 0px no-repeat;
}

/*
Product Points
*/

.product_points {
	width: 368px;
	float: left;
}

	.product_points h2 {
	font-size: 18px;
	color: #619da6;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	}

	.product_points p {
		margin: 0px 0px 0px 0px;
		font-size: 14px;
	}

/*
Footer
*/

.footer {
	width: 800px;
	float: left;
	clear: left;
	background: url(shade_bot.png) 0px 0px no-repeat;
}

	.footer h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	}

	.footer ul {
	float: left;
	margin: 50px 0px 20px 20px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

	.footer li {
	margin: 0px 30px 0px 0px;
	float: left;
	width: 125px;
	}
	
	.footer p {
	margin: 0px 0px 5px 0px;
	color: #969696;
	}
	
	.footer p a {
		color: #969696;
		text-decoration: none;
	}
	
	.footer p a:hover {
	color: #ff8004;
	text-decoration: underline;
	}
	
.copyright_text {
	width: 800px;
	float: left;
	clear: left;
	font-size: 11px;
	color: #999999;
	text-align: right;
}

/*
Contact Box
*/

.contactbox {
	float: right;
	width: 220px;
	margin: 25px 0px 0px 0px;
}

	.contactbox h3 {
	color: #FF7B04;
	font-size: 28px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
	.contactbox h4 {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
	}

/*
Affiliate Signup
*/

.signup_wrapper h2 {
	margin: 0px 0px 10px 0px;
	padding: 8px;
	color: #fff;
	font-weight: normal;
	clear: right;
	background: #999999 url(headerbg.png) 0px 0px repeat-x;
	height: 21px;
}

.termswrapper {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.termsbox {
	width: 718px;
	height: 150px;
	overflow: auto;
	overflow-x: hidden;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 12px 0px;
}

/*
Content General
*/

.content_wrapper {
	width: 738px;
	float: left;
	clear: left;
	margin: 10px 31px 15px 31px;
}

.content_wrapper h2 {
	margin: 0px 0px 10px 0px;
	padding: 8px;
	color: #fff;
	font-weight: normal;
	clear: right;
	background: #999999 url(headerbg.png) 0px 0px repeat-x;
	height: 21px;
}

/*
Breadcrumb
*/

.breadcrumb {
	width: 738px;
	float: left;
	clear: left;
	margin: 10px 31px 5px 31px;
	padding: 0px;
	list-style-type: none;
	color: #CCCCCC;
	font-size: 11px;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb li a {
	color: #B8B8B8;
	margin: 0px 10px 0px 10px;
}

.breadcrumb li a:hover {
	color: #ff8004;
}

/*
Solutions
*/

.solution {
	width: 178px;
	float: left;
	margin: 5px 8px 0px 0px;
}

	.searchmarketing {
		background: url(art_searchmarketing.png) 0px 0px no-repeat;
	}
	
	.displaymarketing {
		background: url(art_displaymarketing.png) 0px 0px no-repeat;
	}	
	
	.cpamarketing {
		background: url(art_cpa.png) 0px 0px no-repeat;
	}	
	
	.seomarketing {
		background: url(art_seo.png) 0px 0px no-repeat;
	}	

.solution_text {
	width: 158px;
	float: left;
	clear: left;
	margin: 155px 0px 0px 10px;
	height: 345px;
}

	.solution_text h3, .solution_text h3 a {
		font-size: 15px;
		color: #ff8004;
		margin: 0px 0px 10px 0px;
	}
	
	.solution_text h3 a:hover {
		text-decoration: underline;
		color: #14828F;
	}
	
	.solution_text strong {
	margin: 0px 0px 0px 0px;
	color: #01292E;
	}
	
	.solution_text ul {
	margin: 10px 0px 0px 25px !important;
	padding: 0px;
	font-size: 11px;
	color: #868686 !important;
	}

	.solution_text li {
		margin: 0px 0px 5px 0px;
	}
	
.lmore {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

.solution_bot {
	width: 178px;
	height: 49px;
	float: left;
	clear: left;
	background: url(solutions_bottom.png) 0px 0px no-repeat;
}

	.solution_bot a {
	margin: 0px 0px 0px 20px;
	width: 99px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: url(learnmore_button.png) 0px 0px no-repeat;
	outline: none;
	}
	
	.solution_bot a:hover {
		background-position: -99px 0px;
	}

.lastsolution {
	margin-right: 0px;
}

/*
Search Marketing Solutions
*/

.sm_solution {
	float: left;
	width: 738px;
	margin: 5px 0px 10px 0px;
	background: url(solution_left.png) 0px 0px no-repeat;
	clear: both;
}

.solution_ppc {
	float: left;
	width: 177px;
	height: 90px;
	margin: 15px 28px 5px 39px;
	background: url(solution_ppc.png) 0px 0px no-repeat;
}

.solution_context {
	float: left;
	width: 177px;
	height: 99px;
	margin: 15px 28px 5px 39px;
	background: url(solution_context.png) 0px 0px no-repeat;
}

.solution_sem {
	float: left;
	width: 177px;
	height: 130px;
	margin: 15px 28px 5px 39px;
	background: url(solution_sem.png) 0px 0px no-repeat;
}

.solution_richmedia {
	float: left;
	width: 177px;
	height: 103px;
	margin: 15px 28px 5px 39px;
}

.solution_displayads {
	float: left;
	width: 177px;
	height: 112px;
	margin: 15px 28px 5px 39px;
	background: url(solution_displayads.png) 0px 0px no-repeat;
}

.solution_retargeting {
	float: left;
	width: 177px;
	height: 117px;
	margin: 15px 28px 5px 39px;
	background: url(solution_retargeting.png) 0px 0px no-repeat;
}

.solution_cpv {
	float: left;
	width: 177px;
	height: 124px;
	margin: 15px 28px 10px 39px;
	background: url(solution_cpv.png) 0px 0px no-repeat;
}

.solution_cpa {
	float: left;
	width: 177px;
	height: 281px;
	margin: 15px 28px 10px 39px;
	background: url(solution_cpa.png) 0px 0px no-repeat;
}

.solution_seo {
	float: left;
	width: 177px;
	height: 231px;
	margin: 15px 28px 10px 39px;
	background: url(solution_seo.png) 0px 0px no-repeat;
}

.solution_interstitial {
	float: left;
	width: 177px;
	height: 162px;
	margin: 15px 28px 10px 39px;
	background: url(solution_interstitial.png) 0px 0px no-repeat;
}

.solution_textbanners {
	float: left;
	width: 177px;
	height: 147px;
	margin: 15px 28px 10px 39px;
	background: url(solution_textbanner.png) 0px 0px no-repeat;
}

.solution_tagcloud {
	float: left;
	width: 177px;
	height: 162px;
	margin: 15px 28px 10px 39px;
	background: url(solution_tagcloud.png) 0px 0px no-repeat;
}

.solution_domainredirect {
	float: left;
	width: 177px;
	height: 124px;
	margin: 15px 28px 10px 39px;
	background: url(solution_domainredirect.png) 0px 0px no-repeat;
}

.solution_swiki {
	float: left;
	width: 177px;
	height: 132px;
	margin: 15px 28px 10px 39px;
	background: url(solution_swiki.png) 0px 0px no-repeat;
}

.solution_xmlfeed {
	float: left;
	width: 177px;
	height: 162px;
	margin: 15px 28px 10px 39px;
	background: url(solution_xmlfeed.png) 0px -3px no-repeat;
}

.solution_xmlshopping {
	float: left;
	width: 177px;
	height: 162px;
	margin: 15px 28px 10px 39px;
	background: url(solution_xmlshopping.png) 0px 0px no-repeat;
}

.solution_searchvortal {
	float: left;
	width: 177px;
	height: 132px;
	margin: 15px 28px 10px 39px;
	background: url(solution_searchvortal.png) 0px 0px no-repeat;
}













.sm_solution_text {
	width: 493px;
	float: left;
	margin: 15px 0px 0px 0px;
}

	.sm_solution_text h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 0px 0px 8px 0px;
		color: #ff8004;
	}
	
	.sm_solution_text p {
		margin: 0px 0px 10px 0px;
	}
	
	.sm_solution_text strong {
		color: #666666;
	}
	
	.sm_solution_text ul {
	list-style-type: none;
	margin: 5px 0px 20px 10px;
	padding: 0px;
	}
	
	.sm_solution_text li {
	background: url(blu-bullet.gif) 0px 4px no-repeat;
	padding: 0px 0px 0px 10px;
	color: #333333;
	}

.sm_getstarted {
	margin: 0px 20px 0px 0px;
	width: 99px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: url(solution_getstarted.png) 0px 0px no-repeat;
	float: left;
}
	
	.sm_getstarted:hover {
		background-position: -99px 0px;
	}

.sm_learnmore {
	margin: 0px 0px 0px 0px;
	width: 99px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: url(solution_learnmore.png) 0px 0px no-repeat;
	float: left;
}
	
	.sm_learnmore:hover {
		background-position: -99px 0px;
	}

.sm_solution_bot {
	float: left;
	clear: both;
	width: 738px;
	height: 5px;
	background: url(solution_bot.png) 0px 0px no-repeat;
}

.aff_cpa {
	float: left;
	width: 177px;
	height: 112px;
	margin: 15px 28px 10px 39px;
	background: url(aff_cpa.png) 0px 0px no-repeat;
}

.aff_email {
	float: left;
	width: 177px;
	height: 166px;
	margin: 15px 28px 10px 39px;
	background: url(aff_email.png) 0px 0px no-repeat;
}

.aff_display {
	float: left;
	width: 177px;
	height: 218px;
	margin: 15px 28px 10px 39px;
	background: url(aff_display.png) 0px 0px no-repeat;
}

.aff_ty {
	float: left;
	width: 177px;
	height: 392px;
	margin: 15px 28px 10px 39px;
	background: url(ty_small.png) 0px 0px no-repeat;
}

.aff_tye {
	float: left;
	width: 177px;
	height: 260px;
	margin: 15px 28px 10px 39px;
	background: url(tye_small.png) 0px 0px no-repeat;
}

.youtube {
	width: 738px;
	float: left;
	clear: left;
	position: relative;
	margin: 0px 10px 0px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d5d5d5;
}

.aff_search {
	float: left;
	width: 177px;
	height: 147px;
	margin: 15px 28px 10px 39px;
	background: url(aff_search.png) 0px -4px no-repeat;
}

.aff_inline {
	float: left;
	width: 177px;
	height: 128px;
	margin: 15px 28px 10px 39px;
	background: url(aff_intext.png) 0px 0px no-repeat;
}

.aff_domain {
	float: left;
	width: 177px;
	height: 223px;
	margin: 15px 28px 10px 39px;
	background: url(aff_domain.png) 0px 0px no-repeat;
}

.aff_pop {
	float: left;
	width: 177px;
	height: 174px;
	margin: 15px 28px 10px 39px;
	background: url(aff_pop.png) 0px 0px no-repeat;
}

/*
Basic Content
*/

.basic_content {
	width: 738px;
	float: left;
	margin: 5px 0px 0px 0px;
}

	.basic_content h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 0px 0px 8px 0px;
		color: #ff8004;
	}
	
	.basic_content p {
		margin: 0px 0px 10px 0px;
	}

/*
Contact Boxes
*/

.c1_box {
	width: 370px;
	margin-left: 31px;
	float: left;
	background: url(affiliate_bg.png) 0px 0px no-repeat;
	clear: right;
	height: 580px;
}

	.c1_box h2 {
		font-size:18px;
		font-weight: normal;
		color: #ff8004;
		margin: 33px 31px 16px 31px;
	}
	
	.c1_box h3 {
		margin: 0px 0px 5px 31px;
	}
	
	.c1_box p {
	margin: 0px 0px 20px 31px;
	}
	
.c2_box {
	float: left;
	background: url(advertiser_bg.png) 0px 0px no-repeat;
	clear: right;
	width: 370px;
	background-position: right top;
}

	.c2_box h2 {
	font-size:18px;
	color: #126671;
	margin: 33px 31px 16px 31px;
	font-weight: normal;
	}
	
	.c2_box h3 {
	margin: 0px 0px 5px 0px;
	}

	.c2_box p {
	margin: 5px 0px 10px 0px;
	}

.add_ticket {
	width: 78px;
	height: 88px;
	float: left;
	margin: 0px 15px 0px 31px;
	background: url(add_ticket.png);
	clear: left;
}

.check_ticket {
	width: 78px;
	height: 88px;
	float: left;
	margin: 0px 15px 0px 31px;
	background: url(check_ticket.png);
	clear: left;
}

.ticket_text {
	width: 230px;
	float: left;
}

.create_ticket {
	background: url(create_ticket.png) 0px 0px no-repeat;
	width: 110px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin: 20px 0px 0px 0px;
	float: left;
	clear: left;
}
		
	.create_ticket:hover {
		background-position: -110px 0px;
	}

.checkticket {
	background: url(check_ticket-04.png) 0px 0px no-repeat;
	width: 110px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin: 20px 0px 0px 0px;
	float: left;
	clear: left;
}
		
	.checkticket:hover {
		background-position: -110px 0px;
	}
	
.checkform {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 230px;
	clear: both;
}

	.checkform strong {
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	float: left;
	color: #2598A8;
	font-weight: normal;
	clear: left;
	}


.check_field {
	width: 135px;
	height: 25px;
	margin: 0px;
	float: right;
	font-size: 12px;
	clear: right;
	padding: 3px 0px 0px 4px;
	border: 1px solid #2598A8;
}

.map_details {
	float: left;
	width: 300px;
	margin: 10px 0px 5px 31px;
	border: 1px solid #d5d5d5;
}

.building {
	width: 306px;
	height: 232px;
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid #d5d5d5;
	outline: 2px;
	background: url(building.png) 3px 3px no-repeat;
}

/*
Results
*/

#column2 {
	float: left;
	width: 551px;
	margin: 0px 16px 16px 0px;
}

	#column2 h1 {
		font-size: 18px;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
	}
	
	#column2 h1 a {
		text-decoration: none;
	}

	#column2 h2 {
		font-size: 18px;
		font-weight: normal;
		display: block;
		clear: left;
	}
	
#column3 {
	width: 160px;
	float: left;
	margin: 0px 0px 16px 0px;
	padding-left: 10px;
}	

.sponsored {
	font-size: 10px;
	text-align: right;
	display: block;
	margin: 0px 0px 10px 0px;
	color: #CCCCCC;
	text-transform: uppercase;
}

.textleft {
	text-align: left !important;
}

.results_sponsored {
	float: left;
	clear: left;
	width: 551px;
}

.results_map {
	width: 311px;
	border: 2px solid #fff;
	outline: 1px solid #d5d5d5;
}

.results_column {
	float: left;
	clear: left;
	width: 160px;
}

.ditto {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
}

.ditto li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.ditto h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 17px;
	font-size: 15px;
}

.ditto a {
	color: #026571;
	text-decoration: none !important;
}

.ditto a:hover {
	color: #AFC300;
}

.ditto p {
	margin: 2px 0px 2px 0px;
}

.ditto a  p {
	color: #7f7f7f !important;
	text-decoration: none !important;
}

.ditto strong {
	margin: 0px;
	color: #336600;
	font-size: 10px;
	text-decoration: none !important;
}

.ditto a strong {
	text-decoration: none !important;
	font-weight: normal;
}

.ditto a h3 {
	text-decoration: underline !important;
}

.ditto span {
	display:block;
	height:50px;
	width:50px !important;
	margin:0px;
	overflow:hidden;
	background-color: #fff;
	float: left;
	border: 2px solid #fff;
	outline: 1px solid #d5d5d5;
	text-align: center;
}

.ditto div {
	padding: 0px 0px 0px 65px;
}

.business {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
}

.business li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.business h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 17px;
	font-size: 15px;
}

.business a {
	color: #1d8dc7;
	text-decoration: none !important;
}

.business a:hover {
	color: #AFC300;
}

.business p {
	margin: 2px 0px 2px 0px;
}

.business a  p {
	color: #7f7f7f !important;
	text-decoration: none !important;
}

.business strong {
	margin: 0px;
	color: #336600;
	font-size: 10px;
	text-decoration: none !important;
}

.business a strong {
	text-decoration: none !important;
	font-weight: normal;
}

.business a h3 {
	text-decoration: underline !important;
}

.business span {
	display:block;
	height:50px;
	width:50px !important;
	margin:0px;
	overflow:hidden;
	background-color: #fff;
	float: left;
	border: 2px solid #fff;
	outline: 1px solid #d5d5d5;
	text-align: center;
}

.business div {
	padding: 0px 112px 0px 0px;
}


.vendor {
	width: 80px;
	border-left: 1px dotted #cacaca;
	padding: 0px 0px 0px 15px !important;
	margin: 0px;
	float: right;
}

.vendor a img {
	margin: 5px auto 5px auto !important;
	border: 0px;
}

.vendor p {
	margin: 2px 0px 0px 0px;
	font-size: 11px;
}


.rplain {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
}

.rplain li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.rplain h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 17px;
	font-size: 15px;
}

.rplain a {
	color: #026571;
	text-decoration: none !important;
}

.rplain a:hover {
	color: #FF7D04;
}

.rplain p {
	margin: 2px 0px 2px 0px;
}

.rplain a  p {
	color: #7f7f7f !important;
	text-decoration: none !important;
}

.rplain strong {
	margin: 0px;
	color: #336600;
	font-size: 10px;
	text-decoration: none !important;
}

.rplain a strong {
	text-decoration: none !important;
	font-weight: normal;
}

.rplain a h3 {
	text-decoration: underline !important;
}

.dotleft {
	border-left: 1px dotted #d5d5d5;
}

.bordergrey {
	outline: 1px solid #d5d5d5;
}

.borderblue {
	outline: 1px solid #0278c3;
	background-color: #F6FFFF;
}

.bizrate5 {
	background: url(stars_large.png) 0px 0px no-repeat;
	height: 16px;
}
.bizrate4-5 {
	background: url(stars_large.png) 0px -16px no-repeat;
	height: 16px;
}

.bizrate4 {
	background: url(stars_large.png) 0px -32px no-repeat;
	height: 16px;
}

.bizrate3-5 {
	background: url(stars_large.png) 0px -48px no-repeat;
	height: 16px;
}

.bizrate3 {
	background: url(stars_large.png) 0px -64px no-repeat;
	height: 16px;
}

.bizrate2-5 {
	background: url(stars_large.png) 0px -80px no-repeat;
	height: 16px;
}

.bizrate2 {
	background: url(stars_large.png) 0px -96px no-repeat;
	height: 16px;
}

.bizrate1-5 {
	background: url(stars_large.png) 0px -112px no-repeat;
	height: 16px;
}

.bizrate1 {
	background: url(stars_large.png) 0px -128px no-repeat;
	height: 16px;
}

.bizrate-5 {
	background: url(stars_large.png) 0px -144px no-repeat;
	height: 16px;
}

.bizrate0 {
	background: url(stars_large.png) 0px -160px no-repeat;
	height: 16px;
}

.whitepages {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
}

.whitepages li {
	margin: 0px 10px 15px 10px;
	padding: 0px;
}

.whitepages h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 17px;
	font-size: 15px;
}

.whitepages a {
	color: #026571;
	text-decoration: none !important;
}

.whitepages a:hover {
	color: #FF7D04;
}

.whitepages p {
	margin: 2px 0px 2px 0px;
}

.whitepages a  p {
	color: #7f7f7f !important;
	text-decoration: none !important;
}

.whitepages strong {
	margin: 0px;
	font-size: 10px;
	text-decoration: none !important;
	line-height: 20px;
}

.whitepages strong a {
	font-weight: normal;
}

.whitepages b {
	margin: 0px;
	font-size: 14px;
	text-decoration: none !important;
}

.whitepages a strong {
	text-decoration: none !important;
	font-weight: normal;
}

.whitepages a h3 {
	text-decoration: underline !important;
}

.whitepages span {
	display:block;
	height:50px;
	width:50px !important;
	margin:0px;
	overflow:hidden;
	background-color: #fff;
	float: left;
	border: 2px solid #fff;
	outline: 1px solid #d5d5d5;
	text-align: center;
}

.whitepages div {
	padding: 0px 120px 0px 0px;
}

.info {
	width: 90px;
	border-left: 1px dotted #cacaca;
	padding: 0px 0px 0px 15px !important;
	margin: 0px;
	float: right;
}

.info p {
	margin: 2px 0px 0px 0px;
	font-size: 11px;
}

.rating {
	padding: 0px !important;
	width: 88px;
	margin: 0px;
}

#product_footer {
	width: 462px;
	float: left;
	clear: left;
	font-size: 12px;
	padding: 4px 6px 4px 0px;
	text-align: right;
	background-color: #ECECEC;
	color: #2A686F;
}

#product_footer p {
	float: right;
	margin: 0px 5px 0px 0px;
}

#product_footer ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:  right;
}

#product_footer li {
	float: left;
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0px 2px 0px 0px;
	border-right: 1px dotted #92d4dc;
}

.contextual_example {
	float: left;
	clear: left;
	width: 531px;
	margin: 10px 10px 0px 10px;
}

	.contextual_example p {
		margin: 0px 0px 10px 0px;
	}
	
/*
Contextual Banner
*/

.contextual_banner {
	float: right;
	width: 160px;
	margin: 0px 0px 20px 20px;
}

.admedia_contextual {
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d5d5d5;
}

.admedia_contextual ul {
	margin: 10px 10px 10px 10px;
	list-style-type: none;
	padding: 0px;
}

.admedia_contextual li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.admedia_contextual h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
	font-size: 15px;
}

.admedia_contextual a {
	color: #026571;
	text-decoration: none !important;
}

.admedia_contextual a:hover {
	color: #FF7D04;
}

.admedia_contextual p {
	margin: 2px 0px 2px 0px;
}

.admedia_contextual a  p {
	color: #7f7f7f !important;
	text-decoration: none !important;
}

.admedia_contextual strong {
	margin: 0px;
	color: #336600;
	font-size: 10px;
	text-decoration: none !important;
}

.admedia_contextual a strong {
	text-decoration: none !important;
	font-weight: normal;
}

.admedia_contextual a h3 {
	text-decoration: underline !important;
}

.w160 {
	width: 158px;
}

.adsby {
	height: 10px;
	text-align: right;
}

/*
Search Vortal
*/

#searchbox-container {
	background: #ddfde0;
	background-color: #F5F5F5;
}

#searchbox-container h1 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 7px 5px;
	background: url(grad-sb-header.png) 0px 7px repeat-x;
	font-family: arial;
}

#searchbox-container h2 {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0px !important;
	padding: 2px 5px 2px 5px !important;
	text-align: right;
	clear: left;
	background-color: none !important;
	background-image: none !important;
}

#searchbox-container h2 a {
	color: #8a8a8a;
	text-decoration: none;
}

#searchbox-container h2 a:hover {
	text-decoration: underline;
}

#buzzwords {
	text-align: justify;
	margin: 1px 5px 5px 5px;
	color: #6F9DAC;
	padding-top: 1px;
}

#buzzwords p {
	margin: 4px 0px 4px 0px;
}

#buzzwords a {
	text-decoration: none;
}

#buzzwords a:hover {
	text-decoration: underline;
}

.b1 {
	font-size: 12px;
}

.b2 {
	font-size: 14px;
}

.b3 {
	font-size: 16px;
}

.b4 {
	font-size: 18px;
}

#buzzwords h1 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #8a8a8a;
	background: none;
}

#sb-search {
	float: left;
	margin: 0px 5px 4px 5px;
	padding: 4px 0px 0px 0px;
	border-top: 1px dotted #8a8a8a
}

.sb-form {
	width: 95%;
	border: 1px solid #8a8a8a;
	padding-left: 4px;
	color: #999999;
	height: 17px;
	margin: 0px 0px 0px 0px;
}

/*
Overview
*/

.overview {
	margin: 5px 15px 10px 0px;
}

.overview_getstarted {
	width: 200px;
	float: right;
	margin: 5px 0px 0px 0px;
	padding-left: 20px;
	border-left: 1px dotted #d5d5d5;
}

	.overview_getstarted h3 {
	margin: 15px 0px 0px 0px;
	color: #FF8000;
	font-size: 16px;
	font-weight: normal;
	}
	
	.overview_getstarted h4 {
	margin: 0px 0px 5px 0px;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	}

.overview_text {
	width: 310px;
	float: left;
	margin: 5px 0px 0px 0px;
}

	.overview_text h3 {
	font-size: 14px;
	margin: 0px 0px 8px 0px;
	color: #ff8004;
	}
	
	.overview_text p {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	}
	
	.overview_text strong {
		color: #666666;
	}
	
	.overview_text ul {
		list-style-type: none;
		margin: 5px 0px 20px 10px;
		padding: 0px;
	}
	
	.overview_text li {
		background: url(blu-bullet.gif) 0px 4px no-repeat;
		padding: 0px 0px 0px 10px;
		color: #333333;
	}

/*
Social Network Additions
*/

.twitter {
	padding-left: 26px;
	background: url(ico_twitter.png) 0px 0px no-repeat;
	height: 18px;
	padding-top: 4px;
}

.facebook {
	padding-left: 26px;
	background: url(ico_facebook.png) 0px 0px no-repeat;
	height: 18px;
	padding-top: 4px;
}

.blog {
	padding-left: 26px;
	background: url(ico_blog.png) 0px 0px no-repeat;
	height: 18px;
	padding-top: 4px;
}

.newsletter {
	padding-left: 26px;
	background: url(ico_newsletter.png) 0px 0px no-repeat;
	padding-top: 4px;
	height: 18px;
}

/*
Advertiser Feedback
*/

.ad_feedback em {
	color: #333333;
	margin: 10px 0px 10px 0px;
	display: block;
}

.ad_feedback p {
	display: block;
	clear: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d5d5d5;
}

.ad_feedback img {
	clear: left;
}

/*
Rotating Products
*/

.prod_rotate {
	width: 800px;
	height: 308px;
	float: left;
	clear: left;
	position: relative;
}

.product {
	width: 800px;
	height: 308px;
	position: relative;
}

._tyoffer {
	background: url(prod_tyoffer.png) 0px 0px no-repeat;
}

._tyemail {
	background: url(prod_emailretarget.png) 0px 0px no-repeat;
}

._intextad {
	background: url(prod_inlinetextad.png) 0px 0px no-repeat;
}

._xml {
	background: url(prod_xml.png) 0px 0px no-repeat;
}

._localxml {
	background: url(prod_localxml.png) 0px 0px no-repeat;
}

._domainlanding {
	background: url(prod_domainlanding.png) 0px 0px no-repeat;
}

._domainredirect {
	background: url(prod_domainredirect.png) 0px 0px no-repeat;
}

._email {
	background: url(prod_email.png) 0px 0px no-repeat;
}

.button_video {
	width: 102px;
	height: 61px;
	background: url(button_video.png) 0px 0px no-repeat;
	position: absolute;
	display: block;
	left: 477px;
	top: 233px;
	text-indent: -9999px;
	outline: none;
}

.button_video:hover {
	background-position: -102px 0px;
}

.button_getstarted {
	width: 159px;
	height: 61px;
	background: url(button_getstarted.png) 0px 0px no-repeat;
	position: absolute;
	display: block;
	left: 586px;
	top: 233px;
	text-indent: -9999px;
	outline: none;
}

.button_getstarted:hover {
	background-position: -159px 0px;
}

.solo {
	left: 447px !important;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height:308px;
	margin: 0px 0px 0px 0px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items_wrap {
	width: 800px;
	height:308px;
	float: left;
}


/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
}

/* right */
a.right 				{
	background: url(prod_arrow_next.png) 0px 0px no-repeat;
	width:35px;
	height: 76px;
	position: absolute;
	z-index: 9;
	display: block;
	left: 765px;
	top: 109px;
	cursor: pointer;
	outline: none;
}
a.right:hover 		{ background-position:-35px 0px; }


/* left */
a.left				{
	background: url(prod_arrow_back.png) 0px 0px no-repeat;
	width:35px;
	height: 76px;
	position: absolute;
	z-index: 10;
	display: block;
	left: 0px;
	top: 108px;
	cursor: pointer;
	outline: none;
}
a.left:hover 		{ background-position:-35px 0px; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
