/*	EVENTIM content.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    miha hribar
    email:     miha@dhimahi.com
    website:   http://eventim.at
*/

/* show h1 */
#content h1 {
    display: block;
}

/*	=MAIN_CONTENT
-----------------------------------------------------*/
#main_content {
    line-height: 1.3em;
	width: 48em;
	float: left;
}

#main_content a {
    color: #002b50;
    font-weight: bold;
    font-size: 1.1em;
}

#main_content strong {
    font-weight: bold;
    color: #222;
}

/*	=FILES
-----------------------------------------------------*/
#files {
    float: left;
    width: 150px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 10px 0 0;
}

#files h3 {
    padding: 3px 5px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
}

#files ul {
    padding: 5px 0;
}

#files li {
    list-style: none;
    margin: 5px 0 0 5px;
    color: #666;
    padding-right: 10px;
}

#files li.file {
    padding-left: 21px;
    background: url(/static/images/icn_ftype_doc.gif) no-repeat;
}

#files li.pdf {
    background: url(/static/images/icn_ftype_pdf.gif) no-repeat;
}


#files li.jpeg, #files li.jpg, #files li.png, #files li.gif {
    background: url(/static/images/icn_ftype_image.gif) no-repeat;
}

#files li a {
    color: #333;
    text-align: left;
}

/*	=MAILINGLIST
-----------------------------------------------------*/
#mailinglist {
    width: 430px;
    line-height: 1.5em;
}

#mailinglist #mailinglist_form {
    margin-top: 10px;
}

/*	=REGISTRATION
-----------------------------------------------------*/
#body_register #breadcrumbs { display: none; }


#registration p {
    margin-bottom: 1em;
}

#registration label {
	text-align: right;
}

#terms_of_use label {
	width: auto;
	margin-left: 16.1em;
}

#registration input,
#registration select {
    width: 20em;
}

#registration input.checkbox {
    border: 0;
    width: auto;
}

#registration ul li {
    list-style-type:none;
    margin-bottom:5px;
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
}

#terms_of_use {
    width: auto;
}

#registration p.notice {
    color: #999;
    border-top: 1px solid #ccc;
    padding: 5px;
    width: 397px;
}

#registration a {
    color: #333;
}

#registration .captcha {
    border: 1px dashed #ccc;
	vertical-align: top;
}

#newsletters label {
	width: auto;
	margin-left: 16em;
}
/*	=LOGIN
/*	=FORGET PASSWORD
-----------------------------------------------------*/
/*#body_login #content {
    width: 68em;
	padding-right: 0;
}

#body_login #breadcrumbs {
    width: 660px;
}*/

/*#body_login h1 {
    display: none;
}*/

#login h3,
#forgot_password h3,
#register h3 {
    font-size: 1.2em;
    font-weight: normal;
    /*text-transform: uppercase;*/
	margin: 0 0 0.5em 0;
	padding: 0;
}

#login, #register, #forgot_password {
    width: 31.5em;
    height: 35em;
    float: left;
    /*padding: 1em;
    background-color: #eee;*/
}

#login,
#forgot_password {
	width: 31.5em;
	margin-right: 1.5em;
	padding-right: 2em;
	border-right: 1px solid #ccc;
}

#login legend,
#register legend,
#forgot_password legend {
	font-size: 2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#login label,
#register label,
#forgot_password label {
	font-weight: bold;
	clear: both;
	float: none;
	width: auto;
	padding: 0.2em 0;
}

#login input.field,
#forgot_password input.field,
#register input.field {
    width: 20em;
    margin-bottom: 0.5;
}

#login input.checkbox {
    border: 0;
}

#login p.align, #forgot_password p.align {
    margin: 5px 0;
    color: #666;
    height: 40px;
}

#login p.note,
#register p.note,
#forgot_password p.note {
    height: auto;
    color: #666;
    margin: 2em 0;
}

#login p a {
    color: #666;
}

#login span.error,
#register span.error,
#forgot_password span.error {
	display: block;
}

/*	=SET_NEW_PASSWORD
/*	=SET_NEW_PASSWORD_INFO
-----------------------------------------------------*/

#set_new_password p.note {
    margin-bottom: 1em;
}

#set_new_password label {
	display: block;
	clear: both;
	float: none;
}

#set_new_password input.field {
    width: 20em;
}

#set_new_password input.disabled {
    background: #eee;
    border: 0;
    color: #333;
    padding: 3px 0;
    font-weight: bold;
}

#set_new_password form strong {
    display: block;
}

/*	=NEWS LISTING
-----------------------------------------------------*/
#news_listing {
    line-height: 1.4em;
	width: 45em;
	float: left;
}

#news_listing dt {
    margin-bottom: 5px;
}

#news_listing dt a {
    color: #002b50;
    font-weight: bold;
    font-size: 1.1em;
}

#news_listing dd.posted {
    margin: 5px 0 30px 0;
}

#news_listing dd a {
    color: #002b50;
}

#news_listing dd.posted a.back {
    background: url(/static/images/back.gif) no-repeat 0 50%;
    padding-left: 7px;
}

#news_listing dd.posted a.home {
    background: url(/static/images/back_home.gif) no-repeat 0 50%;
    padding-left: 10px;
    margin-left: 7px;
}

#news_listing dd.summary {
    font-weight: bold;
    margin-bottom: 7px;
}

#news_listing dd.date {
    color: #666;
}

#news_listing dd {
    text-align: justify;
}

/*	=COMPANY DATA
-----------------------------------------------------*/
#company_data {
    list-style: none;
    color: #666;
}

#company_data li {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

img.europe_map {
    float: right;
    width: 405px;
    height: 490px;
    padding-bottom: 20px;
}

#company_data li a {
    color: #666;
    text-decoration: none;
}

#company_data li a:hover {
    text-decoration: underline;
}

#company_data li span {
    display: block;
    padding-top: 5px;
}

#body_europe #content p {
    margin: -10px 0 15px 0;
}

/*	=NEWSLETTER_MAIN
-----------------------------------------------------*/
body#body_newsletter #breadcrumbs {
    width: 660px;
}

/*body#body_newsletter #content {
    width: 670px;
}*/

body#body_newsletter p.info {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

#newsletter_main {
    padding: 0 8px 0 0;
    width: 610px;
    float: left;
}

#newsletter_main fieldset {
    padding: 10px 0 0 0;
    border: 0;
}

#newsletter_main fieldset legend {
    display: none;
}

#newsletter_main h3 {
    font-size: 120%;
    color: #002b50;
    font-weight: bold;
}

#newsletter_main h3 {
    margin-bottom: 10px;
}

#newsletter_main .newsletter_email {
    margin: 0 0 15px 0;
}

#newsletter_main .newsletter_email label {
    display: none;
}

#newsletter_main .newsletter_email input {
    margin-bottom: 5px;
    width: 50%;
}

#newsletter_main .newsletters {
    margin: 0 0 15px 0;
}

#newsletter_main .newsletters li {
    float: left;
    width: 50%;
}

#newsletter_main .ticket_alarms {
    margin: 0 0 15px 0;
}

#newsletter_main .newsletters li, #newsletter_main .ticket_alarms li {
    list-style: none;
    margin-bottom: 7px;
}

#newsletter_main input.checkbox {
    margin-right: 5px;
    padding: 0;
    border: 0;
	float: left;
	padding
}

#newsletter_main #options input.button {
    display: inline;
    float: none;
    margin: 0;
}

#newsletter_main select {
    width: 60em;
    height: 15emx;
}

#newsletter_main #options {
    margin: 5px 0;
    text-align: center;
}

#newsletter_main div.options {
    clear: left;
    float: right;
}

#newsletter_main fieldset.newsletters label {
	padding: 0;
	width: auto;
}
/*	=TICKET ALARM PAGE
 *	=TICKET_ALARM_PAGE
-----------------------------------------------------*/
#ticket_alarms {
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    border-top: 1px solid #eee;
}

#ticket_alarms dt {
    clear: left;
    width: 110px;
    float: left;
}

#ticket_alarms dd {
    color: #333;
    margin-bottom: 30px;
    margin-left: 110px;
    line-height: 1.4em;
}

#ticket_alarms dd h3 {
    text-transform: uppercase;
}

#ticket_alarms dd p {
    margin: 5px 0 10px 0;
}

#ticket_alarms dd input {
    width: 250px;
}

#ticket_alarms dd input.button {
    width: auto;
}

/*	=FAQ
-----------------------------------------------------*/
#faq_main h3 {
    clear: right;
    color: #002b50;
    margin-top: 20px;
    padding-right: 25px;
    font-size: 120%;
    font-weight: normal;
}

#faq_main label {
	width: 100%;
}

/* margin for the DTs (shorthand) */
#faq_main dt {
    margin:7px 0;
    padding-top: 7px;
    border-top: 1px solid #ccc;
}

#faq_main dt a {
    background: url(/static/images/toggleDLminus.gif) no-repeat 0 3px;
    padding: 3px 3px 3px 25px;
    font-weight: bold;
    color: #002b50;
    text-decoration:none;
    display: block;
	position: relative;
}

/* image and left padding for DDs */
#faq_main dd {
    padding-left:25px
}
/* the + and - gif in the anchors */
#faq_main a.plus {background-image:url(/static/images/toggleDLplus.gif)}
/**********************************/
/**********************************/

#faq_options {
    float: right;
}

#faq_main #faq_form {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

#faq_main #faq_search {
    width: 200px;
}

#faq_main span.keyword {
    background: #feffa9;
    padding: 0 2px;
}

#faq_main div.dl_container {
    position: relative; /* used to catch the toggle_section link */
}

#faq_main a.toggle_section {
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
    text-decoration: none;
    background: url(/static/images/open_all.gif) no-repeat;
    overflow: hidden;
    padding-top: 15px;
    width: 16px;
    height: 0px !important; /* for most browsers */
    height /**/: 15px; /* for IE5.5's bad box model */
}

#faq_main a.open {
    background: url(/static/images/close_all.gif) no-repeat;
}

/*  =RSS
-----------------------------------------------------*/
ul.rss_list {
	list-style: none;
	list-style-position: inside;
	margin: 1em 0;
}

ul.rss_list li {
	padding-left: 20px;
	line-height: 2em;
	background: url(/static/images/rss_medium.png) no-repeat center left;
}

#main_content ul.rss_list li a {
	font-weight: normal;
}

/*	=STRUCTURE
-----------------------------------------------------*/
div.structure {
    font-size: 120%;
    margin: 10px 0 0 0;
    background: #f4c11f;
    color: #000;
    padding: 10px;
    text-align: center;
}

ul.structure {
    list-style: none;
    width: 204px;
}

ul.local {
    float: left;
}

ul.foreign {
    padding-left: 21px;
    float: right;
    border-left: 1px solid #f4c11f;
}

ul.structure li {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #f4c11f;
    color: #000;
    text-align: left;
    background: #f5da74;
    position: relative;
}

ul.structure li .tick {
    width: 22px;
    height: 1px;
    background: #f4c11f;
    position: absolute;
    top: 50%;
}

ul.local .tick {
    right: -21px;
}

ul.foreign .tick {
    left: -22px;
}

#registration #phone1, #registration #mobile1, #registration #phone2, #registration #mobile2 {
    width: 4em;
}

#registration #phone3, #registration #mobile3 {
    width: 8.2em;
}