
body {
	background: url(img/resell_bg.jpg);
}

#cont_list {
	/*background: #eaf8ce;*/
}

.block_content {
	background: none;
}

#middle {
	background: #fff;
}

#sidebar {
	background: #fff;
}

.delete {
	display: block;
	background: url(img/del.png) no-repeat;
	height: 18px;
	width: 20px;
}

.catalogue .item td {	border: 1px solid #ddd;
	padding: 2px 4px;}

.photo {
	display: block;
	background: url(img/photo.png) no-repeat;
	height: 18px;
	width: 24px;
}

.edit {
	display: block;
	background: url(img/edit.png) no-repeat;
	height: 18px;
	width: 22px;
}

.add_tov {
	display: block;
	background: url(img/add.png) no-repeat left center;
	height: 18px;
	width: 100px;
	float: right;
	font-weight: bold;
	padding-left: 25px;
}

#direct_cart {		background: #F9F9F9;}
