
/* Resets */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a,
em, font, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: transparent;
}

ol, ul {
	list-style: none;
}

div, span {
	color: #fff;
	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.1;
}

br {
	clear: both;
}

/* Loader */

#adFC td {
	height: 243px;
	width: 185px;
	vertical-align:middle;
	text-align:center;
}

/* Primary Architectures */

.pluginWrap {
	width: 185px;
	height: 227px;
	padding: 5px;
	background: transparent url(../images/blackboxbg.gif) no-repeat;
	position: relative;
	float: left;
}

.opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 193px;
	height: 235px;
	filter: alpha(opacity=100);
	background-color: #000000;
	-moz-opacity: 1;
	opacity: 1;
	z-index: 998;
	position: absolute;
	top: 1px;
	left: 1px;
}

.contentdiv {
	display: none;
}

span.featuredPlansTitle {
	width: 112px;
	height: 20px;
	font-size: 16px;
	float: left;
	font-weight: bold;
}

span.featuredPlanCounter {
	width: 190px;
	height: 14px;
	text-align: right;
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: 999;
}

span.featuredPlanCounter a {
	padding: 0;
	text-decoration: none;
	color: #fff;
}

span.featuredPlanCounter a:hover {
	color: #fff;
}

span.featuredPlanCounter a.selected {
	color: #ff0000;
}

.logoContainer {
	width: 185px;
	height: 55px;
	padding-top: 10px;
	text-align: center;
	float: left;
}

span.featuredPlanTitle {
	width: 185px;
	padding-top: 5px;
	float: left;
}

div.featuredPlanDetails,
div.featuredPlanDetailsSupp {

}

div.featuredPlanDetails {
	color: #fff;
	padding-top: 10px;
	float: left;
}

div.featuredPlanDetails p {
	font-size: 11px;
}

div.featuredPlanDetailsSupp {
	display: none;
}

span.featuredPlanType {
	display: none;
}

div.featuredPlanPrice {
	width: 185px;
	position: absolute;
	top: 164px;
	left: 5px;
	float: left;
}

span.dollarSymbol,
span.dollarAmount,
span.centsAmount,
span.amountMonth {
	color: #fdf800;
	float: right;
}

span.dollarSymbol {
	position: relative;
	top: -5px;
	left: -20px;
}

span.dollarAmount {
	font-size: 34px;
	top: -10px;
	left: -20px;
	position: relative;
	float: right;
}

span.amountMonth {
	position: absolute;
	top: 5px;
	left: 165px;
}

span.centsAmount {
	position: absolute;
	top: -5px;
	left: 165px;
}

span.featuredPlanCensusData {
	width: 185px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.1;
	float: left;
	position: absolute;
	top: 187px;
	left: 5px;
}

