		/*  EVENTIM base.css
-----------------------------------------------------*/
/*
    version:   1.0
    author:    Miha Hribar
    email:     miha@dhimahi.com
    website:   http://eventim.at
*/

/* Import common CSS files */
@import "/static/css/misc.css";
@import "/static/css/flags.css";
@import "/static/css/banners.css";
@import "/static/css/calendar.css";
@import "/static/css/jquery.autocomplete.css";

body {
    background: #fff;
}

/*  =CONTAINER
-----------------------------------------------------*/
/* the container of the whole site */
#container {
    width: 940px;
    background: #9e0c0f url(/static/images/main_bg.gif) repeat-y 280px 0;
    color: #333;
    float: left;
}

/*  =SEO
-----------------------------------------------------*/
#seo {
    background: #eee url(/static/images/seo.gif) repeat-x;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    color: #666;
    font-size: 11px;
    font-weight: normal;
}

/*  =WRAPPER
 *  Used to catch footer under the sidebar
-----------------------------------------------------*/
#wrapper {
    float: left;
    margin-top: -140px;
    clear: both;
}

/*  =HEADER
-----------------------------------------------------*/
#header {
    width: 280px;
    height: 140px;
}

/* replace h1 a with the image -> indent text out of the window and add background: Phark method [2] */
#header #logo {
    text-indent: -5000px;
    width: 280px;
    height: 140px;
}

#header #logo a {
    position: relative;
    display: block;
    height: 140px;
    background: #fff url(/static/lang/at/images/integration/518/logo.gif) no-repeat center center;
    text-decoration: none;
}

/*  =SIDEBAR
-----------------------------------------------------*/
#sidebar {
    background-color: #ffffcc;
    color: #333;
    width: 280px;
    margin-top: 140px;
    float: left;
}

/*  =SKIP
-----------------------------------------------------*/
#skip {
    margin: 0px 10px 5px 10px;
    padding: 5px 0 0 0;
}

#skip li a {
    display: block;
    height: 1%; /* for IE */
    text-decoration: none;
    color: #999;
    padding-left: 18px;
    background: transparent url(/static/images/bullets/sidenav.gif) no-repeat 0px 50%;
}

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

/*  =SIDENAV (panel)
-----------------------------------------------------*/
#sidenav {
    margin: 0px 10px 10px 10px;
}

#sidenav li,
#skip li {
    list-style: none;
    margin-bottom: 2px;
}

#sidenav li a {
    display: block;
    height: 1%; /* for IE */
    text-decoration: none;
    color: #c00000;
    text-transform: uppercase;
    line-height: 1.3em;
    padding-left: 18px;
    background: #ffde33 url(/static/lang/at/images/integration/518/sidenav.gif) no-repeat 0px 50%;
}

/* when the first level is opened turn the arrow down */
#sidenav li a.open {
    background: #ffc000;
    background-position: -260px 50%;
    /*color: #666;*/
}

#sidenav li a:hover,
#sidenav li a.selected,
#sidenav li a:focus {
    background-color: #c00000;
    color: #fff;
    background-position: -260px 50%;
}

/* move down when li has sublevel to fix the menu */
#sidenav li ul {
    margin-top: 2px;
}

/* sublevels */
#sidenav li ul li a {
    padding-left: 25px;
    background: #e7e7e7;
    color: #666;
    text-transform: none;
}

#sidenav li ul li ul li a {
    padding-left: 40px;
    background: #ededed;
    color: #666;
    text-transform: none;
}

#sidenav li ul li ul li ul li a {
    padding-left: 55px;
    background: #ededed;
    color: #666;
    text-transform: none;
}

/*  =QUICKSEARCH & =SEE WHAT'S HAPPENING IN YOUR TOWN (panel)
--------------------------------------------------------------*/
#quicksearch {
    margin: 0px 10px 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

#quicksearch h3.quicksearch_title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1.4em;
    letter-spacing:-1px;
    font-stretch: ultra-condensed;
    background-color: #c00000;
    padding-left: 10px;
    padding-top: 5px;
}

#quicksearch_form {
    background-color: #c00000;
    color: #333;
    padding: 5px 5px 7px 10px;
}

#quicksearch fieldset {
    margin-bottom: 0;
}

#quicksearch_submit {
    width: 21px;
    height: 21px;
    vertical-align: top;
    margin-top: 1px;    /* align the submit button in IE */
    background: transparent url(/static/images/quicksearch_button.gif) no-repeat;
    border: 0px none;
    cursor: pointer;
    text-indent: -9999em;
}

html>body #quicksearch_submit {
    margin-top: 0;      /* fix the button alignment in all other browsers */
}

#search_string {
    width: 207px;
    border: 1px solid #ccc;
    padding: 3px;
    height: 21px;
}

html>body #search_string {
    height: auto;
}

#search_country {
    width: 95px;
    border: 0px none;
    background-color: #fff;
    color: #333;
}

#your_town {
    background: #fff;
    color: #979CA0;
    padding: 5px 10px 8px 10px;
}

#your_town h3 {
    font-weight: bold;
    color: #333;
    line-height: 1.3em;
}

#your_town table td {
    width: 120px;
}

#your_town a {
    color: #979CA0;
    background: #fff;
    text-decoration: none;
    line-height: 1.4em;
}

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

#your_town a.advanced {
    color: #c00000;
    font-weight: normal;
    line-height: 1.3em;
    display: block;
    margin-top: 5px;
    padding-left: 2px;
    text-decoration: underline;
}

#your_town a.advanced:hover {
}

#quicksearch legend,
#quicksearch label,
#your_town caption {
    display: none;
}

/*  =NEWSLETTER (panel)
-----------------------------------------------------*/
#newsletter {
    color: #333;
    background: #ffffcc;
    margin: 0px 10px 10px 10px;
    padding: 0px 10px 10px 10px;
}

#newsletter h3 {
    font-weight: bold;
}

#newsletter p {
    padding: 5px 0;
}

#newsletter_email {
    width: 150px;
    border: 1px solid #ccc;
    padding: 3px;
    height: 22px;
}

html>body #newsletter_email {
    height: auto;
}

#newsletter_submit {
    border: 1px solid #cf9c01;
    cursor: pointer;
    background: #ffc000;
    color: #333;
    font-weight: bold;
    width: auto;
    padding: 2px;
}

#newsletter legend,
#newsletter label {
    display: none;
}

/*  =TICKET ALARM SIDEBAR
 *  =SIDEBAR_TICKET_ALARM
-----------------------------------------------------*/
#sidebar_ticket_alarm {
    color: #666;
    margin: 0px 10px 0 10px;
    padding: 0px 10px 10px 10px;
}

#sidebar_ticket_alarm h3 {
    background: url(/static/images/line.gif) no-repeat;
    padding-top: 15px;
    font-weight: bold;
}

#sidebar_ticket_alarm p {
    padding: 5px 0;
    clear: left;
}

#sidebar_ticket_alarm p a {
    color: #666;
}

#sidebar_ticket_alarm li {
    clear: left;
    list-style: none;
    margin-bottom: 5px;
    padding: 5px;
	background: #e3e4e3;/* url(/static/images/sidebar_ticket_alarm_bg.gif) repeat-y;*/
    float: left;
    width: 200px;
}

#sidebar_ticket_alarm li img {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
}

#sidebar_ticket_alarm li a {
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

/*  =EVENTIM_OUTLETS
-----------------------------------------------------*/
#eventim_outlets {
    margin: 0px 10px 10px 10px;
    padding: 0px 10px 10px 10px;
    background: url(/static/images/line.gif) no-repeat 10px 0;
    padding-top: 15px;
    color: #333;
}

#eventim_outlets h3 {
    font-weight: bold;
}

#eventim_outlets p {
    margin: 5px 0 0 0;
}

#eventim_outlets p a {
    color: #c00000;
}

#eventim_outlets img.image1 {
    margin-right: 5px;
}

#eventim_outlets {
    margin: 0px 10px 10px 10px;
    padding: 0px 10px 10px 10px;
    background: url(/static/images/line.gif) no-repeat 10px 0;
    padding-top: 15px;
}

/*  =END SIDEBAR
-----------------------------------------------------*/
#end_sidebar {
    clear: left;
    /* round thingy to end the sidebar with */
    background: transparent url(/static/lang/at/images/integration/518/end_sidebar.gif) no-repeat;
    height: 31px;
}

/*  =MAIN
-----------------------------------------------------*/
#main,
#shopping {
    width: 660px;
    float: right;
    background: url(/static/images/main_top_bg.gif) no-repeat;
    clear: right;
    position: relative; /* use relative to catch all absolute positioned elements inside main */
}

/*  =LOCATION
-----------------------------------------------------*/
#location {
    position: absolute;
    top: 15px;
    left: 10px;
    list-style: none;
    color: #ccc;
    width: 25em; /* if the width is not set Opera breaks the layout */
}

#location li {
    list-style: none;
    float: left;
    padding-right: 10px;
    height: 30px;
}

#location li a,
#location li strong {
    display: block;
    margin-top: 3px;
}

#location li a,
#location li {
    color: #999;
    text-decoration: none;
}

#user_links li a {
    color: #c00000;
    text-decoration: none;
}

/*  =USER LINKS
 *  =USER_LINKS
-----------------------------------------------------*/
#user_links {
    position: absolute;
    top: 13px;
    width: 200px;
    left: 428px;
}

#user_links li {
    list-style: none;
    float: right;
}

#user_links li a {
    padding-right: 10px;
}

#user_links li a.last {
    background: none;
}

/*  =USERSPACE
-----------------------------------------------------*/
#userspace {
    color: #999;
    padding: 0px 0 2px 10px;
    width: 320px;
    height: 90px;
}

#userspace ul {
    padding-top: 58px;
}

#userspace h3 {
    display: none;
}

#userspace li {
    float: left;
    margin-right: 10px;
    list-style: none;
    display: block;
    width: auto;
    padding-right: 13px;
}

#userspace li.first {
    background: transparent url(/static/lang/at/images/integration/518/dot_red.gif) no-repeat center right;
}

#userspace li a {
    color: #c00000;
    text-decoration: underline;
}

#userspace li a:hover,
#userspace li a:focus {
    color: #c00000;
}

#userspace a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#userspace li.info {
    color: #666;
}

#userspace li.info a {
    display: inline;
    width: auto;
    border-top: 0;
    padding: 0;
    color: #666;
    text-decoration: underline;
}

#userspace li.info a:hover,
#userspace li.info a:focus {
    border-top: 0;
}

/*  =SHOPPING_BASKET
-----------------------------------------------------*/
#shopping_basket {
    position: absolute;
    top: 45px;
    left: 323px;
    width: 305px;
    padding: 13px 40px 5px 0px;
    color: #d7d7d7;
}

html>body #shopping_basket {
    width: 265px;
}

#shopping_basket a {
    font-weight: bold;
    text-decoration: underline;
    color: #666;

}

#shopping_basket a:hover {
    color: #666;
}

#shopping_basket p {
    text-align: right;
}

#shopping_basket a.cart {
    position: absolute;
    top: 12px;
    right: 5px;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background: url(/static/images/cart_off.gif) no-repeat top left;
    text-decoration: none;
}

#shopping_basket a.full {
    background: url(/static/images/cart_on.gif) no-repeat bottom left;
}

#shopping_basket h3 {
    /*text-indent: -9999px;*/
    font-weight: bold;
    text-transform: uppercase;
    height: 17px;
    font-size: 1.3em;
    font-weight: normal;
    text-indent: -9999em;
}

#shopping_basket h3.hide {
    display: none;
}

#shopping_basket p {
    padding-left: 1px;
}

#shopping_basket p.full {
    color: #666;
}

/*  =MAIN NAVIGATION
    =NAV
    =MAIN_NAV
-----------------------------------------------------*/
#main_nav {
    clear: both;
    height: 36px;
    margin-left: 10px;
    padding-top: 6px;
	margin-right: 32px;
}

#main_nav li {
    float: left;
    list-style: none;
}

#main_nav li a {
    background: transparent url('/static/lang/at/images/integration/518/nav2.png') no-repeat;
    display: block;
    text-decoration: none;
    width: 103px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #420101;
    font-size: 1.3em;
    font-stretch:ultra-condensed;
    font-weight:normal;
    letter-spacing:-1px;
    text-transform:uppercase;
}

#main_nav li a:hover,
#main_nav li a:focus,
body #main_nav li a.selected {
    background-position: 0 -36px;
}

#main_nav li a.left {
    background: transparent url('/static/lang/at/images/integration/518/nav_left2.png') no-repeat;
}

#main_nav li a.left:hover,
#main_nav li a.right:hover
{
    background-position: 0 -36px;
}


/*#main_nav li a.right {
    background: transparent url('/static/lang/at/images/integration/518/nav_right2.png') no-repeat;
}*/
#main_nav {
    background: transparent url('/static/lang/at/images/integration/518/nav_right2.png') no-repeat right 6px;
}


/*  =CONTENT
-----------------------------------------------------*/
#content {
    padding: 5px 10px 10px 0;
    margin-left: 10px;
}

#content h1 {
    padding-bottom: 20px;
	color:#C00000;
	font-size:1.4em;
	font-stretch:ultra-condensed;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:2px;
	text-decoration:none;
	text-transform:uppercase;
}

/* hide h1 heading */
#body_home #main h1,
#body_event #main h1,
#body_subscribe #main h1,
#body_login #main h1 {
    display: none;
}

/**/
#body_news #content {
	width: 421px;
	float: left;
	display: inline;
}

#body_news #rest {
	margin-top: 40px;
	float: right;
}
/**/

/* IE needs the exact height */
* html #content input {
    height: 22px;
}

#content input,
#content textarea {
    padding: 3px;
    border: 1px solid #ccc;
}

#content input.radio,
#content input.checkbox {
    border: none;
}

#content select {
    padding: 2px;
    border: 1px solid #ccc;
}

#content option {
    margin: 0;
    padding: 0;
}

#content #search_form h1 {
    background: url('/static/lang/at/images/integration/518/search2.gif') no-repeat bottom left;
    padding: 10px 0px 15px 55px;
    width: 300px;
    background-position: 0 -1px;
    margin-bottom: 5px;
    color: #c00000;
    font-size:1.4em;
    font-stretch:ultra-condensed;
    font-weight:normal;
    letter-spacing:-1px;
    text-decoration:none;
    text-transform:uppercase;
}

#content #main_content {
    width: 421px;
    color: #333;
    line-height: 1.5em;
    float: left;
}

#main_content a {
    color: #333;
}

/* content pages have their content justified and line height is bigger
   to make reading a bit easier */
#body_content #content p,
#body_news #content p,
#body_faq #content p,
#body_ticket_alarm #content p,
#body_outlets #content p {
    line-height: 1.4em;
    text-align: justify;
    margin-bottom: 10px;
}

#body_content #content p a,
#body_news #content p a,
#body_faq #content p a,
#body_ticket_alarm #content p a,
#body_outlets #content p a {
    color: #333;
}

/* =FORMS
-----------------------------------------------------*/
fieldset {
    border: none;
    margin-bottom: 20px;
}

fieldset ol {
    list-style: none;
}

fieldset p.note,
fieldset p.note_text {
    clear: both;
    margin-bottom: 5px;
}

fieldset legend {
    background: #fff;
}

fieldset fieldset ol {
    margin-left: 12.5em;
}

fieldset fieldset label {
    width: auto;
}

fieldset fieldset input {
    margin-right: 0.5em;
}

/*  =FOOTER
-----------------------------------------------------*/
#footer {
    clear: both;
    float: left;
    background: transparent url(/static/images/main_end.gif) no-repeat bottom;
    width: 656px;
    margin: 15px 0 0 280px;
    position: relative;
    display: inline;
	color: #999;
}

#footer_data {
    color: #999;
    float: left;
    width: 177px;
    margin-left: 10px;
}

#footer_data p {
    padding: 0 10px;
}

/*  =FAQ & QUICKLINKS
    =QUICKLINKS
-----------------------------------------------------*/
#faq,
#quicklinks {
    width: 210px;
    float: left;
    padding: 0 0 55px 0;
    margin-left: 10px;
    display: inline;
	color: #999;
}


#faq h4,
#quicklinks h4,
#footer_data h4 {
    color: #999;
    background: #ffffcc;
    padding: 3px 7px;
    margin-bottom: 5px;
    font-weight: bold;
}

#faq li,
#quicklinks li {
    list-style: none;
    padding: 0 5px 3px 7px;
}

#faq li.first,
#quicklinks li.first {
    background: 0px none;
}

#faq li a,
#quicklinks li a {
    color: #999;
    text-decoration: none;
}

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

#faq li.rss {
    background: none;
    position: absolute;
    right: 23px;
}

#faq li.rss a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    width: 25px;
    height: 15px;
    background: url(/static/images/rss.gif) no-repeat;
}

#faq li.rss a:hover {
    background-position: 0 -15px;
}

/* hover */
#faq:hover h4,
#faq:hover li a,
#quicklinks:hover h4,
#quicklinks:hover li a,
#footer_data:hover,
#footer_data:hover h4 {
    color: #555;
}

/*  =COPYRIGHT
-----------------------------------------------------*/
#copyright {
    position: absolute;
    left: 15px;
    bottom: 23px;
    color: #ccc;
}

/*  =AUTHORS
-----------------------------------------------------*/
#authors {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-indent: -5000px;
    width: 87px;
    height: 20px;
}

#authors a {
    display: block;
    height: 20px;
    background: transparent url(/static/images/dhimahi.gif) no-repeat;
    text-decoration: none;
}

#authors a:hover,
#authors a:focus {
    background-position: 0px -20px;
}

/*  =REST
-----------------------------------------------------*/
#rest {
    float: right;
    margin-right: 32px;
    margin-top: -10px;
    position: relative;
    width: 182px;
}

#rest h3 {
    color: #c00000;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 2px;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1.4em;
    font-weight:normal;
    letter-spacing:-1px;
    font-stretch: ultra-condensed;
}

/* IE specific targeting, in IE #rest is off by 3 px */
* html #rest {
    left: -3px;
}

#rest ul li {
    list-style: none;
}

/* IE has a bit of trouble handling #rest so we give it a little help */
* html #body_search #rest,
* html #body_event #rest,
* html #body_list #rest {
    margin-left: -15px;
}

/* on content pages #rest has to move up */
/*#body_content #rest,
#body_faq #rest,
#body_news #rest,
#body_ticket_alarm #rest {
    margin-top: -63px;
}*/

/*  =NEWS (panel)
-----------------------------------------------------*/
#news {
    margin-bottom: 10px;
}

/*
#news h3,
#news_cancelations h3 {
    text-indent: -9999px;
    height: 26px;
}
*/

/*
#news h3 {
    color: #c00000;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1.3em;
    font-weight:normal;
    letter-spacing:-1px;
}
*/

/* fixes IE's bug -> bullets kept appearing and dissappearing (hasLayout must be the reason) */
#news_list,
#help_list,
#news_cancelations {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.3em;
}

#news_list li,
#news_list_cancelations li {
    list-style: none;
    padding-left: 10px;
    margin-left: 10px;
    background: #fff url(/static/images/bullets/dot_blue.gif) no-repeat left;
}

#news_list li.archive,
#news_list_cancelations li.archive {
    margin-top: 5px;
    background: none;
}

#news_list li a,
#news_list_cancelations li a {
    color: #333;
    text-decoration: none;
}

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

/*  =TOP_TEN (panel)
-----------------------------------------------------*/
#top_ten {
    margin-bottom: 10px;
}

/*
#top_ten h3 {
    text-indent: -9999px;
    height: 26px;
}
*/

#top_ten_list {
    margin-left: 25px;
    color: #c00000;
    list-style: decimal;
}

#top_ten_list li {
    margin-left: 0;
    padding-left: 0;
}

#top_ten_list li a {
    color: #333;
    text-decoration: none;
}

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

/*  =POLL_FIRSTPAGE (panel)
-----------------------------------------------------*/
#firstpage_poll {
    margin-bottom: 20px;
    color: #333;
}
/*
#firstpage_poll h3 {
    text-indent: -9999px;
    height: 26px;
}
*/

#firstpage_poll input,
#firstpage_poll label {
    margin: 0;
    padding: 0;
}

#firstpage_poll li {
    width: 151px;
    float: left;
    clear: both;
    margin-bottom: 3px;
}

#firstpage_poll input.radio {
    width: 20px;
    float: left;
}

#firstpage_poll label {
    width: 125px;
    float: right;
}

#firstpage_poll input.button {
    font-family: Arial, Helvetica, sans-serif;
    margin: 4px auto auto auto;
    border: 0;
    background: url(/static/images/button_vote.gif) no-repeat left;
    height: 15px;
    width: 65px;
    font-size: 90%;
    color: #808080;
    cursor: pointer;
}

#firstpage_poll dl,
#firstpage_poll form {
    margin: 0 0 0 10px;
    width: 151px;
}

#firstpage_poll form h4,
#firstpage_poll dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#firstpage_poll dl dd.colors {
    border: 1px solid #999;
    padding: 0;
    margin: 1px 0 5px 0;
    font-size: 4px;
    height: 7px;
}

#firstpage_poll dl dd.colors span.span_colors {
    background: #034768 url(/static/images/poll_results_bg.gif) repeat-x;
    height: 5px;
    padding: 0;
    margin: 1px;
    text-indent: -5000px;
    display: block;
}


#firstpage_poll form a {
    color: #999;
    text-decoration: none;
}

#firstpage_poll form a:hover,
#firstpage_poll form a:focus {
    text-decoration: underline;
}



/*  =SIDEBAR_HELP (panel)
-----------------------------------------------------*/
#rest_help {
    margin-bottom: 10px;
}

/*
#rest_help h3 {
    text-indent: -9999px;
    height: 26px;
}
*/

#help_list li {
    list-style: disc;
    padding-left: 10px;
    margin-left: 10px;
    background: transparent url(/static/images/bullets/dot_blue.gif) no-repeat 0 6px;
}

#help_list li.archive {
    margin-top: 5px;
    background: none;
}

#help_list li a {
    color: #333;
    text-decoration: none;
}

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

/*  =BREADCRUMBS
-----------------------------------------------------*/
#breadcrumbs {
    background-color: #e1e1e1;
    padding: 3px 0 3px 8px;
    margin: 1px 18px 6px 0;
    height: 14px;
    width: 610px; /* width set for IE7 */
}

/* IE 6 and below workaround */
* html #breadcrumbs {
    width: 618px;
}

#breadcrumbs li,
#breadcrumbs_buy li {
    list-style: none;
    float: left;
    padding-right: 11px;
    margin-right: 3px;
    background: transparent url(/static/images/breadcrumbs_slash.gif) no-repeat;
    background-position: right;
}

#breadcrumbs li a,
#breadcrumbs_buy li a {
    color: #666;
    text-decoration: none;
}

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

#breadcrumbs li.last,
#breadcrumbs_buy li.last {
    background: none;
}

#breadcrumbs li a.last,
#breadcrumbs_buy li a.last {
    color: #c00000;
}

/*  =OT_TEMP
-----------------------------------------------------*/
#ot_temp {
    margin: 0px 10px 10px 10px;
    padding: 0px 10px 10px 10px;
    background: url(/static/images/line.gif) no-repeat 10px 0;
    padding-top: 15px;
}

#ot_temp img {
    border: 1px solid #ccc;
}

#ot_temp dt {
    clear: left;
    float: left;
    width: 120px;
}

#ot_temp dd {
    margin-left: 120px;
    min-height: 85px;
    color: #666;
}

#ot_temp h4 {
    margin-bottom: 5px;
    color: #666;
}

/*  =REST_TICKET
-----------------------------------------------------*/
#rest_ticket {
    margin: 15px 0;
}

#rest_ticket img {
    border: 1px solid #ccc;
}

/*  =TEMP
-----------------------------------------------------*/
#form .narrow,
#search_form .narrow {
    width: auto;
}

/*  =INPUT BUTTON
-----------------------------------------------------*/
#content input.button,
#content_container input.button {
    border: 0;
    background: url(/static/images/button.gif) no-repeat left;
    height: 23px;
    width: 70px;
}

#content a.button {
    display: block;
    border: 0;
    background: url(/static/images/button.gif) no-repeat left;
    height: 23px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    line-height: 23px;
}

#content input.checkbox {
    margin-right: 5px;
    border: 0;
    width: auto;
}

#content input.radio {
    margin-right: 5px;
    border: 0;
    width: auto;
}

/*  =NOTICE
-----------------------------------------------------*/
#action_note {
	padding: 10px 10px 10px 36px;
	width: 570px;
}

#action_note.confirmation {
	background: #dfd url(/static/images/confirmation_icon.png) no-repeat 10px 10px;
	border: 1px solid #090;
}

#action_note.confirmation h2,
#action_note.confirmation p,
#action_note.confirmation li {
	color: #090;
}

#action_note.warning {
	background: #ddf url(/static/images/info_icon.gif) no-repeat 10px 10px;
	border: 1px solid #06f;
}

#action_note.warning h2,
#action_note.warning p,
#action_note.warning li {
	color: #06f;
}

#action_note.error {
	background: #fdd url(/static/images/error_icon.gif) no-repeat 10px 10px;
	border: 1px solid #c00;
}

#action_note.error h2,
#action_note.error p,
#action_note.error li {
	color: #c00;
}

#action_note h2 + p ,
#action_note p + ul {
	line-height: 1.5em;
	margin-top: 1em;
}

#action_note ul {
	list-style-position: inside;
}

#action_note a {
	color: #c00000;
}

/* catch the notice icon within parent */
#notice_wrapper {
    position: relative;
    clear: both;
}

#notice_wrapper legend {
    color:#c00000;
    font-size:130%;
    font-weight:bold;
    padding-bottom:10px;
}

#notice p {
    margin: 0 0 15px 0;
    padding: 5px 90px 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 618px;
    color: #333;
}

/* box model workaround */
html>body #notice p {
    width: 528px;
}

#notice p a {
    color: #333;
}

#notice li {
    line-height: 1.3em;
}

#notice.register {
    padding-top: 24px;
}

#icon {
    position: absolute;
    top: -5px;
    left: 550px;
    width: 52px;
    height: 52px;
}

/* Mulit-Class IE6 Bugfix */
#notice_wrapper .error {
    background: url(/static/images/notice_error.gif) no-repeat;
}

#notice_wrapper .info {
    background: url(/static/images/notice_info.gif) no-repeat;
}

#notice_wrapper .success {
    background: url(/static/images/notice_success.gif) no-repeat;
}

#notice ul {
    list-style: none;
}

#notice li {
    padding: 0px 2px 2px 22px;
    background: url(/static/images/bullets/notice.gif) no-repeat;
    margin-bottom: 5px;
    color: #333;
}

#notice li a {
    color: #333;
    text-decoration: none;
}

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


/* ---------------------------------------------------- */
/* OUTLETS */
#outlets_search {
    float: left;
    background-color: #eee;
    width: 420px;
    height: 82px;
    margin-bottom: 20px;
    color: #656565;
}

#outlets_search img {
    float: left;
}

#outlets_search form,
#outlets_search h4,
#outlets_search p {
    margin-left: 5px;
}

#outlets_search form input {
    margin-right: 5px;
}

#outlets_search h4 {
    padding-top: 5px;
    margin-bottom: 5px;
}

#outlets_results {
    float: left;
    width: 200px;
}


#outlets_results ul li {
    padding-bottom: 15px;
    list-style: none;
    color: #656565;
    text-align: left;
}

/* NAVIGATION FOR OUTLETS */
#nav,
#nav_results {
    float: right;
    width: 180px;
}

#nav ul {
    border-bottom: 1px solid #eee;
    width: 180px;
    list-style: none;
}

#nav ul li {
    display: inline;
    font-size: 110%;
    padding: 3px 5px 0px 5px;
    color: #c00000;
    cursor: pointer;
}

#nav ul li:hover {
    border-bottom: 3px solid #eee;
}

#nav ul li.selected {
    font-weight:bold;
    border-bottom: 3px solid #eee;
}

#nav_results {
    overflow: auto;
    height: 245px;
    padding-top: 5px;
}

#nav_results ul {
    width: 160px;
    list-style: none;
}

#nav_results ul li {
    padding: 0px 5px;
    color: #656565;
    cursor: pointer;
}

#nav_results ul li:hover {
    text-decoration: underline;
}

#nav_results ul li.lisel span {
    background-color: #eee;
    color: #003c7d;
}

#div_pre_content {
    display: none;
}

.note {
    padding: .8em 1em .8em;
    margin: 1em 0;
}

.basket_note {
    margin-right: 19px;
}

.note a {
    color: #666;
}

.note ul {
    margin: 5px 0 0 12px;
}

.note_icon {
    padding-left: 35px;
    background: url(/static/images/notice_icon.gif) .8em .8em no-repeat;
    background-color: #f5f5f5;
    border:1px solid #ccc;
}

.info_icon {
    padding-left: 35px;
    background: url(/static/images/info_icon.gif) .8em .8em no-repeat;
    background-color: #f5f5f5;
    border:1px solid #ccc;
}

.error_icon{
    padding-left: 35px;
    background: url(/static/images/error_icon.gif) .8em .8em no-repeat;
    background-color: #f5f5f5;
    border:1px solid #ccc;
}

.error input, .error select {
    border: 1px solid red !important;
}

.desc {
    margin-bottom:0 !important;
}

.desc a {
    font-weight: bold;
}

/*  =AJAX LOADING CONTAINER
-----------------------------------------------------*/
.loading {
    height: 100px;
    background: url(/static/images/ajax-loader.gif) no-repeat center center;
}

/*  =MICROFORMATS
-----------------------------------------------------*/
.vevent abbr {
    border: 0;
}

body#body_event .vevent .location {
    display: none;
}
