/*
 * Akce(Events) styling / Czech Golf Production
 */

/* Partneri */
#All-partners
{
	float: right;
	width: 245px;
	margin-bottom: 15px;
	margin-left: 10px;
/* 	border: 2px solid #5A86A3; */
}

#All-partners .container
{
	width: 240px;
}

h2
{
	clear: left;
}

#General-partners, #Main-partners
{
/* 	border-bottom: 1px solid #5A86A3; */
}

/*#General-partners .partner .container
{
	width: 245px;
}

#Main-partners .partner .container
{
	width: 120px;
	height: 130px;
}

#Normal-partners .partner .container
{
	width: 80px;
	height: 130px;
}*/

/* Akce */
.event
{
	width: 681px;
	height: 103px;
	background: url('/images/tour-bg.png') top left no-repeat;
	line-height: 103px;
	margin-left: auto;
	margin-right: auto;
}
.event .partner { float: right; }
.event .partner .container { height: 103px; }
.event h2
{
	background: none;
	clear: none;
	padding-left: 30px;
}
.event h2 a
{
	color: #D2232A;
	font-weight: bold;
	line-height: 98px !important;
}

/* fixni odkazy */
.controls ul, .controls ul li
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}
.controls ul
{
	list-style-type: none;
}
.controls ul li
{
	float: left;
	height: 37px;
	width: 121px;
	line-height: 37px;
	text-align: center;
	background: #ccc url('/images/button-bg.png') top left no-repeat;
}
.controls ul li a
{
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
.controls ul li a
{
	text-decoration: underline;
}

/* weather */
.weather
{
	margin-bottom: 1em;
}
.weather, .media li
{
	float: left;
	margin-right: 20px;
}

/* media */
.media li
{
	background: none;
	padding: 0px;
	width: 120px;
	margin-bottom: 15px;
}
.media li a
{
	display: block;
	background: url('/images/icon-media.png') center left no-repeat;
	height: 30px;
	padding-left: 30px;
}

.tournament-list
{
}