div#cn div#bd div#results {
	float: left;
	width: 50%;
}


div#cn div#bd div#results h2,
div#cn div#bd div#results h3 {
	display: inline;
	font-size: 14px;
}

div#cn div#bd div#results h3 {
	font-size: 12px;
}


div#cn div#bd div#premium div.annonce img.selected,
div#cn div#bd div#results div.annonce img.selected {
	position: absolute;
	left:0;
	top:0;
}

div#cn div#bd div#detail {
	position: relative;
	float: right;
	width: 47%;
	padding: 14px 10px;
	background: url(../img/bbox_b.jpg) center bottom no-repeat;
}

div#cn div#bd div#detail h1 {
	margin: 14px -10px -20px -10px;
	padding: 10px 10px 20px 10px;
	background: url(../img/bbox_t.jpg) center top no-repeat;
	min-height: 50px;
	height: auto !important;
	height: 70px;
}

div#cn div#bd div#detail ins {
	display: block;
	text-decoration: none;
	font-size: 11px;
	margin: 0 0 5px 0;
}

div#cn div#bd div#detail img.main,
div#cn div#bd div#detail img.small {
	margin: 5px;
}

div#cn div#bd div#detail h6 {
	font-size: 11px;
	border-bottom: 1px solid #dedede;
}

div#cn div#bd div#detail a.addthis_button {
	float: right;
}


div#cn div#bd div#results ul#paging{
	float:right;
	margin:10px 0 0 0;
	list-style-type: none;
	
}
div#cn div#bd div#results ul#paging > li{
	float:left;
	height:18px;
	margin:0 10px 0 0;	
	font-size:10px;
	font-weight:bold;
	color: #f02b7a;
	
}
div#cn div#bd div#results ul#paging > li > a{
	display:block;
	height:16px;
	padding: 0 4px;
	background: #faf7cc;
	border:1px solid #f02b7a;
}
div#cn div#bd div#results ul#paging > li > a:hover{
	color: #f02b7a;
	background: #fff;
}

div#cn div#bd div#results ul#paging > li > span.current{
	display:block;
	height:18px;
	padding: 2px 6px 0px 6px;
	background: #f02b7a;
	color:#fff;
}

