/***************************************/
/******** Generic Content Style ********/
/***************************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 11px Arial, Tahoma, Verdana, sans-serif;
}
a {
	color: #de1f85;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 12px 0;
}
h1 {
	font-size: 24px;
	color: #D02B75;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #5090D0;
	margin: 0 0 10px;
}
hr {
	border: 0;
	background: 0;
	border-bottom: 1px solid #de1f85;
	width: 80%;
	margin: 20px auto;
}
#w {
	width: 575px;
	margin: 12px auto;
	background: #FFF url(../images/demo-bottom.png) no-repeat bottom left;
	padding-bottom: 94px;
	overflow: hidden;
}
	#w #inner-w {
		background: #FFF url(../images/demo-top.png) no-repeat top left;
		padding-top: 80px;
		overflow: hidden;
	}
		#w #inner-w #content {
			background: #FFF url(../images/demo-mid.png) repeat-y;
			overflow: hidden;
		}
#w .example-c {
	float: left;
	width: 491px;
	margin: 15px 40px;
	background: url(../images/example-bottom.png) no-repeat bottom left;
	padding-bottom: 18px;
}

	#w .example-c .example {
		background: #FFF url(../images/example-mid.png) repeat-y;
		padding: 0 15px;
	}
		#w .example-c .example h2 {
			background: url(../images/example-top.png) no-repeat top left;
			width: 476px;
			margin: 0;
			padding: 14px 0 10px 15px;
			position: relative;
			left: -15px;
			text-decoration: underline;
		}
		#w .example-c .example .ratingdiv {
			overflow: hidden;
		}
		#w .example-c .example h3 {
			font-size: 12px;
			color: #5090D0;
			margin: 12px 0 10px;
		}
#f {
	clear: both;
}
	#f ul {
		list-style: none;
		text-align: center;
	}
		#f ul li {
			display: inline;
			margin: 0 20px;
		}