.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.slides {
	position: relative;
}

.slides img {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}

table.bookmarks {
	width: 100%;
}

table.bookmarks td.offer {
	width: 150px;
}

textarea#id_content {
	height: 30em;
}