/* $Id: offer.css 23 2008-07-31 11:14:35Z edin.coralic $ */

.offer {
	
}
.offer img.image {
	display: none;
}


/* home*/
.home .offer .corner_t_r {
	background: #e7e1db url('../dsg/corner_t_r.gif') no-repeat top right;
}
.home .offer .corner_t_l {
	background:  url('../dsg/corner_t_l.gif') no-repeat top left;
}
.home .offer .corner_b_r {
	background:  url('../dsg/corner_b_r.gif') no-repeat bottom right;
}
.home .offer .corner_b_l {
	background:  url('../dsg/corner_b_l.gif') no-repeat bottom left;
}

.home #sidebar .offer .box h1 {
	background: none;
	margin-bottom: 0;
}
.home #sidebar .offer .box .main_content {
	margin-bottom: 0;
}
.home .offer .text {
	padding: 20px 20px 10px;
	position: relative;
}
.home .offer img.image {
	display: inline;
	position: absolute;
	right: -3px;
	bottom: 0;
}
