/*	KONTRAMARKA base.css
-----------------------------------------------------*/
/*
    version:   1.0
    author:    Blaz Grapar
    email:     blaz@dhimahi.com
    website:   http://kontramarka.ru
*/

/* 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: #668097;
}

/*	=CONTAINER
-----------------------------------------------------*/
/* the container of the whole site */
#container {
	width: 940px;
	color: #333;
	margin-left: 35px;
	margin-top: 35px;
	text-align: left;
	position: relative;
}

/*	=SEO
-----------------------------------------------------*/
#seo {
    display: none;
}

/*	=WRAPPER
 *	Used to catch footer under the sidebar
-----------------------------------------------------*/
#wrapper {
	float: left;
	clear: both;
	background: #fff url(/static/lang/ru/images/wrapper_bg.png) repeat-y top left;
}

/*	=HEADER
-----------------------------------------------------*/
#header {
	background: #fabb00 url(/static/lang/ru/images/header_bg.png) no-repeat left top;
	height: 120px;
	border-bottom: 1px solid #dfa800;
}

/* 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: 85px;
}

#header #logo a {
	position: relative;
	display: block;
	height: 85px;
	background: transparent url(../images/logo.gif) no-repeat center center;
	text-decoration: none;
}

/*	=SIDEBAR
-----------------------------------------------------*/
#sidebar {
	background-color: #e5e9ed;
	color: #667f97;
	width: 280px;
	padding-top: 10px;
	float: left;
}

#sidebar h3 {
	color: #002c52;
	background: none !important;
}

/*	=SKIP
-----------------------------------------------------*/
#skip {
    display: none;
}

#skip li a {
    display: block;
	height: 1%; /* for IE */
	text-decoration: none;
	color: #666;
	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: #002c52;
	text-transform: uppercase;
	line-height: 2em;
	padding-left: 18px;
	background: #ccd5dc url(../images/bullets/sidenav.gif) no-repeat 0px 50%;
}

/* when the first level is opened turn the arrow down */
#sidenav li a.open {
	background: #CCD5DC url(/static/images/bullets/sidenav_open.gif) no-repeat 0px 50%;
	color: #002C52;
}

#sidenav li a:hover,
#sidenav li a.selected,
#sidenav li a:focus {
	background-color: #becad3;
	color: #c1001f;
}

/* 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;
	color: #002C52;
	text-transform: none;
}

#sidenav li ul li ul li a {
	padding-left: 40px;
	background: #ededed;
	color: #002C52;
	text-transform: none;
}

#sidenav li ul li ul li ul li a {
	padding-left: 55px;
	background: #ededed;
	color: #002C52;
	text-transform: none;
}

/*	=QUICKSEARCH & =SEE WHAT'S HAPPENING IN YOUR TOWN (panel)
--------------------------------------------------------------*/
#quicksearch {
	margin: 0 10px 10px 10px;
	padding: 0 10px;
}

h3.quicksearch_title {
	display: none;
}

#quicksearch_form {
	position: absolute;
	top: 85px;
	left: 10px;
	width: 260px;
	height: 35px;
}

#quicksearch_submit {
	width: 60px;
	height: 24px;
	margin-top: 5px;    /* align the submit button in IE */
	background: #dfa800 url(/static/lang/ru/images/quicksearch_submit.png) no-repeat;
	border: 0px none;
	cursor: pointer;
	color: #c1001f;
	font-weight: bold;
}

#search_string {
	width: 167px;
	margin-top: 5px;
	border: 1px solid #dfa800;
	padding: 4px 3px 4px 25px;
	height: 15px;
	background: #fff url(/static/lang/ru/images/search_icon.png) no-repeat 3px 50%;
	font-size: 1.2em;
	font-weight: bold;
	color: #668097;
}

#search_country {
	width: 95px;
	border: 0px none;
	background-color: #fff;
	color: #333;
}

#your_town  h3{
	margin-bottom: 5px;
}

#your_town table td {
	width: 120px;
}

#your_town a {
	color: #c1001f;
	background: transparent url(/static/lang/ru/images/bullets/sidenav.gif) no-repeat left 50%;
	padding-left: 20px;
}

#your_town a:hover, #your_town a:focus {
	text-decoration: underline;
}

#your_town a.advanced {
	color: #c1001f;
	background: none;
	background-color: #ccd5dc;
	display: block;
	margin-top: 5px;
	padding: 5px;
	padding-left: 10px;
}

#your_town a.advanced:hover {
	background-color: #becad3;
}

#quicksearch legend, #quicksearch label, #your_town caption {
    display: none;
}

/*	=NEWSLETTER (panel)
-----------------------------------------------------*/
#newsletter {
	color: #666;
	margin: 0px 10px 10px 10px;
	padding: 15px 10px 0 10px;
	background: #E5E9ED url(/static/images/line.gif) no-repeat 10px 0;
}

#newsletter p {
	padding: 5px 0;
}

#newsletter_email {
	width: 140px;
	border: 1px solid #ccd5dc;
	height: 14px;
	padding: 5px;
}

#newsletter_submit {
	border: none;
	cursor: pointer;
	background: transparent url(/static/lang/ru/images/subscribe_button.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	width: 80px;
	height: 24px;
	line-height: 24px;
	padding: 0;
}

#newsletter legend, #newsletter label {
    display: none;
}

#newsletter fieldset {
	margin-bottom: 0;
}

/*	=TICKET ALARM SIDEBAR
 *	=SIDEBAR_TICKET_ALARM
-----------------------------------------------------*/
#sidebar_ticket_alarm {
	color: #666;
	margin: 0px 10px 0 10px;
	padding: 0px 10px 10px 10px;
	background-color: #E5E9ED;
}

#sidebar_ticket_alarm h3 {
	background: url(/static/images/line.gif) no-repeat;
	padding-top: 15px;
}

#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: #CCD5DC; /*url(/static/images/sidebar_ticket_alarm_bg.gif) repeat-y;*/
	float: left;
	width: 230px;
}

#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: #666;
}

#eventim_outlets p {
	margin: 5px 0 0 0;
}

#eventim_outlets p a {
	color: #c1001f;
}

#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;
	background: transparent url(/static/lang/ru/images/sidebar_bg.png) repeat-x;
	/* round thingy to end the sidebar with */
	height: 280px;
}

/*	=MAIN
-----------------------------------------------------*/
#main,
#shopping {
	width: 660px;
	float: right;
	clear: both;
	background: #fff;
}

/*	=LOCATION
-----------------------------------------------------*/
#location {
	position: absolute;
	top: -35px;
	left: 10px;
	list-style: none;
}

#location li {
	list-style: none;
	float: left;
	padding-right: 10px;
	line-height: 35px;
}

#location li img {
    /*display: none;*/
}

#location li {
	color: #99abb9;
}


#location a {
	color: #ccd4dc;
}

/*	=USER LINKS
-----------------------------------------------------*/
#user_links {
	position: absolute;
	top: -35px;
	width: 200px;
	right: 10px;
}

#user_links li {
	list-style: none;
	float: right;
	line-height: 35px;
}

#user_links li a {
	color: #fff;
	padding-right: 25px;
}

#user_links li a.flag_ru {
	background: transparent url(/static/images/flags/16_11/ru.png) no-repeat center right;
	padding-top: 0;
	padding-bottom: 0;
}

#user_links li a.flag_en {
	background: transparent url(/static/images/flags/16_11/gb.png) no-repeat center right;
	padding-top: 0;
	padding-bottom: 0;
}

/*	=USERSPACE
-----------------------------------------------------*/
#userspace {
	position: absolute;
	top: 0;
	left: 290px;
	color: #999;
}

#userspace h3 {
    display: none;
}

#userspace li {
	float: left;
	margin-right: 10px;
	list-style: none;
	display: block;
    width: auto;
	padding-right: 13px;
	line-height: 35px;
}

#userspace li.first {
	background: transparent url(/static/images/bullets/dot_black.gif) no-repeat center right;
}

#userspace li a {
    /*display: block;
    width: 198px;
    border-top: 1px solid #999;
    padding-top: 5px;
    */
    color: #666;
    text-decoration: underline;
}

#userspace li a:hover,
#userspace li a:focus {
    color: #666;
    /*border-top: 1px solid #666;*/
}

#userspace a {
    color: #666;
    text-decoration: none;
}

#userspace li.info {
    color: #666;
}

#userspace li.info a {
    display: inline;
    width: auto;
    border-top: 0;
    padding: 0;
    color: #c1001f;
    text-decoration: underline;
}

#userspace li.info a:hover,
#userspace li.info a:focus {
    border-top: 0;
}

/*	=SHOPPING_BASKET
-----------------------------------------------------*/
#shopping_basket {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;

	/*padding: 7px 40px 5px 0px;*/
	color: #d7d7d7;
	background: transparent url(/static/lang/ru/images/cart_right.png) no-repeat top right;
}

#shopping_basket a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;

}

#shopping_basket p {
	position: absolute;
	top: 38px;
	color: #c69500;
	width: 200px;
	text-align: center;
}

#shopping_basket a.cart {
	/*position: absolute;
	top: 5px;
	right: 5px;*/
	display: block;
	height: 28px;
	line-height: 28px;
	background: url(/static/lang/ru/images/cart_left.png) no-repeat top left;
	text-decoration: none;
	padding-left: 28px;
	padding-right: 10px;
}

#shopping_basket a.cart:hover {
	text-decoration: underline;
	color: #c1001f;
}

#shopping_basket a.full {
	background: url(/static/lang/ru/images/cart_on.png) no-repeat top left;
}

#shopping_basket p.full a {
	display: none;
}

#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: #c69500;
}

/*	=MAIN NAVIGATION
	=NAV
	=MAIN_NAV
-----------------------------------------------------*/
#main_nav {
	position: absolute;
	top: 85px;
	left: 0;
	height: 35px;
	width: 650px;
	padding-left: 290px;
	background: #fcd666;
	/*border-bottom: 1px solid #dfa800;*/
}

#main_nav li {
	float: left;
	list-style: none;
	margin-right: 7px;
}

#main_nav li a {
    background: transparent url(/static/lang/ru/images/tab_off.png) no-repeat left top;
	display: block;
	text-decoration: none;
	width: 101px;
	height: 30px;
    line-height: 30px;
    text-align: center;
    color: #335675;
    font-size: 1.4em;
    font-stretch:ultra-condensed;
    font-weight:bold;
    letter-spacing:-1px;
    text-transform:uppercase;
	margin-top: 5px;
}

#main_nav li a:hover,
#main_nav li a:focus,
body #main_nav li a.selected {
	background: transparent url(/static/lang/ru/images/tab_on.png) no-repeat left top;
	color: #c1001f
}

body #main_nav li a.selected {
	height: 31px;
}
/*	=CONTENT
-----------------------------------------------------*/
#content {
	padding: 10px;
}

#content h1 {
	margin-bottom: 1.5em;
}

/* hide h1 heading */
#body_home #main h1, #body_event #main h1, #body_subscribe #main h1, #body_login #main h1 {
	display: none;
}


#content input, #content textarea, #content select {
	padding: 5px;
	border: 1px solid #ccc;
}

#content #main_content {
	width: 421px;
	color: #333;
	line-height: 1.5em;
	float: left;
	text-align: justify;
}

#content #search_form h1 {
    background: url('../images/search_title.gif') no-repeat bottom left;
    padding-bottom: 80px;
	width: 300px;
	background-position: 0 -7px;
	margin-bottom: 5px;
    color: #000;
    font-size: 1.4em;
    font-stretch: ultra-condensed;
    font-weight: normal;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase;
}

#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;
	color: #333;
}

fieldset legend {
	background: #fff;
}

fieldset legend span {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
/*	padding: 0.3em 0;
	margin-bottom: 10px;*/
}

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: url(/static/lang/ru/images/main_bg.png) no-repeat top right;
	width: 660px;
	padding-top: 13px;
	margin-left: 280px;
	position: relative;
	display: inline;
}

#footer_data {
	color: #999;
	float: left;
	width: 177px;
	margin-left: 10px;
}

#footer_data p {
    color: #ccd4dc;
}

/*	=FAQ & QUICKLINKS
    =QUICKLINKS
-----------------------------------------------------*/
#faq, #quicklinks {
	width: 210px;
	float: left;
	padding: 0 0 1em 0;
	margin-left: 10px;
	display: inline;
}

#footer h4 {
    color: #335574;
	line-height: 3em;
}

#faq li, #quicklinks li {
	list-style: none;
	line-height: 1.5em;
}

#faq li.first, #quicklinks li.first {
	background: 0px none;
}

#faq li a, #quicklinks li a {
	color: #fff;
}

#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;
}

/*	=COPYRIGHT
-----------------------------------------------------*/
#copyright {
	display: block;
	color: #335574;
	clear: both;
	padding: 0 10px;
	border-top: 1px solid #758ca2;
	line-height: 3em;
}

/*	=AUTHORS
-----------------------------------------------------*/
#authors {
    position: absolute;
    right: 10px;
    bottom: 0;
}

#authors a {
	display: block;
	line-height: 3em;
	text-decoration: none;
	color: #335574;
}

#authors a:hover, #authors a:focus {
	text-decoration: underline;
}

/*	=REST
-----------------------------------------------------*/
#rest {
	width: 200px;
	float: right;
	margin-right: 10px;
	margin-top: -10px;
	position: relative;
}

#rest h3 {
    color: #fbbb00;
    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;
}

#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: -35px;
}

/*	=NEWS (panel)
-----------------------------------------------------*/
#news {
	margin-bottom: 10px;
}
/*
#news h3,
#news_cancelations h3 {
	text-indent: -9999px;
	height: 26px;
}
*/

/* 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;
}

#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: #999;
	text-decoration: none;
}

#news_list li a:hover, #news_list_cancelations li a:hover {
	text-decoration: underline;
}

/*	=TOP_TEN (panel)
-----------------------------------------------------*/
#top_ten {
	margin-bottom: 10px;
}
/*
#top_ten h3 {
	text-indent: -9999px;
	height: 26px;
}
*/
#top_ten_list {
	margin-left: 27px;
	color: #034768;
}

#top_ten_list li a {
	color: #999;
	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: #999;
}
/*
#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: 1px 0;
}

#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: #999;
	text-decoration: none;
}

#help_list li a:hover, #help_list li a:focus {
	text-decoration: underline;
}

/*	=BREADCRUMBS
-----------------------------------------------------*/
#breadcrumbs {
	background-color: #E5E9ED;
	padding: 3px 0 3px 10px;
	margin-bottom: 10px;
	height: 14px;
	width: 630px; /* width set for IE7 */
}

#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: #00486b;
}

/*	=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,
p.buttons a.button {
    border: 0;
    background: url(/static/images/button.gif) no-repeat left;
    height: 23px;
    width: 70px;
}

input.checkbox {
    margin-right: 5px;
    border: 0;
    width: auto;
}

/*	=NOTICE
-----------------------------------------------------*/
/* catch the notice icon within parent */
#notice_wrapper {
    position: relative;
}

#notice p {
    margin: 10px 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.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: #e5e9ed;
    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;
	clear: right;
}

#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: #003c7d;
    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;
}

/*	=RAMBLER CODE
-----------------------------------------------------*/

body #rambler_code {
	clear:both;
	margin-left:280px;
	text-align:center;
	width: 660px;
}

/* =CALENDAR
calendar override from calendar.css
-----------------------------------------------------*/
#calendar ul {
	background: #668097;
}

#calendar {
	position: relative;
}

#cal_nav li strong a {
	color: #fff;
}

#calendar table {
	border-collapse: collapse;
}

#calendar td,
#calendar th {
	border: 1px solid #CCD5DC
}

#calendar th {
	background: #99abba;
}

#calendar td.empty {
	background: #e5e9ed;
}

#calendar a.right {
	position: absolute;
	top: 0;
	right: 0px;
	background: transparent url(../images/bullets/arrow_right.gif) center center no-repeat;
	height: 22px;
	width: 22px;
	display: block;
}

#calendar a.left {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/bullets/arrow_left.gif) center center no-repeat;
	height: 22px;
	width: 22px;
	display: block;
}

#calendar a.right img,
#calendar a.left img {
	display: none;
}

/* BANNERS */
/* overriding banners.css declarations */
#banner_sky {
	left: 1000px;
	margin-top: 0;
	top: 155px;
}