@charset "utf-8";

/* ============================================
	/product/heatpad.html
============================================ */

.title {
	background: url(../../images/contents_bg_001.gif) repeat-x left top;
	border-bottom: 1px solid #ecece1;
	padding: 11px 0 10px;
	width: 698px;
	height: 44px;
	overflow: hidden;
}

	.title .fltL {
		display: inline;
		margin-left: 19px;
	}
	.title .btnHowtoUse {
		display: inline;
		margin-left: 0;
	}
	
body.heatpad h2 {
	margin-left: 35px;
}
.productBoxL,
.productBoxR {
	margin-left: 35px;
	width: 628px;
	overflow: hidden;
}
	.productBoxL div,
	.productBoxR div {
		width: 370px;
	}
	.productBoxL div { float: right;}
	.productBoxR div { float: left;}
	.productBoxL .productImg { float: left;}
	.productBoxR .productImg { float: right;}
	
		.explanation {
			margin-top: 10px;
			border-bottom: 1px solid #ebebeb;
			padding-bottom: 7px;
			line-height: 1.3;
		}
		.price {
			line-height: 1.3;
			margin-top: 8px;
		}
			.price span {
				padding-left: 1em;
				color: #cc6666;
			}
		.buyBtn {
			margin-top: 5px;
		}
		
.checkBox {
	background: url(../../../shared/images/contents_bg_checkers.gif) repeat;
	margin: 40px 0 0 35px;
	padding: 3px;
	width: 631px;
}
	.checkBoxIn {
		background: #ffffff;
		padding: 10px;
		width: 611px;
		overflow: hidden;
	}
		.checkBoxIn div {
			display: inline;
			float: right;
			margin-right: 27px;
			width: 250px;
		}
			.checkBoxIn h4 {
				margin: 17px 0 7px;
			}
			
			.checkBoxIn p {
				line-height: 1.3;
			}
.pdfDL {
	margin:10px 0 0 35px;
}

		
