ul#gamesList {
    margin: 0 -7px 0 0;
	overflow: hidden;
	_width: 591px;
}

/* generic styles for game previews */
ul#gamesList li {
    margin: 0 7px 7px 0;
}

ul#gamesList li h2,
ul#gamesList li h3 {
    color: #333;
    font-weight: normal;
}

ul#gamesList div.game_content {
    color: #666;
}

ul#gamesList div.game_content p {
    font-size: 85%;
}

ul#gamesList div.progressive {
	margin: 6px 0;
}

ul#gamesList div.progressive p.amount {
	font-size: 131%;
	font-weight: bold;
}

ul#gamesList div.progressive p.hot {
	color: red;
	padding-right: 10px;
}

ul#gamesList div.progressive p.hot span {
	padding-left: 10px;
}

ul#gamesList div.play_links p.play a {
	background: url(../img/buttons/genericbutton2stretch.png) top left no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 93%;
	font-weight: bold;
    height: 23px;
    line-height: 21px;
    text-align: center;
	text-decoration: none;
	margin: 0 15px 0 0;
	cursor: pointer;
}

ul#gamesList div.play_links p.play a span {
	background: url(../img/buttons/genericbutton2stretch.png) top right no-repeat;
	display: inline-block;
	height: 23px;
	position: relative;
	left: 15px;
	padding-right: 15px;
}

ul#gamesList div.play_links p.play a:hover {
	background-position: left -23px;
}

ul#gamesList div.play_links p.play a:hover span {
	background-position: right -23px;
	cursor: pointer;
}

ul#gamesList div.play_links p.play a:active {
	background-position: left -46px;
}

ul#gamesList div.play_links p.play a:active span {
	background-position: right -46px;
}

ul#gamesList p.more_info a,
ul#gamesList p.demo a {
    color: #333;
	font-size: 93%;
	font-weight: bold;
}

/* styles specific to full game preview */
ul#gamesList li.full {
    padding: 6px;
    position: relative;
}

ul#gamesList li.full div.game {
	overflow: hidden;
}

ul#gamesList li.full div.preview_image {
    float: left;
}

ul#gamesList li.full div.game_content {
    float: left;
    margin-left: 6px;
    width: 284px;
}

ul#gamesList li.full div.preview_image img {
    display: block;
    height: 208px;
    width: 280px;
}

ul#gamesList li.full h2 {
    font-size: 123.1%;
	font-weight:bold;
}

ul#gamesList li.full h3 {
    font-size: 93%;
	font-weight: bold;
}

ul#gamesList li.full div.play_links {
    position: absolute;
    bottom: 7px;
    right: 4px;
    text-align: right;
    width: 280px;
}

ul#gamesList li.full div.play_links a {
	color: #009;
	font-size: 93%;
}

ul#gamesList li.full p.more_info,
ul#gamesList li.full p.play,
ul#gamesList li.full p.demo {
	display: inline;
	margin: 0 3px 0 4px;
}

/* styles specific to small preview */
ul#gamesList li.preview {
	display: inline;
	float: left;
	width: 188px;
}

div.winnersList ul#gamesList li.preview {
	width: 166px;
}

ul#gamesList li.preview div.preview_image {
    margin: 6px;
}

ul#gamesList li.preview div.preview_image img {
    display: block;
    height: 130px;
    width: 175px;
}

ul#gamesList li.preview h3 {
	font-weight: bold;
	height: auto;
	line-height: 15px;
}

ul#gamesList li.preview div.game_content {
	margin: 3px 6px;
}

ul#gamesList li.preview div.play_links {
    background: #e3e3e3;
    border-top: 1px solid #f1f1f1;
    height: 36px;
    position: relative;
}

ul#gamesList li.preview p.demo,
ul#gamesList li.preview p.play {
    margin: 0;
	position: absolute;
}

ul#gamesList li.preview p.demo {
    left: 35px;
    top: 10px;
}

ul#gamesList li.preview p.play {
    top: 7px;
    right: 30px;
}

ul#gamesList li.preview p.more_info {
    margin: 6px;
    text-align: right;
}

/* game info page */
div.gameInfo ol li {
	list-style-type: decimal;
}

div.gameInfo h4 {
	font-size: 108%;
	font-weight: bold;
	margin: 32px 0 7px 0;
}

div.gameInfo h4 {
	margin-top: 0;
}

div.gameInfo h5 {
	font-weight: bold;
	margin: 20px 0 5px 0;
}

div.gameInfo_content div#preview {
	float: left;
	width: 280px;
}

div.gameInfo_content div#preview img {
	display: block;
}

div.gameInfo_howtoplay table {
	width: auto;
	margin: 7px auto;
}

div.gameInfo_howtoplay table td {
	border: 1px solid #4e4e4e;
	padding: 4px 15px;
}

div.gameInfo_details,
div.gameInfo_action {
	float: left;
	margin-left: 14px;
	width: 224px;
}

div.gameInfo_details h1 {
	background: none;
	color: #4e4e4e;
	font-size: 131%;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: left;
}

div.gameInfo_howtoplay {
	margin: 7px 0;
}

div.gameInfo_howtoplay h2 {
	font-size: 131%;
	font-weight: bold;
}

div#gameInfo_action {
    text-align: right;
}

div#gameInfo_action p.demo {
    display: inline;
}

div#gameInfo_action div.buttons {
    display: inline;
    padding: 0;
}

div#gameInfo_action a {
	display: inline-block;
}

div#gameInfo_action a.button {
	background-image: url(../img/buttons/genericbutton3.png);
	cursor: pointer;
	height: 26px;
	line-height: 26px;
}

div#gameInfo_action a.button span {
	background-image: url(../img/buttons/genericbutton3.png);
	cursor: pointer;
}

div#gameInfo_action div.buttons a.button:active {
	background-position: left -52px;
}

div#gameInfo_action div.buttons a.button:active span {
	background-position: right -52px;
}

div#gameInfo_action div.buttons a.button:hover {
	background-position: left -26px;
}

div#gameInfo_action div.buttons a.button:hover span {
	background-position: right -26px;
	cursor: pointer;
}

div#gameInfo_action p.demo a {
    color: #333;
	font-weight: bold;
    margin: 0 15px;
}

div#gameInfo_action p.demo a:link,
div#gameInfo_action p.demo a:visited,
div#gameInfo_action p.demo a:active {
    text-decoration: none;
}

div#gameInfo_action p.demo a:hover {
    text-decoration: underline;
}

p#gameInfo_howtoplay_link {
	display: none;
}

/* exceptions for game info page within lightbox */
div#gameInfo {
	overflow: hidden;
	padding: 14px;
}

div.gameInfo h1,
div#gameInfo h1 {
	color: #4e4e4e;
	font-size: 131%;
	font-weight: bold;
	margin-bottom: 7px;
}

div#gameInfo_content {
	margin-bottom: 20px;
	overflow: hidden;
}

div#preview {
	float: left;
	width: 280px;
}

div#preview img {
	display: block;
}

div#gameInfo_description {
	height: 190px;
	overflow: hidden;
	clear: left;
}

p#gameInfo_howtoplay_link {
	display: block;
	margin: 0;
	text-align: right;
}

div#gameInfo_details {
	min-height: 182px;
}

div#gameInfo_details table {
	margin-top: 7px;
	width: 100%;
}

div#gameInfo_details table th {
	font-weight: bold;
	text-align: left;
}

div#gameInfo_details table td {
	padding-bottom: 2px;
	text-align: right;
}

div#gameInfo_details table th,
div#gameInfo_details table td {
	padding-bottom: 7px;
}

div#gameInfo div#gameInfo_details,
div#gameInfo div#gameInfo_action {
	float: left;
	margin-left: 20px;
	width: 256px;
}

div.gameInfo div#gameInfo_details,
div.gameInfo div#gameInfo_action {
	float: left;
	margin-left: 10px;
	width: 212px;
}

div.winnersList ul#gamesList li.preview div.preview_image img {
	width: 154px;
}

div.winnersList ul#gamesList ul {
	margin: 5px 0;
}

div.winnersList ul#gamesList ul li {
	list-style: none;
	margin: 2px 0 !important;
	text-align: right;
}

div.winnersList ul#gamesList ul li span.player {
	float: left;
}

div.winnersList ul#gamesList ul li span.amount {
	font-weight: bold;
}

p.more_info_featured {
	text-align:right;
}

div#gameInfo p {
	margin-bottom: 7px;
}
