/* CSS Document */

body {
	background-color: #FFF;
	behavior: url(/csshover.htc);
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	text-align:center;
}

FORM {
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

a {
	color: #A3C226;
	font-weight: bold;
}

a:hover {
	color: #666;
}

h2 {
	font-size: 1.5em;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
}

h2.coloured, h3.coloured {
	color: #d71434;
}

h2.category_title a {
	color: #999;
	font-size: 1.2em;
	font-weight:bold;
	text-decoration:none;
	width: 150px;
}

h2.product_title a {
	color: #de2547;
	float:left;
	font-size: 1.2em;
	font-weight:bold;
	text-decoration:none;
	width: 150px;
}

h3 {
	font-size: 1.1em;
}

INPUT, TEXTAREA, SELECT {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/** Basic alignments **/
.divLeft { float: left; }
.divRight { float: right; }
.divCentre { margin: 0 auto; }
.divClear { clear: both; }

/** Framework **/
#full_page {
	margin: 0 auto;
	text-align:left;
	width: 775px;
}

#hdr {
	height: 188px;
}

.side_bar {
	float:left;
	width: 185px;
}

.main_content {
	float:left;
	width: 590px;
}

#container {
	background-color: #FFF;
	border: 45px solid #e5e5e5;
	border-left-width: 10px;
	border-right-width: 10px;
	font-size: 0.95em;
	padding: 12px;
	padding-bottom: 40px;
}

.footer {
	margin-top: 10px;	
}

/** MENU **/
ul.menu {
	clear:both;
	float:right;
	font-size: 0.90em;
	font-weight:normal;
	padding: 0;
	position: relative;
	margin:40px 0 10px 0px;
	width: 585px;
	z-index:100;
}

ul.menu li{
	background-color: #FFF;
	color:#FFFFFF;
	float:left;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 4px 0 0 4px;
}

ul.menu li:hover
{
	background-color: #FFF;
}

ul.menu li a {
	color: #999;
	font-weight:bold;
	text-decoration:none;
}

ul.menu a, ul.menu h2{
	display:block;
	white-space:nowrap;
	margin:-4px 0 0 -5px;
	padding:6px 0 1px 5px;
	color: #000;
	font-size: 1em;
	text-decoration:none;
	height: 20px;
	position: relative;
	z-index:100;
}

ul.menu a:hover{
	color:#333;
	background:#FFF;
}

ul.menu a:active{
	color:#FFF;
	background:#CCCCCC;
}

ul.menu ul{
	list-style:none;
	margin:0;
	padding: 0;
}

ul.menu ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width: 205px;
	margin: -5px 0 0 40px;
	background-color: #FFF;
	padding: 0;
	margin-left: -5px;
}

ul.menu ul li, ul.menu ul li a, ul.menu ul li h2, ul.menu ul a
{
	width: 205px;
	background-color: #F5F5F5;
	background-image: none;
	padding-left: 5px;
	color: #999;
	margin-left: 0;
}

ul.menu ul li:hover
{
	background-color: #D5D5D5;
}

ul.menu ul li a:hover{
	color:#333;
	background:#F5F5F5;
}

ul.menu ul li h2 {
	height: 30px;
	margin-top: -3px;
	padding-top: 0;
	padding-bottom: 5px;
}

ul.menu ul li h2 a {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 0px;
}

ul.menu ul ul{
	background-color: transparent;
	border: 2px solid #CCC;
	margin-left: 100px;
	width: 300px;
	margin-top: -20px;
}

ul.menu ul ul li, ul.menu ul ul li a, ul.menu ul ul li h2, ul.menu ul ul a
{
	width: 295px;
	background-image: none;
	padding-left: 5px;
	background-color: #666;
	color: #FFF;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

ul.menu h2:hover{
	background:#333;
	color: #FFFFFF;
}

ul.menu li:hover{
	cursor:pointer;
	z-index:100;
}

ul.menu li:hover ul ul,
ul.menu li li:hover ul ul,
ul.menu li li li:hover ul ul,
ul.menu li li li li:hover ul ul
{display:none;}

ul.menu li:hover ul,
ul.menu li li:hover ul,
ul.menu li li li:hover ul,
ul.menu li li li li:hover ul
{display:block;}

ul.menu ul ul ul li, ul.menu ul ul ul li h2, ul.menu ul ul ul li a
{
	text-transform:none;
}

ul.menu ul li ul li a:hover {
	background-color: #777;
}


/* End of non-anchor hover selectors */

/* Styling for Expand */

ul.menu a.x, ul.menu a.x:visited{
font-weight:bold;
color:#FFF;
background:#333;
}

ul.menu a.x:hover{
color:#FFF;
background:#333;
}

ul.menu a.x:active{
color:#FFF;
background:#333;
}


/** CATEGORY AREA **/
.category_box {
	border:1px solid #FFF;
	float:left;
	height: 100px;
	margin: 0 20px 30px 0;
	padding: 4px 6px;
	text-align:center;
	width: 100px;
}

.category_box:hover {
	border:1px solid #CCC;
}

.category_box .item_title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
}

.category_box .image {
	height: 85px;
}

/** PRODUCT AREA **/
.product_box {
	width: 545px;
}

.product_box .image {
	clear:both;
}

.product_left {
	float:left;
	width:150px;
}

.product_right {
	float:left;
	width:390px;
}

.product_box .item_description {
	min-height: 135px;
	margin-left: 15px;
}

.product_box .item_links {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 145px;
}

.product_box .item_links ul {
	margin:0;
	padding:0;
}

.product_box .item_links ul li {
	list-style-type:none;
}

TABLE.seat_chart {
	cellpadding:0;
	cellspacing: 0;
	font-size: 0.90em;
	text-align:right;
	width: 350px;
}

TABLE.seat_chart th {
}

TABLE.seat_chart td.title_line {
	background-color:#F00;
	height: 1px;
}

TABLE.seat_chart HR.title_line {
	border: 1px solid #de2547;
}

TABLE.seat_chart th {
	color: #de2547;
	font-weight: bold;
}

TABLE.seat_chart th.left, TABLE.seat_chart td.left {
	text-align:left;
}


/** General **/

.footer p, .footer a {
	font-weight: bold;
}

.history {
	margin-left: 10px;
}

.history ul {
	margin:0;
	padding: 0;
}

.history ul li {
	font-size: 0.90em;
	font-weight:bold;
	list-style-type:none;
	margin-bottom: 5px;
}

.scroll_area {
	height: 220px;
	overflow:auto;
}

.scroll_area_mini {
	overflow:auto;
	height: 185px;
}

/** Font Types **/

.font_title {
	font-size: 1.8em;
	margin: 8px 0 8px 0;
}

.green_link {
	color: #b3d236;
}

.error_font {
	color: #a20d11;
	font-weight: bold;
}

.correct_font {
	color: #0a6f19;
	font-weight: bold;
}

/** NEWS **/
.news_list {
	float:left;
	width: 400px;
}

.front_news_title {
	font-size: 1.4em;
	font-weight: bold;
}

.news_highlight {
	border: 1px solid #000;
	margin: 5px 10px 4px 0;
}

.news_thumb {
	float: left;
}

.news_content {
	float: left;
	margin: 5px 0 0 0;
}

.news_archive {
	float:right;
	margin-right: 10px;
	text-align:right;
	width: 100px;
}

.brochure_label {
	float: left;
	margin: 2px 5px 2px 0;
	text-align:right;
	width: 145px;
}

.brochure_input {
	float: left;
	margin-bottom: 2px;
	width: 300px;
}

.brochure_checkbox_label  {
	float: left;
	width: 80px;
}

.brochure_checkbox {
	float: left;
	width: 30px;
}

.brochure_error {
	color: #9b0909;
	font-weight: bold;
	margin-bottom: 10px;
}

.btn_submit {
	color: #666666;
	font-weight: bold;
	height: 30px;
}

.email_verify {
	background-color: #F5F5F5;
	border: 1px solid #900;
	padding: 5px;
}

/* Conversion Table */

.conversion_table {
	width: 150px;
}

.sm_text {
	color: #666666;
}