@charset "utf-8";
/***************************************
      Created by Marx of ww.m-w.com.tw
	  
	  E-Mail: service@m-w.com.tw
	  
	  這個CSS主要是「產品頁面的風格」
***************************************/
@import url("_Common.css");
@import url("_Block.css");
@import url("_Layout.css");
@import url("_Menu.css");
@import url("_Fonts.css");
@import url("_Button.css");
@import url("old/web.css");

/* 更換預設的 Banner 圖片*/
#banner{
	background:#FFF url(../images/Image/banner/banner_Product.jpg)  no-repeat;
}

.block01 .content{/* 區塊內容 */
	padding:5px 2px;/* 內容文字與邊界的距離 */
}

#descript ,#descript li{
	width:100%;
}

/* 強迫spec裡的表格的寬度 */
#overview table,#spec table{
	width:100%;
}

#overview div{
	width:410px;
}

<ul style="list-style-type:none">

#overview table li,#spec table li{
	width:90%;/*forFF*/
	*width:90%;/*forIE7*/
	_width:;/*forIE6*/
}

#overview blockquote,#spec blockquote{
	display:none;
}

