/* CSS Document */
body {
	background-color: #666666;
}
body,td,th {
	font-family: Tahoma, Arial, Verdana, Times New Roman, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a.small-link, a.small-link:hover, a.small-link:active, a.small-link:visited {
	font-size:10px;
	font-weight: lighter;
}
.borders {
	border-left: solid 1px black;
	border-right: solid 1px black;
}
.border-bottom-black {
	border-bottom: solid 1px black;
}
#LeftColumn {
	padding: 3px;
}
#MainContent {
	padding: 3px
}
#separator {
	width: 1002px;
	height: 10px;
	background-color: white;
}
#welcomeMsg {
	width: 1002px;
	height: 20px;
	background-color:#FFFFFF;
}
#Footer {
	width: 1002px;
	height: 70px;
	background-color:#931401;
	color: white;
	padding-top: 15px;
}
.beotrang {
	color: white;
	font-weight:bold;
	font-size: 11px;
	padding-left: 15px;
}
.level1 {
	border-bottom: 1px solid #999999;	
}
.level2 {
	border-bottom: 1px dotted #999999;	
}
.topseller {
	padding: 5px;
}
.topseller-link {
	text-decoration:underline;
	font-weight:normal;
}
.off {
	display: none;
}
.on {
	display: on;
}
.newsTitle {
	font-size: 12px;
	font-weight:bold;
	color: #FF9900;
}

