div.seatCharts-container {
	/*min-width: 700px;*/
}
div.seatCharts-cell {

	height: 35px;
	width: 35px;
	margin: 1px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 0px;
	line-height:5px;
	color: blue;

}
div.seatCharts-seat {
	background-color: green;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}
div.seatCharts-seat:focus {
	border: none;
}
/*
.seatCharts-seat:focus {
	outline: none;
}
*/

div.seatCharts-space {
	background-color: white;
}
div.seatCharts-row {
	height: 40px;
}

div.seatCharts-row:after {
	clear: both;
}

div.seatCharts-seat.selected {
	background-color: aqua;
	background:url("../images/selected_seat_img.png") no-repeat scroll 0 0 transparent;
height:33px;
width:33px;
display:block;   
}

div.seatCharts-seat.focused {
	background-color: #6db131;
	background:url("../images/focus_seat_img.png") no-repeat scroll 0 0 transparent;
height:33px;
width:33px;
display:block; 
}

div.seatCharts-seat.available {
background-color: green;
background:url("../images/available_seat_img.png") no-repeat scroll 0 0 transparent;
height:33px;
width:33px;
display:block;   
	
}

div.seatCharts-seat.unavailable {
	background-color: red;
	background:url("../images/booked_seat_img.png") no-repeat scroll 0 0 transparent;
height:33px;
width:33px;
display:block;   
	cursor: not-allowed;
}

ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}

div.bus {    
height:450px;    
width:200px;
background-color:#FFFFFF;
border:1px solid #A4A4A4;
margin-left:10px;   
}

div.movie {    
height:320px;    
width:420px;
background-color:#FFFFFF;
border:1px solid #A4A4A4;
margin-left:10px;   
}

div.movietrowa {    
height:900px;    
width:1000px;
background-color:#FFFF22;
border:1px solid #A4A4A4;
margin-left:10px;   
}


div.busbook {    
height:50px;    
width:250px;
background-color:#FFFFFF;
border:1px solid #A4A4A4;
margin-left:10px;   
}

div.moviebook {    
height:100px;    
width:200px;
background-color:#FFFFFF;

border:1px solid #A4A4A4;
margin-left:10px;   
}

div.book {
    margin: 1px;
	float: center;
	text-align: center;
	outline: none;
	font-size: 12px;
	line-height:20px;
	background-color: yellow;
	
	color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: default;
	display:block;   
}

div.schedule {
    margin: 1px;
	float: center;
	text-align: center;
	outline: none;
	font-size: 12px;
	line-height:20px;
	background-color: orange;
	
	color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: default;
	display:block;   
}

div.schedulemov {
    margin: 1px;
	float: center;
	text-align: center;
	outline: none;
	font-size: 12px;
	line-height:20px;
	background-color: gray;
	
	color: black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: default;
	display:block;   
}

div.footer {
    margin: 1px;
	float: center;
	text-align: center;
	
	}
	
checkout-button {
    margin: 0 auto 5px auto;
    display: block;
    width: 134px;
    height: 45px;
    background-color: red;
    border: 0 none;
    font-weight: bold;
    text-align: center;
    color: #000;
    cursor: pointer;
}



