body{
	font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
}

body.fixed{
	position: fixed;
}

#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:550px; background-color:white; font-size:14px; line-height:10px; }
#searchresults a { display:block; background-color:white; clear:left; text-decoration:none; text-align: left; padding-left: 1em;}
#searchresults a img { float:left; padding:5px 10px; width:30px;height:30px; }
#searchresults a span.searchheading { display:block; font-weight:500; padding-right:5px; color:#191919; line-height:40px }
#searchresults a span.searchheadingDB { display:block; font-weight:bold;padding-top:5px; padding-right:5px; color:#191919; line-height:20px }
#searchresults a span { color:#555555; }
#searchresults span.category {  display:block; font-size:1px; color:#AAFFEE; background-color:#DDDDDD ; line-height:1; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }
#searchresults a.MoreTag { height:10px; text-align:right; padding-right:1%; color:gray }
#searchresults span.keyword { color:#0080E4 }
    #searchresults a.highlight {
        background-color:  #f2f2f2;
        color: white;
    }

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circleanimate {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

.loading{
	text-align: center;
	position: relative;
	height: 450px;
	/*background: url(/media/img/loadingAnimation.gif) no-repeat center;*/
}

.loading-svg{
	position: absolute;
  animation: rotateCircle 1.5s linear infinite;
	width: 40px;
	margin: auto;
	top: 0;
	bottom: 0;
}

.loading-svg .loading-inner{
	stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 5;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke: #0094f2;
  fill: transparent;
  animation: circleanimate 1.5s linear infinite;
}

#search-result .search-unit .product-name{
	margin-bottom: 5px;
}

#search-result .search-unit .clearfix a + span,
#search-result .search-unit .sub-title{
	font-size: 120%;
	display:block;
	margin-bottom: 3px;
}

#search-result .search-unit .sub-title{
	max-height: 60px;
	overflow: hidden;
}

#search-result .search-unit .clearfix br{
	display: none;
}

#search-result .search-unit .clearfix br + span,
#search-result .search-unit .result-excerpt{
	color: #444;
	word-break: break-all;
}

#search-result .search-unit .clearfix br + span strong,
#search-result .search-unit .result-excerpt strong{
	font-weight: 600;
	color: #000;
}

#search-result .search-unit .result-excerpt em{
	font-weight: bold;
	color: black;
	font-style: normal;
}

#search-result .search-unit .search-quicklink{
	padding: 0px;
	line-height: 2;
	
}

/* 拿掉more按鈕  */
#search-result .search-unit .more_button{
	margin-top: .5em;
	display: none !important;
}


#search-result-header .pull-right .blueword {
	padding-left: 5px;
}

#searchinput2{
	font-size: 14px;
}

#left-nav.search-nav a:link, #left-nav.search-nav a:visited{
	color: #000;
}

#left-nav.search-nav a:hover{
	color: #0094f2;
}
#left-nav.search-nav .active a{
	color: #0094f2;
}

/* 統一設置 */
.sp-result-area{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#search-result{
	padding-top: 0;
	padding-left: 32px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 內頁下拉選單覆寫樣式 */
.container{
	min-height: 600px;
}

#main-zone #suggestions{
	width: 100%!important;
}

#main-zone #searchresults {
    box-sizing: border-box;
		border-top: 0;
}

#main-zone #searchresults .title{
  padding: 22px 35px 15px;
  font-size: 12px;
  display: block;
  color: #868686;
	text-align: left;
}

#main-zone #searchresults{
	line-height: 0px;
	border-color: #afafaf;
}

#main-zone #searchresults a{
	padding: 0px 34px;
}

#main-zone #searchresults a:last-child{
	margin-bottom: 26px;
}

#main-zone #searchresults > a + .title{
  padding: 30px 35px 17px;
  border-top: 1px solid #D5D5D5;
  margin-top: 20px;
}

#searchresults a span.searchheading{
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 0;
}

#searchresults span.keyword{
	font-weight: 600;
	color: #000000;
}



.sp-result-area span{
	font-family: 'Roboto', 'Segoe UI', '微軟正黑體' !important;
}

/*修正IE9吃到背景樣式*/
.badge-asus, .searchbar-gray{
	filter: none;
}

/* new 0615 */
.span3.searchbar-gray{
	margin-left: 0;
  width: 22%;
	padding-top: 0; 
}

.span9.searchbar-gray .form-search{
	width: 70%;
}

.searchbar-bar{
	margin-left: 2%;
  width: 73.5%;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.form-search{
	width: 100%;
	position: relative;
	text-align: right;
}

.form-search + #search-result-header{
	margin-top: 24px;
}

.form-search .form-search-option{
	display: none;
	margin-top: 20px;
}

.form-search .input-medium.search-query{
	top: 45px;
	left: 0 !important;
}

.form-search #searchinput2.search-query {
	font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
	width: 100%;
	height: 45px;
	border: 1px solid #b4b4b4;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form-search .search-btn-blue{
	background: url(/media/images/icon-search-btn.png) no-repeat center center;
	width: 35px;
	height: 35px;
	top: 5px;
	right: 10px;
	border: 0;
	top: 5px;
  position: absolute;
  right: 5px;
}

.search-btn-blue>span{
	display: none;
}

#search-result{
	border: 0;
}

#search-result #search-result-header{
	margin-bottom: 60px;
	display: table;
	width: 100%;
}

/*
#search-result,
#search-result .search-result-title,
#search-result .search-result-title .item-title,
#search-result .search-result-title .blueword,
#search-result .search-result-title .result-count,
#search-result .search-result-title .result-key{
	font-family: 'Roboto', 'Segoe UI', '微軟正黑體' !important;
}
*/

#search-result .search-result-title{
	border-bottom: 1px solid #585858;
	padding-bottom: 20px;
	margin-top: 20px;
	display: table-cell;
}

#search-result .search-result-title .item-title{
	font-size: 16px;
	font-weight: 500;
	color: #767676;
}
#search-result .search-result-title .blueword{
	font-size: 20px;
	font-weight: 600;
	color: #212121;
	margin: 0 5px;
}
#search-result .search-result-title .result-count{
	font-size: 13px;
	font-weight: 400;
	color: #313131;
	padding: 0;
	margin-left: 0;
}

#search-result .search-result-title .tagname{
	  font-size: 20px;
    font-weight: 600;
		color: #212121;
		margin: 0 6px;
}

#search-result .search-result-title .result-key{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
}
#search-result .search-result-title .result-key:before,
#search-result .search-result-title .result-key:after{
	content: "“";
	display: inline-block;
}

#search-result .search-result-title .result-key.muti-key{
	margin-left: 5px;
}

#search-result .search-result-title .result-key.muti-key:before,
#search-result .search-result-title .result-key.muti-key:after{
	display: none;
}
#search-result .search-result-title .result-key.muti-key .result-sub-key{
	display: inline-block;
	position: relative;
	min-width: 45px;
	background: #797979;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 3px 7% 3px 8px;
	margin-right: 8px;
	margin-top: 25px;
	cursor: default;
	z-index: 1;
}
#search-result .search-result-title .result-key.muti-key .result-sub-key:hover{
	background: #525252;
}
#search-result .search-result-title .result-key.muti-key .result-sub-key .btn-cancel{
	cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 3px;
  background: url(/media/images/icon-cancel.png) no-repeat center center;
}

#search-result .search-result-option{
  border-bottom: 1px solid #585858;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 14px;
	min-width: 270px;
}

#search-result .search-option{
	/*display: inline-block;*/
    display: none;
	position: relative;
	width: 100px;
	height: 22px;
	background: #0094f2;
	border-radius: 3px;
	padding: 4px 20px;
	color: #fff;
	font-size: 16px;
	margin-right: 1px;
	//font-family: 'Roboto', 'Segoe UI', '微軟正黑體' !important;
	cursor: pointer;

	background: #0094f2 url(/media/images/icon-arrow.png) no-repeat 90% center;
}
#search-result .search-option.open{
	background: #0074d7;
	//background: #0074d7 url(/media/images/icon-cancel.png) no-repeat 90% center;
}
#search-result .search-option.open .btn-cancel{
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	right: 6px;
	background: #0074d7 url(/media/images/icon-cancel.png) no-repeat center center;
}

#search-result .search-option.open:before {
    border-bottom: 11px solid #dfdfdf;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    margin-left: 1px;
    position: absolute;
    bottom: -21px;
    left: 55px;
}
#search-result .search-option.open:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    border-bottom: 10px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: 1px;
    z-index: 1;
    left: 55px;
}

#search-result .search-option-cont{
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	margin: 20px -55px;
	padding: 40px 55px 20px;
	display: none;
}
#search-result .search-option-cont.open{
	display: block;
}

#search-result .search-sort{
	float: right;
	font-size: 12px;
	color: #777;
	position: relative;
}

#search-result .search-sort .search-sort-sel{
	display: inline-block;
	width: 120px;
	height: 22px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	padding: 4px 20px 4px 10px;
	margin-left: 4px;
	font-size: 12px;
	color: #000;
	cursor: default;
	background: #fff url(/media/images/icon-arrow-b.png) no-repeat 93% center;
	font-family: '微軟正黑體','Segoe UI'!important;
}

#search-result .search-sort .sort-list{
	display: none;
	width: 150px;
	position: absolute;
	border: 1px solid #bdbdbd;
	background: #fff;
	top: 30px;
	right: 0px;
	padding: 12px 0;
	font-family: '微軟正黑體','Segoe UI'!important;
}

#search-result .search-sort.open .sort-list{
	display: inline-block;
    z-index: 20;
}

#search-result .search-sort .sort-list li{
	display: inline-block;
	width: 130px;
	padding: 4px 10px;
	color: #000;
	cursor: pointer;
	font-family: "Segoe UI", "微軟正黑體";
}
#search-result .search-sort .sort-list li:hover{
	background: #efefef;
}

/*filter bar*/
#search-result .filter-bar{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

#search-result .filter-bar .filterword{
	display: inline-block;
  position: relative;
	vertical-align: top;
	color: black;
	width: 9%;
	font-weight: 500;
	padding-top: 7px;
	margin-right: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#search-result .filter-bar .filter-select{
	display: inline-block;
  position: relative;
	vertical-align: top;
	width: 34%;
	height: 38px;
	margin-right: 6px;
	cursor: pointer;
	padding: 9px 28px 6px 15px;
	background: #F5F5F5 url(/media/images/icon-arrow-b.png) 96% no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#search-result .filter-bar .filter-select.disabled{
	background: #B4B4B4 url(/media/images/icon-arrow.png) 96% no-repeat;
	cursor: default;
}

#search-result .filter-bar .filter-select.disabled .filter-title{
  color: #E3E3E3;
}

#search-result .filter-bar .filter-select:after{
	content: '';
	position: absolute;
	left: 90%;
	top: 40px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-bottom: 8px solid #f4f4f4;
	border-right: 12px solid transparent;
	z-index: 3;
	display: none;
}

#search-result .filter-bar .filter-select.active{
	background-color: #E1E1E1;
}

#search-result .filter-bar .filter-select.open:after{
	display: block;
}	

#search-result .filter-bar .filter-select .filter-title{
	font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
	font-weight: 500;
  color: black;
  margin: 0;
  font-size: 16px;
	text-overflow: ellipsis;
  overflow: hidden;
}

#search-result .filter-bar .filter-select .filter-title .filter-count{
	margin-left: 2px;
}

#search-result .filter-bar .filter-submit{
	display: inline-block;
  position: relative;
	vertical-align: top;
	max-width: 156px;
	width: 20.5%;
	height: 38px;
	font-size: 14px;
	background: #0094f2;
	color: white;
	border-radius: 6px;
	border: 0;
	float: right;
	cursor: pointer;
	border-left: 2px solid white;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
}

#search-result .filter-bar .filter-submit.disabled{
	background: #a8dbfb;
	cursor: default;
}

#search-result .filter-bar .filter-submit.disabled:hover{
	background: #a8dbfb;
}

#search-result .filter-bar .filter-submit:hover{
	background: #0074d7;
}

#search-result .filter-bar .filter-list{
	position:absolute;
	top: 48px;
	width: 100%;
	border: 1px solid #E7E7E7;
	background: #F4F4F4;
	padding: 50px 70px 20px 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	max-height: 300px;
	overflow-y: auto;
	z-index: 2;
	box-sizing: border-box;
}

#search-result .filter-bar .filter-list.hide{
	display: none;
}

#search-result .filter-bar .filter-list .filter-close{
	position: absolute;
	right: 22px;
	top: 20px;
	width: 14px;
	height: 14px;
	background: url(/media/images/icon-exit.png) center no-repeat;
	cursor: pointer;
}

#search-result .filter-bar .filter-list .filter-list-content{
	position: relative;
	width: 100%;
	margin-bottom: 2px;
	border-top: 1px solid #E3E3E3;
	padding-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#search-result .filter-bar .filter-list .filter-list-content .type{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 12px;
	background: #e2e2e2;
	color: #000000;
	border-radius: 2px;
	font-size: 1.2em;
	padding: 5px 10px;
	box-sizing: border-box;
}

#search-result .filter-bar .filter-list .filter-list-content:nth-child(2){
	border-top: 0;
}

#search-result .filter-bar .filter-list .filter-list-content .filter-option{
	font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
	position: relative;
	width: 33%;
	color: black;
  font-weight: 500;
	font-size: 15px;
	margin-bottom: 17px;
	cursor: pointer;
	word-break: break-word;
	vertical-align: top;
}

#search-result .filter-bar .filter-list .filter-list-content .filter-option .op-check{
	position: relative;
	display: inline-block;
	top: 2px;
	width: 15px;
	height: 15px;
	border: 1px solid #777;
	background: #fff;
	border-radius: 3px;
	margin-right: 8px;
}

#search-result .filter-bar .filter-list .filter-list-content .filter-option>input +.op-check:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
	line-height: 0.8;
	color: #fff;
	width: 15px;
	height: 15px;
	background: #777 url(/media/images/icon-check.png) center center no-repeat;
	transition: 0.2s;
	-ms-transition: 0.2s;
	transform: scale(0);
	-ms-transform: scale(0);
	border-radius: 1px;
}

#search-result .filter-bar .filter-list .filter-list-content .filter-option>input:checked+.op-check:after{
	transform: scale(1);
	-ms-transform: scale(1);
}

#search-result .filter-bar .filter-list .footer-bar{
	position: relative;
	width: 100%;
	height: 22px;
	text-align: right;
	padding-right: 2px;
  box-sizing: border-box;
}

#search-result .filter-bar .filter-list .footer-bar .filter-clear{
	color: #0094f2;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #0094f2;
	transition: 0.2s;
	font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
}

#search-result .filter-bar .filter-list .footer-bar .filter-clear:hover{
	color: #0074d7;
	border-bottom: 1px solid #0074d7;
}

#search-result .filter-reset{
	position: relative;
	margin-top: 14px;
	border: 0;
	border-bottom: 1px solid #797979;
	background: white;
	color: #797979;
	font-size: 13px;
	font-weight: 700;
	padding: 0;
	height: 18px;
	margin: 14px 0 10px;
	display: none;
}

/*#search-result .search-option-cont .option-cont{
	width: 80%;
	margin: 0 auto;
	display: none;
}
#search-result .search-option-cont .option-cont.open{
	display: block;
}
#search-result .search-option-cont .option-cont:after,
#search-result .search-result-option:after{
	content: "";
	display: block;
	clear: both;
}

#search-result .search-option-cont .option-cont ul:after{
	content: "";
	display: block;
	clear: both;
}

#search-result .search-option-cont .option-cont li{
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 12px;
}

#search-result .search-option-cont .option-cont .option-more{
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	margin-top: 30px;
}*/

#search-result .search-unit .product-name,
#search-result .search-unit .sub-title,
#search-result .search-unit .result-excerpt{
	font-family: 'Roboto', 'Segoe UI', '微軟正黑體';
}


/*---- for search page ----*/

.search-page#main-zone .container h1.page-title.double-border-bottom{
	margin: 25px 0 30px !important;
  font-size: 36px;
  color: black;
	font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
}

.search-page#main-zone .container h1.page-title.double-border-bottom .mobile-menu{
	display: none;
}

.search-page #ResultArea #left-nav .nav-item-sub:first-child{
	margin-top: 0;
}

.search-page #ResultArea #left-nav .nav-item-sub a{
	font-family: 'Roboto', 'Segoe UI', '微軟正黑體';
	font-weight: 500;
}

.search-page #ResultArea #left-nav a.nav-item-title{
	margin: -5px 0 14px;
	font-weight: 500;
	padding-right: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  width: 92%;
	line-height: 22px;
}

/*.search-page #ResultArea #left-nav .nav-item-sub.title.listclose a.nav-item-title{
	margin-bottom: 0px;
}*/

.search-page #left-nav .divider{
	margin: 0px 1px 16px;
}

.search-page .badge.badge-asus{
	background: transparent;
	color: #0094f2;
	text-shadow: none;
	font-weight: normal;

	display: inline-block;
	font-size: 15px;

	-moz-transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-o-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	margin-left: 0!important;

	/*
	padding: 0;
	padding-bottom: 1px;
	border-radius: 0;
	border-bottom: 1px solid #0094f2;
	*/
}

.search-page .nav-item-sub.title .badge.badge-asus{
	font-size: 17px;
}

.search-page .nav-item-sub.title{
	background: url(/media/images/icon-minus.png) 97% no-repeat;
	cursor: pointer;
}

.search-page .nav-item-sub.title.listclose{
	background: url(/media/images/icon-plus.png) 97% no-repeat;
	cursor: pointer;
}

.search-page .nav-item-sub.title ~ .sub-list{
	list-style: none;
	margin: 0;
}

.search-page .nav-item-sub.title + .sub-list{
	position: relative;
	max-height: 192px;
	overflow: hidden;
	padding-left: 17px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.search-page .nav-item-sub.title + .sub-list.hasbtn>li{
	opacity: 0;
	width: 0;
	overflow: hidden;
}

.search-page .nav-item-sub.title + .sub-list .more-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 57px;
	height: 20px;
	font-size: 12px;
	color: #0094f2;
	border: 1px solid #0094f2;
	border-radius: 5px;
	padding: 5px 13px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.search-page .nav-item-sub.title + .sub-list>li:nth-child(1),
.search-page .nav-item-sub.title + .sub-list>li:nth-child(2),
.search-page .nav-item-sub.title + .sub-list>li:nth-child(3),
.search-page .nav-item-sub.title + .sub-list>li:nth-child(4),
.search-page .nav-item-sub.title + .sub-list>li:nth-child(5),
.search-page .nav-item-sub.title + .sub-list>li:nth-child(6){
	opacity: 1;
	width: auto;
}

.search-page .nav-item-sub.title.showall + .sub-list.hasbtn{
	max-height: 2000px;
}

.search-page .nav-item-sub.title + .sub-list.hasbtn .list-btn{
	position: relative;
}

.search-page .nav-item-sub.title.listclose + .sub-list.hasbtn{
	max-height: 0px;
}

.search-page .nav-item-sub.title.showall + .sub-list.hasbtn>li{
	opacity: 1;
	width: auto;
}

.search-page .nav-item-sub.title.listclose + .sub-list{
	max-height: 0;
}

.search-page .nav-item-sub.title ~ .sub-list>li{
	height: 28px;
}

.search-page .faqpic{
	width: auto;
  height: auto;
}

.search-page .faqcontent{
	color: #7F7F7F!important;
}


.search-page .span9-line{
	border: 0;
}

/* checkbox styling*/
.search-page .check-option{
	font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-bottom: 10px;
	text-align: right;
}

/* Base for label styling */
.search-page [type="checkbox"]:not(:checked),
.search-page [type="checkbox"]:checked{
  position: absolute;
  left: -9999px;
}
.search-page [type="checkbox"]:not(:checked):hover,
.search-page [type="checkbox"]:checked:hover{
	outline: none;
}
.search-page [type="checkbox"]:not(:checked) + label,
.search-page [type="checkbox"]:checked + label{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: 'Roboto', 'Segoe UI', '微軟正黑體';
}
/* checkbox aspect */
.search-page [type="checkbox"]:not(:checked) + label:before,
.search-page [type="checkbox"]:checked + label:before{
  content: '';
  position: absolute;
  left:0; top: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #777;
  background: #fff;
  border-radius: 3px;
  //box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}
.search-page [type="checkbox"]:not(:checked) + label:before:hover,
.search-page [type="checkbox"]:checked + label:before:hover{
	outline: none;
}
/* checked mark aspect */
.search-page [type="checkbox"]:not(:checked) + label:after,
.search-page [type="checkbox"]:checked + label:after{
  //content: '✔';
  content: '';
  position: absolute;
  top: 2px; left: 1px;
  font-size: 18px;
  line-height: 0.8;
  color: #fff;
  width: 15px;
  height: 15px;
  background: #777 url("/media/images/icon-check.png") center center no-repeat;
  transition: all .2s;
}
.search-page [type="checkbox"]:not(:checked) + label:after:hover,
.search-page [type="checkbox"]:checked + label:after:hover{
	outline: none;
}
/* checked mark aspect changes */
.search-page [type="checkbox"]:not(:checked) + label:after{
  opacity: 0;
  transform: scale(0);
}
.search-page [type="checkbox"]:checked + label:after{
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.search-page [type="checkbox"]:disabled:not(:checked) + label:before,
.search-page [type="checkbox"]:disabled:checked + label:before{
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.search-page [type="checkbox"]:disabled:checked + label:after{
	color: #999;
}
.search-page [type="checkbox"]:disabled + label{
	color: #aaa;
}
/* accessibility */
.search-page [type="checkbox"]:checked:focus + label:before,
.search-page [type="checkbox"]:not(:checked):focus + label:before{
	//border: 1px dotted blue;
}
/* hover style just for information */
.search-page label:hover:before{
	//border: 1px solid #4778d9!important;
}

/*.search-page #search-result [type="checkbox"]:not(:checked) + label:before,
.search-page #search-result [type="checkbox"]:checked + label:before,
.search-page #search-result [type="checkbox"]:not(:checked) + label:after,
.search-page #search-result [type="checkbox"]:checked + label:after{
	border-radius: 50%;
	background: #f3f3f3;
}*/
/*.search-page #search-result [type="checkbox"]:checked + label:before{
	border: 1px solid #00A8FF;
}
.search-page #search-result [type="checkbox"]:not(:checked) + label:after,
.search-page #search-result [type="checkbox"]:checked + label:after{
	//border: 1px solid #00A8FF;
  background: #00A8FF url("media/images/icon-check.png") center center no-repeat;
}
        */


/* new 0615 end */

.sp-result-area .result-count{
	float: none;
}


.sp-result-area hr.gray{
	background-color: #dedede;
}

.sp-result-area .search-unit{

}

.sp-result-area .search-unit h2{
	font-weight: 500;
}

.sp-result-area .product-name a{
	font-size: 18px;
	color: #000;
}

.sp-result-area .product-name a:hover{
	color: #00a8ff;
}


.sp-result-area .item-title{
	font-size: 24px;
}

.sp-result-area .result-count{
	margin-left: 1em!important;
	font-size: 24px;
	font-size: 12px;
	color: #444;
}

.sp-result-area .search-unit{
	margin: 40px 0px;	
}

#search-result .search-unit .clearfix span{
	color: #444;
}

.sp-result-area .result-count .blueword{
	color: #444;
}

.sp-result-area .side-content{
	/*padding-left: 100px;*/
}

/* Products */
.sp-result-area.sp-products{
	
}

.sp-result-area.sp-products .product-name,
.sp-result-area.sp-commercial .product-name,
.sp-result-area.sp-supportonlyproduct .product-name,
.sp-result-area.sp-rog .product-name,
.sp-result-area.sp-fanhubs .product-name{
	font-size: 18px;
}

.sp-result-area.sp-products .sub-title,
.sp-result-area.sp-commercial .sub-title,
.sp-result-area.sp-supportonlyproduct .sub-title,
.sp-result-area.sp-rog .sub-title,
.sp-result-area.sp-fanhubs .sub-title{
	font-size: 15px;
}

.sp-result-area.sp-products .search-unit,
.sp-result-area.sp-commercial .search-unit,
.sp-result-area.sp-supportonlyproduct .search-unit,
.sp-result-area.sp-rog .search-unit,
.sp-result-area.sp-fanhubs .search-unit{
	padding-left: 125px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dedede;
	min-height: 140px;
}

.sp-result-area.sp-products .search-unit{
	padding-bottom: 20px;
}

.sp-result-area.sp-commercial .search-unit .search-quicklink,
.sp-result-area.sp-products .search-unit .search-quicklink,
.sp-result-area.sp-supportonlyproduct .search-unit .search-quicklink,
.sp-result-area.sp-rog .search-unit .search-quicklink,
.sp-result-area.sp-fanhubs .search-unit .search-quicklink{
	margin: 1em 0 0;
	padding: 0;
	text-align: left;
	background: none;
	border:none;
	font-family: 'Roboto', 'Segoe UI', '微軟正黑體';
}

.sp-result-area.sp-products .search-unit .search-quicklink a,
.sp-result-area.sp-commercial .search-unit .search-quicklink a,
.sp-result-area.sp-supportonlyproduct .search-unit .search-quicklink a,
.sp-result-area.sp-rog .search-unit .search-quicklink a,
.sp-result-area.sp-fanhubs .search-unit .search-quicklink a{
	color: #00a8ff;
	font-size: 14px;
	margin-right: 2em;
}

.sp-result-area.sp-products .add-to-list,
.sp-result-area.sp-commercial .add-to-list,
.sp-result-area.sp-supportonlyproduct .add-to-list,
.sp-result-area.sp-rog .add-to-list,
.sp-result-area.sp-fanhubs .add-to-list{
	position: inherit;
	float:right;
	padding-top: 10px;
	color: #6D6D6D;
	text-transform: uppercase;
}

.sp-result-area.sp-products .img-block,
.sp-result-area.sp-commercial .img-block,
.sp-result-area.sp-supportonlyproduct .img-block,
.sp-result-area.sp-rog .img-block,
.sp-result-area.sp-fanhubs .img-block{
	position: absolute;
	left:0px;
	top: 3px;
}

.sp-result-area.sp-products .result-excerpt,
.sp-result-area.sp-commercial .result-excerpt,
.sp-result-area.sp-supportonlyproduct .result-excerpt,
.sp-result-area.sp-rog .result-excerpt,
.sp-result-area.sp-fanhubs .result-excerpt{
	display: block;
	max-height: 47px;
  overflow: hidden;
	padding: 1em 0;
}

/* 拔掉圖 */
#search-result .search-unit.no-img{
	padding-left: 0;
}
#search-result .search-unit.no-img .img-block{
	display: none;
}


/* News */
.sp-result-area.sp-news{
	
}

/* Faq */
.sp-result-area.sp-faq .side-content{
	background: url(/support/images/faq.gif) 0 7px no-repeat;
}

.sp-result-area.sp-faq .side-content{
	padding-left: 100px;
}


/* FanHub */
.sp-result-area.sp-fanhubs  .search-unit .product-name{
	margin-top: 0px;
}

.sp-result-area.sp-fanhubs .search-unit{
	min-height: 95px;
}

/* Award */
.sp-result-area.sp-awards .search-unit{
	margin: 40px 0 0;
	
}

.sp-result-area.sp-awards .side-content{
	padding-left: 100px;
	font-size: 12px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dedede;
}

.sp-result-area.sp-awards .award-title{
	font-size: 14px;
	color: #000;
}

.sp-result-area.sp-awards .product-name{
	font-size: 18px;
}

.sp-result-area.sp-awards .award-logo{
	position: absolute;
	left:15px;	
	top: 5px;
}

#search-result .pagination>ul{
	border: 0;
}

#search-result .pagination a{
	color: black;
	padding: 0 14px;
	border: 0;
	border-left: 1px solid  #DDDDDD;
	font-weight: 500;
	text-shadow: 0 0 0 white;
}

#search-result .pagination li:nth-child(2) a, #search-result .pagination li:last-child a{
	border-left:0;
}

#search-result .pagination a.noline{
	border-left: 0;
}

#search-result .pagination a:hover{
	background: white;
}

#search-result .pagination .active a{
	background: white;
	color: #0094f2;
}

.pagination .left-triangle, .pagination a .left-triangle2 {
    border: none;
    margin: 4px 0;
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(/media/images/icon-arrow-l-b.png)!important;
    padding:0px;
}

.pagination .right-triangle, .pagination a .right-triangle2 {
    border: none;
    margin: 4px 0;
    width: 7px;
    height: 11px;
		background-repeat: no-repeat;
    background-image: url(/media/images/icon-arrow-r-b.png)!important;
    padding:0px;
}

.pagination .disabled .left-triangle, .pagination .disabled a .left-triangle2 {
    background-repeat: no-repeat;
    background-image: url(/media/images/icon-arrow-l.png)!important;
}

.pagination .disabled .right-triangle{
    background-repeat: no-repeat;
    background-image: url(/media/images/icon-arrow-r.png)!important;
}

/*hidden element*/
.left-menu-header, #search-result .search-deepfilter, #FAQ-Filter-sidebar{
	display: none;
}

/*RWD*/
@media screen and (max-width: 768px){
	#main-zone #searchresults a{
		padding: 9px 34px;
	}
	#searchresults a span.searchheading{
		white-space: normal;
		line-height: 20px;
	}
}
@media screen and (max-width: 1200px) and  (min-width: 720px){
	.search-page#main-zone .container h1.page-title.double-border-bottom,#ResultArea .span3{
		padding-left: 12px;
    box-sizing: border-box;
	}
}

@media screen and (max-width: 1075px) and  (min-width: 720px){
	#ResultArea #left-nav .nav-item-title{
		font-size: 18px;
	}

	#search-result .filter-bar .filter-submit{
		width: 19.5%;
	}
	#search-result .filter-bar .filterword{
		min-width: 50px;
	}

	#search-result .search-result-title{
		display: block!important;
    width: 100%;
    border-bottom: 0px solid #000;
		margin-top: 0px;
	}

	#search-result .search-result-option{
		display: table;
    width: 100%;
    margin-top: 4px;
	}

	#search-result .search-sort{
		float: left;
	}
}

@media screen and (max-width: 850px) and (min-width: 720px){
	#search-result .filter-bar .filter-select{
		width: 32%;
	}

	#search-result .filter-bar .filter-select .filter-title{
		font-size: 13px;
	}

	#search-result .filter-bar .filter-list{
		padding: 50px 30px 20px;
	}
}

@media screen and (max-width: 740px) and  (min-width: 720px){
	.span3 .afe.slide-sidebar{
    overflow-x: hidden;
    background: white;
    transform: none;
    position: relative;
    left: 0;
    width: 100% !important;
    box-sizing: border-box;
	}	
}

@media screen and (max-width: 719px) {
	#search-btn2{
		display: block;
	}
	#search-result .search-result-title .result-key.muti-key{
		margin-left: 0;
	}
	#search-result{
		padding: 0;
	}

	#ResultArea .sp-result-area.sp-products .add-to-list{
		float: none;
		display: block;
	}

  .asus-lmenu-pushbody-toright #left-nav.search-nav a:link, .asus-lmenu-pushbody-toright #left-nav.search-nav a:visited{
    color: #ffffff;
  }

  .asus-lmenu-pushbody-toright #left-nav.search-nav a:hover{
    color: #00a8ff;
  }

  .asus-lmenu-pushbody-toright #left-nav.search-nav .active a{
    color: #33b9ff;
  }

	.left-menu-zone.afe.slide-sidebar{
		overflow-x: hidden;
    overflow-y: auto;
	}

  #left-nav .divider{
		background-color: #575757;
    border-bottom: 1px solid #575757;
	}

	#left-nav.search-nav a:link, #left-nav.search-nav a:visited{
		color: #FFFFFF;
	}

	#ResultArea #left-nav .nav-item-title{
		color: #33b9ff;
	}

	#showLeftPush{
		display: none!important;
	}

	.form-search .search-btn-blue{
		top: 4px!important;
	}

	.search-page#main-zone .container h1.page-title.double-border-bottom{
		margin-top: 10px!important;
	}

	#search-result #search-result-header .item-title{
		font-size: 17px;
	}

	.search-page#main-zone .container h1.page-title.double-border-bottom .mobile-menu{
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NThERTEwNzhFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OERFMTA3NkVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3N0VFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpEbTzoAAAJDSURBVHja7J3BTcMwFEAd1CtSN6AjlAlIN4AN2jMHYALKBIVDz2SEbtB0g7BBRojUAcL/Ikg9OI0lip0470kWUnErh1d///o7JTHGpHVd5wZ6yRV/AgQBghAECAIEIQgQhCBAECAIQYAgQBCCAEEIgnBMYrqYZHtM5cfeoetb/Xi9Pnle0HHLWEYzg1LHfnfMoPAsLI9tpM0JcT1AwkZuCYGV49PvpX1Km3oKzbaHC32TkSTYefIl5ww605cIslP2ZBzFBBdWXqR9BZ5FhYbpaAVJXN+3hA0XdK1670OaHZugyjHlroZyQbEJyqTddMwUXV8+EBQmta6a9SMayOIQBAhCECAIEIQgQNDYiG4vLtketZbTtZOwaz7UIsiznKX5KbR1oSXvFSHOP7ML92MG/RcSwhLLDNMSROr4EhomQ5a8S7mGkoKdnbW018BjqETcLVlc+xoVGp29nElo4dCDMWiWmRHi2kPczoQ9kxD3GiTxu/7jSxQeE5rRpNnlhfuRZl/4nZg1p0c7dxIQFE7SbkgCxraTEB0IQhAgCEGAIEAQgoAPqudItkfd3NQ6TufdDfKBtkCQf5bSnh36qcgHBPnntDyQW37/W8aeDuWCYj6TsLCEQNczCdNmNga9DV/3FSnY2dk0gkKvqXxPQguznoxjjiA7eg9r6JOnmmVmMZe8044k4hxea0pjug3/lH0MFxFbiMsd+x0GEwkM/yKNGQQIQhAgCBCEIEAQggBBgCAEAYIAQQgCBCEIEAQIGiTfAgwAu6N6M5NxzzwAAAAASUVORK5CYII=') 94% center no-repeat;
		background-size: 50px;
    padding-bottom: 8px;
		position: relative;
    float: right;
    height: 34px;
    width: 52px;
    display: block;
    cursor: pointer;
    margin-right: 2px;
	}

	#search-result #search-result-header{
		margin-top: 10px;
	}

	.form-search .form-search-option{
		margin-top: 12px;
	}

	.search-page .check-option{
		text-align: left;
	}

	#search-result .search-result-title .result-key.muti-key .result-sub-key{
		margin-top: 14px;
	}

	/*left menu*/
	#ResultArea .span3{
		height: 0px;
		overflow: hidden;
	}

	.left-menu-header{
	  background: #2b2b2b;
    color: #fff;
    text-align: left;
    font-weight: 300;
    display: block;
    height: 3.2em;
    padding: 16px 20px;
    box-sizing: border-box;
    font-family: "微軟正黑體";
    font-size: 1.4em;
	}

	.left-menu-header-close{
		position: absolute;
    right: 20px;
    top: 15px;
    width: 25px;
    height: 25px;
    display: block;
    background: url(/media/images/icon-close.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
	}

	.afe.slide-sidebar{
		right: -100%!important;
    left: auto!important;
		z-index: 10001!important;
		padding: 0;
		transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1)!important;
		background: white!important;
	}

	.afe.slide-sidebar.open{
		right: 0%!important;
    width: 100%!important;
	}

	.search-page .nav-item-sub.title{
		background-color: #f7f7f7!important;
		font-size: 1.2em;
		color: #000;
		text-transform: capitalize;
		height: 72px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
		background: #f7f7f7 url(/media/images/icon-menuarrow-up.png) 94% no-repeat;
		background-size: 16px;
		border-bottom: 1px solid white!important;
	}

	.search-page .nav-item-sub.title ~ .nav-item-sub{
		background-color: #f7f7f7!important;
		text-transform: capitalize;
		height: 72px;
    padding: 0 20px 0 0;
		font-size: 1.2em;
		color: #000;
		border-bottom: 1px solid white!important;
	}

	.search-page .nav-item-sub.title ~ .sub-list{
		padding: 0 20px;
		box-sizing: border-box;
		max-height: 2000px;
	}

	.search-page .nav-item-sub.title + .sub-list .list-btn{
		display: none;
	}

	.search-page .nav-item-sub.title + .sub-list.hasbtn>li{
		opacity: 1;
		width: auto;
	}

	#ResultArea #left-nav .sub-list .nav-item-sub a{
		padding: 27px 0 0!important;
	}

	.search-page .nav-item-sub.title.listclose{
		background: #f7f7f7 url(/media/images/icon-menuarrow-b.png) 94% no-repeat;
		background-size: 16px;
	}

	.search-page #ResultArea #left-nav a.nav-item-title{
		margin: 0!important;	
		position: relative;
    height: 100%;
    display: block;
    width: 92%;
    font-size: 1.5em;
    color: black!important;
    padding-top: 24px;
		font-weight: 500!important;
	}

	#search-result .search-result-title .result-key{
		display: block;
	}

	#search-result .search-result-title .result-count{
		font-size: 17px;
    font-weight: 400;
    color: #777777;
	}

	#search-result .search-result-title .blueword,#search-result .search-result-title .tagname{
		font-weight: 400;
		font-size: 17px;
		color: black;
	}

	/*filter menu*/
	#FAQ-Filter-sidebar{
		position: fixed;
    top: 0;
    right: -100%;
    z-index: 10001;
		background: white;
		width: 100%;
		height: 100%;
		display: block;
		overflow-y: auto;
		transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1)
	}

	#FAQ-Filter-sidebar.open{
		right: 0%;
	}

	#FAQ-Filter-sidebar .filterword{
		background: #2b2b2b;
    color: #fff;
    text-align: left;
    font-weight: 300;
    display: block;
    height: 3.2em;
    padding: 16px 20px;
    box-sizing: border-box;
    font-family: "微軟正黑體";
    font-size: 1.4em;
	}

	#FAQ-Filter-sidebar .filterword .filter-menu-header-close{
		position: absolute;
    right: 20px;
    top: 15px;
    width: 25px;
    height: 25px;
    display: block;
    background: url(/media/images/icon-close.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
	}
	
	#FAQ-Filter-sidebar .footer-bar{
		display: none;
	}

	#FAQ-Filter-sidebar .filter-select{
		background-color: #f7f7f7;
    text-transform: capitalize;
    height: 72px;
    padding: 0 20px 0 0;
    font-size: 1.2em;
    color: #000;
    border-bottom: 1px solid white;
		background: #f7f7f7 url(/media/images/icon-menuarrow-b.png) 95% no-repeat;
    background-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
	}

	#FAQ-Filter-sidebar .filter-select.open{
		background: #f7f7f7 url(/media/images/icon-menuarrow-up.png) 95% no-repeat;
		background-size: 16px;
	}

	#FAQ-Filter-sidebar .filter-select.open + .filter-list{
		max-height: 2000px;
	}

	#FAQ-Filter-sidebar .filter-select .filter-title{
		position: relative;
    height: 100%;
    display: block;
    width: 100%;
    font-size: 1.4em;
    color: black;
    padding: 24px 0 0 20px;
    font-weight: 500;
    box-sizing: border-box;
	}

	#FAQ-Filter-sidebar .filter-list{
		max-height: 0;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
	}

	#FAQ-Filter-sidebar .filter-list .filter-list-content{
		height: 100%;
	}

	#FAQ-Filter-sidebar .filter-list .filter-list-content .type{
		display: none;
	}

	#FAQ-Filter-sidebar	.filter-option{
		border-bottom: 1px solid #ECECEC;
    height: 72px;
    box-sizing: border-box;
		margin-bottom: 0;
		font-size: 17px;
    font-weight: 400;
		padding-top: 25px;
		width: 93%;
    margin: auto;
		cursor:pointer;
	}

	#FAQ-Filter-sidebar	.filter-option .op-check{
	  position: relative;
    display: inline-block;
    top: -2px;
    width: 25px;
    height: 25px;
    border: 1px solid #777;
    background: #fff;
    border-radius: 100%;
    float: right;
	}

	#FAQ-Filter-sidebar	.filter-option>input +.op-check:after{
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 18px;
		line-height: 0.8;
		color: #fff;
		width: 25px;
		height: 25px;
		background: #0094f2 url(/media/images/icon-check-large.png) center center no-repeat;
		background-size: 15px;
		transition: all 0.2s;
		-ms-transition: all 0.2s;
		transform: scale(0);
		-ms-transform: scale(0);
		border-radius: 100%;
	}

	#FAQ-Filter-sidebar	.filter-option>input:checked+.op-check{
		border-color: #0094f2;
	}

	#FAQ-Filter-sidebar	.filter-option>input:checked+.op-check:after{
		transform: scale(1);
		-ms-transform: scale(1);
	}

	#FAQ-Filter-sidebar .footer-btnbar{
		position: relative;
    margin: 60px auto 20px;
    width: 100%;
    height: 48px;
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}

	#FAQ-Filter-sidebar .footer-btnbar .filter-clear-all{
		position: relative;
    width: 47%;
		height: 100%;
		margin-right: 10px;
		background: white;
		border: 1px solid #0094f2;
		color: #0094f2;
		border-radius: 4px;
		font-size: 1.4em;
		font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
	}

	#search-result .filter-reset{
		color: black;
	}

	#FAQ-Filter-sidebar .footer-btnbar .filter-mb-submit{
		position: relative;
    width: 47%;
		height: 100%;
		background: #0094f2;
		border: 1px solid #0094f2;
		color: white;
		border-radius: 4px;
		font-size: 1.4em;
		font-family: '微軟正黑體','Segoe UI', Arial,Helvetica,sans-serif;
	}

	.search-page #left-nav .divider{
		height: 0;
    margin: 0;
		border-bottom: 0px solid white;
	}

	#left-nav>li{
		margin-top: 0;
	}

	#ResultArea #left-nav .nav-item-sub{
		border-bottom: 1px solid #ECECEC;
		height: 72px;
		box-sizing: border-box;
	}

	#ResultArea #left-nav .nav-item-sub a{
		color: black;
    font-size: 17px;
    font-weight: 400!important;
		display: block;
    width: 100%;
    height: 100%;
		padding: 27px 20px 0;
		box-sizing: border-box;
	}

	#ResultArea #left-nav .nav-item-sub a span{
		color: #818181;
		font-size: 20px;
	}

	#search-result .search-result-title{
		display: block!important;
		width: 100%;
		border-bottom: 0px solid #000;
	}

	#search-result .search-result-option{
		display: table;
		width: 100%;
    margin-top: 4px;
	}

	#search-result .search-deepfilter{
		color: #0094f2;
    font-size: 16px;
    cursor: pointer;
    display: block;
    float: left;
    background: url(/media/images/filter.png) 0 center no-repeat;
    background-size: 22px;
    padding-left: 30px;
    box-sizing: border-box;
	}

	#search-result .search-deepfilter.disabled{
		color: #B5B5B5;
    cursor: default;
    background: url(/media/images/filter-gray.png) 0 center no-repeat;
		background-size: 22px;
	}

	#FAQ-Filter{
		display: none!important;
	}

	#search-result .search-result-title{
		margin-top: 0!important;
		padding-bottom: 0!important;
	}

	.search-page .check-option{
		margin-bottom: 0!important;
	}
}

@media screen and (max-width: 500px) {
	#search-result .search-deepfilter{
		float: none;
		margin-bottom: 15px;
	}

	#search-result .search-sort{
		float: left!important;
	}
}

@media only screen and (max-width: 480px) {
	.form-search-option .check-option label{
		font-size: 12px;
	}
	.sp-result-area.sp-products .search-unit,
	.sp-result-area.sp-commercial .search-unit,
	.sp-result-area.sp-supportonlyproduct .search-unit,
	.sp-result-area.sp-rog .search-unit,
	.sp-result-area.sp-fanhubs .search-unit{
		padding-left: 0;
		padding-bottom: 20px;
	}
	.sp-result-area.sp-products .img-block,
	.sp-result-area.sp-commercial .img-block,
	.sp-result-area.sp-supportonlyproduct .img-block,
	.sp-result-area.sp-rog .img-block,
	.sp-result-area.sp-fanhubs .img-block{
		position: inherit;
		text-align: center;
		
	}

	.sp-result-area.sp-products .img-block .hot-product-pic,
	.sp-result-area.sp-commercial .img-block .hot-product-pic,
	.sp-result-area.sp-supportonlyproduct .img-block .hot-product-pic,
	.sp-result-area.sp-rog .img-block .hot-product-pic,
	.sp-result-area.sp-fanhubs .img-block .hot-product-pic{
		float: none;
	}

	.sp-result-area.sp-products .product-name,
	.sp-result-area.sp-commercial .product-name,
	.sp-result-area.sp-supportonlyproduct .product-name,
	.sp-result-area.sp-rog .product-name,
	.sp-result-area.sp-fanhubs .product-name{
		text-align: center;
	}

	.sp-result-area.sp-products .sub-title,
	.sp-result-area.sp-commercial .sub-title,
	.sp-result-area.sp-supportonlyproduct .sub-title,
	.sp-result-area.sp-rog .sub-title,
	.sp-result-area.sp-fanhubs .sub-title{
		text-align: center;
	}

	#search-result .search-unit .clearfix a + span,#search-result .search-unit .clearfix a,#search-result .result-excerpt{
		width: 70%;
		float: right;
		text-align: left;
	}

	.faq-page #search-result .search-unit .clearfix a + span,.faq-page #search-result .search-unit .clearfix a,.faq-page #search-result .result-excerpt{
		width: 78%;
    float: right;
	}

	#search-result .search-unit .clearfix a h2{
		text-align: left;
		margin-top: 0;
	}

	#search-result .search-unit .clearfix a.img-block{
		position: absolute;
		float: left;
    width: 25%;
		text-align: left;
	}

	#search-result .search-unit .hot-product-pic.faqpic{
		width: 50%;
		max-width: 70px;
		height: auto;
	}

	#search-result #search-result-header .item-title, #search-result .search-result-title .result-count{
		font-size: 12px;
	}

}



/******************RTL*********************/
.af-rtl .container h1.page-title{
	float: none;
}

.af-rtl .container #left-nav li a{
	float: none;
}

.af-rtl .search-page .nav-item-sub.title{
	background: url(/media/images/icon-minus.png) 0 no-repeat;
}

.af-rtl .search-page .nav-item-sub.title.listclose{
	background: url(/media/images/icon-plus.png) 0 no-repeat;
}

.af-rtl .search-page#main-zone .container h1.page-title.double-border-bottom{
	padding-right: 50px;
	box-sizing: border-box;
}

.af-rtl .form-search #searchinput2.search-query{
	padding-left: 35px;
	padding-right: 6px;
}

.af-rtl .form-search .search-btn-blue{
	right: initial;
	left: 5px;
}

.af-rtl #search-result #search-result-header .item-title{
	float: right;
}

.af-rtl .sp-result-area.sp-products .search-unit{
	padding-right: 125px;
	padding-left: 0;
}

.af-rtl  .sp-result-area.sp-products .img-block{
	right: 0;
	left: initial;
}

.af-rtl #search-result .search-unit .search-quicklink{
	text-align: right;
	overflow: auto;
}

.af-rtl .sp-result-area.sp-products .search-unit .search-quicklink a{
	float: right;
}
/* 
.af-rtl .pagination li{
	float: right;
}

.af-rtl .pagination .right-triangle,.af-rtl .pagination a .right-triangle2{
	background-image: url(/media/images/icon-arrow-l-b.png)!important;
}

.af-rtl .pagination .disabled .right-triangle,.af-rtl .pagination .disabled a .right-triangle2{
	background-image: url(/media/images/icon-arrow-l.png)!important;
}

.af-rtl .pagination .left-triangle,.af-rtl .pagination a .left-triangle2{
	background-image: url(/media/images/icon-arrow-r-b.png)!important;
}

.af-rtl .pagination .disabled .left-triangle,.af-rtl .pagination .disabled a .left-triangle2{
	background-image: url(/media/images/icon-arrow-r.png)!important;
} */

/*filter bar*/
.af-rtl #search-result .filter-bar .filterword{
	margin-right: 0px;
	margin-left: 6px;
}

.af-rtl #search-result .filter-bar .filter-select{
	margin-right: 0px;
	margin-left: 6px;
}

.af-rtl #search-result .filter-bar .filter-submit{
	float: left;
}

.af-rtl #search-result .filter-bar .filter-list .filter-list-content .filter-option .op-check{
	margin-right: 0px;
	margin-left: 8px;
}

.af-rtl #search-result .filter-bar .filter-list .filter-list-content .filter-option{
	text-align: right;
}

.af-rtl #search-result .search-sort{
	float: left;
}

.af-rtl #search-result .search-sort .search-sort-sel{
	margin-left: 0px;
	margin-right: 4px;
}

.af-rtl #search-result .search-sort .sort-list{
	left: 0;
	right: initial;
}

@media screen and (max-width: 719px){
	.af-rtl .mobile .search-page .nav-item-sub.title{
		background: #f7f7f7 url(/media/images/icon-menuarrow-up.png) 4% no-repeat;
		background-size: 16px;
	}
	
	.af-rtl .mobile .search-page .nav-item-sub.title.listclose{
		background: #f7f7f7 url(/media/images/icon-menuarrow-b.png) 4% no-repeat;
		background-size: 16px;
	}

	.af-rtl .search-page #ResultArea #left-nav a.nav-item-title{
		width: 89%;
	}

	.af-rtl #search-result .search-deepfilter{
		float: right;
	}

	.af-rtl #FAQ-Filter-sidebar .filter-select{
		background: #f7f7f7 url(/media/images/icon-menuarrow-b.png) 4.5% no-repeat;
		background-size: 16px;
	}

	.af-rtl #FAQ-Filter-sidebar .filter-select.open{
		background: #f7f7f7 url(/media/images/icon-menuarrow-up.png) 4.5% no-repeat;
    background-size: 16px;
	}

	.af-rtl #FAQ-Filter-sidebar	.filter-option .op-check{
		float: left;
	}

	.af-rtl #FAQ-Filter-sidebar .footer-btnbar .filter-clear-all{
		margin-left: 10px;
		margin-right: 0px;
	}
}
