﻿#right ul#list 
{
	border:solid 1px #ddd;
	padding:0 10px 10px 10px;
}
#right ul#list li.first
{
	background:none;
	border:none;
	padding:0;
}

.tabset
{
	width:725px;
	padding:0;
	margin:0;
	list-style:none;
	font:13px/26px Georgia, "Times New Roman", Times, serif;
}
.tabset li{
	float:left;
	margin:2px 0 0 -1px;
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
	border-top:solid 1px #e1e1e1;
	background:#fff url(../images/master/bg-detailtab.gif) repeat-x;
	position:relative;
}
.tabset li.active{
	bottom:-1px;
	margin-top:-2px;
	padding-bottom:4px;
	background:#F9EDD4 url(../images/master/bg-detailtab-hover.gif) repeat-x;
}
.tabset li.first{
	margin-left:0px;
}
.tabset li.hover{
	background:#F9EDD4 url(../images/master/bg-detailtab-hover.gif) repeat-x;
}
.tabset a {
	color:#666;
	float:left;
	text-decoration:none;
	padding:0 13px;
}
ul.sub-tabs 
{
	padding:0;
	margin:0;
	width:725px;
	border-top:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
	border-left:solid 1px #e1e1e1;
	list-style:none;
	float:left;
	height:24px;
	line-height:24px;
	background:#f9edd4;
}
ul.sub-tabs li 
{
	float:left;
}
ul.sub-tabs li a
{
	margin-left:25px;
	color:#555;
	text-decoration:none;
}
ul.sub-tabs li a:hover
{
	text-decoration:underline;
}
ul.sub-tabs li a.active
{
	text-decoration:underline;
}