@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;padding:0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
input {line-height: 12px;font-size:12px;}

/*index.php*/
.table_title {
	font-size: 15px;
	line-height: 20px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float:left;
	padding-top:20px;
}
.table_title .li {
	width:5px;
	height:30px;
	background-color:#F60;
	margin-right:10px;
	float:left;
	display:block;
}
.table_title .title_font1 {
	padding-top:7px;
	font-size: 15px;
	float:left;
	margin-right:20px;
}
.table_title .title_font1 span {
	color:#990000;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.table_title .title_font2 {
	padding-top:7px;
	font-size: 15px;
	float:left;
	/*width:200px;*/
}
.table_title .note {
	font-size:10px;
	padding-top:8px;
	color:#FF0000;
}
.product_title {
	color: #0066CC;
	margin:10px;
	line-height:20px;
}
.price{
	font-size: 15px;
	font-weight: bold;
}
.sale_price{
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
.pic_border{
	/*width:120px;*/
	/*height:120px;*/
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.hot_out {
	width: 130px;
}
.hot_pic {
	/*width: 120px;*/
	/*float:left;*/
}
.hot_num {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	width: 130px;
	text-align:center;
	position: absolute;
}
/*products_detail.php*/
.detail_table{
	line-height:30px;
}
.detail_table td {
	padding:5px;
}
.detail_table .detail_table_out{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top:20px;
}
.detail_table .detail_table_out td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	line-height:15px;
}
.detail_table .detail_table_out .left_td{
	background-color:#B9E9FF;
	width:80px;
}
.detail_table_bottom_line {
	border-bottom:solid;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
}
#price_table{
	margin-top:35px;
}
a:link, a:visited, a:active {
	color: #06C;
	text-decoration: none;
}
a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.detail_table_note{
	padding-top:10px;
	line-height:20px;
	table-layout:fixed;
	word-wrap:break-word;/*讓IE強制讓內容於邊界斷行*/
	word-break:break-all;/*讓IE對連續英文字母、長網址強制斷行(完整單字將無條件被拆開)*/
}
/*表格繪框線*/
.tb_to_line {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top:20PX;
}
.tb_to_line td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;	
	padding: 3px;
}
.warning {
	padding: 5px;
	color: #FFFFFF;
	border: 1px solid #FF0000;
}
.warning td {
	font-size: 12px;
	color: #FFFFFF;
	background-color:#FF0000;
}

