body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-attachment: fixed;
	background-color: #696868;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
	
	scrollbar-face-color:#cccccc;
	scrollbar-arrow-color:#cccccc;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
.main_container {
	width: 800px;
	background-color: #FFFFFF;
}

a:link{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:active{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.img_border {
	padding: 5px;
	border: 1px solid #696868;
}
hr {
	border: 1px dotted #CCCCCC;
}
.title2 {
	font-style: normal;
	font-weight: bold;
	color: #ED1B23;
	font-size: 16px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
.bg_no_repeat {
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_no_repeat2 {
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_no_repeat3 {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_no_repeat4 {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.product_title {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
}

#what_hot a:link
{
	color: #FFFFFF;
	background-color: #FFFFFF:

}

ul {
	margin-top:10px;
	}
	
