@charset "utf-8";
/*-------------------------*/
#list-layout {
	margin: 20px 0px 50px 22px;
	min-height: 700px;
}
/*-------------------------*/
.foryou-nodata {
	width: 830px;
	height: 100px;
	margin: 5px;
	padding: 10px 0;
	border-bottom: dashed 1px #CCCCCC;
	line-height: 100px;
	vertical-align: middle;
	text-align:center;
	color:#999999;
}
.itemBox {
	width:830px;/*270px*/
	min-height: 75px;
	float: left;
	margin: 5px;
	padding: 10px 0;
	border-bottom: dashed 1px #CCCCCC;
}
.itemBox table {
	width: 800px;
}
.itemBox .cimage {
	width: 60px;
	vertical-align: top;
}
.itemBox .ctitle {
	font-size: 14px;
	font-weight: bold;
}
.itemBox .fyprice {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.itemBox .userimg {
	float: left;
	margin-right: 10px;
	width: 50px;
	max-height: 100px;
	overflow: hidden;
}
.itemBox .userfy {
	float: left;
	margin-right: 10px;
}
.itemBox .status {
	width:100px;
	text-align: center;
}
.itemBox .status .entry-on {
	display:block;
	background-color: #006699;
	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.itemBox .status .entry-off {
	color: #999999;
	font-size: 12px;
}
.itemBox .status .entry-cnt {
	font-size: 10px;
	margin-bottom: 10px;
	display: block;
}
.itemBox .status .entry-date {
	font-size: 10px;
	margin-bottom: 10px;
	display: block;
}
.itemBox .status .is-selected {
	display:block;
	background-color: #FF6600;
	
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 20px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*-------------------------*/
.rmenu1 {
    text-decoration: none;
	display: block;
	float: left;
	vertical-align: middle;
	height: 24px;
	width: 150px;
	margin-right: 3px;
	
	/*font*/
	text-align: center;
	font-size: 12px;
	
	/*border,shadow*/
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	
	/*aradius*/
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.rmenu1-on {
	background: #4477A1;
}
.rmenu1-off {
	background: #DDDDDD;
}
.rmenu1-on a {
	color: #FFFFFF;
	text-decoration:none;
}
.rmenu1-off a {
	color: #555555;
	text-decoration:none;
}

.rmenu1 span{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border-top: 1px solid #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 1px 5px;
}
.rmenu1-off:hover{
    background: #4477A1;
}
.rmenu1-off a:hover {
	color: #FFFFFF;
}
.rmenu1:active{
	background: #4477A1;
	position: relative;
    /*top: 1px;*/
}
.rmenu1-bdr {
	clear: left;
	width: 850px;
	height: 10px;
	background: #4477A1;
	
	/*border,shadow*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}