div.hallplan{
	border: 1px solid #333;
	width: auto;
	background: black;
	width: auto;
	padding: 30px;
	margin: 15px auto;
	overflow: scroll;
	max-width: 840px;
}
div.eachseat{
	background: url(../images/hall2.png) 0px 0px no-repeat;
	width: 23px;
	height: 22px;
	float: left;
	text-align: center;
	color: white;
	font-size: 10px;
	margin: 2px;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}

div.eachguide .colorback{
width: 23px;
height: 22px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius:3px;
-o-border-radius:3px;
float: right;
	margin: 1px 5px;


}

.plantitle{
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	
}
div.eachrows{
	clear: both;
	display: block;
}
div.clear{
	clear: both;
}
div.eachrowsnum{
	width: 23px;
	height: 22px;
	color: white;
	font-size: 12px;
	text-align: center;
	float: left;
	margin: 1px 10px 1px 1px;
}
div#hallscene{
	background: #C70A4A;
	width: auto;
	margin-bottom: 20px;
	padding: 10px;
	color: white;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
}
div.dontcare{
	background: #000;
}
div.reserved{
	background-position: -24px 0px;
}
div.selled{
	background-position: -72px 0px;
}
div.choosed{
	background-position: -48px 0px !important;
}
div.notpay{
	background-position: -96px 0px;
}
div.hallplanorder{
	display: none;
}
div#planguide{
	margin-top: 10px;
}
div.eachguide{
	float: left;
	color: white;
	line-height: 25px;
	margin: 5px;
	font-size: 12px;
	font-family: 'b yekan';
}
div.freeicon,div.reservedicon,div.choosedicon,div.selledicon,div.goldicon,div.silvericon,div.bronzeicon,div.notpayicon{
	background: url(../images/hall2.png) 0px 0px no-repeat;
	width: 23px;
	height: 22px;
	margin: 1px 5px;
	float: right;	
}
div.reservedicon{
	background-position: -24px 0px;
}
div.selledicon{
	background-position: -72px 0px;
}
div.choosedicon{
	background-position: -48px 0px !important;
}
div.notpayicon{
	background-position: -96px 0px !important;
}
div.buttontabholder{
	margin: 10px auto;
	direction: rtl;
	text-align: center;
}
div.buttontabholder div.eachbuttontab{
	width: 100px;
	background: white;
	color: #C70A4A;
	margin: 0px 5px;
	font-size: 13px;
	padding: 8px 3px !important;
	text-align:center !important;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	outline: none;
}
div.buttontabholder div.eachbuttontab:hover{
    background: #C70A4A;
    color: white;
}
div.buttontabholder div.eachbuttontab.active{
   background: #C70A4A;
   color: white;
}
div#hallplanwrapper{
	background: black;
	padding: 20px 10px;
	width: 100px;
	clear: both;
}
div.buttontabholder1 div.eachbuttontab{
	width: 183px;
	margin: 0px 2px;
}