/* CSS Document */
/**
 * @author	Stephanie Guilbert <stephanie.guilbert@gameloft.com>
 * @date	September 19th, 2008
 * @package	UMPC
 * @desc	contains buttons css
*/

.btn-buy-now
{
	background-image: url(../images/buttons/buynow.gif);
	background-repeat: no-repeat;
	width: 155px;
	height: 60px;
	display: block;
	text-align:center;
}

.btn-buy-now:hover
{
	background-position: 0px -60px;
}

.btn-buy-now span
{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	/*margin-left: 12px;*/
	margin:0px;
	line-height: 38px;
	text-align:center;
}

.btn-trailer
{
	background-image: url(../images/buttons/viewtrailer.gif);
	background-repeat: no-repeat;
	display: block;
	width: 128px;
	height: 27px;
}

.btn-trailer:hover
{
	background-position: 0px -27px;
}

.btn-trailer span
{
	display: none;
}

.play-demo
{
	background-image: url(../images/icons/go.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 24px;
	padding-left: 30px;
	padding-top: 5px;
}

.play-demo:hover
{
	background-position: 0px -25px;
}

.btn-download-game
{
	background-image: url(../images/buttons/download.gif);
	background-repeat: no-repeat;
	display: block;
	width: 286px;
	height: 39px;
	margin:0 auto;
	margin-top:10px;
}

.btn-download-game:hover
{
	background-position: 0px -39px;
}

.btn-download-game span
{
	display: none;
}
.btn-download-game-small
{
	background-image: url(../images/buttons/download_small.gif);
	background-repeat: no-repeat;
	display: block;
	width: 230px;
	height: 37px;
	margin:0 auto;
}

.btn-download-game-small:hover
{
	background-position: 0px -37px;
}

.btn-download-game-small span
{
	display: none;
}

.btn-download-now
{
	background-image: url(../images/buttons/download_now.gif);
	background-repeat: no-repeat;
	display: block;
	width: 216px;
	height: 39px;
	margin:0 auto;
	margin-top:10px;
}

.btn-download-now:hover
{
	background-position: 0px -39px;
}

.btn-download-now span
{
	display: none;
}

.back-home
{
	background-repeat: no-repeat;
	display: block;
	width: 173px;
	height: 38px;
	margin:0 auto;
	margin-top:10px;
}

.back-home:hover
{
	background-position: 0px -38px;
}

.back-home span
{
	display: none;
}


.continue-white {
	background-image:url(https://verified-new-staging.gameloft.org/netbook/fr/images/buttons/button_continue_white_bogof.gif);
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:91px;
}
.continue-white:hover {
	background-position:left -25px;
}
.continue-white span{
	display:none;
}

.enter_buttom_xticket {
	background-image:url(../images/buttons/background_btn.jpg);
	background-repeat:no-repeat;
	color:#FD7F33;
	font-weight:bold;
	padding:5px 17px;
}