@charset "utf-8";
/* 买家中心首页样式文件 */

*{
    font-size:14px;
}

.bodyDiv{
    width: 973px;
  	height:auto;
    margin-bottom:30px;
}

.font16{
	font-size:16px;
	font-weight:500;
}

.font18{
	font-size:18px;
	font-weight:600;
}

.chooseType{
	width:100%;
	height:1px;
	cursor:pointer;
}

.redBorder{
	float:left;
	/*border:solid 1px #FF807A;*/
	border-color: gray;
}

.blueBorder{
	float:left;
	margin-left:33px;
/* 	margin-right:33px; */
    /*border:solid 1px #5BC6F6;*/
	border-color: gray;
}

.yellowBorder{
	float:left;
	margin-left:33px;
/*     border:solid 1px #FFF48D; */
/* 	border-color: gray; */
}
.yellowBorder:hover{
/*     border:solid 1px #ffeb33; */
}

.typeImg{
	width:300px;
	height:160px;
}

.focusOrHistory{
	width:160px;
	height:40px;
	margin-top:20px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	float:left;
	border:solid 1px grey;
}

.focusOrHistory_selected{
	width:160px;
    height:40px;
	margin-top:20px;
	line-height:40px;
    text-align:center;
    float:left;
	background:#FF0049;
    border:solid 1px red;
	font-size:16px;
	color:#FFFFFF;
	cursor:pointer;
}

.focusOrHistory_more{
	width:160px;
    height:40px;
    margin-top:20px;
    line-height:40px;
    text-align:center;
    float:right;
    font-size:16px;
	font-weight:600;
    cursor:pointer;
}

.focusOrHistory_content{
	clear:both;
/* 	border:solid 1px #E9E8E5; */
	width:100%;
	height:auto;
	margin-bottom:20px;
	margin-top: 10px;
}

.focusOrHistory_table{
	width:100%;
	text-align:left;
}

.fontRed{
    color:#FF1B52;
}

.hotAuct{
	font-size:16px;
	float:left;
}

.hotAuct_more{
	font-size:16px;
    float:right;
	margin-right:60px;
}

.hotAuct_content{
	clear:both;
}

.td_padding{
	padding-left:33px;
	padding-right:33px;
}

.hotAuctImg{
	width:300px;
	height:240px;
}

.hotAuct_price{
    float:left;
    margin-top:20px;
}

.bid{
	float:right;
	margin-top:10px;
	width:80px; 
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FD0041;
    border: 1px solid #FD0041;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}

.Recommendation{
	font-size:16px;
    float:left;
	margin-bottom:-15px;
}

.Rcmd_more{
	font-size:16px;
    float:right;
    margin-right:60px;
	margin-bottom:-15px;
}

.Rcmd_content{
	clear:both;
	margin-left:-20px;
	margin-right:-20px;
}

.Rcmd_td{
	width:480px;
	height:220px;
	border:solid 1px grey;
	padding-left:20px;
}


.leftContent{
	float:left;
}

.rightContent{
	float:right;
	margin-right:20px;
	text-align:center;
}

.Rcmd_bid{
    width:160px;
    height:30px;
	line-height:30px;
    text-align:center;
	margin:0 auto;
	background:#FD0041;
    color:#FFFFFF;
    border: 1px solid #FD0041;
}


.itempicTable{
    width:221px;
}

.itempic{
    height:199px;
}

.itemtitle{
	width: 90%; 
	height: 40px; 
	line-height: 20px;
}

.focusOrHistory_table tr{
	text-align: left;
}

.cookieitem{
}

a{
	text-decoration: none;
}
.itemtitle span{
	color: #656565;
}
.itemtitle span:hover{
	color: #cc1d46;
}


