@charset "utf-8";
/* CSS Document */

.product_box{
	display: none;
}

#overview{
	display: block;	
}

.product{
	width: 100%;
	min-height: 165px;
}

	.product h3{
		margin-top: 0;
	}

.image{
	background-image: url('/images/image_bg.gif');
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	height: 158px;
	margin-right: 10px;
	cursor: pointer;
}

	.image img{
		padding: 7px;
		border: 0;
	}
	
.information{
	float: left;
	width: 400px;
	min-height: 158px;
}

.subsection{
	width: 50%;
	height: 200px;
	float: left;
}

	.subsection .product{
		background-image: url('/images/image_bg.gif');
		background-repeat: no-repeat;
		width: 200px;
		height: 158px;
	}
