﻿@charset "utf-8";
/* CSS Document */

/*促銷產品區塊---開始*/
.promotion_table {
	border: 1px solid #666666;
}
.promotion_area {
	width: 504px;
}
.promotion_title {
	background-color: #6C578F;
	background-image: url(../../image/product_promotion_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
}


.promotion_content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 6px;
	padding-left: 5px;
}
.promotion_product {
	float: left;
	width: 85px;
	position: relative;
	text-align: left;
	margin-left: 12px;
}
.promotion_product img {
	border: 1px solid #999999;
	margin-bottom: 5px;
}
.promotion_product img:hover {
	border: 1px solid #00479d;
	margin-bottom: 5px;
}
/*促銷產品區塊---結束*/

/*各項產品---開始*/
.product_table {
	border: 1px solid #CCCCCC;
	float: left;
	position: relative;
	margin-top: 20px;
	width: 504px;
}
.product_content {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 5px;
}
.product {
	float: left;
	width: 85px;
	position: relative;
	text-align: left;
	margin-left: 12px;
	margin-top: 5px;
}
.product img {
	border: 1px solid #999999;
	margin-bottom: 5px;
}
.product img:hover {
	border: 1px solid #00479d;
	margin-bottom: 5px;
}
/*各項產品---結束*/
.online_service_tabletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #481344;
	text-decoration: none;
	background-color: #E2DEEB;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
}
.online_service_tabletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #481344;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4CDE1;
	text-decoration: none;
}
.online_service_tabletxt a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #481344;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}.online_service_tabletxt a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #481344;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}.online_service_tabletxt a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #481344;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
	text-align: left;
	text-decoration: underline;
}
.product_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f2a66;
	background-color: #FFFFFF;
	background-image: url(../../image/product_titlebg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 37px;
	width: 100%;
	text-indent: 40px;
	vertical-align: middle;
	font-weight: bold;
}
.buy_search {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

