/*****************************************************************************
* Copyright © 2010 Gameloft Romania.
*
* Style
* v1.0
*
* Description:
* Styles needed for the web site layout.
*
* Author: Bogdan Amartisoaie <bogdan.amartisoaie@gameloft.com>
* Last modifications: Friday, February 26, 2010
*
* History:
* 1.0 - creation of the file
*****************************************************************************/

body {
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
}

/***************************************************************************** NEWS */
.table_news{
	float: left;
	left:0px;
}

.no_news {
	text-align: center;
	height: 98px;
	padding: 30px;
}

.news_image {
	float: left;
	
	left: 0px;
	top: 0px;
	
	margin-top: 30px;
	margin-left: 30px;
	
	width: 69px;
	height: 160px;
	
	background: url('../images/news.gif');
}

.news_list {
	float: left;
	
	margin-top: 30px;
	margin-left: 0px;
	
	width: 515px;
	min-height: 505px;
	
	color: #1b1b1b;
	border: 1px solid #dddddd;
	background: #fafafa;
}

.news_list table {
	margin-top: 0px;
	margin-left: 0px;
	
	width: 474px;
	
	border: 0px;
	border-spacing: 0px;
	padding: 10px;
}

.news_list ul {
	list-style: none;
	
	margin-top: 0px;
	
	padding-top: 20px;
	padding-right: 20px;
}

.news_list li {
	margin-left: 15px;
	padding-bottom: 20px;
}

.news_list li a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

.news_list li img {
	position: relative;
	left: 0;
	top: 10px;
	margin-left: -25px;
	border: 0px;
}

.news_list li a:hover {
	text-decoration: underline;
}

.news_info {
	font-size: 11px;
}

.news_info .more_news {
	color: #5797e1;
	text-decoration: none;
	float: right;
}

