/****************************************************************************/
/* 2009 - Techfront.com.br													*/
/*																			*/
/* Created: 14/08/2009 by Herus Armstrong									*/
/* Description: Alignment of elements of Casualmania privacy page			*/
/****************************************************************************/

/************************************/
/* ALL GAMES LIST					*/
/************************************/

#content {
	padding-top: 0;
	padding-left: 8px;
	padding-right: 7px;
	width: 985px;
}
#privacy {
	padding-right: 20px;
	background-color: #0CC;
}
/* Breadcrumb */
#breadcrumb {
	background-image: url(../image/bg/allgames_breadcrumb_body.gif);
	width: 935px;
	height: 32px;
	float: right;
	margin-top: 17px;
	margin-bottom: 17px;
	padding-left: 15px;
}
#breadcrumb, #breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
	color: #630005;
}
#breadcrumb a {
	font-size: 18px;
}
#breadcrumb .category {
	font-size: 18px;
}

/************************************/
/* ADVERTISEMENT					*/
/************************************/

.ad_support, .ad_vert {
	border: 1px solid #D76D00;
	background-image: url(../image/bg/contents_body.gif);
	width: 250px;
	height: 250px;
	float:	right;
	padding: 20px;
}
.ad_vert {
	background-image: none;
	border: 0;
	width: 220px;
	height: 600px;
	margin-bottom: 20px;
}

/************************************/
/* PRIVACY CONTENT					*/
/************************************/

.privacycontent {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	width: 540px;
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	min-height: 710px;
}
.privacycontent ol, .privacycontent ul {
	color: #630003;
	padding-left: 20px;
}
.privacycontent ol, .privacycontent ul, .privacycontent p {
	color: #FFF;
	padding-bottom: 15px;
}

.privacycontent hr {
	width: 100%;
	border-top: 1px solid #f4a000;
	border-bottom: 1px solid #8f3900;
	margin-top: 20px;
	margin-bottom: 20px;
}
.privacycontent h3,h2 {
	color: #630003;
	margin-bottom: 15px;
	font-size: 14px;
}
.privacycontent p {
	color: #FFF;
	line-height: 16px;
	margin-bottom: 15px;
}

/************************************/
/* HIGH RATES						*/
/************************************/

#ratedgames {
	background-image: url(../image/bg/contents_body.gif);
	border: 1px solid #D76D00;
	border-top: 0;
	width: 270px;
	display: block;
	float: right;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#ratedgames h2 {
	background-image: url(../image/bg/toprated_header.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 6px;
	line-height: 12px;
	width: 280px;
	margin-left: -20px;
	color: #4b0000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bolder;
	padding-left: 10px;
}
#ratedgames div {
	background-image: url(../image/bg/toprated_item_body.gif);
	background-repeat: repeat-y;
	border: 1px solid #7c0007;
	width: 230px;
	height: 47px;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	margin-top: 12px;
}
#ratedgames div h3 {
	height: 13px;
	line-height: 13px;
	margin-top: -3px;
}
#ratedgames div h3, #ratedgames div .developer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC700;
	font-size: 13px;
	width: 180px;
	float: left;
	padding-left: 10px;
}
#ratedgames .stars {
	margin-left: 10px;
	margin-top: 2px;
}
#ratedgames div .developer, #ratedgames div .developer a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFC700;
	font-size: 11px;
}
#ratedgames div img {
	float: left;
}
#ratedgames div .ratedgame {
	float: right;
	position: relative;
	margin-top: -36px;
	margin-right: -12px;
	border: 1px solid #470000;
}
#ratedgames div .ratedgame img {
	height: 60px;
	width: 60px;
}

