
	#message {
		display: block;
		float: left;
	}
	#message #message_info {
		font-size: 13px;
		background-color: #b6ecfd;
		border-bottom: 3px solid #0e8ab2;
		margin-bottom: 10px;
		line-height: 30px;
	}
	#message #message_title {
		font-size: 30px;
		line-height: 36px;
		color: #373a3f;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 2px dotted  #04495f;
	}
	#message #message_form li{
		font-size: 14px;
		list-style: none;
		display: block;
		border-bottom: 1px dashed #758a91;
		padding: 5px 0 5px 0;
	}
	#message #message_form *{
		vertical-align: middle;
	}
	#message #message_form .subtitle{
		line-height: 50px;
		vertical-align: middle;
	}
	#message .tel, #message .name, #message .email{
		line-height: 20px;
		margin: 4px 0px 5px 35px;
	}
	#message .vnum{
		line-height: 20px;
		margin: 4px 0px 5px 49px;
	}
	#message .msg {
		line-height: 20px;
		margin: 4px 0px 5px 35px;
		height: 100px;
	}
	#message .submitLine {
		margin-top: 10px;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#message .submitLine input{
		width: 100px;
	}
	#message .mustFill {
		color: #f00;
		margin-right: 5px;
	}
	form.cmxform label.error, label.error {
		margin-left: 0px;
	}
	#side {
		float: right;
		width: 300px;
	}
	#contact {
		display: block;
		float: left;
		margin-left: 10px;
		line-height: 30px;
	}
	#contact .contact_webname {
		font-size: 20px;
		color: #373a3f;
		margin: 5px;
		font-weight: bold;
		width: 280px; 
		display: inline-block;
	}
	#contact .contact_title{
		font-size: 14px;
		width: 50px;
		float: left;
	}
	#contact .contact_content{
		font-size: 18px;
		width: 240px;
		float: right;
		color: #015773;
	}
	#map_canvas {
		width:280px; 
		height:300px; 
		margin: 10px 10px 10px 10px;
		border: 1px solid #888888;
		padding: 2px;
		float: left;
	}
	#product {
		display: block;
		float: left;
		margin-left: 10px;
	}
	#product #product_title {
		display: inline-block;
		width: 275px;
		background-color: #0e8ab2;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#product #product_title div {
		float: right;
	}
	#product #product_title div a{
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	#product #product_title div a:hover{
		font-weight: normal;
		font-size: 14px;
		color: #ff5600;
		text-decoration: underline;
	}
	#product #product_item {
		float: left;
		margin-top: 5px;
		margin-left: 5px;
		padding: 10px 0 20px 0;
	}
	#product .product_line {
		border-bottom: 1px dashed #888888;
	}
	#product .product_content {
		float: right;
		width: 178px;
	}
	#product .product_row {
		display: inline-block;
		width: 176px;
		float: left;
		margin-left: 3px;
	}
	#product .product_category a{
		text-decoration: none;
		font-size: 16px;
		line-height: 20px;
		color: #53c9ef;
		font-weight: bold;
	}
	#product .product_category a:hover{
		text-decoration: underline;
	}
	#product .product_name a{
		font-size: 22px;
		line-height: 32px;
		color: #373a3f;
		font-weight: bold;
		text-decoration: none;
	}
	#product .product_name a:hover{
		text-decoration: underline;
	}
	#product .product_pic *{
		vertical-align: middle;
	}
	#product .product_pic{
		float: left;
		border: 1px solid #666666;
		width: 99px;
		height: 75px;
		padding: 1px;
		text-align : center;
		vertical-align: middle;
		line-height : 71px;
	}
	#product .product_pic img{
		max-width: 97px;
		max-height: 74px;
	}
	#product .product_moneys {
		font-size: 14px;
		margin-left: 3px;
		color: #373a3f;
	}
	#product .product_money {
		color: #f00;
		text-decoration: line-through;
		display: inline-block;
		width: 90px;
		text-align: right;
		font-size: 20px;
	}
	#product .product_tips {
		color: #f00;
		display: inline-block;
		width: 170px;
		font-size: 20px;
	}
/* 大螢幕 */
@Media (min-width: 1080px) {
	#side {
		display: block;
	}
	#message {
		border-right: 1px dashed #888888;
		width: 640px;
		min-height: 860px;
	}
	#message #message_info {
		width: 590px;
		padding: 12px 0 10px 10px;
		margin: 0px 0px 10px 20px;
	}
	#message #message_title {
		margin: 20px;
	}
	#message #message_form {
		width: 590px;
		margin-left: 27px;
	}
	#message .submitLine {
		width: 590px;
	}
	#message .tel, #message .name, #message .email{
		width: 400px;
	}
	#message .msg {
		width: 400px;
	}
}
 
/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 768px) and (max-width: 1079px) {
	#side {
		display: block;
	}
	#message {
		border-right: 1px dashed #888888;
		width: 640px;
		min-height: 860px;
	}
	#message #message_info {
		width: 590px;
		padding: 12px 0 10px 10px;
		margin: 0px 0px 10px 20px;
	}
	#message #message_title {
		margin: 20px;
	}
	#message #message_form {
		width: 590px;
		margin-left: 27px;
	}
	#message .submitLine {
		width: 590px;
	}
	#message .tel, #message .name, #message .email{
		width: 400px;
	}
	#message .msg {
		width: 400px;
	}
}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@Media (max-width: 767px) {
	#side {
		display: none;
	}
	#message {
		width: 100%;
	}
	#message #message_info {
		width: 100%;
		padding: 12px 0 10px 0px;
		margin: 0px 0px 10px 0px;
	}
	#message #message_title {
		margin: 20px 0 20px 0;
	}
	#message #message_form {
		width: 100%;
	}
	#message .submitLine {
		width: 100%;
	}
	#message .tel, #message .name, #message .email{
		width: 50%;
	}
	#message .msg {
		width: 50%;
	}
}
 
/* 橫向智慧手機及其他更小解析度 */
@Media (max-width: 480px) {
	#side {
		display: none;
	}
	#message {
		width: 100%;
	}
	#message #message_info {
		width: 100%;
		padding: 12px 0 10px 0px;
		margin: 0px 0px 10px 0px;
	}
	#message #message_title {
		margin: 20px 0 20px 0;
	}
	#message #message_form {
		width: 100%;
	}
	#message .submitLine {
		width: 100%;
	}
	#message .tel, #message .name, #message .email{
		width: 50%;
	}
	#message .msg {
		width: 50%;
	}
}	

