div.advertiser_contact {

}
  div.advertiser_contact h2 {
    clear:both;
    font-size: 100%;
    background-color: #999999;
    padding: 2px;
    color: #000000;
    border: 1px solid #999999;
  }
div.advertiser_locations {
	width: 345px;
	margin: 5px 5px 5px 2em;
	padding: 2px;
	background-color: #F9F9F9;
	font-size: 80%;
	border: 1px solid #999999;
	float: left;
}
div.advertiser_locations a {
	color: #000;
}
	div.advertiser_locations p {
	}	
	div.advertiser_locations p.contact_name {
		font-weight: bold;
		text-align: center;
		line-height: 100%;
		padding-bottom: 2px;
		border-bottom: 1px solid #D1D1D1;
	}

div.advertiser_images {
  width: 135px;
  float: right;
  margin: 2em 0 0 1em;
  padding-top: 1em;
}

div.advertiser_images img {
  text-align: center;
  border: 1px solid #D1D1D1;
  padding: 2px;
  margin: 2px 0px;
}

div.advertiser_images p.link {
  text-align: center;
  font-size: 80%;
  color: #999999;
  border: 1px solid #999999;
  margin-bottom: 1em;
}


div.bid_options {
	font: 100% Verdana, serif;
	clear: both;
	border: 1px solid #999999;
	margin-top: 1em;
}
	div.bid_options div.header {
		background-color: #999999;
		height: 20px;
		margin: 0px;
		padding: 0px;
		background-image: none;
	}
	div.bid_options div.header h3 {
		margin: 0px;
		padding: 2px;
		color: #000;
		font-weight: bold;
		font-size: 95%;
	}
	div.bid_options div.main_content {
		background-color: #333333;
		margin: 0px;
		padding: 10px;
	}
	div.bid_options div.main_content a {
		text-decoration: underline;
	}
	div.bid_options div.main_content a:hover {
		text-decoration: underline;
	}
	div.bid_options h3 {
		margin: 0px;
		padding: 0px;
	}

/*Main wrapper for the sponsor_viewer.php page */

div.advertiser_main {
	padding: 0px 15px;
}
	div.advertiser_main h2.title {
		color: #999999;
		margin-bottom: 1em;
	}

	div.advertiser_main table.photo_album {
		margin: 2em auto;
		border-collapse: collapse;
	}
	div.advertiser_main table.photo_album tr td {
		vertical-align: middle;
		margin: 0px;
		padding: 0px;
		background-color: #999999;
	}
	div.advertiser_main table.photo_album tr td img {
		height: 125px;
		width: 95px;
		margin: 1px;
		padding: 4px;
		border: 1px solid #D1D1D1;
	}

div.paging {
	width: 500px;
	margin: 0px auto;
	border: 1px solid #D1D1D1;
	padding: 4px;
	text-align: center;
}
