body {
/*
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
*/
}
hr {
/*
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	margin: 0;
*/
}
#wrapper {
/* 	padding: 0 20px; */
}
fieldset {
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/**
*
*	FORM STYLES
*
*/
div.fel {
	margin-bottom: 10px;
}
.label {
	display: -moz-inline-stack;
	display: inline-block;
	width: 100px;
}
/**
*
*	NAV STYLES
*
*/
div#nav {}
div#nav ul {
	border: 1px solid #CCCCCC;
	padding: 0;
}
div#nav ul li.nav_item {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #F0F0F0;
/* 				display: inline; */
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav ul li.clear {
	clear: both;
	list-style: none;
	
}
div#nav ul li.nav_item a {
	display: -moz-inline-stack;
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
}
div#nav ul li.nav_item a:hover {
	background-color: #E0EFFF;
}
/**
*
*	HEADLINE STYLES
*
*/
h2.page_title {
	
}
/**
*
*	TABLE STYLES
*
*/
table {
/*
	width: 100%;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-collapse: collapse;
*/
}
table thead tr {
/* 	background-color: #F0F0F0; */
}
table tbody tr:hover {
/* 	background-color: #E0EFFF; */
}
table tr {
/* 	border-bottom: 1px solid #DDDDDD; */
}
table tr td {
/* 	padding: 4px 0; */
}
a.cart_btn, input.cart_btn, button.cart_btn {
	background: url(../images/cart_add_btn.png) no-repeat top left;
	border: solid 0px #FFFFFF;
/*
	display: -moz-inline-stack;
	display: inline-block;
*/
	width: 160px;
	height: 30px;
	text-indent: -9999px;
	margin: 0 auto;
/*IE TEXT INDENT HACK*/	
	font-size: 0px;
	display:block;
	line-height: 0px;

}
a.cart_btn:hover, input.cart_btn:hover, button.cart_btn:hover {
	background-position: bottom left;
}
.color_key {
	border: solid 1px #dddddd;
	display: -moz-inline-stack;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.color_key.available {
	margin-left: 0px;
}
.available {
	background-color: #E0EFFF;			
}
.pending {
	background-color: #FFFFFF;				
}
.sold {
	background-color: #F0F0F0;
}
.section_box {
	width: 49%;
}
.row_box {
	width: 100%;
}
.row_code {
	height: 40px;
	margin: 0 5px;
	line-height: 40px
}
.row {
/* 	border: 1px solid #cccccc; */
	height: 40px;
	margin: 0 0 10px 0;
}
fieldset.section {
	border: none;
}
.section.A .row {
	margin-right: 30px;
}
.section.A .row_code,
.section.A .seat{
	float: right;
}
.section.B .row_code,
.section.B .seat{
	float: left;
}
.section.B .row {
	margin-left: 30px;
}
.seat {
	border: 1px solid #CCCCCC;
	height: 30px;
	margin: 4px 5px;
	width:20px;
	line-height: 30px;
	text-align: center;
}
.seat span {
	display: -moz-inline-stack;
	display: inline-block;				
}
a.seat:hover {
	background-color: #D59F0F;
}