@charset "utf-8";
/* CSS Document */

#left_menu {
	width: 210px;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#left_navbut {
	width: 208px;
	height: auto;
	margin: 0 auto;
	border-bottom:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
}/*外層框*/
#left_navbut ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}/*UL設定不要有列表項目符號，並且不要有間距*/
#left_navbut li {
	float: none;
}/*可橫向排列，直立式按鈕及不需要float標籤*/
#left_navbut li a {
    -webkit-transition:color 120ms linear;
	-moz-transition:color 120ms linear;
	-o-transition:color 120ms linear;
	transition:color 120ms linear;
}/*li內容有做連結時的設定，設定與圖片長寬相同並隱藏文字*/
#left_navbut li.left_but01 > a {
	height: auto;
	width:178px;
	padding-top:10px;
	padding-left:30px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	color: #666666;
	text-decoration:none;
	float:left;
	background: url(../images/wrapper/iproducts/icon.png) no-repeat 16px 16px , url(../images/wrapper/iproducts/btn_bg.png) repeat-x top left;
}/*按鈕1 float:left一定要放，不然看不到*/
#left_navbut li.left_but01 > a:hover {
	color: #F60;
	text-decoration: none;
}/*按鈕1第二張圖*/
#left_navbut ul ul{
    display:none;
}

#left_navbut li.left_but02 > a {
	height: auto;
	width:178px;
	padding-top:10px;
	padding-left:30px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	color: #09F;
	text-decoration:none;
	background: url(../images/wrapper/iproducts/icon.png) no-repeat 16px 16px, url(../images/wrapper/iproducts/btn_bg.png) repeat-x top left;
    display: block;
}/*按鈕1 float:left一定要放，不然看不到*/
#left_navbut li.left_but02 > a:hover {
	color: #09F;
	text-decoration: none;
}/*按鈕1第二張圖*/
#left_navbut li.left_but03 > a {
	height: auto;
	width:160px;
	padding-top:10px;
	padding-left:48px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	font-size:14px;
	color: #666666;
	text-decoration:none;
    display: block;
}/*按鈕1 float:left一定要放，不然看不到*/
#left_navbut li.left_but03 > a:hover {
	color: #F60;
	text-decoration: none;
}/*按鈕1第二張圖*/
.nav_topimg {line-height:0px; font-size:0px;}
.nav_botimg {line-height:0px; font-size:0px;}
/***左側區塊*******************************************************/
/***左側區塊*******************************************************/
#products_left {
	width: 208px;
	height: auto;
	float: left;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
/***左側區塊按鈕*******************************************************/
#products_left .btn {
	width: 160px;
	height: 43px;
	line-height: 43px;
	margin:0px 0;
	background-image: url(../images/wrapper/iproducts/btn_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align: left;
	font-size: 15px;
	color: #666666;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
}
#products_left .btn:hover {
	background-image: url(../images/page_left_btn02.jpg);
	color: #09F;
}
#products_left .btn_name {
	width: 160px;
	height: 43px;
	padding: 0px 13px 0 35px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	background-image: url(../images/wrapper/iproducts/btn_bg.png);
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
#products_left .btn_over {
	opacity: 0.0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: auto;
}
#products_left .btn_over a:hover {
	opacity: 1.0;
}
/***左側區塊*******************************************************/
