@charset "UTF-8";

ul {
	list-style: none;
	color:#434343;
	text-decoration: none;	
}

/*--mouse on off definition--------------------------------*/
A:link{ text-decoration:none;}
A:visited{text-decoration:none;}
A:hover{text-decoration:none;}
A:active{text-decoration:none;}

#global {
	
}

#base {
	margin-right: auto;
	margin-left: auto;
}
/*------top----------------------------*/
#top {
	height: 55px;
	background-color: #2e2e2e;
}

#top_container {
	height: 55px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_search {
	height: 25px;
	width: 150px;
	background-color: #555555;
	margin-top: 13px;
	float: right;
	border: 1px solid #000;
	background-image: url(../image/white_glass.png);
	background-repeat: no-repeat;
	background-position: 128px 4px;
}
#top_search_text {
	color: #FFF;
	height: 25px;
	width: 145px;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: "微軟正黑體";
	margin-top: 5px;
	margin-left: 5px;
}
#menu {
	height: 145px;
	width: 1000px;
	margin-left: 220px;
	margin-right: 220px;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-position: 24px 12px;
}
/*--logo link -------------------------*/
#logolink {
	float: left;
	height: 105px;
	width: 275px;
	margin-top: 20px;
	margin-left: 20px;
}

#logolink a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#logolink a:hover {
	text-decoration:none;
	float: left;
	position: relative;  
}
/*-------top drop menu------------------*/
#menubar {
	height:50px;
	width:700px;
	float: right;
	margin-top: 80px;
	position: relative;
}

#drop_menu_container{
	float: right;
	margin-top: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbde3b;
	height: 58px;
}
#drop_menu li ul {
	z-index:99;
	
}

ul {
	font-family: "微軟正黑體" ;
	font-size: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: 1pt;
	
}
ul li {
    display: block;
    position: relative;
    float: left;
	
}
li ul {
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #434343;
    border-top: 1px solid #ffffff;
    padding: 5px 15px 5px 10px;
    background: #ffffff;
    margin-left: 1px;
    white-space: nowrap;
}
ul li a:hover {
background: #ffffff;
color: #fbde3b;
margin-bottom:0px;
}
li:hover ul {
    display: block;
    position: absolute;
	color:#fbde3b;
	margin-bottom:0px;

}
li:hover li {
    float: none;
    font-size: 15px;
	color: #fbde3b;
	margin-bottom:0px;
}
li:hover a { background: #ffffff; margin-bottom:0px; }
li:hover li a:hover {
    background: #ffffff;
	margin-bottom:0px;
}
#drop_back {
	background-color: #FFF;
	box-shadow: 2px 2px 3px #CCC;
	margin-top: 33px;
	line-height: 200%;
}

/*-------foot things----------------------*/
#foot {
	height: 250px;
	background-color: #424242;
}
#foot_container {
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#foot_logo {
	height: 80px;
	width: 185px;
	background-image: url(../image/logo_gray.png);
	background-repeat: no-repeat;
	margin-top: 44px;
	margin-left: 25px;
	float: left;
	position: relative;
}

/*--foot logo link -------------------------*/
#FLlink {
	float: left;
	height: 80px;
	width: 185px;
}

#FLlink a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#FLlink a:hover {
	text-decoration:none;
	float: left;
	position: relative;  
}

/*--foot menu----------------------------------------------*/
#footmenu {
	height: 20px;
	width: 600px;
	font-family: "微軟正黑體" ;
	letter-spacing: 1px;
	font-size: 14px;
	color:#c4c4c4;
	float: left;
	margin-left: 28px;
	margin-top: 55px;
}
#footmenu a {
	color:#c4c4c4;
}
#footmenu a:hover {
	color:#fbde3b;
}
#fb_icon {
	background-image: url(../image/gray_FB.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 31px;
	float: right;
	margin-right: 0px;
	margin-top: 37px;
}

#fb_icon:hover {
	background-image: url(../image/yellow_fb.png);
	background-repeat: no-repeat;
}
#copy_container {
	font-family: "微軟正黑體" ;
	color: #c6c6c6;
	letter-spacing: 1pt;
	width: 700px;
	float: left;
	margin-top: 15px;
	margin-left: 28px;
}
#copy_container a {
	color:#c4c4c4;
}
#copy_container a:hover {
	color:#fbde3b;
}
#copy1 {
	font-size: 18px;
}
#copy2 {
	font-size: 12px;
	margin-top: 5px;
}
#copy3 {
	font-size: 12px;
	margin-top: 5px;
}
#copy4 {
    font-size: 12px;
	margin-top: 5px;
}
#copy5 {
    font-size: 12px;
	margin-top: 5px;
}
#blog_icon_container {
	float: left;
	font-family: "微軟正黑體" ;
	font-size: 18px;
	color: #fbde3b;
	margin-top: 50px;
	margin-left: 25px;
}
#blog_icon_container a {
	color:#fbde3b;
}
#blog_icon_container a:hover {
	color:#000;
}
#footmenu_container {
	float: left;
	width: 790px;
}

/*---end---------------------*/
#body {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/pageBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
    background-attachment: fixed;
}
#center {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#leftside {
	width: 351px;
	float: left;
	background-image: url(../image/white_block.png);
	background-repeat: repeat-y;
	background-position: right;
	position:relative;
	z-index:99;
}
#incenter {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#content {
	width: 749px;
	background-color: #FFF;
	left: 622px;
	float: left;
	top: 200px;
}
#incenterbox {
	width: 1000px;
}
#w {
	background-color: #FFF;
	float: right;
	height: 42px;
	width: 238px;
	margin-right: 13px;
}
#pagetitle {
	height: 37px;
	width: 313px;
	background-image: url(../image/pagetitleblock.png);
	background-repeat: no-repeat;
	background-position: 5px;
	float: right;
	margin-right: 13px;	
}
#pagetitle_alt {
	height: 77px;
	width: 313px;
	background-image: url(../image/pagetitleblock_big.png);
	background-repeat: no-repeat;
	background-position: 5px;
	float: right;
	margin-right: 13px;	
}
#pagetitle_alt_alt {
	width: 313px;
	background-image: url(../image/pagetitleblock_big.png);
	background-position: 5px 0px;
	float: right;
	margin-right: 13px;
	background-repeat: no-repeat;
	height: 60px;
}
#pagetitle_text {
	font-family: "微軟正黑體" ;
	font-size: 18px;
	color: #000;
	letter-spacing: 1pt;
	float: left;
	margin-left: 85px;
	margin-top:19px;
	line-height: 10%;
}
#pagetitle_text_alt {
	font-family: "微軟正黑體" ;
	font-size: 18px;
	color: #000;
	letter-spacing: 2pt;
	width: 180px;
	float: left;
	margin-left: 85px;
	line-height: 10%;
}
#product_search {
	width: 214px;
	float: right;
	height: 26px;
	margin-right: 25px;
	border: 1px solid #9e9e9e;
	background-color: #FFF;
	background-image: url(../image/gray_glass.png);
	background-repeat: no-repeat;
	background-position: 190px;
	margin-top: 33px;
	margin-bottom: 33px;
}
#product_search_news {
	width: 214px;
	float: right;
	height: 26px;
	margin-right: 25px;
	
	
	
	margin-top: 34px;
	margin-bottom: 34px;
}
#product_search_alt {
	width: 214px;
	float: right;
	height: 26px;
	margin-right: 25px;
	border: 1px solid #9e9e9e;
	background-color: #FFF;
	background-image: url(../image/gray_glass.png);
	background-repeat: no-repeat;
	background-position: 190px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#product_search_refurbished {
	width: 214px;
	float: right;
	height: 26px;
	margin-right: 25px;
	border: 1px solid #9e9e9e;
	background-color: #FFF;
	background-image: url(../image/gray_glass.png);
	background-repeat: no-repeat;
	background-position: 190px;
	margin-top: 21px;
	margin-bottom: 21px;
}

#product_search_text {
	float: left;
	width: 180px;
	font-family: "微軟正黑體" ;
	font-size: 14px;
	color: #484848;
	letter-spacing: 1pt;
	margin-top: 7px;
	margin-left: 7px;
}

#empty_search {
	width: 214px;
	float: right;
	height: 27px;
	margin-right: 12px;
	margin-top: 33px;
	margin-bottom: 33px;
}
#empty_search_alt {
	width: 214px;
	float: right;
	height: 27px;
	margin-right: 12px;
	margin-top: 22px;
	margin-bottom: 22px;
}
/*-------side menu----------------------------------*/

#lvl1_act {
	height: 30px;
	width: 239px;
	background-image: url(image/sidemenulvl1_active.png);
    background-repeat: no-repeat;
	/*margin-bottom: 4px;	*/
    
	color: #000;
    padding-top:8px;
    
}


#side_menu {
	width: 239px;
	font-family: "微軟正黑體" ;
	font-size: 13px;
	float: right;
	margin-bottom: 50px;
}
#lvl1_menu_text {
	height: 16px;
	width: 208px;
	float: left;
	margin-top: 4px;
	margin-left: 10px;
	letter-spacing: 1pt;
}
#lvl1_menu_text_active {
	height: 16px;
	width: 208px;
	float: left;
	/*margin-top: 12px;*/
	margin-left: 10px;
	letter-spacing: 1pt;
	color: #000;
}

#lvl1 {
	float: left;
	height: 20px;
	width: 225px;
	color: #484848;
	margin-bottom: 4px; 
	
}
#lvl1_act_act {
	float: left;
	height: 30px;
	width: 225px;
	color: #484848;
	margin-bottom: 4px;
    padding-top: 8px;
    

	background-color:#fbde3b;
	
}
#lvl1:hover {
	background-color:#fbde3b;
	
}
#lvl2 {
	float: left;
	height: 20px;
	width: 192px;
	margin-left:33px;
	margin-bottom: 4px;
    
	cursor:pointer;
}
#lvl2:hover {
	background-color:#fbde3b;
}

#lvl2_active {
	float: left;
	height: 20px;
	width: 206px;
	margin-left:33px;
	margin-bottom: 4px;
        
	background-image: url(../image/sidemenulvl2_active_alt.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
}
#lvl2_menu_text {
	height: 16px;
	width: 170px;
	float:left;
	margin-top: 4px;
	margin-left: 10px;
	color: #484848;
    font-size: 13px;
}


#lvl3 {
	/*
	height: 80px;
	left: 460px;
	top: 126px;
	*/
	margin:0 auto;
	margin-left:193px;
	float:left;
	width: 180px;
	position: absolute;
	border: 1px solid #fbde3b;
	background-color:#FFF;
	cursor:pointer;
}
#lvl3_active {
	/*
	height: 80px;
	left: 460px;
	top: 126px;
	*/
	margin:0 auto;
	margin-left:240px;
	float:left;
	width: 180px;
	position: absolute;
	border: 1px solid #fbde3b;
	background-color:#FFF;
	cursor:pointer;
}
#lvl3_text {
	height: 40px;
	width: 100%;
	float: left;
}
#lvl3_text:hover {
	background-color:#fbde3b;
	color:#000;
}

#lvl3_text_text {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #434343;
}

/*--end----------------------------*/
#location {
	height: 42px;
	margin-top: 42px;
}
#location_text {
	font-family: "微軟正黑體" ;
	font-size: 13px;
	color: #4f4f4f;
	letter-spacing: 2pt;
	float: left;
	margin-top: 13px;
}
#location_text a {
	color:#4f4f4f;
}
#location_text a:hover {
	color:#fbde3b;
}
#editor_box {
	float: left;
	width: 594px;
	margin-left: 110px;
	margin-top: 85px;
	margin-bottom: 100px;
}
#news_editor_box {
	float: left;
	width: 594px;
	margin-left: 110px;
	margin-top: 90px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fbde3b;
	margin-bottom: 100px;
}
#editor_box_product {
	float: left;
	width: 640px;
	margin-left: 100px;
	margin-top: 90px;
	height: 840px;
}
#editor {
	font-family: "微軟正黑體" ;
	font-size: 14px;
	color: #666;
	letter-spacing: 2pt;
	line-height:250%;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 574px;
}
#contact_editor {
	font-family: "微軟正黑體" ;
	font-size: 14px;
	color: #666;
	letter-spacing: 2pt;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 574px;
}
#contact_fill_box {
	font-family: "微軟正黑體" ;
	font-size: 14px;
	color: #666;
	letter-spacing: 2pt;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 584px;
}
#news_editor {
	font-family: "微軟正黑體" ;
	font-size: 14px;
	color: #878787;
	float: left;
	width: 574px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#product_editor {
	font-family: "微軟正黑體" ;
	font-size: 14px;
	color: #666;
	letter-spacing: 2pt;
	line-height:250%;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#lvl1_act {
	float: right;
	height: 38px;
	width: 239px;
	background-image: url(../image/sidemenulvl1_active.png);
	
}
#good_links {
	float: right;
	width: 341px;
	margin-right: 13px;
}
#good_links_title {
	font-family: "微軟正黑體" ;
	font-size: 18px;
	color: #a6a6a6;
}
#link {
	margin-top: 10px;
}
#bottomclear {
	width: 20px;
	float: right;
	height: 30px;
}
#g_wrap {
	float: right;
	width: 239px;
	padding-bottom:10px;
/*---download container----*/
}
#download {
	float: right;
	margin-right: 5px;
}

/*--download icon----------------------------------*/
.DLicon{
	background-image: url(../image/download.png);
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	width: 110px;
}

.DLicon :hover {
	background-image: url(../image/download_act.png);
}

/*--sub icon----------------------------------*/
#subicon{
	background-image: url(../image/submit.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 125px;
}

#subicon :hover {
	background-image: url(../image/submit_hover.png);
}
#small_image_container {
	margin:0 auto;
	float: left;
	width: 593px;
	margin-top: 50px;
	height: 210px;
}
#small_image {
	position:relative;
	height: 110px;
	width: 110px;
	float: left;
	border: 1px solid #f5f5f5;
	margin-left:3px;
	margin-right:3px;
	
	background-size: contain;
}
#small_image :hover {
	height: 110px;
	width: 110px;
	border: 1px solid #c4c4c4;
	margin-left:-1px;

	margin-top:-1px;

}





#spbox {
	/*float: right;*/
	float:left;
	height: 243px;
	width: 199px;
	margin-right: 14px;
}


#product_box {
	float: left;
	width: 640px;
}
#product_box0 {
	float: left;
	width: 640px;
}

#product_box1 {
	float: left;
	width: 640px;
	margin-top: 20px;
}
#product_box2 {
	float: left;
	width: 640px;
	margin-top: 20px;
}
#spb {
	position:relative;
	cursor:pointer;
	
	height: 197px;
	width: 197px;
	float: left;
	border: 1px solid #EAEAEA;
}
#spb:hover {
	height: 197px;
	width: 197px;
	border: 1px solid #000;
	margin-top: -0.5px;
}

#spt {

	height: 47px;
	width: 199px;
	display: block;
	background-image: url(../image/spt_yellow.png);
	background-repeat: no-repeat;

}
#spt:hover {
	

	background-image: url(../image/spt_black.png);

}

#spt_container {
	float: left;
}
#spt_text {
	height: 30px;
	width: 180px;
	font-family: "微軟正黑體" ;
	font-size: 15px;
	color: #707070;
	text-align: center;
	letter-spacing: 1px;
	margin: auto;
    padding-top: 8px;
}

#page_selector {
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-left: 170px;
	font-family: "微軟正黑體" ;
	font-size: 12px;
	color: #5f5f5f;
}
#page_selector a {
	color:#5f5f5f;
}
#page_selector a:hover {
	color:#fbde3b;
}
#product_detail_top {
	height: 200px;
	width: 594px;
}
#product_detail_image {
	position:relative;
	height: 198px;
	width: 198px;
	float: left;
	border: 1px solid #CCC;
}
#product_detail_label {
	height: 199px;
	width: 386px;
	float: right;
	background-image: url(../image/product_detail_label_BG.png);
	background-repeat: no-repeat;
	background-color: #fbde3b;
}
#product_detail_label_text {
	height: 69px;
	width: 350px;
	float: left;
	margin-top: 46px;
	margin-left: 15px;
}
#product_detail_label_text_box {
	width: 386px;
	float: left;
	height: 115px;
}
#product_detail_label_number_box {
	width: 386px;
	float: left;
	height: 84px;
}
#product_detail_label_number1 {
	float: left;
	height: 10px;
	width: 100px;
	margin-top: 30px;
	margin-left: 15px;
}
#product_detail_label_number2 {
	height: 50px;
	width: 366px;
	float: right;
	margin-top: 0px;
    margin-right: 7px;
}
#product_detail_label_text1 {
	font-family: "微軟正黑體" ;
	font-size: 22px;
	color: #434343;
	letter-spacing: 2pt;
}
#product_detail_label_text2 {
	font-family: "微軟正黑體" ;
	font-size: 22px;
	color: #434343;
	letter-spacing: 2pt;
}
#product_detail_label_number1 {
	font-family: "微軟正黑體" ;
	font-size: 12px;
	color: #434343;
	letter-spacing: 2pt;
	float: left;
	width: 60px;
}
#product_detail_label_number2 {
	font-family: Helvetica;
	font-size: 31px;
	color: #434343;
	letter-spacing: 2pt;
}
#above_download {
	height: 50px;
}
#below_download {
	float: right;
	width: 549px;
	height: 50px;
}
#news_text_date {
	width: 118px;
	float: left;
}
#news_text {
	float: left;
	width: 574px;
	margin-bottom: 20px;
}
#news_text_arrow {
	color: #fbde3b;
	width: 20px;
	float: left;
}
#news_text_title{
	width:436px;
	float:left;
	line-height: 150%;
	margin-top: -3px;
}
#news_text_title a {
	color:#878787;
}
#news_text_title a:hover{
	color:#494848;
}
#news_detail_title {
	float: left;
}
#news_detail_date {
	float: left;
	font-size: 18px;
	width: 125px;
}
#news_detail_title {
	float: left;
	width: 574px;
	color: #494848;
}
#news_detail_arrow {
	color: #fbde3b;
	float: left;
	width: 22px;
	font-size: 18px;
}
#news_detail_name {
	font-size: 18px;
	float: left;
	width: 427px;
}
#contact_fill {
	float: left;
	width: 574px;
}
#contact_star {
	font-size: 14px;
}
#contact_star {
	font-size: 14px;
	color: #fbde3b;
	float: left;
	margin-top: 3px;
	width: 9px;
}
#contact_text {
	float: left;
	color: #9b9b9b;
	width: 100px;
	margin-top: 3px;
}
#contact_arrow {
	color: #fbde3b;
	font-size: 14px;
	float: left;
	width: 15px;
	margin-top: 3px;
}
#contact_fill {
	float: left;
	width: 574px;
	margin-bottom: 12px;
}
#contact_filling {
	float: left;
	height: 22px;
	width: 449px;
	background-color: #fefbe8;
}
#contact_filling input {
	border:0px;
	width:445px;
	background-color:transparent;
	
}
#contact_filling_big {
	float: left;
	height: 100px;
	width: 449px;
	background-color: #fefbe8;
}
#contact_filling_big textarea {
	border:0px;
	width:445px;
	height:100px;
	background-color:transparent;
	overflow:auto;
}
#verify_container {
	float: left;
	width: 584px;
	height: 100px;
}
#verify_container1 {
	float: left;
	width: 574px;
	height: 50px;
}
#verify_container2 {
	/*background-image: url(../image/verify.png);*/
	background-repeat: no-repeat;
	height: 35px;
	width: 113px;
	float: left;
	margin-top: 15px;
	margin-left: 123px;
}
#verify_container3 {
	float: left;
	width: 584px;
	height: 50px;
}
#verify_fill {
	float: left;
	height: 20px;
	width: 111px;
	margin-top: 15px;
	margin-left: 123px;
	border: 1px solid #999;
}
#verify_text {
	float: left;
	height: 20px;
	width: 200px;
	margin-top: 17px;
}
#verify_text1 {
	float: left;
	margin-top: 3px;
}
#verify_arrow {
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}
#verify_submit {
	float: right;
	margin-top: 12px;
}
#body1 {
	background-image: url(../image/pageBG2.png);
	background-repeat: no-repeat;
	background-position: top;
}
#menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* abien modify */
.water-mark2 {
	position:absolute;
	margin-top:50px;
	left:0;
	float:left;
	width:197px;
	border:0px;
}
.water-mark3 {
	position:absolute;
	margin-top:30px;
	left:0;
	float:left;
	width:110px;
	border:0px;
}
