#news {
	background-image: url('../../images/news/menu/newsBackground.png');
	background-repeat: repeat-x;
	width: 965px;
    margin: auto;
}
#news_left{
	width: 250px;
	overflow: hidden;
    margin: auto;
	float: left;
	margin-left: 20px;
}
#news_right {
	float: left;
	margin-left: 20px;
    width: 600px;
}
#news_title_and_search {
	float: left;
	margin-bottom: 40px;
}
#news_title_and_search h1{
	font-size: 4em;
	font-weight: normal;
	color: #c4c4c4;
	padding-top: 20px;
}
.info {
	margin-top: 10px;
}
/*.inputSearch {
	margin-top: 15px;
}
.search {
	width: 30px;
	height: 28px;
	background-image: url('../../images/news/menu/search3.png');
	border: none;
}*/
#news_content {
    width: 965px;
    margin: auto;
	clear: both;
}

#news_category {
	width: 250px;
	float: left;
}
#news_category h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-left: 10px;
}
#news_category ul li {
    width: 250px;
    min-height: 21px;
    background-image: url('../../images/news/category/menu_background.png');
    background-repeat: no-repeat;
    padding-top: 8px;
    color: #9a9a9a;
    border-bottom: 1px dashed #dbdbdb;
}
    #news_category ul li:hover {
        background-image: url('../../images/news/category/menu_background_hover.png');
        background-repeat: no-repeat;
    }
#news_category ul li a{
    font-size: 1.0em;
    padding-left: 35px;
}
#news_items {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
#news_category_select {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 600px;
}
#news_category_select p {
	font-size: 0.9em;
}
#news_category_select h2 {
	color: #6e6e6e;
	margin-bottom: 10px;
	font-size: 1.1em;
    font-size: 1.6em;
}
.news_item {
	clear: both;
	
	margin-bottom: 40px;
    padding-bottom: 10px;
    overflow: hidden;
    border-top: 1px dashed #b3b3b3;
}
.news_item_question  img{
	float: left;
	margin-right: 5px;
}
.news_item_question  h2{
	padding-top: 5px;
	font-size: 1.4em;
	font-weight: bold;
}
.news_item_content {
	margin-top: 20px;
	
}
.news_item_content {
	float: left;
	width: 600px;
}
.news_item_content_link {
	float: right;
	margin-top: 20px;
}
.news_item_content_author {
    float: left;
    margin-top: 10px;
    font-weight: bold;
}
.news_item_content_text {
	line-height: 1.3em;
}
.date {
	font-size: 0.8em;
    padding-right: 10px;
}
.pagination {
    float: right;
}
.pagination_desc {
    float: left;
}
.news_item_content a {
    border-bottom: 1px dashed #c1c4c1; 
}
.langImg {
    margin-top: 9px;
    margin-right: 10px;
}
.pressImg {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 150px;
}
/* form newsletter */
#newsletter_form {
    margin-left: 10px;
    height: 40px;
    margin-top: 5px;
    float: left;
}
#newsletter_mail {
    width: 140px;
    background-color: #e6e6e6;
}
#newsletter_submit {
    margin-left: 5px;
    margin-top: 5px;
    width: 15px;
    height: 15px;
    background-image: url('../../images/news/newsletter_submit.png');
    background-repeat: no-repeat;
    border: none;
}
#newsletter_submit:hover {
    cursor: pointer;
}
#socialnetwork {
    float: right;
}
