/* place select*/
.placeSelect{
	width: 720px;
	padding: 0px;
	margin: 0px 0px 7px;
	text-align: center;
	background-color: #FFFFCC;
	background-image: url(img/place_bg.jpg);
}
.placeSelect a{
	color: #666;
	text-decoration: none;
}
.placeSelect a:hover{
	text-decoration: underline;	
}
.placeSelect th{
	padding: 2px;
}
.placeSelect td{
	padding: 2px;
}

.placeSelect2{
	width: 485px;
	padding: 0px;
	margin: 0px 0px 7px;
	text-align: center;
	float: left;

}
.placeSelect3{
	width: 235px;
	padding: 0px;
	margin: 0px 0px 7px;
	text-align: left;
	float: right;

}
A.ared:link {
	font-size: 9pt;COLOR: #000000; TEXT-DECORATION: none
}
A.ared:visited {
	font-size: 9pt;COLOR: #000000; TEXT-DECORATION: none
}
A.ared:active {
	font-size: 9pt;COLOR: #ff0000; TEXT-DECORATION: none
}
A.ared:hover {
	font-size: 9pt;COLOR: #ff0000; TEXT-DECORATION: none
}
/* kind select */
.kindSelect{
	width: 720px;
	padding: 0px;
	margin: 0px 0px 7px;
	text-align: center;
}
.kindSelectContent{
	width: 710px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
.kindSelectContent a{
	color: #555;
	text-decoration: none;
}
.kindSelectContent a:hover{
	text-decoration: underline;
}
.kindSelectContent ul{
	margin: 0px;
	padding: 15px;
	list-style-type: none;
}
.kindSelectContent li{
	
}


/* commendStore */
.commendStore{
	width: 720px;
	padding: 0px;
	margin: 0px 0px 7px;
	background: url(img/commend_content.gif) repeat-y;
}
.commendStoreContent{
	width: 690px;
	padding: 10px 0px 0px;
	margin: 0px auto;
}

/* commendStoreL */
.commendStoreL{
	float: left;
	background-color: #0099CC;
}

/* commendStoreR */
.commendStoreR{
	float: right;
	text-align: left;
	width: 330px;
}
.storeLogo{
	padding-bottom: 10px;
}
.storeName a{
	font-size: 15px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.storeName a:hover{
	text-decoration: underline;
}
.storeInfo a{
	color: #555;
	text-decoration: none;
}
.storeInfo a:hover{
	color: #FF9900;
	text-decoration: underline;
}

/* saleOffFrame */
.saleOffFrame{
	width: 720px;
	padding: 0px;
	margin: 0px 0px 7px;
	background: url(img/saleOff__content.gif) repeat-y;
}
.saleOffContent{
	width: 690px;
	margin: 0px auto;
}
.productInfo{
	float: left;
	width: 100px;
	margin: 0px;
	padding: 10px 7px;
	text-align: center;
}
.productName{
	padding: 5px 0px;
	width: 100px;
}
.productName a{
	color: #555;
	text-decoration: none;	
}
.productName a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.productName2{
	padding: 5px 0px;
	width: 100px;
    height:50px;
}
.productName2 a{
	color: #555;
	text-decoration: none;	
}
.productName2 a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.productName3{
	padding: 0px 0px;
	width: 100px;
}
/* hot messages */
.hotMessagesFrame{
	width: 720px;
	padding: 0px;
	margin: 0px 0px 7px;
}
.hotMessagesFrame ul{
	padding: 10px 0px;
	margin: 0px;
	list-style-type: none;
}
.hotMessagesFrame li{

}

.messagesL{
	float: left;
	text-align: left;
	width: 357px;
	border:1px solid #DDD;
}
.messagesR{
	float: right;
	text-align: left;
	width: 357px;
	border:1px solid #DDD;
}
.messagesContent{
	text-align: left;
	width: 310px;
	margin: 0px auto;
	padding: 10px 0px;
}
.messagesContent a{
    color: #444;
	text-decoration: none;		
}
.messagesContent a:hover{
    color: #096;
	text-decoration: underline;	
}
.messagesContentEM a{
	color: #0C9;
	text-decoration: none;
	font-weight: bold;
}


