/* CSS Document */

/* content category - sidebox*/
.leftsidebar {
	width: 176px;
	padding: 12px 12px 5px 12px;
	margin: 25px 0 0 0;
	background: #f2f0e9 no-repeat;
	color: #5e5349;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* text-align: center; */
}

.leftsidebar.top {
	margin-top: 0px;
}

.leftsidebar h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	text-transform: uppercase;
}

.leftsidebar ul {
	margin: 0 0 15px 0;
	padding: 0;
}

.leftsidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
	margin-bottom: 5px
}

.leftsidebar li .title, .leftsidebar li.title{
	color: #9f8a77;
	font-weight: normal;
	font-size: 11px;
	font-family: "EauDouceSansMediumOsN", Arial, Helvetica, sans-serif;
}

.leftsidebar .textfield {
	width: 174px;
}


/* content category - news*/
#latestnews {
	width: 176px;
	padding: 38px 12px 3px 12px;
	background: #f2f0e9 url(../header/leftsidebar_news.gif) no-repeat;
	color: #5e5349;
	/* text-align: center; */
}

#latestnews ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#latestnews ul img{
	margin: 2px 0 0;
	border: 0;
	width:176px;
}

#latestnews li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
}

#latestnews li.title {
	color: #9f8a77;
	font-weight: normal;
}

#latestnews li.titlebold {
	font-weight: bold;
}

