/*****************************************************************************
* 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;
}

/***************************************************************************** PRESENTATION*/
.table_presentation{
	float: left;
	left: 0px;
	top: 0px;
	
	margin-top: 30px;
	margin-left: 30px;
}

.presentation_image {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	
	width: 69px;
	height: 160px;
	
	background: url('../images/presentation.gif');
}

.presentation_body {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	
	color: #121212;
	border: 1px solid #dddddd;
	padding: 20px;
	
	width: 475px;
	
	background: #fafafa;
}

.presentation_body a {
	color: #5797E1;
	text-decoration: none;
}

.presentation_body a:hover {
	text-decoration: underline;
}

.collectionImg {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}