
@import 'all.css';

/* selected page */

.sel_left {
	float: left;
	width: 329px;
	overflow: hidden;
}

.sel_right {
	float: right;
	width: 590px;
	overflow: hidden;
}

.sel_right h1 {
	color: #2686a6;
	font-size: 22px;
	margin-bottom: 20px;
}

.sel_right h2 {
	color: #2686a6;
	font-size: 20px;
	margin-bottom: 6px;
}

.sel_right p { margin-bottom: 16px;}

.ptable { margin-bottom: 10px;border-bottom: 1px solid #a0a0a0;}

.ptable ul {
	width: 100%;
	overflow: hidden;
}

.row_top {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	background: #a0a0a0;
}

.row_top li { 
	float: left; 
	width: 115px;
	text-align: center; 
	padding: 4px 0 4px 0; 
}
.row_top li.first { width: 233px; padding-left: 12px; text-align: left;}

.row_odd {
	color: #494949;
	font-size: 12px;
	background: #ececec;
	border-top: 1px solid #a0a0a0;
}

.row_odd li { 
	float: left; 
	width: 114px;
	text-align: center; 
	padding: 4px 0 4px 0;
	border-right: 1px solid #a0a0a0
}
.row_odd li.first { width: 231px; padding-left: 12px; border-left: 1px solid #a0a0a0; text-align: left;}

.row_even {
	color: #494949;
	font-size: 12px;
	background: #ffffff;
	border-top: 1px solid #a0a0a0;
}

.row_even li { 
	float: left; 
	width: 114px;
	text-align: center; 
	padding: 4px 0 4px 0;
	border-right: 1px solid #a0a0a0
}
.row_even li.first { width: 231px; padding-left: 12px; border-left: 1px solid #a0a0a0; text-align: left;}

.note { margin: 16px 0 18px 0; font-weight: bold;}

.gallery {
	width: 590px;
	overflow: hidden;
}

.gallery .big { float: left; width: 447px;}

.gallery .thumbs { float: right; height:300px; width: 135px;}
.gallery .thumbs li { margin-bottom: 5px;}
.gallery .thumbs li.last { margin-bottom: 0}

#info { margin-top: 5px;}

#info li {
	color: #7a7a7a;
	font-size: 11px;
	height: 30px;
	padding: 3px 0 0 35px;
	margin-bottom: 15px;
}

#info li .blue { color: #2686a6; font-weight: bold;}

#month { background: url(../images/months_icon.gif) no-repeat left center;}
#ratio { background: url(../images/ratio_icon.gif) no-repeat left center;}
#distance { background: url(../images/distance_icon.gif) no-repeat left center;}

#ainfo {
	width: 329px;
	overflow: hidden;
	background: url(../images/ainfo.gif) no-repeat left top;
}

#ainfo h2 { height: 52px; text-indent: -10000px;}

.leftnav {
	width: 329px;
	margin-top: 18px;
}

.leftnav li {
	height: 20px;
	color: #2686a6;
	font-size: 14px;
	padding-left: 7px;
	margin-bottom: 4px;
	background: url(../images/leftnavbg.gif) no-repeat left top;
}

.leftnav li a {
	color: #2686a6;
	text-decoration: none;
	line-height: 20px;
}


