@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	color: #555;
}
div.page {
	width: 500px;
	background-color: #fff;
	line-height: 1.4;
}
div.page * {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
div.page h1 {
	margin: 0 0 7px 0;
	padding: 0 6px 7px;
	background: url(/share/img/calendar/border.gif) repeat-x left bottom;
	font-size: 16px;
	font-weight: bold;
}
div.page p.date {
	margin: 0 10px 20px 0;
	padding: 0 5px 0;
	font-weight: bold;
}
div.page div.eventMain:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden;
}
div.page div.eventMain {
	display: inline-block;
	margin: 0 0 15px;
}
/* Hide from IE-mac \*/

* html div.page div.eventMain { height: 1%; }
div.page div.eventMain { display:block; }

/* End hide from IE-mac */

div.page div.eventMain div.photo {
	float: right;
}
div.page div.eventMain div.photo p {
	padding: 1px;
	border: 1px solid #ccc;
}
div.page div.eventMain div.data {
	float: left;
	display: inline;
	width: 220px;
}
div.page div.eventMain div.data ul {
	padding: 0 0 0 1em;
	list-style-type: none;
}
div.page div.eventMain div.data ul li {
	text-indent: -1em;
}
div.page div.eventMain div.data em {
	color: #c03;
	font-style: normal;
}
div.page p.btn {
	text-align: right;
}
div.page p.btn img {
	border: none;
	margin: 0 0 0 3px;
}


