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

#push-area {/************推薦區塊*************/
padding:0px 10px;
text-align:center;
height:220px;
}
	#push-area img{/************推薦區塊*************/
	clear:both;
	}
	.products-push-box {/************推薦小圖區塊*************/
		width:130px;
		height:155px;
		margin:0px 2px 7px 2px;
		text-align:center;
		float:left;
	}
		.products-push-box img{/************推薦區塊-圖片*************/
			padding-top:5px;
		}
		.products-push-name {/************推薦區塊-品名*************/
		width:120px;
		height:20px;
		padding:10px 4px 4px 4px;
		}

.view-list {
	margin:20px;
	overflow: hidden;
	position: relative;
	top: -15px;
}
.categories{
text-align:center;
padding:5px 10px;
}
		.categories a{
	padding:5px 10px;
	background: #FFFFCC;
	margin:5px 5px;
	border: 1px dotted #FFCC33;
		}
#search {/************產品搜尋區塊*************/
	width:750px;
	height:36px;
	padding-top:5px;
	margin:10px 15px;
	text-align:center;
	background: url(../images/search/search-bg.jpg) no-repeat;
	color: #0066CC;
}	
    .position {/************查詢按鈕位置*************/
	top:6px;
	left:5px;
	width:66px;
	height:20px;
	position: relative;
    }	
	.textfeild {/************欄位美化*************/
	width:120px;
	height:14px;
	border:1px solid #4FDDF7;
	background: #EBFBFC;
    }	
	


#products-area {
margin:5px 15px 0px 15px;
padding:20px 10px 10px 0px;
text-align:center;
margin-top:10px;
background: #FFFFCC;
}
.line {
clear:both;
margin:0px 15px;
border-bottom:dotted 1px #cccccc;
}
.products-small {/************商品小圖區塊*************/
		width:180px;
		margin:0px 5px 15px 5px;
		text-align:center;
		float:left;
		background: url(../images/products/products-bg.gif) no-repeat;
	}
		.products-small img{
			padding:15px 0px 5px 0px;
		}
		.products-small p {/*小圖區塊-段落設定*/
		margin:0px;
		padding: 0px 5px 10px;	
		height:16px;
		font: 9pt "新細明體";
		color: #000000;
		}
		.products-small .products-name {/*小圖區塊-商品名稱*/
		margin:0px;
		padding:5px 5px;
		line-height:1.5em;
		font: bold 10pt "新細明體";
		height: 20px;
		}
		.products-small .products-name a{/*小圖區塊-商品名稱-連結文字大小*/
		font: bold 10pt "新細明體";
		}
		.products-small .products-price {/*小圖區塊-商品價格*/
		margin:0px;
		padding:5px;
		line-height:1.5em;
		font: 9pt "新細明體";
		color: #FF3300;
		}
		    .products-push .products-price {/*推薦商品-小圖區塊-商品價格*/
			margin:0px;
			padding:1px;
			line-height:1.5em;
			font: 9pt "新細明體";
			color: #990000;
			}
		.products-small .products-promo .price {/*小圖區塊-商品價格*/
		margin:0px;
		padding:1px;
		font: 9pt "新細明體";
		color: #666666;
		text-decoration: line-through;
		}
		
		
#page {
	height:40px;
	padding:15px 10px 5px 10px;
	text-align:center;
	clear:both;
	color: #FF3300;
}

