/* ---------------------------------------------------
ap-details
--------------------------------------------------- */
#ap-details{
	margin: 0;
	padding: 0 10px;
}

#ap-details a:link {
	color: #0000ff;
	text-decoration: underline;
}

#ap-details a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#ap-details a:hover {
	color: #bb0000;
	text-decoration: none;
}

#ap-details h2{
	width: 720px;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 15px;
	background-image: url(/customer/static/img/ap-details/main01.jpg);
	color: #ffffff;
	font-size: 160%;
}

/* ---------------------------------------------------
class
--------------------------------------------------- */
.key01{
	padding-right: 3px;
	font-weight: bold;
	font-size: 140%;
	color: #ff4500;
}

.key02{
	padding-right: 3px;
	font-weight: bold;
	font-size: 110%;
}

.key03{
	font-weight: bold;
}

.caption{
	font-weight: bold;
	color: #003cb3;
}

.price{
	font-weight: bold;
	color: #ff0000;
}

.notes{
	color: #777777;
	font-size: 85%;
}

.other{
	padding: 15px 0 0 15px;
	line-height: 150%;
}

.return{
	text-align: right;
	padding-right: 25px;
}

.bottom{
	vertical-align: top;
}

.fs120{
	font-size: 120%;
}

/* ---------------------------------------------------
detail
--------------------------------------------------- */
#detail_top{
	width: 735px;
	height: 40px;
	margin-top: 20px;
}

#detail_top h2{
	width: 695px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 40px;
	background-image: url(/customer/static/img/ap-details/top01.gif);
	color: #ffffff;
	font-size: 130%;
}

#detail_middle{
	width: 735px;
	padding: 20px 0 10px 0;
	background-image: url(/customer/static/img/ap-details/middle01.gif);
	background-repeat: repeat-y;
}

#detail_middle #left{
	float: left;
	width: 350px;
	padding: 0 0 20px 15px;
}

#detail_middle #left p{
	padding: 75px 0 0 0;
	line-height: 150%;
}

#detail_middle #right{
	float: left;
	width: 350px;
}

#detail_middle #right p{
	padding: 0 0 15px 20px;
	line-height: 150%;
}

/* ---------------------------------------------------
list
--------------------------------------------------- */
#list_top{
	width: 735px;
	height: 40px;
	margin-top: 20px;
}

#list_top h2{
	width: 695px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 40px;
	background-image: url(/customer/static/img/ap-details/top02.gif);
	color: #ffffff;
	font-size: 130%;
}

#list_middle{
	width: 735px;
	padding: 20px 0 10px 0;
	background-image: url(/customer/static/img/ap-details/middle02.gif);
	background-repeat: repeat-y;
}

#list_middle p{
	padding: 0 15px 15px 15px;
	line-height: 150%;
}

#list_middle .area{
	font-weight: bold;
	font-size: 110%;
	color: #0059b3;
}

