﻿/* 資料框樣式 */
.data {
	margin: 0 auto;
	padding: 5px;
	width: 350px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}
.data .pic{
    margin:0px 7px 0px 0px;
	padding:0px;
	float:left;
	width:100px;
	height:70px;
}
.data .pic img{
	width:90px;
	height:60px;
	padding:4px;
	border: 1px solid #CCCCCC;
}
.data .info{
    margin:0px;
	padding:0px;
}
.data h1{
	margin:0px auto;
	padding:0px;
	font-size: 15px;
	font-weight: lighter;
	color: #CC0000;
}

.data h1 a{
	color: #CC0000;
}

.data address{
	margin:3px 3px 3px 3px;
	padding:0px 0px 2px 0px;
	width:235px;
	float:left;
	font-size: 12px;
	font-weight: lighter;
	color:#336600;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.data address1{
	margin:0px 0px 3px 3px;
	padding:0px 0px 2px 0px;
	width:345px;
	float:left;
	font-size: 12px;
	font-weight: lighter;
	color:#336600;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.data p.addr{
	margin:0px auto 3px;
	padding:5px 0px 3px 0px;
	font-size: 12px;
	color:#336600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.data p {
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	min-height:49px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.data .order{
	margin:0px auto;
	padding:0px;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
	text-align:center;
}

.data .order a{
	color:#336600;
	text-decoration:underline;
}
.data .order a:hover{
	color:#333333;
	text-decoration:none;
}

.data .order .put{
	margin:0px 0px 0px 5px;
	padding:2px 3px 0px 3px;
	font-size: 12px;
	background-color:#F95198;
	color: #FFFFFF;
}

.data price{
	padding:0px;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
	float: left;
}

.data book{
	margin:0px;
	padding:0px;
	background-color:#148fd5;
	color:#FFF;
	font-size:12px;
	width:60px;
	line-height:18px;
	text-align:center;
	float: right;
	}
.data book a{
	color:#FFF;
	text-decoration:none;
	}
.data book a:hover{
	background-color:#0c5fc6;
	display:block;
	}


.clear{clear:both;}
