/* @group Search Menu */

div#searchmenu {
	position: relative;
	width: 800px;
	height: 80px;
	margin: 0 0 20px;
/*	border-bottom: 1px dashed #ccc;*/
}
div#searchmenu h2 {
	position: absolute;
	top: 10px;
	left: 0;
}

/*div#searchmenu h2 {
	position: absolute;
	top: 10px;
	left: 0;
	width: 302px;
	height: 22px;
	line-height: 110px;
	overflow: hidden;
	background: transparent url(../estate_info/images/search_title_rail.gif) no-repeat;
}*/

div#searchmenu ul{
	position: absolute;
	top: 35px;
	width: 300px;
	right: 0;
}
div#searchmenu ul li{
	margin-left: 10px;
	float: left;
}

/* @end */

#railway_maps {
	float:left;
	width:480px;
}
.railway_map_position{
	padding: 10px 10px 10px 20px;
}

/* @group Station List */

#stations_list {
	margin-left:480px;
	width:230px;
}
.stations_list_position {
	padding:10px;
}
.stations_list_position ul{
	margin-bottom: 10px;
}
.stations_list_position li{
	line-height: 1.2em;
	padding-left: 10px;
	margin: 2px 0;
}
.stations_list_position li a {
	padding-left: 10px;
	background: transparent url(images/arrow.gif) no-repeat left center;
}

/* @end */
.railway_title{
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0px 3px 5px;
	width:219px;
	height: 19px;
	margin-bottom: 5px;
	background: transparent url(../estate_info/images/railway_title.gif) no-repeat;
}

/* @group Pankuzu List */

#bredcrumbs{
	margin:3px 0;
}

#breadcrumbs li {
	display: inline;	
}

#breadcrumbs li.crumbslist {
	border: 1px solid #CCC;
}

#breadcrumbs li a {
	padding: 0 3px;
	line-height: 20px;
}

#breadcrumbs li a:link,
#breadcrumbs li a:visited {
	color: #2287d6;
	text-decoration: none;
}

#breadcrumbs li a:hover,
#breadcrumbs li a:active {
	color: #2287d6;
	background-color: #e4f3ff;
	text-decoration: none;
}

/* @end */
div#searchresult_title{
	background: #165EA1 url(images/station_name_bg.jpg) repeat-x center center;
	margin: 8px 0;
	height: 33px;
}
div#searchresult_title h3{
	font-size: large;
	font-weight: bold;
	line-height: 33px;
	color: #FFF;
	padding-left: 5px;
	float: left;
}
form#select_station{
	line-height: 33px;
	padding-right: 5px;
	float: right;
}

/* only IE6 */
* html body form#select_station {
	padding-top: 5px;
}

/* @group Page Navi */

div.searchresult_count{
	text-align: center;
	line-height: 1.2em;
}
div.pagenavi {
	padding: 3px 0;
	text-align: center;
	letter-spacing: 2px;
}
div.pagenavi span.prev {
	padding-right: 5px;
}
div.pagenavi span.next {
	padding-left: 5px;
}

/* @end */

/* @group Search Result */

table#searchresult{
	width: 100%;
	margin:10px auto;
	border-collapse:collapse;
}
table#searchresult caption{
	font-size: medium;
	font-weight: bold;
	color:  #009933;
	line-height: 1.5;
}
table#searchresult th{
	color: #FFF;
	padding:5px 4px;
	background-color: #4166B1;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
table#searchresult td{
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 5px 3px;
	text-align: center;
}

table#searchresult td.estatename {
	text-align: left;
}
table#searchresult th.transport{
	width:70px;
}
table#searchresult th.room_layout{
	width:35px;
}
table#searchresult th.build_date{
	width:50px;
}
table#searchresult th.upkeep{
	width:45px;
}
table#searchresult th.others{
	width:68px;
}

table#searchresult td.payment{
	font-weight: bold;
	font-size: medium;
	text-align: center;
	width: 48px;
}
table#searchresult td.icon{
	width:30px;
	text-align: center;
}

/* @end */

