
.item {
	border: 1px none #FDBBBC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
}

.item img {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.item th {
	text-align: left;
	background-color: #FFE9EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.item p {
	margin-bottom: 8px;
}
.item td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.item table {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	float: left;
	margin-right: auto;
	width: 580px;
	margin-left: auto;
}

.item-tittle {
	text-align: center;
	height: auto;
	margin-bottom: 5px;
	width: auto;
	padding: 0px;
	margin-top: 5px;
}
.item-tittle h1 {
	font-size: 18px;
	color: #BA7273;
}
.item-tittle h2 {
	font-size: 16px;
	margin: 0px;
	color: #BA7273;
}
.item-details {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
.item-details th {
	text-align: left;
	background-color: #FEF1F5;
	width: 90px;
}
.item-details td {
	text-align: left;
	background-color: #FFFFFF;
}
#best {
	width: 720px;
	margin-top: 5px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	clear: both;
}

.best {
	height: 280px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px dotted #CCCCCC;
	margin-left: 5px;
}
.best p {
	margin: 0px;
}
.best dl {
	margin: 0px;
	padding: 0px;
}

.best img {
	margin-bottom: 8px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}
.best dd {
	margin: 0px;
	padding: 0px;
}
.f-red {
	color: #FF0000;
}
.cen {
	font-size: 16px;
	text-align: center;
	clear: both;
	padding-top: 20px;
}