
h1{
	font-size: 18px;
}
h3{
	font-size: 16px;
}

div.product{
	position: relative;
	width: 700px;
	left: 0px;
	text-align: left;
}

div.product h1{
	text-align: left;
}

img.product{
	width: 300px;
	position: absolute;
	top: 0px;
	right : 20px;
}

div.info{
	background-color: #f1f1f1;
	margin-bottom: 80px;
	width: 320px;
	padding: 20px;
}

div.photos {
	margin: 10px;
	width: 100%;
	clear: both;
	position: relative;
}

div.photos div.photo{
	width: 20%;
	margin-left: 2.5%;
	float: left;
	text-align: center;
}

div.detail{
	clear: both;
	padding: 10px;
}

td.line{
	font-size: 2px;
	border-top: 2px solid #d5d5d5;
}
