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

/* Content
---------------------------------*/
.pBox {
	margin:0 0 30px 0;
	padding:0;
}
	.pBox .fBL {
		border:1px solid #CCC;
		background-color:#FFF;
		text-align:center;
		vertical-align:middle;
		color:#999;
	}
		.pBox .fBL img {
			display:block;
			padding:1px;
		}
	.pBox .fBR {
		padding:4px 0 0 0;
		width:430px;
	}
	.pBox p {
		padding-right:20px;
		font-size:10px;
	}



.productListTable {
	width:100%;
	margin:0 0 15px 0;
}
	.productListTable .productList_list {
		margin:0 0 1em 0em;
		padding:0;
			list-style:none !important;
	}
		.productListTable .productList_list li {
			padding:0 0 0 0;
			margin:0;
		}
	.productListTable td {
		padding:0 3px 0 5px;
		vertical-align:top;
		font-size:10px;
		border-right:1px solid #CCC;
	}
	.productListTable td strong {
		color:#875927;
	}
	.productListTable td.plt_noLine {
		border:none;
	}




















