@charset "utf-8";
/* CSS Document */
#seller_content_top {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

	#seller_content_top #seller_content_left {
		float: left;
		width: 380px;
		min-width: 380px;
		max-width: 380px;
	}

	#seller_content_top #seller_content_right {
		float: right;
		width: 518px;
		min-width: 518px;
		max-width: 518px;
	}
	
		#seller_content_top #seller_content_right #video_wrapper {
			background-color: #e3ebdc;
			padding-left: 20px;
			padding-top: 20px;
			padding-bottom: 8px;
			padding-right: 20px;
		}

	#seller_content_top h1.welcome {
		background-image: url(../_images/_backgrounds/welcome_sellers.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		text-indent: -9999px;
		height: 55px;
		min-height: 55px;
		max-height: 55px;
		width: 252px;
		min-width: 252px;
		max-width: 252px;
		margin-bottom: 10px;
	}
	
	#seller_content_top a.contact:link, 
	#seller_content_top a.contact:active, 
	#seller_content_top a.contact:visited, 
	#seller_content_top a.contact:hover {
		clear: both;
		display: block;
		background-image: url(../_images/_backgrounds/sprites.png);
		background-repeat: no-repeat;
		background-position: -434px -215px;
		height: 29px;
		min-height: 29px;
		max-height: 29px;
		width: 224px;
		min-width: 224px;
		max-width: 224px;
		cursor: pointer;
		text-indent: -9999px;
	}

#seller_content_bottom {
	clear: both;
	margin: 20px;
	overflow: hidden;
}

	#seller_content_bottom #seller_simplistate_versus {
		clear: both;
		border-top: 1px #787878 dotted;
		padding-top: 15px;
		overflow: hidden;
	}
		
		#seller_content_bottom #seller_simplistate_versus h4 {
			display: block;
			background-image: url(../_images/_elements/_headers/simplistate_vs_trad.png);
			background-repeat: no-repeat;
			background-position: center top;
			height: 114px;
			min-height: 114px;
			max-height: 114px;
			width: 395px;
			min-width: 395px;
			max-width: 395px;
			margin-left: auto;
			margin-right: auto;
			text-indent: -9999px;
		}

	#seller_content_bottom table.services_comparison {
		border: none;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	
		#seller_content_bottom table.services_comparison tr {
			clear: both;
		}
		
			#seller_content_bottom table.services_comparison tr td {
				text-align: center;
				padding: 10px;
				border-right: 1px #787878 dotted;
				border-bottom: 1px #787878 dotted;
				vertical-align: middle;
				width: 33%;
				min-width: 33%;
				max-width: 33%;
				font-size: 85%;
				color: #787878;
				letter-spacing: -1px;
			}

			#seller_content_bottom table.services_comparison tr td h5 {
				display: block;
				background-image: url(../_images/_backgrounds/sprites.png);
				background-repeat: no-repeat;
				text-indent: -9999px;
				margin-left: auto;
				margin-right: auto;
			}

				#seller_content_bottom table.services_comparison tr td.header_row {
					min-height: 70px;
				}

				#seller_content_bottom table.services_comparison tr td.simpli_green {
					color: #499a3d;
				}

					#seller_content_bottom table.services_comparison tr td.simpli_green small {
						display: block;
						margin-top: 5px;
						font-size: 77%;
						line-height: 0.85em;
						letter-spacing: normal;
					}

					#seller_content_bottom table.services_comparison tr td.simpli_green strong {
						font-size: 123.1%;
						font-weight: bold;
					}

				#seller_content_bottom table.services_comparison tr td.simpli_red {
					color: #b30000;
				}

					#seller_content_bottom table.services_comparison tr td.simpli_red small {
						display: block;
						margin-top: 5px;
						font-size: 77%;
						line-height: 0.85em;
						letter-spacing: normal;
					}

					#seller_content_bottom table.services_comparison tr td.simpli_red strong {
						font-size: 123.1%;
						font-weight: bold;
					}

				#seller_content_bottom table.services_comparison tr td.seller_services {
					margin-left: 20px;
					text-align: left;
					font-weight: bold;
				}

					#seller_content_bottom table.services_comparison tr td.seller_services h5.header_seller_services {
						background-position: -820px -428px;
						width: 157px;
						min-width: 157px;
						max-width: 157px;
						height: 18px;
						min-height: 18px;
						max-height: 18px;
					}

				#seller_content_bottom table.services_comparison tr td.simplistate {
				}

					#seller_content_bottom table.services_comparison tr td.simplistate h5.header_simplistate {
						background-position: -794px -820px;
						width: 174px;
						min-width: 174px;
						max-width: 174px;
						height: 60px;
						min-height: 60px;
						max-height: 60px;
					}

				#seller_content_bottom table.services_comparison tr td.traditional_realtors {
					border-right: none;
				}

					#seller_content_bottom table.services_comparison tr td.traditional_realtors h5.header_traditional_realtors {
						background-position: -757px -390px;
						width: 220px;
						min-width: 220px;
						max-width: 220px;
						height: 18px;
						min-height: 18px;
						max-height: 18px;
					}
