#top_left {
     position: absolute;
     left: 0px;
     top: 0px;
     height: 144px;
     width: 9px; 
}

#language_flags {
     position: absolute;
     right: 0px;
}

div#language_flags img {
     padding: 0px;
     width: 25px; 
     border: 0px;
}

div#top_right {
     position: absolute;
     top: 0px;
     right: 0px;
     height: 144px;
     width: 27px;
     z-index: 1;
}

div#navigation {
     position: absolute;
     top: 144px;
     left: 0px;
     width: 100%;
     height: 29px;
     background-color: #E6EAEC;
     border-bottom: 1px solid #a3b9c0;
}

div.navitem {
	height: 22px;
	padding: 4px 20px 3px 20px;
	cursor: hand;
	cursor: pointer;
	float: left;
	font-weight: bold;
	color: #2c5d6a;
	font-family: Arial, Helvetica;
	font-size: 16px;
}

div.navitem:hover, div.selected {
	background-color: #f3f4f6;
	color: #2c5d6a;
}

#defaultpage_events {
     position: relative;
     top: -12px;
}

#defaultpage_events table {
     width: 500px;
     max-width: 600px;
     min-width: 300px;
}
      

#navigation li a:hover {
     display: inline;
     text-align: center;
     font-family: Arial, Helvetica;
     color: #2C5D6A;
     background-color: #F3F4F6;
     border: none;
     float: left;
     text-decoration: none;
}

#navigation li a.selected {
     display: inline;
     text-align: center;
     font-family: Arial, Helvetica;
     color: #2C5D6A;
     background-color: #F3F4F6;
     border: none;
     float: left;
     text-decoration: none;
}

#left_bar {
     position: absolute;
     top: 189px;
     left: 22px;
     max-width: 213px;
     width: 213px;
     min-width: 213px;
}

#register_bar {
     position: absolute;

     max-width: 213px;
     width: 213px;
     min-width: 213px;
}


#content {
     position: absolute;
     top: 189px;
     left: 259px;
     max-width: 900px;/*700px; This was the old width.*/
}


#loginform {
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
}

#loginform table {
	border: none;
}


#lower_space {
 	position: absolute;
	top: 174px;
	left: 0px;
	width: 100%;
	background-image: url("../images/fade_under_navi.gif");
	background-repeat: repeat-x;
	min-height: 110px;
	background-color: #ffffff;
}

#lower_line {
 	position: absolute;
	top: 173px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #a3b9c0;
}


#event_child {
        position: relative;
	width: 500px;
	z-index: 1;
	max-width: 700px;
	min-width: 400px;
	margin-bottom: 25px;
}

#event_child table {
	width: 500px;
	min-width: 400px;
	max-width: 600px;
}



#event_full {
    position: relative;
    width: 500px;
    max-width: 700px;
    min-width: 400px;
    margin-bottom: 20px;
}

#choose_seat {
    position: relative;
	top: 0px;
	width: 450px;
	max-width: 700px;
	min-width: 300px;
	z-index: 1;
}

#choose_pcategory {
        position: relative;
	top: 0px;
	width: 100%;/*350px; Old width.*/
	max-width: 900px;/*700px; This was the old width. Changed by Kentsu 18.3.2008*/
	min-width: 300px;
	z-index: 1;
}

#checkout {
        position: relative;
	top: 0px;
	width: 700px;
	max-width: 700px;
	min-width: 300px;
	z-index: 1;
}

#contact {
       position: relative;
       top: 0px;
}

#info {
      position: relative; 
      margin-bottom: 25px;
}

#info_box {
	  position: relative;
	  border: 1px solid black;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 8px;
	  padding-bottom: 8px;
	  background: #e6eaec;
	  color: black;
}

#pcategory_info {
      position: relative;
}

#event_info table {
      width: 500px;
}

#seatmap_div {
	  position: relative;
	  margin: 0px;
	  margin-bottom: 7px;
	  z-index: 5;
	  text-align: left;
}


#seatmap_help {
	  position: relative;
	  margin: 0px;
	  margin-bottom: 7px;
	  z-index: 5;
	  text-align: left;
}

#seat_pcategory table td {
      padding: 0px;
      padding-left: 2px;
      padding-right: 2px;
      
}

#register_inner {
	 padding-left: 8px;
	 padding-right: 8px;
	 margin-bottom: 8px;
	 width: 370px;
	 
}

#customer_tickets {
  	position: relative;

}

#checkout_buttons {
 	position: relative;
	background-color: #F3F4F6;
}

