/*
 * Mobissimo.com Screen Icing
 *
 * Affiliate pages stylesheet
 *
 */

#content_main {
	float: none;
	margin: auto;
}

#content_main h2 {
	color: #555;
	font-size: 1.8em;
	margin: 1em 0 1.5em;
}

#content_main h3 {
	color: #888;
	font-size: 1.1em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#content_main h4 {
	border-bottom: 1px solid #ddd;
	margin: 2em 0 1em;
	color: #666;
	font-size: 1.1em;
	padding: .5em;
	font-variant: small-caps;
}

#content_main h5 {
	background: #f3f3f3;
	font-variant: small-caps;
	font-size: 1em;
	color: #666;
	letter-spacing: .1em;
	margin: 1.5em 0 .5em;
	width: 6em;
	padding: .5em;
	font-weight: normal;
}

#content_main strong {
	font-variant: small-caps;
	color: #00A3BF;
}

.section {
	margin-top: 2em;
}

#content_main p {
	padding: 0;
	margin-bottom: .5em;
}

ul.requirements {
	list-style-image: url('img/bullet_tick.png');
	margin: 1.5em;
}

.requirements li {
	margin: 0 0 .5em;
}

.banners {
	list-style-type: none;
}

.banners li {
	border: 1px solid #fff;
	display: block;
	margin: 1em 0;
	width: auto;
}

.banners li.hover {
	border: 1px solid #00a3bf;
}

.banners li.expanded {
	border: 1px solid #ccc;
}

.banners li .banner-info {
	background: url('img/expand_blue.png') no-repeat .7em .9em;
	cursor: pointer;
	padding: .5em 1em .5em 2em;
}

.banners li.expanded .banner-info {
	background: url('img/collapse_blue.png') no-repeat .7em 1em;
}


.banners li.hover .banner-info {
	cursor: pointer;
	text-decoration: underline;
}

.banners h6 {
	font-size: 1.4em;
	font-family: "Trebuchet MS";
	font-style:italic;
	font-weight:normal;
}

.banners .caption {
	color: #666;
	font-style: italic;
	font-size: .9em;
	text-decoration: underline;
}

.banners li.hover .caption {
	color: #ff4d00;
}

.banner-code {
	padding: 0 3em;
}

#search-box .banner-code {
	padding: 0 1em;
}

.banner-code p {
	font-weight: bold;
	margin-top: 2em;
}

.banners iframe,
.banners object {
	margin-top: 1em;
}

.banners textarea {
	font-family: monospace;
	font-size: 10px;
	height: 8em;
	margin-bottom: 2em;
	width: 55em;
}

#package {
	background: url('img/download.png') no-repeat;
	color: #fff;
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 12px 0 10px 50px;
	width: 300px;
}

#package:hover {
	border: 0;
	text-decoration: underline;
}

