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


.productList{
	margin-top:12px;
	margin-bottom:12px;
}

.productList .product{
	width:278px;
	border:#adadad solid 1px;
	float:left;
	padding:8px 8px 8px 8px;
	margin-right:8px;
	margin-bottom:8px;
}

.productList .product img{
	float:left;
	margin-right:4px;
	margin-bottom:8px;
}

.productList .product .productTitle{
	margin-top:16px;
}
.productList .product .productTitle a{
	font-size:small;
}

.productList .product p{
	clear:both;
}



.comment img{
	margin-top:16px;
	margin-bottom:8px;
}

.download{
	margin-top:16px;
	font-size:small;
}

.download a{
	display:block;
	background:url(../design/btn_download.jpg) no-repeat;
	width:140px;
	height:24px;
	overflow:hidden;
	text-indent: -1000px;
	margin-top:1px;
	font-size:1px;
}

.license{
	margin-top:24px;
	font-size:small;
}


.productListLine{
	margin-left:8px;
	margin-top:12px;
	margin-bottom:12px;
}

.productListLine .product{
	width:288px;
	min-height:140px;
	border:#adadad solid 1px;
	float:left;
	padding:8px 8px 8px 8px;
	margin-right:8px;
	margin-bottom:8px;
	overflow:hidden;
}

.productListLine .product img{
	margin-bottom:4px;
}

.productListLine .product .productTitle{
}
.productListLine .product .productTitle a{
	font-size:small;
}

.productListLine .product p{
	clear:both;
}
