body {
	margin:0;
	padding:0x;
	font-family: Arial, Helvetica, Verdana; 
	font-size:16px;
	color: #223039;
	background-color:#ffffff;
}

.topbar {
	float:left;
	width:100%;
	height:50px;
	/*background-image:url("images/topbar-back.jpg");*/
	background-image:url("images/head_tile.gif");
	background-repeat:repeat-x;
}
h2{
	font-size:29px;
	letter-spacing: -1px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
}
h2 a, h2 a:visited {
	color: #FF3399;
	text-decoration: underline;
}
h2 a:hover {
	color: #FF3399;
	text-decoration: none;
}
.topbar-inside {
	margin:0 auto;
	width:800px;
	color:white;
	font-size:12px;
	padding-top:8px;
}
.top-latest {
	float:left;
	width:390px;
	/* padding-left:10px; */
}
.top-copyright {
	float:left;
	width:390px;
	padding-left:10px;
	color:#cccccc;
}
.top-latest a, .top-latest a:visited {
	color:#FFFF66;
}

.top-latest a:hover {
	color:#FFFF66;
	text-decoration:none;
}
.top-menu {
	float:right;
	width:400px;
	text-align:right;
}
.top-menu a, .top-menu a:visited {
	color:#cccccc;
	text-decoration:none;
}
.top-menu a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.container {
	margin:0 auto;
	width:800px;
}

.logo {
	float:left;
	height:60px;
	padding-top:30px;
}

.tarball {
	float:left;
	width:750px;
	height:76px;
	padding:10px 25px;
	background-image:url("images/tarball-back.jpg");
	font-size:20px;
	color:#0066CC;
	font-family:Georgia, "Times New Roman", Times, serif
}
.tarball a, .tarball a:visited, .tarball a:hover{
	/*color:#0000FF;*/
	color:#339900;
	font-weight:bold;
	
}
.tarball a:hover{
	text-decoration:none;
}

.content-inside {
	float:left;
	padding:0 0px 20px 0px;
}

.button {
	/*background-color:#F0F0F0;
	border:1px solid #F0F0F0;
	padding:3px;*/
	/*color: #000;*/
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	/*background-color:#FFF468;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
	background-color:#FF9900;
	border-bottom: 2px solid #FF3300;
	border-right: 2px solid #FF3300;
	border-top: 1px solid #FF3300;
	border-left: 1px solid #FF3300;
	padding:3px;
}

a, a:visited, a:hover{
	/*color:#0707FF;*/
	color:#008000;
}

ul{
	margin:10px 0 0 14px;
	padding:0;
	list-style:none;
}

li{
	margin:0;
	padding:0;
	margin-top:10px;
}

h1{
	font-size:17px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:20px;
	color:black;
}

#content{
	float:left;
	padding:40px 25px;
	font-size:14px;
}
.content-tab {
	float:left;
	/*padding-left:50px;*/
	padding:0 50px;
	border:1px solid white;
}

img{
	border:0;
}

.header{
	float:left;
	width:800px;
	height:60px;
	background-image:url("images/header.jpg");
	margin-bottom:5px;
}
.header span{
	font-size:12px;
	color:#666666;
}
.home{
	float:left;
	width:165px;
	height:57px;
}
.top_menu {
	color:#E0E0E0;
	float:left;
	margin:20px 0 20px 40px;
}
.top_menu a, .top_menu a:visited, .top_menu a:hover {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	font-size:12px;
}
.top_menu a:hover {
	color:#2668A7;
	text-decoration:none;
}

#tags {
	margin:40px 0;
	padding:0 0px;
	text-align:justify;
	width:800px;
}
#tags a, #tags a:visited, #tags a:hover{
	color:#000000;
	padding:0px 7px;
	text-decoration:none;

}
#tags a:hover {
	color:#ffffff !important;
	background-color:#C2D220 !important;
}

#exclusive_left {
	width:340px;
	float:left;
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:30px;	
}
#exclusive_right {
	float:left;
}

#about_left {
	float:left;
	padding-right:15px;
}
#about_right {
	float:left;
	padding:16px;
	background-color:#E2FFE4;
	border-top:1px solid #9ACD9A;
	border-bottom:1px solid #9ACD9A;
	/*border-top:1px solid #66FF99;
	border-bottom:1px solid #66FF99;*/
	/*background-color:#F5F5F5;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;*/
}
#about_right ul {
	margin:0;
}
#about_right li {
	margin:0;
	margin-bottom:10px;
}
#about_right a, #about_right a:hover, #about_right a:visited {
	color: #0000FF;
}

#sample_tag{
	float:left;
	font-size:12px;
	color:black;
	padding:0px 7px;
}

.notice {
	background-color:#E2FFE4;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	padding:10px 20px;
	clear:both;
	font-size:12px;
}
.notice li {
	list-style:disc;
	margin-top:10px;
}

.myul {
	list-style:disc;
	margin-top:0;
	margin-left:30px;
}
.myul li {
	margin-top:5px;
}

.footer {
	float:left;
	border-top:1px solid #cccccc;
	width:100%;
	color:#3B3B3B;
	font-size:11px;
	padding:3px;
	margin-bottom:20px;
}

.error {
	float:left;
	background-color:#FFEEEE;
	width:530px;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	padding:5px 20px;
	color: #990000;
	margin-bottom:20px;
}
.warning1 {
	float:left;
	background-color:#FFEEEE;
	width:759px;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	padding:5px 20px;
	color: #990000;
	margin-bottom:40px !important;
	margin-bottom:20px;	
	font-size:12px;
}
.warning {
	float:left;
	background-color:#FFFFCC;
	width:500px;
	border-top:1px solid #FFD322;
	padding:5px 20px;
	color: #990000;
	margin-bottom:20px;
	font-size:12px;
	text-align:left;
}

.price-text {
	color:#999999;
	font-size:20px;
	font-weight:bold;
	margin:0;
}
.price {
	color:red; 
	font-size:28px;
	font-weight:bold;
	margin:0;
	margin-top:-8px;
}

.action_box {
	float:left;
	padding:5px;
	background-color:#FFFFCC;
	border-top:1px solid #FFD322;
	border-bottom:1px solid #FFD322;
	font-weight:bold;
	text-align:center;
}

.action_button {
	padding:3px;
	background-color:#FFFFCC;
	border-right:0;
	border-left:0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	text-align:center;
}

.link_blue, .link_blue:visited, .link_blue:hover {
	color:#0000FF; 
	font-size:12px; 
	text-decoration:none;
}

.link_blue_u, .link_blue_u:visited, .link_blue_u:hover {
	color:#0000FF; 
	font-size:12px; 
}

.choose_about {
	border-top:1px solid #ccc;
}

fieldset { 
	float:left;
	border:1px solid #ccc;
	margin-bottom:10px;
}
legend {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;	
}
.fieldset-content {
	float:left;
	padding:20px 26px !important;
	padding:20px 30px;
}
.fieldsets {
	float:left;
	padding:0 20px;
}
.fieldset-half {
	float:left;
}

.input-text {
	margin:0;
	font-size:12px;
	font-weight:bold;
}
.input-info {
	margin:0;
	margin-top:2px;
	font-size:11px;
	color:#999999;
}

.myinfo{
	width:5px;
	visibility:hidden;
}