@charset "utf-8";
/* CSS Document */

#product-detail {
	margin-top: 30px;
	margin-bottom: 30px;
}
#p-pic {
	width: 560px;
	float: left;
}
#description {
	float: left;
	width: 390px;
	margin-left: 30px;
}
#txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#txt p {
	line-height: 18px;
	text-align: justify;
	margin-left: 4px;
}

#txt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#txt2 p {
	line-height: 18px;
	text-align: left;
	margin-left: 4px;
}

#p-price-1 {
	font-family: Verdana, 'Abel', sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	float: right;
}

#p-price a {
	font-family: Verdana, 'Abel', sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 25px;
	margin-top: 15px;
}

#p-price a:hover{
	font-family: Verdana,'Abel', sans-serif;
	font-size: 13px;
	color: #999;
	text-decoration: underline;
}

.title-h2 {
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	color: #CCC;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
