/* CSS Document */

.product_page {
	background: #fff;
	border: 1px solid #e8e8e8;
	position: relative;
	}

.left_product_page {
	float: left;
	width: 320px;
	}

.img_product_page {
	text-align: center;
	}

.img_product_page ul {
	
	float: left;
	width: 320px;
	border-top: 1px solid #e8e8e8;
	padding: 10px 0 8px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	}

.img_product_page ul li:first-child {
	margin-left: 0;
	}

.img_product_page ul li {
	margin-left: 4px;
	border: 1px solid #ddd;
	display: inline-block;
	}

.img_product_page ul li a {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	overflow: hidden;
	}

.img_product_page ul li a img {
	height: 100%;
	}

.img_product_page p a {
	height: 200px;
	padding: 40px 0;
	display: block;
	}

.img_product_page p img {
	max-height: 100%;
	}

.left_product_page > p em {
	font-size: 12px;
	color: #ccc;
	}

.right_product_page {
	border-left: 1px solid #e8e8e8;
	background: #fdfdfd;
	width: 437px;
	float: right;
	}

.brief_product_page {
	padding: 10px;
}

.brief_product_page h1 {
	color: #444;
	font-size: 18px;
	margin-bottom: 5px;
}

.price_product_page {
	color: #f00;
	font-size: 17px;
	font-weight: normal;
}

.brief_product_page table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-top: 15px;
	}

.brief_product_page table td {
	padding: 5px;
	border-color: #ddd;
	}

.brief_product_page table td {
	width: 25%;
}

/*-------------order_product---------------*/

.right_product_page > form {
	background: #f6f6f6;
	padding: 15px 10px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	}

.right_product_page > form input {
	width: 15%;
	float: left;
	text-align: center;
	border: 1px solid #d0d0d0;
	
	box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-o-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	height: 50px;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.right_product_page > form button {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	width: 38%;
	padding-left: 6%;
	float: left;
	border: 0;
	margin-left: 10px;
	text-align: center;
	height: 52px;
	cursor: pointer;
	background: #fb6501 url(cart.png) 18% center no-repeat;
	color: #fff;
	font-size: 16px;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	}

.right_product_page > form div {
	color: #444;
	float: right;
	text-align: center;
	}

.right_product_page > form div strong {
	font-size: 16px;
	color: #000;
	}

/*----------------------------*/

.promotion_shop > *, .policy_shop > * {
	margin: 10px 0;
	line-height: 1.4em;
}

.promotion_shop ul li {
	margin: 5px 0;
	line-height: 1.4em;
	list-style: inside disc;
}

.policy_shop {
	padding: 0 10px;
	}

.policy_shop ul li {
	margin: 5px 0;
	line-height: 1.4em;
	background:url(bul_check_3.png) 0px 4px no-repeat;
	padding-left: 15px;
	}

.bank_shop {
	text-align: center;
	padding: 15px 5px;
	background: #fff;
	}

.bank_shop img {
	height: 40px;
	}

.detail_product_page {
	padding: 15px;
	}

.detail_product_page > p {
	font-size: 14px;
	color: #444;
	}

.detail_product_page > div > * {
	margin: 10px 0;
	line-height: 1.5em;
	}

.orther_product_page {
	font-size: 15px;
	}

.detail_box {
	border: 1px solid #e8e8e8;
	border-top: 0;
}

.detail_box > p {
	padding: 6px;
	border-bottom: 1px solid #e8e8e8;
	font-weight: bold;
	background: #f7f7f7;
	font-size: 13px;
}

.detail_box > div {
	padding: 20px;
}