@charset "utf-8";
/* CSS Document */

#titleBarCarSeat {
	height:45px;
	padding:17px 0px 0px 200px;
	background-color:#7a68ae;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:30px;
	line-height:30px;
	color:#FFF;
}

#centerCarSeat {
	width:708px;
	padding:37px 33px 26px 10px;
	float:left;
	display:inline;
	font-size:13px;
	line-height:24px;
	margin-left:200px;
}
#centerCarSeat p {
	margin-bottom:15px;
}
#centerCarSeat .introText {
	color:#999;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#centerCarSeat .introLink {
	color:#999;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#centerCarSeat .introLink:hover {
	color:#0078ae;
}
#centerCarSeat img {
	padding:0px 0px 50px 10px;
}
#centerCarSeat .rightStuff {
	float:right;
}

#mapCanvas {
	width:300px;
	height:400px;
	margin:0px 0px 20px 5px;
	border:2px solid #c1d72e;
}
#infoBox {
	font-size:12px;
	line-height:14px;
}
#infoBox a {
	text-decoration:none;
	color:#f58026;
}
#infoBox a:hover {
	color:#0078ae;
}