.listing {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.listing li {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #1f91c9;
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 450px;
}
.listing li:nth-child(2n+1) {
background-color: #fbfbfb;
}
.listing li a.link {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: -1024px;
	display: block;
	height: 200px;
	width: 450px;
	background-image: url(../images/spacer.gif);
	cursor: pointer !important;
	cursor: hand !important;
}
.listing li cite {
	font-size: 11px;
	color: #999;
	position: absolute;
	left: 20px;
	top: 20px;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
}
.listing li cite i {
	display: none;
}
.listing li h2 {
	font-size: 18px;
	color: #1f91c9;
	display: block;
	width: 410px;
	line-height: 1;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.listing li h4 {
	font-weight: normal;
	color: #1c4564;
	font-size: 12px;
	line-height: 1.2;
	display: block;
	width: 410px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.listing li p,
.listing li .categorie {
	font-weight: normal;
	color: #333;
	font-size: 11px;
	line-height: 1.2;
	display: block;
	width: 400px;
	padding-left: 5px;
	clear: both;
	z-index: 20 !important;
	margin-bottom: 20px;
	margin-left: 45px;
	padding-right: 5px;
}

.listing li p a,
.listing li .categorie li a {
	font-size: 11px;
	color: #333;
	display: inline;
	z-index: 40 !important;
	text-decoration: none;
	position: relative;
	background-image: url(../images/spacer.gif);
	text-transform: capitalize;
}
.listing li p a:hover,
.listing li .categorie li a:hover {
	color: #000;
	text-decoration: underline;
}
.listing li:hover {
	background-color: #FBFBFB;
}
.listing li:hover h2 {
	text-decoration: underline;
}
.listing.adv li {
	background-color: #fffdf3 !important;
	border-top-color: #ffa500;
	border-right-color: #ffa500;
	border-bottom-color: #FFF;
	border-left-color: #ffa500;
}
.listing.adv li cite {
	background-image: url(../images/second/sprite.png);
	background-position: -122px -173px;
	height: 18px;
	width: 18px;
	text-indent: -1024px;
	left: 20px;
	padding: 0px;
}
.listing.adv .sponsor {
	height: 30px;
	text-align: right;
	border-bottom-color: #ffa500;
}
.listing.adv .sponsor a {
	display: inline;
	position: relative;
	left: auto;
	top: 5px;
	right: auto;
	bottom: auto;
	font-size: 11px;
	line-height: 1.5;
	color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}
.listing.adv .sponsor a:hover {
	text-decoration: underline;
	cursor: pointer !important;
	cursor: hand !important;
}
.listing li .categorie li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 11px;
	z-index: 20!important;
}

