body {
	background-color: #0f68b7;
	font-family:'Arial Unicode MS', Arial;
	
}
a.mainlink{

	font-size: 12px;
	color: #1a73c1;
	line-height: 18px;
	text-decoration:none;
}
a.mainlink:hover{color: #ed2224;
}
.contentbg {
	background-color:#FFFFFF;
	background-image:url(template/content_bg.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}
.divider {
	width: 26px;
	height: 310px;
	margin-top: 40px;
	float: left;
}
.content {
	float: left;
	width: 530px;
	margin-left: 26px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}
.whitebg {
	background-color:#FFFFFF;
}
.menu {
	background-image:url(template/menu_bg.gif);
	background-position: left top;
	background-repeat:repeat-x;
}
a.menulink {
	
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 15px;
}
a.menulink:hover {
	color:#FFFF00;
}
.menucontent {
	width: 477px;
	float:left;
	padding-top: 8px;
}

.hotname {
	font-size: 18px;
	letter-spacing: -1px;
	font-family: "Helvetica Neue", Arial;
}
.price {
	color:#FF0000;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial;
}
.list {
	line-height: 22px;
}


.borderit img{
border: 1px thick #eeeeee; margin-right: 4px; margin-bottom: 4px;
}

.borderit:hover img{
border: 1px thick #ff0000;
}

.borderit:hover{
color: blue; /* irrelevant definition to overcome IE bug */
}