﻿@charset "utf-8";

h1 {
	height: 40px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background:   url(images/h1.gif) no-repeat;
	
}

h2 {
	width: 550px;
	height: 30px;
	padding: 0 0 0 0; 
}

h4 {
	color: #666;
}

.product-box {
	float: left;
	width: 120px;
	line-height: 1.5em;
	padding: 5px 7px 30px 7px;
}

.product-box a:link,
.product-box a:visited { text-decoration:none; }
.product-box a:hover,
.product-box a:active { text-decoration:underline; }

.product-p {
	margin: 0px 0px 5px 0px;
	padding: 14px;
	border: 1px solid #BEBEBE;
}

.btn-buy {
	padding: 10px 0 0 0;
	text-align: right;
	width: 118px;
}

.btn{
	vertical-align: bottom;
	padding: 0 2px 0 3px;
}

.flow {
	padding: 5px 0 35px 0;
}

.box-a {
	float: left;
	width: 240px;
	padding: 0 0 0 15px;
}

.box-b {
	float: right;
	width: 240px;
	padding: 0 0 0 15px;
}

/* detail */
#contents .productPhoto{
	float: left;
	width: 200px;
	padding: 0px 10px 20px 0px;
}
#contents .productPhoto img{
	padding-bottom: 8px;
}

#contents .productNote{
	float: right;
	width: 340px;
}
#contents .productNote h4{
	font-size: 120%;
	padding-bottom: 8px;
}
#contents .productNote .productPrice{
	padding-bottom: 8px;
}

#contents .productOrder{
	clear: both;
	padding: 8px;
	line-height: 1.8em;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
#contents .productOrder:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents .productOrder { display: inline-block; }
/* Hides from IE-mac \*/
* html #contents .productOrder { height: 1%; }
#contents .productOrder { display: block; }
/* End hide from IE-mac */


#contents .productOrder .btnSubmit{
	width: 180px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
}

#contents table.tblProducts{
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
#contents table.tblProducts th{
	background-color: #F0F0F0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 4px 8px;
}
#contents table.tblProducts td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 4px 8px;
}

#contents table.tblProducts2{
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
}
#contents table.tblProducts2 th{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #333333;
	padding: 0px 8px;
}
#contents table.tblProducts2 td{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #333333;
	padding: 0px 8px;
}

#contents table.tblProducts3{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}
#contents table.tblProducts3 th{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	border: none;
}
#contents table.tblProducts3 td{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	border: none;
}
#contents table.tblProducts3 td.tdCenter{
	text-align: center;
}