/*  EVENTIM events.css
-----------------------------------------------------*/
/*
    version:   1.0
    author:    miha hribar
    email:     miha@dhimahi.com
    website:   http://eventim.at
*/

/*  =EVENTS

-----------------------------------------------------*/
#events {
    width: 421px;
    color: #333;
    margin-bottom: 10px;
    /*min-height: 460px;*/
    float: left;
    display: inline;
}

#events .event {
    width: 200px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#events .event img {
    float: left;
    margin-right: 10px;
    border: 0;
}

#events .event a {
    color: #c00000;
    text-decoration: none;
    font-weight: bold;
}

#events .event a:hover, #events .event a:focus {
    text-decoration: underline;
}

#events .event a.title, .event p.title {
    text-transform: uppercase;
}

#events .event a.buy, .event p.buy {
    padding: 1px 1px 1px 3px;
    float: right;
    text-decoration: underline;
    position: relative;
}

#events .small a.buy {
    display: block;
    margin-left: 0px;
    margin-right: 6px;
    float: right;
}

html>body #events .small a.buy {
    margin-right: 11px;
}

#events .small a.status {
    color: red;
    text-decoration: none;
}

/* small events */
#events .small {
    clear: left;
    height: auto;
    width: 421px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#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: #666;
}

#events .first {
    border-top: 1px solid #e1e1e1;
}

#events .first a.title {
    padding-top: 10px;
}

#events .first a.buy {
    padding-top: 10px;
}

#events .delimiter {
    border: 0px none;
    /*background-color: #ccc;*/
    background: transparent url('/static/lang/at/images/integration/518/list_curve.gif') no-repeat;
    color: #666;
    font-weight: bold;
    padding: 3px;
    padding-left: 8px;
    width: 433px;
    margin-top: 6px;
}

#events .delimiter a {
	color: #666;
}

#events .delimiter a.expand {
	background: url(/static/lang/at/images/integration/518/arrow_down.gif) no-repeat center right;
	padding-right: 20px;
}

#events .delimiter a.collapse {
	background: url(/static/lang/at/images/integration/518/arrow_up.gif) no-repeat center right;
	padding-right: 20px;
}

/* big event */
#events .big {
    width: 431px;
    height: 161px;
    background: transparent url('/static/lang/at/images/integration/518/big_bg.gif') repeat-x;
    font-size: 120%;
    padding: 10px;
    position: relative;
}

/* IE gets this wrong, set it right for all others */
html>body #events .big {
    width: 411px;
    height: 141px;
}



#events .big a.title, .big p.title {
    font-size: 14px;
    font-weight: bold;
    color: #c00000;
}



#events .big a.buy {
    position: absolute;
    bottom: 20px;
    right: 21px;
}

/* medium */
#events .medium {
    position: relative;
    width: 200px;
    height: 100px;
}

#events .medium a.buy {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff; /* 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 {
    color: #666;
}

/*  =EVENT_DETAILS
-----------------------------------------------------*/
#event_details {
    width: 431px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#event_details ul {
    padding: 1em 0 1em 2em;
}

/*  =EVENT_SPONSORS

-----------------------------------------------------*/
#event_sponsor {
    width: 431px;
    margin-bottom: 10px;
}

/*  =VENUE_DETAILS
-----------------------------------------------------*/
#venue_details {
    clear: both;
    width: 431px;
    position: relative;
}

#venue_details p {
    line-height: 1.5em;
    margin-bottom: 10px;
}

#venue_details a {
    color: #666;
}

#venue_details #view_map {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 90%;
    background: url(/static/images/button_small_right.gif) no-repeat right;
    padding: 3px;
    text-decoration: none;
}

#venue_details #view_map span {
    background: url(/static/images/button_small_left.gif) 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: #999;
    list-style: none;
}

#content .pagging li a, #content .search li a {
    text-decoration: none;
    color: #999;
    padding: 3px;
}

#content .pagging li a:hover, #content .pagging li a:focus, #content .pagging li a.selected,
#content .search li a:hover, #content .search li a:focus, #content .search li a.selected {
    color: #fff;
    background-color: #999;
}

/* 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 {
    color: #666;
    width: 430px;
}

#sorting select {
    color: #666;
}

#sorting form {
    float: right;
    padding-left: 20px;
}

#sorting select {
    padding: 0;
}

#form_sort_change select {
    width: 85px;
}

/*  =SEARCH_FORM
-----------------------------------------------------*/
#search_form {
    background: #eee;
    padding: 10px;
    width: 618px;
    height: 330px;
}

html>body #search_form {
    width: 598px;
}

#search_form h2 {
    display: block;
    text-indent: -9999px;
    background: #eee url(/static/images/search.gif) no-repeat;
    height: 55px;
}

h1.search {
    display: none;
}

#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;
    color: #666;
}

#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: 430px;
}

/*  =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;
}

/*  =LAST_VISITED_EVENTS
-----------------------------------------------------*/

div.last_visited_events ol {
    clear: both;
    list-style-position: inside;
}

div.last_visited_events a {
    color: #666;
}

div.last_visited_events span {
    margin-left: -7px;
}

div.last_visited_events a:hover {
    text-decoration: none;
    color: #c00000;
}

/*  =ALL_EVENTS
-----------------------------------------------------*/
#chars li {
    list-style: none;
    float: left;
    padding: 3px;
}

#chars li a {
    text-decoration: none;
    color: #c00000;
    font-weight: bold;
}

#chars li a:hover, #chars li a:focus {
    text-decoration: underline;
}

