@charset "utf-8";
/* CSS Document */

@import url("reset.css");

.w900
{
	background: #F90;
}
.aside 
{
	width: 20%;
	float:left;

}
.article 
{
	margin-top:20px;
	width: 75%;
	float:right;
}

.article_b
{
	

	width: 75%;
	/*float:right;*/
	margin:0 auto;
	overflow:hidden;
}



/*product*/
.other_box_out{
	float:left;
	display:block;
	width:200px;
	border:solid 1px #CCC;
	}
		
.other_box_out:hover{
	background:#e2e1da;
	}

.other_box_in{
	display:block;
	width:180px;
	margin:0 auto;
	margin-top:7px;
	 
	}
	
.other_box_in a{
	text-decoration: none;
	}

.other_box_in a:hover{
	/*border:#CCC 2px solid; */
	text-decoration: none;

	}

.other_box_img img{
	display:block;
	width:180px;
	}
.other_box_img img{
	display:block;
	width:180px;
	height:auto;
	}

/*修改*/
#toplogo .logo{width:280px;height:36px; background:url(/img/logo.png) no-repeat;margin:10px; float:left; overflow:hidden; }
#toplogo .lang{ display:block;overflow:hidden;width:40%; height:auto; margin:20px 40px 10px 10px;float:right; }
/******language＿icon******/
.icon_lang{float:right; height:30px; width:130px; }
.icon_text{float:left; height:20px; width:70px; color:#999; font-size:12px; padding:5px; text-align:right;}
.icon_lang ul{list-style:none; margin:0; padding:0; display:block; width:100%; height:25px; margin:0 auto; margin-left:5px;}
.icon_lang ul li{ float:left; padding-left:5px;}
.icon_lang ul li a{ display:block; width:20px; height:20px; text-indent:-9999px;}
.icon_lang ul li.ch a{ background-image:url(/img/lang_ch.png);}
.icon_lang ul li.eng a{ background-image:url(/img/lang_eng.png);}


/******language＿icon變色******/
.icon_lang ul li.ch a:hover{ background-image:url(/img/lang_ch2.png);}
.icon_lang ul li.eng a:hover{ background-image:url(/img/lang_eng2.png);}

	
/*search bar*/

.rounded {
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

input[type=text]{
	float:right;
	margin-top:5px;
	color:#bcbcbc;
	width:120px;
}

input[type=button], input[type=button]:hover {
	position:relative;
	left:-6px;
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}

.light{
	background: url('http://www.paulund.co.uk/playground/demo/pretty_search_for/img/search.png');
}
.light input[type=text]{
	border:1px solid #acb1b7;
	background-color:#fcfcfc;
}
