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

#header {
	width: 500px;
	height: 200px;
	float: right;
	margin-bottom: 15px;
	margin-right: 70px;
}
#footer {
	font-size: 10px;
}
#title {
	font-size: 16px;
	font-weight: bold;
	background-position: left;
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 0px;
	line-height: 50px;
}
#list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	list-style-image: url(images/nail.jpg);
	width: 300px;
}
#product {
	width: 310px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 15px;
	padding-bottom: 2px;
}
#product_sm {
	width: 310px; /* important to be same as image width */
	height: 90px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#product_sm_wide {
	width: 400px; /* important to be same as image width */
	height: 150px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 20px;
	padding-bottom: 2px;
}

#product_lg {
	width: 300px; /* important to be same as image width */
	height: 370px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 20px;
	padding-bottom: 2px;
}
#product_lg_wide {
	width: 600px; /* important to be same as image width */
	height: 370px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 20px;
	padding-bottom: 2px;
	background-color: #FFF;
	border-color: #333;
	border-right: 2px;
	border-left: 2px;
}






#product_img {
	color: #333;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
}
#product_title {
	color: #875825;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	text-decoration: none;
}
#content {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 20px;
}
#content_lg {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	color: #875825;
}
#green {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 20px;
}
#product_rt {
	width: 300px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 20px;
	padding-bottom: 2px;
}
