@charset "utf-8";
/*
=========================================================
    illustrations
---------------------------------------------------------
  Copyright (C) 2011 Yeti PaPa. All rights reserved.
    http://www.yetipapa.com/
=========================================================
*/

div#dscBox {
	width: 176px; /* width + padding + border = 202 */
	border: 3px dashed #92D050;
}

div#cat {
	clear: both;
	overflow: auto;
	color: inherit;
	background-color: #EEECE1;
}

.item {
	float: left;
	margin: 10px 40px;
}

.item .itemName {
	font-weight: bold;
}

