@import url("sheetText.css");

.sheet {
	width: 530px;
}

.item {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.item .inlay {
	margin-left: 12px;
	margin-top: 15px;
}

.item .inlay h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.item .inlay .description {
    
}

.item img {
	float: right;
	margin-right: 3px;
	margin-left: 5px;
	border: 1px solid #164a7b;
}

.item .closer {
	clear: right;
}

/* special overrides and style */

.itemwidthhalf .closer {
	height: 20px;
	background-image: url("../media/images/itemboxhalf_closer.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.itemwidthfull .closer {
	height: 20px;
	background-image: url("../media/images/itemboxfull_closer.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.itemwidthfullrecolor .closer {
	height: 20px;
	background-image: url("../media/images/itemboxfullrecolor_closer.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.itemwidthfullrecoloroeko .closer {
	height: 20px;
	background-image: url("../media/images/itemboxfullrecolor_oeko_closer.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.itemnoimage img {
	display: none;
}

.itemwidthhalf {
	width: 245px;
	background-image: url("../media/images/itemboxhalf_back.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.itemwidthfull {
	width: 500px;
	background-image: url("../media/images/itemboxfull_back.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.itemwidthfullrecolor {
	width: 500px;
	background-image: url("../media/images/itemboxfullrecolor_back.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.itemwidthfullrecoloroeko {
	width: 500px;
	background-image: url("../media/images/itemboxfullrecolor_oeko_back.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.itemwidthhalf .inlay {
	width: 216px;
}

.itemwidthfull .inlay,
.itemwidthfullrecolor .inlay,
.itemwidthfullrecoloroeko .inlay {
	width: 476px;
}




	
