body, ul, ol, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a, img
{
	border: 0;
	padding: 0;
	margin: 0;
}

ul 	{ list-style-type: none; }

h1, h2, h3, h4 {
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
#buy
{
	width: 920px;
	float: left;
	margin-top:20px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a.user {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a.user_mig {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 13.4px;
	padding: 0 7.6px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	display: none;
}
.tab_content h2 {
	font-weight: normal;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 5px;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
}

.list ul {
	list-style-position: outside;
	padding-left: 15px;
	list-style-type: disc;
}

.list li {
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
.list ol {
	list-style-position: outside;
	padding-left: 20px;
	list-style-type: decimal;
}
.list li {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	list-style-type: none;
}

.list ol ul {
	list-style-position: outside;
	padding-left: 15px;
	list-style-type: disc;
}
.tbl {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tbl td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 7px;
	text-align: center;
}
.tbl .red {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}
.tbl .left {
	text-align: left;
}
.tbl .blue {
	background-color: #0052A5;
	color: #FFF;
}
.tbl .light_color {
	background-color: #CFC;
	color: #FFF;
}
.tbl .black {
	color: #000000;
	font-weight: bold;
	background-color: #CFC;
}
.tbl .title {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}
