#tab_content {
	position:relative;
	top: -2px;
	z-index:1;
	font-size: 11px;
	border:1px solid #637a8c;
	width:720px;
	background: #f6f9fe url('/Merchant2/graphics/00000001/bg_tabcontent.gif') repeat-x;
	margin-bottom: 5px;
	padding:0;
}

#tabs {
	position:relative;
	z-index:2;
	list-style:none;
	height:20px;
	font-size: 11px;
	color: #000033;
	margin:0;
	padding:0;
	display:block;
}
#tabs li {
	float:left;
	background: url('/Merchant2/graphics/00000001/bg_tabright.gif') no-repeat right -50px;
	margin:0;
	padding:0;
}
#tabs li a {
	display:block; 
	float:left;
	color: #ffffff;
	background: url('/Merchant2/graphics/00000001/bg_tableft.gif') no-repeat left -50px; 
	font-weight:bold;
	text-decoration:none;
	height: 16px;
	padding:4px 8px;
}
#tabs li a:hover {
	color: #d3dce5;
}
#tabs li.current {
	background: url('/Merchant2/graphics/00000001/bg_tabright.gif') no-repeat right top;
}
#tabs li.current a {
	color: #333355;
	background: url('/Merchant2/graphics/00000001/bg_tableft.gif') no-repeat left top;
}
#tabs li.current a:hover {
	color: #93a9c1;
}
.main, .main1 {
	margin:10px 20px 1px;
	padding:0 0 30px;
}
.main {
	display:none;
}
.main h2 {
	font:bold 18px "Trebuchet MS", Tahoma sans-serif;
	margin:20px 0 15px;
}


