@charset "utf-8";
/* CSS Document */

.main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	position: relative;
}

.leftdiv {
	width: 620px;
	position: relative;
	float: left;
	top: -8px;
}
.rightdiv {
	float: left;
	width: 265px;
	margin-left: 15px;
	position: relative;
	top: -8px;
}
.content {

	height: 100%;
}

.listen {
	font-weight: bold;
	color: #333;
	text-align: center;
	position: relative;
	height: 16px;
	
}

/*Navigation css*/
ul#navigation {
	padding: 0;
	margin: 0;

	float: left;
	width: 620px;
	height: 33px;
}
ul#navigation li { display: inline; }
ul#navigation li a {
	color: #666;
	text-decoration: none;
	float: left;

	font-size: 16px;
	line-height: 33px;
	text-align: center;

}
a:link, a:visited { color: #fff; }
ul#navigation li a:hover {
	color: #000;
	background-color: #fff;
}
p a:link, p a:visited { color: #000; }

#navigation li#home a {
	background-image: url(../images/nav/home1.jpg);
	background-repeat: no-repeat;
	width: 104px;
	margin-right: 1px;
	font-size: 16px;
	font-weight: bold;	
}
#navigation li#live a {
	background-image: url(../images/nav/liveauc1.jpg);
	background-repeat: no-repeat;
	width: 118px;
	margin-right: 1px;
	font-weight: bold;	
}
#navigation li#gcn a {
	background-image: url(../images/nav/gcn1.jpg);
	background-repeat: no-repeat;
	width: 136px;
	margin-right: 1px;
	font-weight: bold;	
}
#navigation li#auc a {
	background-image: url(../images/nav/auc1.jpg);
	background-repeat: no-repeat;
	width: 156px;
	font-weight: bold;	
}
#navigation li#visit a {
	background-image: url(../images/nav/visit1.jpg);
	background-repeat: no-repeat;
	width: 98px;
	margin-right: 1px;
	font-weight: bold;	
}

/*active on page*/
ul#navigation li#actvisit a {
	background-image: url(../images/nav/visit2.jpg);
	width: 98px;
	background-repeat: no-repeat;
	background-position: left 1px;
		color: #A10000;
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
}
ul#navigation li#acthome a {
	background-repeat: no-repeat;
	background-position: left 1px;
	background-image: url(../images/nav/home2.jpg);
	width: 104px;
	color: #A10000;
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
}
ul#navigation li#actlive a {
	background-repeat: no-repeat;
	background-position: left 1px;
	background-image: url(../images/nav/liveauc2.jpg);
	width: 118px;
		color: #A10000;
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
}
ul#navigation li#actgcn a {
	background-repeat: no-repeat;
	background-position: left 1px;
	background-image: url(../images/nav/gcn2.jpg);
	width: 136px;
		color: #A10000;
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
}
ul#navigation li#actauc a {
	background-repeat: no-repeat;
	background-position: left 1px;
	background-image: url(../images/nav/auc2.jpg);
	width: 156px;
		color: #A10000;
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
}
.logoarea {
	float: left;
	width: 620px;
	height: 92px;
	position: relative;
}
.navarea {
	float: left;
	width: 620px;
	height: 33px;
	margin-bottom: 10px;
	position: relative;
}
.promoarea {
	float: left;
	width: 620px;
	margin-bottom: 10px;
	position: relative;
}
.textarea {
	float: left;
	width: 620px;
	position: relative;
}
.radioarea {
	float: left;
	width: 255px;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.tollarea {
	float: left;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
}
.auctionarea {
	float: left;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
}
.auchomearea {
	float: left;
	width: 255px;
	margin-bottom: 10px;
	position: relative;
}
.nav2area {
	float: left;
	width: 255px;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECECEC;
	margin-bottom: 10px;
	position: relative;
	margin-top: 3px;
}
.bauc {
	float: left;
	width: 129px;

}
.ebay{
	float: left;
	width: 124px;

}
.footer {
	float: left;
	height: 60px;
	width: 890px;
	background-color: #F6F6F6;
	position: relative;
}
	.footer  a:link,
	.footer  a:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;

	}
	.footer  a:active,
	.footer  a:hover
	{
	color: #999;
	text-decoration: none;
	}
.logo {
	top: -2px;
}
.promopic {
	margin-left: 4px;
}
.texthead {
	float: left;
	width: 602px;
	position: relative;
	background-color: #E0E0E0;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	left: 4px;
}
.text {
	float: left;
	width: 610px;
	position: relative;
	left: 4px;
	font-size: 16px;
	color: #333;
}
.texthead1 {
	float: left;
	width: 602px;
	position: relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	left: 4px;
	background-image: url(../images/dots.jpg);
	background-repeat: repeat-x;
	height: 6px;
	line-height: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.text2 {
	float: left;
	width: 604px;
	position: relative;
	left: 4px;
	font-size: 16px;
	color: #333;
}
.pic2 {
	margin-right: 4px;
}
.btm {
	float: left;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.copyright {
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 14px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.inputText
{
	background-image: url(../images/join_in.jpg);
	border: 1px solid #C4C4C4;
	width: 320px;
	margin-right: 5px;
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
}.req {
	font-weight: bold;
	color: #F00;
}
.str {
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.text3 {
	float: left;
	width: 610px;
	position: relative;
	left: 4px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.livestream {
	text-align: center;
}
.text4 {
	position: relative;
	left: 4px;
	font-size: 16px;
	color: #333;
	margin-right: 100px;
	margin-left: 100px;
}
.textspc {
	float: left;
	width: 610px;
	position: relative;
	left: 4px;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: bold;
}


