@charset "utf-8";
/* CSS Document */
html, body, td, div, input, select, textarea {
	font:14px Arial, Helvetica, sans-serif;
}
body{
	background:url(../images/truemoveh/bg_main.jpg) left 20px repeat-x #FFF;
}
#tmh_content_home{ margin:10px 0;}
#tmh_content_home .title_home{
	background:url(../images/truemoveh/icon_circle_arrow.png) left center no-repeat;
	color:#6b788c;
	font-family: 'true_mediumregular';
	font-size:18px;
	padding:0 0 0 20px;
	line-height:30px;
}

#tmh_content_home .line_home_top{
	width:990px;
	margin:0 auto;
	padding:0;
	height:10px;
	overflow:hidden;
	clear:both;
	background:url(../images/truemoveh/line_gradient_top.png) center top no-repeat;
}
#tmh_content_home .line_home_down{
	width:990px;
	margin:0 auto 10px auto;
	padding:0;
	height:10px;
	overflow:hidden;
	clear:both;
	background:url(../images/truemoveh/line_gradient_down.png) center top no-repeat;
}
#tmh_content_home ul.package_list{
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
	height:130px;
	position:relative;
}
#tmh_content_home ul.package_list li{
	float:left;
	margin:0 10px 0 0;
	cursor:pointer;
}
#tmh_content_home ul.package_list li.last{
	margin:0;
}
#tmh_content_home ul.package_list li div.detail_hover{
	display:none;
}
#tmh_content_home ul.package_list li:hover div.detail_hover{
	display:block;
	position:absolute;
	background-color:#F58025;
	width:990px;
	cursor:default;
	margin:10px 0 0 0;
	left:0;
}
#tmh_content_home ul.package_list li:hover div.detail_hover .arrow-up {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #F58025;
	margin:-15px 0 0 0;
}
#tmh_content_home ul.package_list li:hover div.detail_hover .arrow1{margin-left:100px;}
#tmh_content_home ul.package_list li:hover div.detail_hover .arrow2{margin-left:350px;}
#tmh_content_home ul.package_list li:hover div.detail_hover .arrow3{margin-left:600px;}
#tmh_content_home ul.package_list li:hover div.detail_hover .arrow4{margin-left:800px;}
#tmh_content_home ul.package_list li:hover div.detail_hover ul.package_list_hover{
	margin:20px 10px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#tmh_content_home ul.package_list li:hover div.detail_hover ul.package_list_hover li{
	float:left;
	width:230px;
	margin:0 0 0 10px;
}
#tmh_content_home ul.package_list li:hover div.detail_hover ul.package_list_hover li img{
	margin-right:10px;
}
#tmh_content_home ul.package_list li:hover div.detail_hover ul.package_list_hover li .detail{
	width:115px;
	float:left;
	font-size:11px;
	color:#fff;
	font-weight:700;
	text-align:left;
}
#tmh_content_home ul.hilight_list{
	padding:0;
	margin:0 0 0 7px;
	list-style:none;
	overflow:hidden;
}

#tmh_content_home ul.hilight_list li{
	float:left;
	margin:15px 6px;
	width:220px;
	font-family: 'true_boldregular';
	height:83px;
	line-height:83px;
	font-size:20px;
	color:#969696;
	overflow:hidden;
}
#tmh_content_home ul.hilight_list li img{
	float:left;
	margin:0;
}
#tmh_content_home ul.hilight_list li span.iphone{ padding-left:0px;}
#tmh_content_home ul.hilight_list li span.iphone a{ color:#969696;}
#tmh_content_home ul.hilight_list li span.iphone a:hover{ color:#000;}
#tmh_content_home ul.hilight_list li span.ipad{ padding-left:10px;}
#tmh_content_home ul.hilight_list li span.ipad a{ color:#969696;}
#tmh_content_home ul.hilight_list li span.ipad a:hover{ color:#000;}
#tmh_content_home ul.hilight_list li span.samsung{ padding-left:12px;}
#tmh_content_home ul.hilight_list li span.samsung a{ color:#969696;}
#tmh_content_home ul.hilight_list li span.samsung a:hover{ color:#000;}
#tmh_content_home ul.hilight_list li span.golive{ margin-left:-10px;}
#tmh_content_home ul.hilight_list li span.golive a{ color:#969696;}
#tmh_content_home ul.hilight_list li span.golive a:hover{ color:#000;}
#tmh_content_home ul.hilight_list li.arrow{
	width:12px;
	height:24px;
	margin:40px 0 0 0;
	padding:0 10px 0 0;
	overflow:hidden;
}
#tmh_content_home ul.product_list{
	padding:10px 0 20px 0;
	margin:0 0 5px 0;
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #E5E5E5;
}
#tmh_content_home ul.product_list li{
	float:left;
	margin:0;
	padding:0 10px;
	width:225px;
	text-align:center;
	line-height:24px;
	color:#969696;
}
#tmh_content_home ul.product_list li img{
	margin-bottom:15px;
}
#tmh_content_home ul.product_list li span.product_title{
	font-family: 'true_mediumregular';
	font-size:14px;
	color:#6C798C;
}
#tmh_content_home ul.product_list li a.btn_green{
	background:url(../images/truemoveh/bttn_bg_green.png) no-repeat;
	width:80px;
	height:20px;
	text-align:center;
	display:block;
	float:left;
	color:#fff;
	font-size:11px;
	line-height:20px;
	margin:10px 0 0 25px;
}
#tmh_content_home ul.product_list li a.btn_white{
	border:1px solid #CCCCCC;
	width:78px;
	height:18px;
	text-align:center;
	display:block;
	float:right;
	color:#6C798C;
	font-size:11px;
	line-height:18px;
	margin:10px 25px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tmh_content_home ul.news_list{
	padding:0;
	margin:15px 0 0 0;
	list-style:none;
	overflow:hidden;
	height:145px;
}
#tmh_content_home ul.news_list li{
	float:left;
	margin:0 20px;
	width:205px;
}
#tmh_content_home ul.news_list li.last{
	margin:0;
}

.btn_white{
	border:1px solid #CCCCCC;
	width:78px;
	height:18px;
	text-align:center;
	display:block;
	float:right;
	color:#6C798C;
	font-size:11px;
	line-height:18px;
	margin:5px 25px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.btn_white {color:#6C798C;}

.btn_white a:hover{color:#000;}
