@charset "UTF-8";
/* CSS Document Geberic Styles - Common ad elements */

.spacer10px {
	height: 10px;
	width: 10px;
	position: relative;
	float: left;
}

.spacer10px_alt {
	height: 10px;
	width: 10px;
	position: relative;
}

.adContent_genericColumn {
	width: 190px;
	height: auto;
	position: relative;
	float: left;
}

/* 3 Star Ads only */

.mainAdContainer_3star {
	padding: 5px;
	height: 440px;
	width: 590px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.adContentContainer_3starHeader {
	height: 90px;
	width: 590px;
	position: relative;
	margin-bottom: 5px;
}

.adContentContainer_3starImages {
	height: 150px;
	width: 590px;
	position: relative;
	margin-bottom: 5px;
}

.adContentContainer_3starText {
	height: 190px;
	width: 590px;
	position: relative;
}

.adContentContainer_3starText_alt {
	height: auto;
	width: 590px;
	position: relative;
}

.adContent_3starLogo {
	float: left;
	height: 90px;
	width: 190px;
	position: relative;
}

.adContent_3starAdTitle {
	height: 55px;
	width: 390px;
	position: absolute;
	top: 35px;
	left: 200px;
	font-size: 22px;
}

/* 2 Star Ads only */

.mainAdContainer_2star {
	padding: 5px;
	height: 440px;
	width: 190px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.adContentContainer_2starHeader {
	height: 90px;
	width: 190px;
	position: relative;
	margin-bottom: 5px;
}

.adContentContainer_2starImage {
	height: 150px;
	width: 190px;
	position: relative;
	margin-bottom: 5px;
}

.adContentContainer_2starText {
	height: 190px;
	width: 190px;
	position: relative;
}

.adContent_2starAdTitle {
	height: 60px;
	width: 190px;
	position: absolute;
	top: 30px;
	font-size: 16px;
}
