﻿/***** Left Listing *****/
#leftbar {
	margin: 5px 5px 0 0;
	float: left;
	width: 230px;
	position: relative;
	z-index: 1;
}

#leftbar .infobox {
	margin: 0 0 5px 0;
	padding: 2px;
	position: relative;
	border: 1px solid #ececec;
	min-height: 100px;
}

#leftbar .inner {
	padding: 15px;
	background: #f2f2f2 url('../images/boxes/box-bgd.jpg') repeat-x;
	min-height: 100px;
}

#leftbar .inner span.headline {
	color: #383838;
	font-size: 20px;
	font-family: Arial;
	font-variant: small-caps;
}


#leftbar .listing {
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#leftbar .listing li {
	padding-bottom:5px;
}

#leftbar .listing a {
	display: block;
	height: 19px;
	line-height: 19px;
	padding-left: 17px;
	background-image: url('../images/boxes/listing.png');
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #882D1A;
}

#leftbar .listing .fontblacksmall {
	font-family: sans-serif;
	font-size: 8pt;
	color: #383838;
}

#leftbar .listing .fontredsmall {
	font-family: sans-serif;
	font-size: 8pt;
	color: #CC0000;
}

#leftbar .inner span a {
	font-family: sans-serif;
	font-size: 8pt;
	color: #383838;
	text-decoration: underline;
}

	#leftbar .inner span a:hover {
		text-decoration: none;
		color: #fbc37c;
		cursor: pointer;
	}

#leftbar .listing .diverror {
	background: #FFBFBF url('../images/content/rating-attention.gif') no-repeat 7px 7px;
	padding: 3px 10px 5px 25px;
	border: 1px #d52d2d solid;
	font-family: sans-serif;
	font-size: 8pt;
	color: #d52d2d;
	font-weight: bold;
}

#leftbar .listing a:hover {
	background-position:0 -19px;
	text-decoration: underline;
}

.leftbar_stay {
	display: block;
	height: 19px;
	line-height: 19px;
	padding-left: 19px;
	background-image: url('../images/boxes/listing.png');
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #882D1A;
	background-position:0 -19px;
}

