/*	EVENTIM events.css
-----------------------------------------------------*/
/*
    version:   1.0
    author:    miha hribar
    email:     miha@dhimahi.com
    website:   http://eventim.at
*/

/*	=EVENTS
-----------------------------------------------------*/
#events {
	width: 418px;
	margin-bottom: 10px;
	/*min-height: 460px;*/
	float: left;
	color: #644086;
}

#events .event {
	width: 200px;
	height: 100px;
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
}

#events .event img {
	float: left;
	margin-right: 10px;
	border: 0;
}

#events .event a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#events .event a:hover {
	text-decoration: underline;
}

#events .event a.title, .event p.title {
	text-transform: uppercase;
	color: #f58000;
}

#events .event a.buy, .event p.buy {
	padding: 1px 1px 1px 3px;
	float: right;
	text-decoration: underline;
	position: relative;
	color: #7c3d8e;
}

#events .small a.buy {
	display: block;
	margin-left: 0px;
	/*margin-right: 6px;*/
	float: right;
}

#events .small a.status {
	color: red;
	text-decoration: none;
}

/* small events */
#events .small {
	clear: left;
	height: auto;
	width: 400px;
	border-bottom: 1px solid #fff;
	padding: 5px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-right: 0;
}

#events .small a.title {
    /* Opera turn things around */
	display: block;
	float: left;
}

#events .small p {
	clear: both;
}

#events .small p a {
	font-weight: normal;
	color: #644086;
}

#events .first {
	border-top: 1px solid #fff;
}

#events .first a.title {
	padding-top: 10px;
}

#events .first a.buy {
	padding-top: 10px;
}

#events .delimiter {
	border: 0px none;
	color: #fff;
	background: #f58000;
	font-weight: bold;
	padding: 3px;
	padding-left: 8px;
	width: 418px;
	margin-top: 6px;
}

/* big event */
#events .big {
	width: 395px;
	height: 161px;
	font-size: 120%;
	padding: 5px;
	position: relative;
}

/* IE gets this wrong, set it right for all others */
html>body #events .big {
	/*width: 398px;*/
	height: 141px;
}

#events .big a.title, .big p.title {
	font-size: 18px;
	font-weight: bold;
}

#events .big a.buy {
	position: absolute;
	bottom: 20px;
	right: 0;
}
/* medium */
#events .medium {
    position: relative;
    width: 190px;
    height: 100px;
	background: url(/static/lang/ru/images/integration/117/event_middle_bg.gif);
	padding: 5px;
}
#events .medium a.buy {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: transparent; /* the simplest fix for the presentation bug */
}

#events p.no_active_performances {
	clear: both;
	padding: 10px 0px 20px 0px;
	font-weight: bold;
}

#events a.not_active:hover {
	text-decoration: none;
}

#events p.wbg a {
}
/*	=EVET_DETAILS
-----------------------------------------------------*/
#event_details {
	width: 418px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

/*	=EVENT_SPONSORS
-----------------------------------------------------*/
#event_sponsor {
	width: 418px;
	margin-bottom: 10px;
}

/*	=VENUE_DETAILS
-----------------------------------------------------*/
#venue_details {
    clear: both;
	width: 418px;
	position: relative;
}

#venue_details p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#venue_details a {
}

#venue_details #view_map {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 90%;
    background: url(/static/images/button_small_right.png) no-repeat right;
    padding: 3px;
    text-decoration: none;
}

#venue_details #view_map span {
    background: url(/static/images/button_small_left.png) no-repeat left;
    padding: 1px 0 1px 3px;
}

/*	=PAGGING
/*	=ORDER & SORTING
-----------------------------------------------------*/
#content .pagging {
	clear: left;
}

#content .pagging li, #content .search li {
	float: left;
	margin: 0px 2px;
	color: #644086;
	list-style: none;
}

#content .pagging li a, #content .search li a {
	text-decoration: none;
	color: #644086;
	padding: 3px;
}

#content .pagging li a:hover, #content .pagging li a.selected,
#content .search li a:hover, #content .search li a.selected {
	color: #fff;
	background-color: #644086;
}

/* put all the info about the pagging on a new line */
#content .pagging li.info {
    margin-top: 10px;
    clear: left;
    float: left;
    width: 350px;
}

#content .pagging li.events_per_page {
    float: right;
    margin-top: -17px;
    width: 50px;
}

* html #content .pagging li.events_per_page {
    margin-top: 0;
}

#content .pagging li.events_per_page select {
    padding: 0;
    width: 4em;
}

/*	=SORTING
-----------------------------------------------------*/
#sorting {
	width: 418px;
	padding-left: 8px;
}

html>body #sorting {
    width: 410px;
}

#sorting select {
}

#sorting form {
	float: right;
	padding-left: 20px;
}

#sorting select {
	padding: 0;
}

#form_sort_change select {
	width: 85px;
}

/*	=SEARCH_FORM
-----------------------------------------------------*/
#search_form {
	width: 590px;
	padding: 10px;
	height: 370px;
	background: #ddd2f4 url(/static/lang/ru/images/integration/117/form_btm_bg.png) no-repeat bottom left;
	color: #644086;
}

#search_form h1 {
	height: 55px;
	background: url(/static/lang/ru/images/integration/117/form_top_bg.png) no-repeat top left;
	margin: -10px;
	padding: 10px;
}

#search_form input, #search_form select {
	width: 250px;
}

#search_form input.narrow {
	border: 0;
}

#search_form select {
	width: 258px;
}

#search_form table td {
	padding: 0 10px 5px 0;
	width: 300px;
}

#search_form table {
	margin-top: -4px;
	margin-bottom: 10px;
}

#search_form p {
	margin-bottom: 10px;
	height: 40px;
}

#search_form .btn {
	margin: 10px 0 10px 0px;
}

#button_align {
	text-align: right;
	margin-right: 40px;
}

#search_form .d {
	width: 50px;
}

#search_form .m {
	width: 50px;
}

#search_form .y {
	width: 80px;
}

/*	=SEARCH_RESULTS
-----------------------------------------------------*/
#search_results {
	float: left;
	width: 418px;
}

/*  =RECOMMEND_TO_FRIEND
-----------------------------------------------------*/

#tellfriend_fieldset {
    clear: both;
}

#tellfriend_fieldset ol li {
    clear: both;
    float: left;
    margin-bottom: 5px;
}

#tellfriend_fieldset label {
    display: block;
    float: left;
    width: 12em;
    margin-right: 0.5em;
    text-align: right;
    padding: 0.3em 0;
}

#tellfriend_fieldset div.error {
    margin-left: 12.5em;
}

.taf_captcha_box {
	float: left;
}
