﻿@import url("Basic.css");

/**********The Common Table Style**********/
.Caption_Bar_Title 
{	
	height: 26px;
	color: #FFFFFF;
	font-size: 13px;
	font:bold;
	padding: 6px 10px 0px 10px;
}

.Caption_Bar_Gray {
	background: #999999;
	height: 28px;
	font-size: 13px;
	color: #FFFFFF;
	font: Bold;
	border-top: 2px solid #FFA55B;
	border-bottom: 2px solid #CCCCCC;
	padding: 0px 10px 0px 10px;
}
.Caption_Bar_Blue {
	background: #2288DC;
	height: 28px;
	font-size: 13px;
	color: #FFFFFF;
	font: Bold;
	border-top: 2px solid #7BBEF4;
	border-bottom: 2px solid #333333;
	padding: 0px 10px 0px 10px;
}
.Caption_Bar_Orange {
	background: #FF6600; 
	height: 28px;
	font-size: 13px;
	color: #FFFFFF;
	font: Bold;
	border-top: #FFA55B 2 solid;
	border-bottom: #cc3300 1px solid;
	padding: 0px 10px 0px 10px;
}
.Caption_Bar_Black {
	background: #777777;
	height: 28px;
	color: #FFFFFF;
	font-size: 13px;
	font:bold;
	border-top: 2px solid #1F93F2;
	border-bottom: 2px solid #333333;
	padding: 0px 10px 0px 10px;
}
.Caption_Bar_GrayOrange {
	background: #EFEFEF;
	height: 28px;
	font-size: 13px;
	color: #000000;
	font: Bold;
	border-bottom: 3px solid #FF6600;
	padding: 0px 10px 0px 10px;
}
.Caption_Bar_GrayBlue {
	background: #EFEFEF;
	height: 28px;
	font-size: 13px;
	color: #000000;
	font: Bold;
	border-top: 4px solid #1F93F2;
	border-bottom: 2px solid #999999;
	padding: 0px 10px 0px 10px;
}
.Table_Title_Bar {
	background-color: #EFEFEF;
	height: 28px;
	border-top: 2px solid #999999;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	font-weight: bold;
}
.Table_Status_Bar {
	background-color: #EFEFEF;
	height: 28px;
	width: 100%;
	border-top: 2px solid #CCCCCC;
	padding: 0px 10px 0px 10px;
}
.Table_Tips_Bar {
	background-color: #F5F5F5;
	height: 28px;
	border-top: 2px solid #CCCCCC;
	padding: 0px 5px 0px 5px;
	color: #666666;
	text-align: center;
}
.Table_Navigation {
	background: #FFFFFF;
	border-top: #FFFFFF 5px solid;
	border-bottom: #FFFFFF 5px solid;
	height: 28px;
	width: 760px;
	padding: 0px 5px 0px 5px;
}
.Table_List_Search {
	background: #E5E5E5;
	border: #CCCCCC 1px solid;
	width: 760px;
	padding: 5px 5px 5px 5px;
}
.Table_List_Count {
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	height: 30px;
	padding: 5px 15px 5px 15px;
}
.Table_List_Sort {
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	width: 760;
	height: 30px;
	padding: 5px 15px 5px 15px;
}
.Table_List_Range {
	background: #F5F5F5;
	border: #CCCCCC 1px solid;
	border-Top: #CCCCCC 0px solid;
	width: 760px;
	padding: 5px 15px 5px 15px;
}
.Table_List_Control {
	background: #FFFFFF;
	border-top: #FFFFFF 5px solid;
	border-bottom: #FFFFFF 5px solid;
	width: 760px;
	padding: 0px 5px 0px 5px;
}
.Table_List_Title {
	background: #E5E5E5;
	height: 25px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
.Table_List_Content {
	background: #F5F5F5;
	height: 25px;
	padding: 0px 5px 0px 5px;
}
.Table_Show_Title {
	background: #E7E7E7;
	border-top: #F5F5F5 3px solid;
	border-bottom: #BEBEBE 3px solid;
	height: 35px;
	font-weight: bold;
	font-size: 22px;
	font-family: "Arial";
	padding: 2px 10px 0px 10px;
}

.Table_List_Material_Control {
	background: #6699CC;
	width: 760px;
	padding: 0px 5px 0px 5px;
}
.Table_List_Material_Title {
	background: #336699;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.Table_List_Material_Content {
	background: #FFFFFF;
	height: 22px;
}


/**********The Common Button Style**********/

.Button_Sort_1 {
	background-color: #EFEFEF;
	width:100px;
	height:25px;
	border:1 px;
	border-left:#999999 1 solid;
	border-right:#999999 1 solid;
	border-top:#999999 1 solid;
	cursor:hand;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.Button_Sort_2 {
	background-color: #666666;
	width:100px;
	height:25px;
	border:1 px;
	border-left:#999999 1 solid;
	border-right:#999999 1 solid;
	border-top:#999999 1 solid;
	cursor:hand;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
.Button_Sort_3 {
	width:10px;
}
.Button_Orange_Caption {
	background-color: #FF6600;
	width: 125px;
	height: 25px;
	border-top: #FFA700 3px solid;
	cursor: hand;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}
.Button_Blue_Caption {
	background-color: #057FC3;
	width: 125px;
	height: 27px;
	border-top: #8AC5E5 3px solid;
	cursor: hand;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}
.Button_List_1 {
	background-color: #EFEFEF;
	border-left: #999999 1 solid;
	border-right: #999999 1 solid;
	border-top: #999999 1 solid;
	width: 100px;
	height: 25px;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	font-size: 13px;
}
.Button_List_2 {
	background-color: #666666;
	border-left: #999999 1 solid;
	border-right: #999999 1 solid;
	border-top: #999999 1 solid;
	width:100px;
	height:25px;
	text-align: center;
	color: #FFFFFF;
	cursor:hand;
	font-weight: bold;
	font-size: 13px;
}
.Button_List_3 {
	width:10px;
}
.Button_Submit_Post {
	background:url(/Images/en-US/Common/Button/Button_Submit_1.gif);
	width:90px;
	height:29px;
	cursor:hand;
	padding: 3px 0px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	position: relative;
	border:0px;
}
.button_Login {
	background:url(/Images/en-US/Common/Button/Button_Login_2.gif);
	width:46px;
	height:46px;
	cursor:hand;
	padding: 2px 0px 0px 2px;
	font-size: 12px;
	color: #333333;
	border:0px;
	font-family: "Arial";
}
.Button_LoginIndex {
	background:url(/Images/zh-CN/Index/Login_Button_1.gif);
	width:50px;
	height:50px;
	cursor:hand;
	padding: 2px 0px 0px 2px;
	font-size: 11px;
	color: #333333;
	border:0px;
	font-family: "Arial";
}
.Button_Ask_1 {
	background:url(/Images/en-US/Common/Button/Button_Ask_1.gif);
	width:100px;
	height:20px;
	cursor:hand;
	padding: 3px 0px 0px 16px;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	position: relative;
	border:0px;
}
.Button_Operation_2 {
	background:url(/Images/en-US/Common/Button/Operation_3.gif);
	height: 18px;
	width: 60px;
	cursor: hand;
	font-size: 11px;
	color: #000000;
	border: 0px;
	text-align: center;
}
/**********The Common Border Style**********/

.border_out {
	border:#999999 1px solid;
}
.border_out_1 {
	border:#CCCCCC 1px solid;
}
.border_out_5 {
	border:#6699CC 1px solid;
}
.Border_No_Bottom {
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	border-top:1px #999999 solid;
}
.Border_No_Top {
	border-left:#999999 1 solid;
	border-right:#999999 1 solid;
	border-bottom:#999999 1 solid;
}
.Bottom { 
	BORDER-TOP: #f1f1f1 4px solid; 
	PADDING-LEFT: 18px; 
	FONT-SIZE: 12px;
 	BACKGROUND: #e7e7e7; 
	VERTICAL-ALIGN:middle; 
	BORDER-BOTTOM: #cccccc 3px solid;
}
.border_line_1 {
	background:url(/Images/zh-CN/Common/Background/Bg_line_1.gif);
	height:26px;
	line-height:26px;
}
.Border_Line_2 {
	background:url(/Images/zh-CN/Common/Background/Bg_line_2.gif);
	height:20px;
	line-height:20px;
}

/**********The Common Font Style**********/

.Font_Line {
	text-decoration: line-through;
}
.Font_Corp {
	line-height: 150%;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}







/* --  public start --*/

@charset "utf-8";
body{ margin:0px auto; font:11px/180% Verdana;}
body,table,td,div,p{word-wrap:break-word; word-break:break-all; word-break/* */:normal ;}
img{ border:0px;}
div{ float:left;}
ul,li{ margin:0px; padding:0px;}
li{ list-style:none;}
a { yexj00:expression(this.hideFocus="true");}/* out link-- line */
.clear{ clear:both;}
.blank{ height:5px; float:none; margin:auto;}
/*----  All system style   >>>>----*/
#top{ background:url(/Images/en-US/Index/top_back.gif); height:25px; width:100%; color:#333366;}
#top950{ width:950px; float:none; margin:auto; font:10px/25px Verdana;}
#top950 a:link,#top950 a:visited{ color:#3D5376; text-decoration:none; font-weight:normal;}
#top950 a:hover{text-decoration:underline; font-weight:normal;}
.top_left{ float:left;}
.top_right{ float:right;}
.top_right span { font-weight:bold; color:#999999;}
.top_right font{ color:#FF6600; font:10px/25px Verdana; text-decoration:underline;}
/*----  09-3-18 top >>>>----*/
#head{ width:950px; float:none; margin:auto;}
#logo{ width:290px; height:85px;}
#head_banner{ width:650px; height:65px; padding:10px 0px 10px 10px;}
#head_banner img { width:650px; height:65px;}
#meun_left{ width:12px; height:122px; background:url(/Images/en-US/Index/meun_left.gif);}
#meun_right{ width:12px; height:122px; background:url(/Images/en-US/Index/meun_right.gif);}
#meun_back{ width:926px; height:122px; background:url(/Images/en-US/Index/meun_back.jpg);}
/*<<<<there is meun's style*/
#meun{ width:770px; height:29px;}
#meun a { margin-right:6px; float:left; line-height:26px;}
#meun a:hover { text-decoration:none; line-height:26px;}
#meun font { float:left; font:bold 12px/29px Verdana;	padding:0 13px;	cursor:pointer;}
/*tyle-01 of meun link*/
a.meun_link { background:url(/Images/en-US/Index/meun_link.gif) no-repeat left top; line-height:29px; text-decoration:none;}
a.meun_link font { background:url(/Images/en-US/Index/meun_link.gif) no-repeat right -29px; line-height:29px; color:#2840B9; }
a.meun_link:hover { color:#0974BF; line-height:29px;}
/*style-02of meun link*/
a.meun_link_on { background:url(/Images/en-US/Index/meun_link_on.gif) no-repeat left top; line-height:29px; text-decoration:none;}
a.meun_link_on font { color:#ff3300; font-weight:bold; background:url(/Images/en-US/Index/meun_link_on.gif) no-repeat right -29px; line-height:29px; }
a.meun_link_on:hover { color:#FF3300; line-height:29px;}
#meun_cart{ width:150px; line-height:29px;}
#meun_cart a:link,#meun_cart a:visited{ color:#FFFFFF; font-weight:bold; text-decoration:underline;}
#meun_cart a:hover{ color:#FFFFFF; text-decoration:none;}
.meun_cart_left{ width:90px; height:29px; background:url(/Images/en-US/Index/meun_line.gif) right no-repeat; text-align:center;}
.meun_cart_right{ width:60px; height:29px; text-align:center;}
/*--<<<<  serach  --*/
#serach{ width:680px; height:45px; padding:15px 0px 5px 40px!important; line-height:25px;}
.ser_sel{ height:23px;}
.ser_txt{ width:500px; padding-left:60px; border:#848484 solid 1px; background: #FFFFFF url(/Images/en-US/Index/ser_txt.gif) no-repeat; height:18px; line-height:18px;}
.ser_img{ width:85px; height:23px; position:absolute; +margin-top:1px; }
.adv_ser{ width:130px; height:22px; background:#ffff66; border:#FF9900 solid 1px; margin-top:15px; text-align:center;}
.adv_ser a:link,a:visited{ color:#FF6600; font-weight:bold; text-decoration:none;}
.adv_ser a:hover{ color:#FF3300; font-weight:bold;}
#hotkey{ width:886px; line-height:25px; padding:0px 0px 0px 20px; color:#FFFFFF;}
#hotkey a:link,#hotkey a:visited{ color:#FFFFFF; text-decoration:underline; font-weight:normal;}
#hotkey a:hover{ color:#FFFFFF; text-decoration:none; font-weight:normal;}
#hotkey span{ font: bold 11px/25px verdana;}
/*----  09-3-19 head  >>>>----*/
#main_box{ width:950px; margin:auto; float:none;}

/*---- <<<< 09-3-23 foot ----*/
.foot_title{ height:30px; background:url(/Images/en-US/Index/foot_title.gif); width:100%; line-height:30px; text-align:center; font-weight:bold;}
.foot_title a:link{ color:#000066; text-decoration:underline;}
.foot_title a:visited{ color:#000066; text-decoration:underline;}
.foot_title a:hover{ color:#ff3300; text-decoration:underline;}
.foot { width:100%; text-align:center;}
.foot a:link{ color:#000066; text-decoration:underline;}
.foot a:visited{ color:#000066; text-decoration:underline;}
.foot a:hover{ color:#ff3300; text-decoration:underline;}
.foot span{ font-weight:bold;}

/* --  public end --*/



/* --  index start --*/
#side{ width:305px;}
#main{ width:645px;}
.more{ float:right; width:60px; height:22px; padding:2px 0px 0px 0px; font-weight:100;  font-style:normal; }
.more a:link{ color:#000066; text-decoration:none;}
/* <<<<--side_list-- */
.list_title{ width:275px; height:24px; background:url(/Images/en-US/Index/list_title.gif) no-repeat; padding:4px 0px 0px 25px; color:#FFFFFF; font-style:italic; font-weight:bold; font-size:12px; }
.side_main{ width:298px; height:541px; border:1px #2a4dab solid; border-top:0px; overflow:hidden;}
.list_title_s{ width:280px; height:26px; padding:0px 9px; background:#EDF4FA; font-style:italic; color:#ff3300; }
.list_title_s:first-letter { font-weight:bold;}
.list{ width:280px;  padding:0px 9px;}
.list a:link{ color:#000000; font-size:11px; text-decoration:none; font-weight:normal;}
.list a:visited { color:#000000; font-size:11px; text-decoration:none; font-weight:normal;}
.list a:hover{ color:#000000; font-size:11px; text-decoration:underline; font-weight:normal;}

/* <<<<--main_pro-- */
.pro_title{width:645px; height:28px; background:url(/Images/en-US/Index/pro_title.gif) no-repeat; color:#FFFFFF;}
.pro_title li{ text-align:center; font:12px/28px Verdana; color:#000066; float:left; font-weight:normal;}
.pro_title li span{ width:28px; background:url(/Images/en-US/Index/hot.gif) center no-repeat;}
#info1.hover { color:#fff; font-weight:bold; background:url(/Images/en-US/Index/li_01.gif) no-repeat; cursor:hand;}
#info2.hover { color:#fff; font-weight:bold; background:url(/Images/en-US/Index/li_02.gif) no-repeat; cursor:hand;}
#info3.hover { color:#fff; font-weight:bold; background:url(/Images/en-US/Index/li_03.gif) no-repeat; line-height:28px; cursor:hand;}
.info_main{ width:633px; height:208px; border:1px #2a4dab solid; border-top:0px; padding:5px;}
.info_main li{ width:90px; height:104px; float:left; text-align:center; line-height:120%;}
.info_main li img{ width:78px; height:78px; padding:2px; border:1px #CCCCCC solid;}
.info_main li a:link{ color:#000066; text-decoration:none; font-weight:100;}
.info_main li a:visited{ color:#000066; text-decoration:none; font-weight:100;}
.info_main li a:hover{ color:#FF3300; text-decoration:none; font-weight:100;}
/* <<<<--banner-- */
.banner{ width:645px; height:83px; padding-top:5px;}
.banner img{ width:645px; height:78px;}
/* <<<<--Recommended Verified Members-- */
.info_title{ width:635px; height:28px; background:url(/Images/en-US/Index/info_title.gif); font:bold 12px/24px verdana; color:#FFFFFF; padding-left:10px; font-style:italic;}
.info{ width:633px; height:190px; border:1px #ffac00 solid; padding:5px;}
.info li{ width:306px; height:60px; float:left; padding:0px 5px;}
.info li a:link{ color:#000066; text-decoration:none;}
.info li a:visited{ color:#000066; text-decoration:none;}
.info li a:hover{ color:#FF3300; text-decoration:none;}
.info li img{ width:76px; height:56px; padding:1px; border:1px #CCCCCC solid; float:left; margin:2px;}
.info li span img{ width:16px; height:11px; border:0px; padding:3px 0 0 0; float:left;}
.info li div{ color:#454cb3; width:300px;}
.info li div span{ color:#ff3300;}
/* <<<<--top brands-- */
.left_02_title{ width:290px; height:24px; background:url(/Images/en-US/Index/left_02_title.gif) no-repeat; padding:4px 0px 0px 10px; color:#FFFFFF; font-style:italic; font-weight:bold; font-size:12px; }
.left_02{ width:288px; height:189px; border:1px #2a4dab solid; border-top:0px; padding:5px;}
a.unline:link,a.unline:visited{ color:#000000; text-decoration:underline;}
a.unline:hover{ color:#ff3300; text-decoration:underline;}
.left_02 li{ width:96px; height:94px; text-align:center; float:left; line-height:120%;}
.left_02 li img{ width:86px; height:66px; padding:2px; border:1px #CCCCCC solid; }
/* <<<<--Latest Buy Requirements-- */
.info_02_title{width:635px; height:28px; background:url(/Images/en-US/Index/info_02_title.gif); font:bold 12px/26px verdana; color:#FFFFFF; padding-left:10px; font-style:italic;}
.join{ float:right; width:250px;}
a.join:link,a.join:visited{ color:#FFFFFF; text-decoration:underline; font-style:normal; font-weight:100;}
a.join:hover{ color:#FF3300; text-decoration:underline;  font-style:normal; font-weight:100;}
.info_02{ width:633px; height:189px; border:1px #ff944c solid; border-top:0px; padding:5px;}
.info_02 li{ float:left; width:201px; height:60px!important; height:57px; background:url(/Images/en-US/Index/icon_com.gif) 5px 6px  no-repeat; text-indent:15px; padding:2px 4px; line-height:130%; color:#666666;}
.info_02 li a:link,a:visited{ color:#000066; text-decoration:none; font-weight:bold;}
.info_02 li a:hover{ color:#ff3300; text-decoration:underline; font-weight:bold;}

.left_03_title{ width:290px; height:24px; background:url(/Images/en-US/Index/left_03_title.gif) no-repeat; padding:4px 0px 0px 10px; color:#FFFFFF; font-style:italic; font-weight:bold; font-size:12px; }
.left_03{ width:288px; height:137px; font-size:11px; padding:5px; border:1px #ff944c solid; line-height:120%;}
.left_03 span{ font-family:Arial; font-size:12PX; font-style:normal; text-decoration:underline;}
.left_03 img{ float:left; width:84px!important; width:82px; height:64px; padding:1px; border:1px #CCCCCC solid; margin:0 5px 2px 0!important; margin-right:3px;}
.left_03 a:link{ color:#000066; line-height:180%; }
.left_03 a:visited{ color:#000066;  line-height:180%;}
.left_03 a:hover{ color:#ff3300;   line-height:180%;}
.left_03_link{ width:145px; padding-left:15px; font-size:12px; background:url(/Images/en-US/Index/icon_link.gif) 0px 8px no-repeat; float:right;}
.left_03_info{ width:280px; color:#FF3300; font-weight:bold; font-family:Arial; font-size:12px; padding-top:8px; }
.left_03_info li{ float:left; width:185px; padding-left:10px; background:url(/Images/en-US/Index/icon_info.gif) 0px 5px no-repeat; text-decoration:none; font-size:11px;}
.left_03_info li a:link{ color:#000066; line-height:120%; }
.left_03_info li a:visited{ color:#000066;  line-height:120%;}
.left_03_info li a:hover{ color:#ff3300;   line-height:120%;}




#Enterprise_logo {
	width:980px;
	overflow:hidden;
	height:80px;
	padding:0px 0px;	
	margin:10px 0px 0px 0px;
}
#Enterprise_logo ul {
	
}

#Enterprise_logo li {
	float:left;
	width:120px;
	height:40px;
	overflow:hidden;
	text-align:center;
}

#Enterprise_logo li img {
	width:88px; 
	height:31px;
}

/* --  index end --*/

/*--Search start--*/
/* CSS Document */
#Search_display {
	width:950px;
	margin:auto;
	padding:0px;
	text-align:center;
	float:none;
}
#Search_display_way {
	width:950px;
	margin:auto;
	text-align:left;
	/*border-bottom:1px #ccc dashed;*/
}
#Search_display_Top {
	width:950px;
	margin:auto;
}

.classNamediv a
{
	font-size:12px;
	padding-left:8px;
	color:#656565;
}

.classNamediv a:hover
{
	font-size:12px;
	padding-left:8px;
	color:#FF6600;
	text-decoration: underline;
}

.classNamediv font
{
	font-size:9px;
	color:#aaa;
}


#Search_display_Top_Left {
	float:left;
	padding-left:4px;
	width:100%;
	padding-top:6px!important;
}


#Search_display_Top li a.Search_display_Activation font {
	font-size:11px;
	background:url(/Images/en-US/Search/search_title_bg.gif) no-repeat left -26px;
	display:block;
	cursor:hand;
	padding:6px 15px 2px 15px;
}

#Search_display_Top_Left li {
	float:left;
	margin-right:1px;
	margin-bottom:0px;
}
#Search_display_Top_Left li a.Search_display_Normal {
	background:url(/Images/en-US/Search/search_title_bg.gif) no-repeat right -52px;
	display:block;
	color:#666;
	width:100%;
}
#Search_display_Top li a.Search_display_Normal font {
	font-size:11px;
	background:url(/Images/en-US/Search/search_title_bg.gif) no-repeat left -78px;
	display:block;
	cursor:hand;
	padding:6px 15px 2px 15px;
}

#Search_display_Top_Left li a.Search_display_Activation {
	background:url(/Images/en-US/Search/search_title_bg.gif) no-repeat right top;
	display:block;
	color:#fff;
}
#Search_display_Top li a.Search_display_Activation font {
	font-size:11px;
	background:url(/Images/en-US/Search/search_title_bg.gif) no-repeat left -26px;
	display:block;
	cursor:hand;
	padding:6px 15px 2px 15px;
}
#Search_display_Top li a:hover {text-decoration:none;color:#ff3300;}
#Search_display_Top_Right {
	float:right;
	padding:10px 0px 0px 0px;
}
#Search_display_Top_line {
	float:left;
	width:100%;
	font-size:1px;
	height:4px;
	background:#1277FE;
	margin-bottom:8px;
	margin-top:-3px;
}
#Search_display_intro {
	width:950px;
	margin:auto;
}


#Search_display_intro_left {
	float:left;
	width:750px;
	padding-right:5px;
	border-right:1px #ccc solid;
	overflow:hidden;
}

#Search_display_intro_left .LIImage {
	float:left;
	line-height:18px;
	background: url(/Images/zh-CN/Index/webicon06.gif) no-repeat 4px 4px;
	padding: 0 0 10px 15px;
	margin-top:5px;
	font-weight:bold;
	width:750px;
	text-align:left;
}

#Search_display_intro_left .LIImage font {
	font-weight:100;
	font-size:11px;
}

#Search_display_intro_left_top {
	width:100%;
	float:left;
}
#Search_display_intro_left_top_left {
	float:left;
	color:#666;	
}
#Search_display_intro_left_top_left a {color:#999;}
#Search_display_intro_left_top_left a.Activation {color:#ff3300;text-decoration:underline;}
#Search_display_intro_left_top_left a:hover {color:#ff3300;}

#Search_display_intro_left_top_right {
	float:right;
	line-height:200%;
}

#Search_display_intro_left_list {
	float:left;
	width:100%;
	text-align:left;
}
#Search_display_intro_left_list li {float:left;padding:25px 0px 18px 0px;width:100%;}
#Search_display_intro_left_list .li {/*background:#F7FBFF;*/}
#Search_display_intro_left_list_img {
	float:left;
	width:12%;
	padding-left:10px;
}
#Search_display_intro_left_list_img img {
	padding:1px;
	border:1px #ccc solid;
	float:left;
}

/*---------------------------------------------*/
#Search_display_intro_left_list_intro {
	width:84%;
	padding-left:12px;
	float:left;
}

#Search_display_intro_left_list_intro1 {
	width:743px;
	padding-left:12px;
	float:left;
	border-bottom:1px #cccccc dashed;
	vertical-align:middle;
	padding-bottom:15px;
	padding-top:15px;
}

#Search_display_intro_left_list_intro .list_title {
	background-image:none;
	font-size:11px;
	font-family:arial;
	color:#666;
	padding-bottom:4px;
	float:none;
	width:100%;
}

#Search_display_intro_left_list_intro a {
	color:#000;
	font-size:12px;
	text-decoration:underline;
	float:left;
	
}

#Search_display_intro_left_list_intro a:hover {color:#ff3300;}


#Search_display_intro_left_list_intro .list_title a {
	color:#000;
	font-size:12px;
	text-decoration:underline;
	float:left;
}

#Search_display_intro_left_list_intro .list_title a:hover {color:#ff3300;}

/*---------------------list_synopsis---------------------------*/
#Search_display_intro_left_list_intro .list_synopsis {
	line-height:18px;
	font-family:Arial;
	width:100%;
	float:none;
}
/*---------------------list_company---------------------------*/
#Search_display_intro_left_list_intro .list_company 
{
	vertical-align:bottom;
	float:none;
}
/*---------------------list_company_left---------------------------*/
#Search_display_intro_left_list_intro .list_company_left {
	float:left;
	padding-top:6px;
}
#Search_display_intro_left_list_intro .list_company_left a {color:#008800;text-decoration:underline;}
#Search_display_intro_left_list_intro .list_company_left a:hover {color:#ff3300;}

/*---------------------list_company_center---------------------------*/
#Search_display_intro_left_list_intro .list_company_center {
	float:left;
	height:35px;
	padding-top:5px;
}
#Search_display_intro_left_list_intro .search_ico04 {
	background:url(/Images/en-US/Common/Button/search_ico04.gif) no-repeat right top;
	padding:4px 7px 6px 10px;
	font-size:11px;
	height:35px;
	line-height:31px;
	float:none;
}

#Search_display_intro_left_list_intro .search_ico05 {
	background:url(/Images/en-US/Common/Button/search_ico05.gif) no-repeat right top;
	padding:4px 17px 6px 12px;
	font-size:11px;
	height:35px;
	line-height:31px;
	float:none;
}

#Search_display_intro_left_list_intro a.search_ico04:hover {
	text-decoration:none;
}

/*---------------------list_company_right---------------------------*/
#Search_display_intro_left_list_intro .list_company_right {
	padding-top:3px;
	float:right;
	width:100%;
}

/*---------------------Search_display_intro_right---------------------------*/
#Search_display_intro_right {
	float:right;
	width:180px;
	padding-left:10px;
	padding-right:0px;
	padding-top: 5px;
	overflow:hidden;
}

#Search_display_intro_right .title {
	background:url(/Images/zh-CN/Search/search_title_bg2.gif) no-repeat left top;
	padding:5px 0px 6px 10px;
	text-align:left;
	color:#fff;	
}

#Search_display_intro_right .title span 
{
	font-weight:bold;
}

#Search_display_line {
	margin:auto;
	float:left;
	height:10px;
	width:100%;
	font-size:1px;
	line-height:1px;
}

#pages {
	margin:auto;
	width:100%;
	float:left;
	padding-top:5px;
	text-align:center;
	font-family:Arial;
	padding-bottom:5px;
}
#pages a {
	font-size:12px;
	font-family:Arial;
	padding:4px 6px 3px 6px;
	line-height:200%;
	border:1px #ccc solid;
	font-family:Arial;
	margin:0px 1px;
}
#pages a:hover {
	color:#fff;
	background:#FF6600;
	text-decoration:none;
}
#pages strong {padding:4px 5px 3px 5px;}
a.page_bg01 {
	font-size:12px;
	font-family:Arial;
	padding:2px 8px 1px 8px;
	line-height:200%;
	border:1px #ccc solid;
}
a.page_bg01:hover {
	color:#fff;
	background:#FF6600;
	text-decoration:none;
}


.NewTable_List_Title {
	background: #E5E5E5;
	height: 25px;
	color: #666666;
	text-align: center;
}
.NewTable_List_Content {
	background: #fff;
	height: 25px;
	padding: 0px 5px 0px 5px;
	text-align:left;
}

