/* @override http://localhost/~olikenobi/TraductionWeb/css/promotions.css */

#content {
	position: relative;
}

#content h1 a.btn-rates {
	float: right;
	padding-left: 25px;
	background: url(../images/red/red-arrow.gif) no-repeat 0 0;
	font-size: 0.6em;
	color: #999;
}
#content h1 a.btn-rates:hover {
	background-position: 0 -20px;
	text-decoration: none;
	color: #c00;
}

#content h2 {
	margin: 25px 0 15px;
	padding: 0;
	text-align: justify;
	font-size: 18px;
	font-size: 16px;
}

#content p {
	clear: both;
	margin: 15px 10px;
	padding: 0;
	text-align: justify;
}

#content ul {
	clear: left;
	padding: 20px 10px;
}
#content ul li {
	float: left;
	clear: none;
}
#content ul li.title {
	width: 180px;
	height: 100px;
	background: url(../images/red180x100.gif) no-repeat 0 0;
	border: 1px solid #600;
	line-height: 100px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
#content ul li.text {
	width: 600px;
	height: 80px;
	padding: 10px 30px;
	border-top: 1px solid #600;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	background-color: #eee;
}

#content p.notice {
	clear: left;
	margin: 0;
	padding: 30px 0 0;
	font-size: 0.9em;
}





