.toptenfield {
	position: relative;
	color: #3c352f;
	width: 550px;
	height: auto;
	float: left;
	padding: 10px;
	margin-top: 10px;
	background: #F5F5F1;
}

.toptenfield .left {
	float: left;	
}

.toptenfield .left a:link, .toptenfield .left a:visited {
	color: #3C352F;
	font-size: 11px;
	text-decoration: none;
}

.toptenfield .left a:hover, .toptenfield .left a:active {
	text-decoration: underline;
}	

.toptenfield h1, h2, h3 {
	font-size: 13px;
	font-weight: bold;
}

.toptenfield ul {
}

.toptenfield li {
	margin-bottom: 5px;	
}

.toptenfield li span {
	width: 25px;
	float: left;
	font-weight: bold;
}

.toptenfield li div {
	position: relative;
	top: -1px;
	color: #726459;
	display: none;
	font-size: 10px;
	margin-left: 5px;
}


.toptenfield .desc {
	color: #726459;
	font-size: 10px;
}

.ofdbshop {
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.ofdbshop .logo {
	float: left;
	width: 130px;
}
.ofdbshop .text {
	float: left;
	width: 400px;
}
