@charset "utf-8";
/****************************************
*      CSS Document for Longtou         *
*      filename: service.css            *
*      function: set 1.service.php      *
*                    2.fare.php         *
*                    3.bus.php          *
*      birthday: 2008-05-14             *
****************************************/

/* Configuration
--------------------------------------------*/

/* side */
#service #side a#m1,
#fare #side a#m2,
#bus #side a#m3 {
	font-weight:bold;
	color:#fff;
	background:url(../img/side_h.png)!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/side_h.png');
}
/* Element
--------------------------------------------*/
#service h2,
#fare h2,
#bus h2 {
	color:#363;
	text-indent:0;
	margin-bottom:15px;
	border-bottom:1px solid #663;
}
/* table */
table { text-align:left;}
caption { color:#64A046; text-align:left; line-height:18px;}
th a { color:#fff; border-bottom:1px dashed #fff;}
th a:hover { color:#363;}
td a {
	color:#64A046;
	margin-left:10px;
	padding-left:15px;
	background:url(../img/quote.gif) left 2px no-repeat;
}
td a:hover { color:#fff; background-color:#64A046;}