/* CSS Document */

.productBox{
	width:500px;
	heigh
	}
.productBoxL{
	width:350px;
	float:left;	
}
.productBoxR{
	width:140px;
	float:right;
}
.productBoxBot{
	width:500px;
	clear:both;
}

.productBox h1{
	font-size:16px;
}
.productBox h2{
	font-size:18px;
	padding:0px;
}
.productBox ul{
}
.productBox li{
	font-size:13px;
	padding-bottom:4px;
}
.smaller{
	font-size:70%;
}
.normal{
	font-size:11px;
	font-weight:normal;
	}