@charset "utf-8";
/* CSS Document */

.sidebar_object{
	background:url('../img/home/topphone_bg.png');
	background-repeat:no-repeat;
	width:174px;
	height:54px;
	float:left;
	margin:10px 0px;
	padding-top:9px;
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:"Lucida Grande";
	color:#a63300;
}
.sidebar_object:hover{
	
	background:url('../img/home/topphone_bg.png');
	background-repeat:no-repeat;
	background-position:0px -64px;
	
	color:#ff6000;
}
.sidebar_object_phonename{
	width:100%;
	margin-left:3px;
	
}
.sidebar_object_bar{
	margin-left:3px;
	margin-top:4px;
	height:16px;
	background:url('../img/home/topphone_bar.png');
	float:left;
}
.sidebar_object_score{
	float:left;
	width:20px;
	padding-top:3px;
	margin-left:5px;
}
#hotphone{
	margin-top:15px;
}
#hotphone .nav_prev, #hotphone .nav_next{
	margin-top:55px;
}
.hotphone_container{
	float:left;
	height:200px;
	width:680px;
	overflow:visible;
}

#updatezone .level_2, #videozone .level_2, #pricezone .level_2{
	margin-left:-7px;
}
#videozone .level_2 .video_head{
	
	text-align:center;
	width:100%;
	height:24px;
}
#videozone .level_2 .video_head a{
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.level_2 .newphone_object{
	color:#fff;
	background:url('../img/home/newphone_bg.png');
	height:155px;
	width:240px;
	margin:15px 0;
}
.level_2 .newphone_object .newphone_thumbnail{
	height:120px;
	width:90px;
	margin-left: 80px;
	padding-top:5px;
}
.level_2 .newphone_object .newphone_name{
	padding-top:6px;
	padding-left: 15px;
	font-weight:bold;
}
.level_2 .newphone_object:hover{
	color:#f0a060;
	background:url('../img/home/newphone_bg.png');
	background-position:0 -155px;
}

.level_2 .update_container{
	width:483px;
	height:595px;
	margin-left:10px;
	margin-top:10px;
}

.level_2 .update_container .update_object{
	height:151px;
	width:212px;
	margin:10px;
	float:left;
	vertical-align:bottom;
	display:table;
}
.level_2 .update_container .update_object .update_subtitle_container{
	width:200px;
	vertical-align:bottom;
	display:table-cell;
	padding-bottom:7px;
}
.level_2 .update_container .update_object .update_subtitle_container .update_subtitle{
	width:198px;
	background:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	margin-left:4px;
	padding:0px 2px;
}
.level_2 .update_container a .update_object{
	color:#fff;
	font-size:13px;
	line-height:17px;
	
}

#home_video{
	margin-left:7px;
	margin-top:10px;
}

.price_container{
	width:100%;
	height:100%;
}
.price_container .price_object{
	float:right;
	background:url('../img/home/price_comment_bg.png');
	height:40px;
	width:345px;
	margin:5px 0px;
	margin-right:-3px;
	padding:13px;
	padding-left:22px;
	font-weight:bold;
	font-size:16px;
}
.price_container .price_object:hover{
	background:url('../img/home/price_comment_bg.png');
	background-position:0px -68px;
}
.price_container .price_object .price_headline{
	float:left;
	width:100%;
}
.price_container .price_object .price_headline .price_phonename{
	color:#ff6d2d;
	float:left;
}
.price_container .price_object .price_headline .price_phoneprice{
	float:right;
	color:#ff2d2d;
}
.price_container .price_object .price_subline{
	color:#9a3204;
	float:left;
	font-size:14px;
	padding-left:5px;
	padding-top:2px;
}


.comment_container{
	width:100%;
	height:100%;
}
.comment_container .home_comment_object{
	float:left;
	background:url('../img/home/price_comment_bg.png');
	background-position:-77px 0px;
	background-repeat:no-repeat;
	height:40px;
	width:345px;
	margin:5px 0px;
	margin-left:-3px;
	padding:13px;
	padding-right:22px;
	font-weight:bold;
	font-size:16px;
}
.comment_container .home_comment_object:hover{
	background:url('../img/home/price_comment_bg.png');
	background-position:-77px -68px;
	background-repeat:no-repeat;
}
.comment_container .home_comment_object .comment_headline{
	float:left;
	width:100%;
}
.comment_container .home_comment_object .comment_headline .comment_phonename{
	color:#ff6d2d;
	float:left;
}
.comment_container .home_comment_object .comment_headline .comment_commentator{
	float:right;
	color:#ff2d2d;
}
.comment_container .home_comment_object .comment_subline{
	color:#9a3204;
	float:left;
	font-size:14px;
	padding-left:5px;
	padding-top:2px;
}