@charset "UTF-8";
/* CSS Document */

div.play_bar {
	position: relative;
	height: 25px;
	clear: left;
}
.play_bar a.play_now, .play_bar a.learn_more, .play_bar a.use  {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	position: absolute;
}
.play_bar a.learn_more {
width: 100px;
left: 150px;
background-image:url(../images/buttons/tell_me_btn2.gif);

}
.play_bar a.play_now {
width: 75px;
	left: 100px;
	background-image: url(../images/buttons/play_btn2.gif);
}

.play_bar a.use {
width: 75px;
left: 100px;
background-image:url(../images/buttons/use_btn.gif);
}
.play_bar  a.play_now:hover, .play_bar a.learn_more:hover, .play_bar a.use:hover {
	background-position: 0px -50px;
}
#content div.game_des {
	margin-top: 30px;
	margin-bottom: 50px;
}
#content div.game_des span {
	display: block;
}

#content div.game_des p    {
	margin-top: 0.25em;
}
.game_des a:link, .game_des a:visited {
	font-weight: bold;
	color: #333333;
}
.preview {
	float: left;
	padding-right: 10px
}

