﻿@charset 'UTF-8';

/**********************************************************************************

	product Page Style Sheet

**********************************************************************************/

/*==================================================================
product
==================================================================*/
#content{
	text-align: center;
}

#content p{
	padding: 20px 0 0 0;
}

/*==================================================================
product
==================================================================*/
.price_through{
	text-decoration: line-through;
}

.list_product{
	text-align: left;
}

.list_product dl {
	width: 590px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
	zoom: 1;
}
.list_product dt {
	float: left;
	width: 140px;
	font-weight: bold;
}

.list_product dd {
	float:right;
	width:450px;
}

.list_product dd dt {
	float: left;
	width: 450px;
}

.list_product dd dd + dt {
	margin-top: 20px;
}

.list_product dd dd {
	float: left;
	width: 450px;
}

.list_product dd img.text_icons {
	vertical-align: middle;
	margin-right: 8px;
}

#mpl h1, #mpl h2, #mpl h3, #mpl dl, #mpl dt, #mpl p {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
	margin: 10px;
	padding: 0px;
}

hr.list_product_split {
	margin: 10px 0 20px;
}
