/* additions for the language-choice bar */ 
.lang-options {
	display:none;
	float:left;
	text-align:left;
	left: -30px;
	position:relative;
	background:white;
	width:110px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	margin:00px 0 0 0px;
	padding:10px 10px 10px;
	z-index:100;
}
.lang-lang {
	padding-left: 5px;
}

#extracontent {
  display: none;
}

h1, h2,ul {
	clear: both;
}

ul.paging li,
ul.paging2 li {
}

ul.red {
	outline:10px solid red;
}

ul.simplePagerNav li{
    display:block;
    floaT: left;
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
}

ul.simplePagerNav li a{
    color: #333;
    text-decoration: none;
}

li.currentPage {
	background: red;
        background: #83bd63;	
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}  

table.pageme td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}      

ul.paging  li.sticky {
	background-color: red !important;
	display: block !important
}

#contentInner {
  overflow: hidden;
  width: 100%;
}

/* This is for the close box on the news items */
#contentInner.closeDiv {
	height: 36px;
	background: #FFF;
}

#contentInner.closeDiv .btn {
	width: auto;
	overflow: visible;
	padding-top: 10px;
}

#contentInner .closeDiv .btn a {
	background: url(/info/lestroisforets/img/close.gif) no-repeat top right;
	padding-right: 28px;
	float: right;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* Footer icons for inner content need this id rather than the default one */
#innershare {
	clear: both;
	padding: 12px 0 12px 12px;
	border-top: 1px solid #e6e5e5;
}

.innerspan {
padding-right: 15px;
}

.search_highlight {
font-weight: 400px;
color: blue;
}

.invalid_search {
padding: 5px;
}

#newslist h2 {
font-size: 14px;
padding-top: 8px;
}

#listDiv ul li {
padding: 0; 
border: none; 
margin: 0; 
list-style-position: outside;
list-style-type: square;
}

#listDiv {
margin-left: 15px; 
}

#searchFail {
clear:both;
color:red;
padding:15px;
}