/* CSS Document */
/**
 * @author	Gabriela Mac <gabriela.mac@gameloft.com>
 * @date	September 19th, 2008
 * @package	UMPC
 * @desc	contains css for products
*/
.game-features ul
{
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
	width: 560px;
}

.game-features ul li
{
	margin-bottom: 10px;
	background-image: url(../images/icons/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 5px;
}

.game-features h2
{
	color: #00A2DF;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	float: left;
	width: 500px;
	padding-left: 10px;
}

.exclusive-offer-welcome
{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.exclusive-offer-pub
{
	float: left;
	width: 285px;
	padding: 3px;
	padding-top:10px;
}

.exclusive-offer-top
{
	margin: 0px;
	background-image: url(../images/interface/top_box_pink.gif);
	background-repeat: no-repeat;
	width: 285px;
	height: 7px;
	display:block;
}

.exclusive-offer-bottom
{
	margin: 0px;
	background-image: url(../images/interface/bottom_box_pink.gif);
	background-repeat: no-repeat;
	width: 285px;
	height: 7px;
	display:block;
}

.exclusive-offer-info
{
	margin-left:2px;
	background-color: #F2BFBF;
	width: 281px;
	height: 320px;	
	text-align:center;
}

.exclusive-offer-game-title
{
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	color:#000000;
	padding-bottom:10px;
	padding-top:10px;
}

.product-actions h2
{
	color: #00A2DF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}
