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


div.paragraph h4.prod_title {
	font-weight:bold;
	font-size:1.3em;
	width:99%;
	text-indent:5px;
	background-color:#000000;
	color:#FFFFFF;
	padding:3px;
}

div#main_photo {
	width:220px;
	float:left;
	display:inline;
}

div#main_photo img {
/*	border:#CCCCCC 1px solid;
	padding:1px;
*/	margin:3px;
}

div#product_infos {
	font-size:12px;
	width:200px;
	/*float:left;*/
	display:inline;
}

div#product_infos ul#product_info {
	list-style:none outside;
}

div#product_infos ul#product_info li {
	margin-bottom:8px;
	line-height:1.2em;
}

div#sell {
	padding:1px;
	position: relative;
	clear:both;
	margin:10px auto auto auto;
}

div#sell ul {
	list-style:none outside;
	/*text-align:center;*/
		width:186px;
	margin:10px auto auto auto;
}

div#sell ul li {
	margin:1px;
	float:left;
	/*padding:5px;
	border-bottom:#CCCCCC dashed 1px;*/
}



div.paragraph p {
	margin:2px;
	line-height:1.2em;
	font-size:0.9em;
	clear:both;
}

ul#thumb {
	list-style:none outside;
}

ul#thumb li {
	float:left;
	margin:1px;
}

ul#thumb li img {
}


div.paragraph p.exp {
	font-size:12px;
	line-height:1.8em;
	word-spacing:1.1em;
	margin:5px;
}




table.product_i {
	width:380px;
}

table.product_i tr td, table.product_i tr th {
	border-bottom:#CCCCCC dashed 1px;
	padding:3px;
}

table.product_i tr td.tr_end, table.product_i tr th.tr_end {
	border:none;
	padding:3px;
}

























