@charset "UTF-8";
/* CSS Document */
.wrapperLayout {
	width:820px;
	height:300px;
	padding:20px;
	size:auto;
	overflow:visible;
}
.imageholders {
	width:200px;	
	float:left;
	padding:0px;
	overflow:hidden;
}
.textholder {
	width:580px;
	float:right;
	padding:0px;
}
.productLayout{
	width:100%;
	overflow:visible;
}
.topText {
	font-size:16px;
	color:#333;
}

