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

.icontable {
    border: 1px solid #333333;
    height: 140px;
	width: 200px;
	float: left;
	padding: 5px;
	overflow: auto;
	margin: 5px;
}

img.icon {
    border: 0;
    height: 110px;
	width: 110px;
	float: left;
	padding: 0;
	margin-right: 5px;
}

.icondl {
    clear: both;
	padding-top: 7px;
}