.toolbox {
	background-color: #fff;
	resize: vertical;
	overflow: auto;
	height: 500px;
	opacity: 0.4;
}

.toolbox-visible {
	opacity: 1;
}

.toolbox h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ed4f4f;
}

#toolbox-first {
	position: absolute;
	width: 220px;
	top: 80px;
	left: 20px;
}

#toolbox-first a.tile.selected > img,
#toolbox-first a.tile:hover > img {
	border: 1px solid #ed4f4f;
	margin: 9px 9px 9px 9px;
}

#toolbox-first a.tile > img {
	width: 80px;
	height: 80px;
	margin: 10px 10px 10px 10px;
}

#toolbox-second {
	position: absolute;
	width: 250px;
	height: auto;
	top: 80px;
	left: 260px;
}

#toolbox-second #preview {
	margin: 10px 10px 10px 10px;
	border: 1px solid #ed4f4f;
	width: 228px;
	height: 228px;
}

#toolbox-second #colors-box,
#toolbox-second #patterns-box {
	padding: 0px 5px 10px 5px;
	clear: both;
}

#toolbox-second #colors-box > h3,
#toolbox-second #patterns-box > h3 {
	margin: 0px 5px 5px 5px;
}

#toolbox-second #colors-box > .palette,
#toolbox-second #patterns-box > .palette {
	width: 26px;
	height: 26px;
	margin: 5px 5px 5px 5px;
	background-repeat: repeat;
	float: left;
	border: 2px solid #000;
	cursor: pointer;
}

#toolbox-second #colors-box > .palette.selected,
#toolbox-second #patterns-box > .palette.selected {
	border: 2px solid #ed4f4f;
}
