body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}

body, td
{
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana;
	font-size: 12px;
	color: #555;
	line-height: 25px;
	text-align: justify;
}

ul
{
	margin-bottom: 25px;
	text-align: left;
}

img
{
	border: 0px;
}

select, input, textarea
{
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #999;
	background: #f3f3f3;
}

input:hover
{
	border: 1px solid lightblue;
}

textarea:hover
{
	border: 1px solid lightblue;
}

form
{
	display: inline;
}

a
{
	text-align: left;
	text-decoration: none;
	color: #6181A7;
}

a:hover
{
	color: #B0BCCA;
}

h1
{
	font-size: 19px;
	color: #666;
	font-weight: normal;
	margin: 0px;
}

h2, .index_text h1
{
	font-size: 13px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px 0 10px 0;
}

h2 a
{
	font-weight: normal;
}

h3
{
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px 0 10px 0;
}

h4
{
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
}


hr
{
	border: 0;
	width: 100%;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
}

/* --------- */

.footer
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.button
{
	background: url('../graphics/gradient-sml-blue.gif');
	color: white;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 5px 7px 5px 7px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	CCborderRadius: 7px;
}

.button:hover
{
	background: #4B545F;
	color: #DCE3EC;
}

.box_error
{
	background: #BF3434;
	color: white;
	padding-left: 10px;
	margin-bottom: 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	CCborderRadius: 5px;
}

.newsbox
{
	background: #f5f5f5;
	color: black;
	padding: 15px;
	margin-bottom: 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	CCborderRadius: 5px;
}

.sub_nav li
{
	list-style-type: none;
	float: left;
	padding-right: 40px;
	padding-left: 40px;
	border-left: 1px solid #ddd;
	font-size: 15px;
}

.sub_nav li:first-child
{
	border-left: none;
}

.sub_nav a
{
	padding: 5px 8px 5px 8px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	CCborderRadius: 8px;
}

.sub_nav_selected
{
	
	background: url('../graphics/gradient-sml-darkgrey.gif');
	color: white;
	padding: 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	CCborderRadius: 5px;
}

.sub_nav_selected a
{
	color: white;
}

.gradientbox
{
	background: url( '../graphics/gradientbox_bg.gif' ) repeat-x;
	padding: 16px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	CCborderRadius: 8px;
}

.smallcaps
{
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#news_switcher
{
	border: 1px solid #ccc;
	width: 800px;
	
}

div.accordion
{
	position: relative; /* required for bounding--works around a "peculiarity" in Prototype */
}

div.accordion-toggle
{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	cursor: pointer;
	height: 34px;
	background: url( '../graphics/news-togglebg.gif' );
	text-align: center;
	padding-top: 5px;
	color: black;
	text-shadow: 1px 1px 2px #999;
}

div.accordion-toggle:hover
{
	background: url( '../graphics/news-togglebg-hover.gif' );
	color: white;
}

div.accordion-toggle-active
{
	background: url( '../graphics/news-togglebg-on.gif' );
	color: white;
	text-shadow: 1px 1px 2px #3B0A0A;
}

div.accordion-content
{
	overflow: hidden;	/* required for effect */
	background: #f4f4f4 url( '../graphics/news-contentbg.gif' ) repeat-x;
}


table.striped {
	border-top: 1px solid #CBDDE1;
	border-left: 1px solid #CBDDE1;
	border-bottom: 1px solid #CBDDE1;
	border-spacing: 0px;
}

* html table.striped {
	border-collapse:collapse;
}

table.striped tr td{
	padding: 5px;
	background: #EBF1F3;
	border-right: 1px solid #CBDDE1;
}

table.striped thead td{
	background: url('../graphics/bg-lightgreen-short.gif');
	font-weight: bold;
}

table.selectable tbody tr{
	cursor: pointer;
}

head:first-child+body table.striped tr.ruled td{
	background-color: #DDE8EC;
}

table.striped tbody tr.even td{
	background: #F6F9FA;
	
}

table.selectable tbody tr.disabled{
	font-style: italic;
	color:#999;
	cursor: default;
}

table.striped tfoot td
{
	border-top: 1px solid #CBDDE1;
	background: url('../graphics/bg-lightgrey.gif');
}

.html_photobox h1
{
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

.homepage_cinema_switcher
{
	padding: 10px 0px 10px 0px;
}

.homepage_cinema_switcher a
{
	color: white;
}

.homepage_cinema_switcher_selected
{
	background: #5D6773;
	color: white;
	padding: 3px 6px 3px 6px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	CCborderRadius: 3px;
}

.booking_banner
{
	background: url('../graphics/booking-button-bg.gif');
	width: 400px;
	padding: 5px 20px 5px 20px;
	color: white;
	border: 1px solid orange;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
}

.booking_banner:hover
{
	color: #eee;
	
}

.dealer_switcher
{
	text-align: center;
	border: 1px solid #6C7E93;
	
	padding: 6px 10px 6px 10px;
	background: url('../graphics/gradient-sml-blue.gif');
	color: #CBD8E7;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	CCborderRadius: 7px;
}

.dealer_switcher a
{
	color: white;
}

.dealer_switcher a:hover
{
	color: #D2DDE8;
}

.dealers-region-selected
{
	border-bottom: 1px solid #CBD8E7;
}


/* autobutton */


.autobutton a
{
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px black;
	border: none;
	text-decoration: none;
	color: white;
	
	padding: 10px 11px 10px 11px;
}

.autobutton-mid
{
	padding-top: 4px;
	text-align: center;
}

.autobutton a:hover, .autobutton-selected
{
	color: white;
}

.orangebanner
{
	background: url('../graphics/booking-button-bg.gif');
	padding: 10px;
}

.orangebanner a
{
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}