@import "../style.css";
@import "../menu/events.css";

#offer_table {
	padding: 20px;
	margin: 0px;
	/*background: url('../../gfx/images/ypdf_table_background_0c0c0c.gif') center top no-repeat;*/
	overflow:hidden; 
}

#offer_table h4 {
	text-align:center;
}

#offer_table .offer_images {
	text-align:center;
}

#offer_table img {
	margin: 5px;
}

#offer_table a {
	color:#eee;
	border-bottom:solid 1px #820128;
	text-decoration:none;
}

#offer_table a:hover {
	color:white;
	border-bottom:solid 1px #F1A5BC;
}

#offer_list {
	margin-left:3%;
}

#offer_table a.offer_list {
	text-decoration:none;
}

#offer_table div.current_offer {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #820128;
	background-color: #202020;
	margin-top: 10px;
	text-align:center;
}

#offer_table span.current_offer_title {
	font-size: small;
	color: #ffffff;
}

#offer_table span.current_offer_title_bold {
	font-size: small;
	font-weight:bold;
	color: #ffffff;
}

.news_title {
	border-bottom:1px solid #554444;
	font-family:"Book Antiqua",helvetica,serif;
	font-weight:normal;
	text-align:right;
	padding-right:10%;
	padding-top:5px;
	font-size:15pt;
	margin-bottom:0px;
	/*background:url('../../gfx/images/hdr_bg.png') left top repeat-x;*/
}