/* CSS Document */

#product_list {
	 width:100%;
	 float:none;
}

#box {
	 margin-right: 20px;
	 width: 16%;
	 float: left;
}

#box2 {
	 width:100%;
	 padding: 0px 20px 20px 20px;
	 text-align:center;
}

.thumblink {
	font-size: 12px;
	font-weight: bold;
}

#thumb {
	width: 100%;
	text-align: center;
}

#price {
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}