﻿html {
	height: 100%;
	width: 100%;
}

body
{
/*
	background: #141414  url(images/general/BG.gif) repeat-x left top;*/
	background-color: #141414;
	color: #141414;
	font-family: verdana;	
	font-size: 11px;
	height: 100%;
	min-width: 900px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a
{
	color: #dedede;
	text-decoration: none;
	cursor: pointer;
}

div {
	margin: 0px;
	padding: 0px;
}
img {
	border: medium none;
	margin: 0px;
}
.bold {
	font-weight: bold;
}

#mainWindow {
	width: 910px;
	min-height: 600px;
	margin: 0px auto;
	text-align: center;
}

#mainPosition {
	width: 910px;
	margin: 0px auto;
	text-align: center;
}

#header {
	width: 100%;
	/*background: url(images/general/bg-header.gif) no-repeat 228px 0px;*/
	overflow:hidden;
	margin-top:10px;
}

#header-left {
	float:left;
	width:1px;
	background:yellow;
}

#header-right {
	float:left;
	width:1px;
	background:yellow;
}

#header-center 
{
	float:left;
	width:99.8%;
}

#header-center .logo 
{
	width: 210px;
	float:left;
}

#header-center .logo img
{
    margin-top:6px;
}

#navigation {
	float:left;
	position:relative;
	width: 100%;
	border:solid 1px #3D413F;
	margin-top:9px;
	*margin-top:8px;
	background: #000000;
}

#navigation ul 
{
	list-style:none;
	margin:1px auto;
	padding: 0;
}
#navigation ul li { display:inline; line-height:20px; padding:0 5px 0 8px; margin:0; color:#fff; text-align:center;}/*new*/
#navigation ul li.first {border:none; }
#navigation a {
	color: #DEDEDE;
	text-decoration: none;
	font-weight: bold;
}


#user-info 
{
	width: 666px;
	margin-left:32px;
	margin-top:34px;
	*margin-top:36px;
	float:left;
	position:relative;
    padding-top:2px;
}
#user-info .language
{
    position: absolute;
    top: -28px;
    right: -1px;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	color: #000000;
	margin-left: 12px;
}
#user-info-left
{
	background: url(images/general/user_bg.gif) no-repeat 0px 0px;
	padding-left: 4px;
	height: 25px;
}

#user-info-right
{
	background: url(images/general/user_bg.gif) no-repeat right -50px;
	padding-right: 1px;
	height: 25px;
}

#user-info-center
{
	background: url(images/general/user_bg.gif) repeat-x 0px -25px;
	height: 25px;
	text-align: left;
	padding: 0px 12px;
}

.login-bar-user
{
	float: left;
	width: 310px;
	line-height: 25px;
	color: #ffffff;
}

.logged-bar-user
{
	float: left;
	width: 310px;
	line-height: 25px;
	color: #ffffff;
}

.logged-bar-user .highlight
{
	color: #A01CEC;
	font-weight: bold;
}

*+html .login-bar-user
{
}

* html .login-bar-user
{
}

.login-bar-user input
{
	border: 1px solid #7E9CB8;
	font-size: 11px;
	width: 76px;
	margin-right: 8px;
	background-color: #b1b1b1;
}

* html .login-bar-user input
{
	margin-top: 3px;
}

.login-bar-button
{
	float: left;
	width: 78px;
	padding-top: 7px;
}

.logged-panel .login-bar-button
{
    float: right;
}

.login-bar-button a
{
	text-decoration: underline;
	/*background: url(images/icons/i_logout.gif) no-repeat right -1px;*/
	padding-right: 20px;
	width: 58px;
	display: block;
}

.logged-panel .login-bar-button a
{
    padding-right: 0;
    float: right;
    text-align: right;
}

.login-bar-links
{
	margin-left: 470px;
	padding-top: 7px;
}

.logged-panel .login-bar-links
{
	margin-left: 250px;
}

.login-bar-links a
{
	text-decoration: underline;
	margin-right: 8px;
	color:#FFCC11;
}

#top-panel
{
    position: relative;
	height: 173px;
	margin-top: 10px;
	background-color: Black;
	border-bottom: solid 3px #202020;
}

#top-panel .box
{
	height: 235px;
}

#top-panel .box-left
{
	height: 173px;
	position: relative;
	z-index: 1;
}

#top-panel .box-right
{
	height: 173px;
	position: relative;
	z-index: 1;
}

#top-panel .box-center
{
	height: 173px;
}

#banner-container 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 633px;
}

.banner-container
{
	height: 173px;
	/*background: url(images/temp/banner1.gif) no-repeat top left;*/
	position: relative;
	z-index: 5;
}

*+html .banner-container
{
}

* html .banner-container
{
}

#top-games
{
    position: absolute;
	top: 22px;
	height: 202px !important;
	width: 260px;
	right: 14px;
}

#top-games .box-left 
{
	background: url(images/general/box_left.gif) no-repeat top left;
	padding-left: 7px;
	height: 202px;
}

#top-games .box-right 
{
	background: url(images/general/box_right.gif) no-repeat top right;
	padding-right: 7px;
	height: 202px;
}

#top-games .box-center 
{
	background: url(images/general/box_center.gif) repeat-x;
	height: 202px;
}

#top-games-container
{
	padding-top: 4px;
	margin-left: -2px;
	z-index: 5;
}

* html #top-games-container
{
	margin-left: 0px;
}

#top-games-container .tabs
{
	position: relative;
	margin: 0;
	height: 52px;
}

#top-games-container .top-tab
{
	position: absolute;
	top: 0;
	left: 0;
	width: 132px;
	height: 52px;
}

#top-games-container .top-tab-left
{
	height: 52px;
	padding-left: 6px;
}

#top-games-container .scores-tab
{
	margin-left: 132px;
	height: 52px;
}

#top-games-container .scores-tab-right
{
	height: 52px;
	padding-right: 6px;
}

#top-games-container .t-divider
{
	float: left;
	height: 52px;
	width: 17px;
}

#top-games-container .tab-on
{
	background: url(images/tabs/topGames_tabs.gif) repeat-x 0px -208px;
}

#top-games-container .tab-on .top-tab-left
{
	background: url(images/tabs/topGames_tabs.gif) no-repeat left -156px;
}

#top-games-container .tab-on .scores-tab-right
{
	background: url(images/tabs/topGames_tabs.gif) no-repeat right -260px;
}

#top-games-container .tab-on .t-divider
{
	background: url(images/tabs/topGames_divider.gif) no-repeat 0px -0px;
}

#top-games-container .tab-off .t-divider
{
	background: url(images/tabs/topGames_divider.gif) no-repeat 0px -52px;
}

#top-games-container .tab-off
{
	background: url(images/tabs/topGames_tabs.gif) repeat-x 0px -52px;
}

#top-games-container .tab-off .scores-tab-right
{
	background: url(images/tabs/topGames_tabs.gif) no-repeat right -104px;
}

#top-games-container .tab-off .top-tab-left
{
	background: url(images/tabs/topGames_tabs.gif) no-repeat left 0px;
}

#top-games-container  .tabs a
{
	display: block;
	height: 52px;
	line-height: 37px;
	font-weight: bold;
}

#top-games-container .tab-off a
{
	color: White;
}

#top-games-box
{
	margin-top: 10px;
}

.top-games-row
{
	height: 23px;
	background: #FFFFFF;
	text-align: left;	
	margin-bottom: 2px;
}

.top-games-row .txt
{
	float: left;
	text-align: left;
	height: 23px;
	width: 80px;
	padding: 0px 12px;
	line-height: 20px;
	overflow: hidden;
}

.top-games-row a
{
	margin: 2px 4px;
	line-height: 19px;
	display: block;
	float: left;
}

#search-panel
{
	height: 27px;
	margin-top: 20px;
	background: url(images/general/search_bg.gif) no-repeat top left;
	padding: 8px 20px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0;
}

*+html #search-panel
{
	padding: 7px 20px;
}

* html #search-panel
{
	padding: 7px 20px;
}

#search-panel input, select
{
	border: 1px solid #7E9CB8;
	font-size: 11px;
	margin: 0px 4px;
	color: #000000;
}

#search-panel a
{
	text-decoration: underline;
	margin-right: 34px;
}

#footer-text
{
    color: #A7B1A5;
}

#footer
{
	padding-top: 20px;
	background: #141414;
	color: #A7B1A5;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	overflow: hidden; 
	height: auto;	
}

#footer div {
	display:table;
	margin:0pt auto;
}

#footer a
{
	text-decoration: underline;
	color: #A7B1A5;
}

#footer ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#footer li
{
	display: inline;
}

#footer-navigation li
{
	background: url(images/icons/i_bullet.gif) no-repeat left center;
	padding: 0px 10px !important;
}

#footer li.mail
{
	background: url(images/icons/i_mail.gif) no-repeat left center;
	padding: 0px 14px;
}

#footer li.phone
{
	background: url(images/icons/i_phone.gif) no-repeat left center;
	padding: 0px 14px;
}

#main-content-main
{
	padding-top: 20px;
/*	background: #31442D url(images/general/games_container_bg.gif) repeat-x;*/
/*	background-color: #202020; */
	border-left: solid 1px Black;
	border-right: solid 1px Black;
}

#main-content
{
	padding-top: 20px;
/*	background: #31442D url(images/general/games_container_bg.gif) repeat-x;*/
	background-color: White;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	width: 100%;
}

#games-tabs
{
	margin: 0pt auto;
	height: 34px;
	position:relative;
	z-index: 5;
	line-height: 34px;
	font-weight: bold;
	padding: 0;
	text-indent: 0;
	color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
}

#games-tabs td
{
	padding: 0px;
}

#games-tabs a
{
	color: #000000;
}

#games-tabs li
{
	display: inline;
}

#games-tabs .cattab-on, .cattab-off
{
	float: left;
}

#games-tabs .cattab-left
{
	height: 34px;
	padding-left: 3px;
	background: url(images/tabs/main_tabs_bg.gif) no-repeat;
}

#games-tabs .cattab-on .cattab-left
{
	background-position: left top;
}

#games-tabs .cattab-off .cattab-left
{
	background-position: left -102px;
}

#games-tabs .cattab-right
{
	height: 34px;
	padding-right: 0px;
	background: url(images/tabs/main_tabs_bg.gif) no-repeat;
}

#games-tabs .cattab-on .cattab-right
{
	background-position: right -68px;
}

#games-tabs .cattab-off .cattab-right
{
	background-position: right -170px;
}

#games-tabs .favorites-right
{
	height: 34px;
	padding-right: 36px;
	background: url(images/tabs/main_tabs_favorites.gif) no-repeat;
}

#games-tabs .cattab-on .favorites-right
{
	background-position: right -34px;
}

#games-tabs .cattab-off .favorites-right
{
	background-position: right 0px;
}

#games-tabs .cattab-center
{
	height: 34px;
	padding: 0px 3px;
	background: url(images/tabs/main_tabs_bg.gif) repeat-x;
}

#games-tabs .cattab-on .cattab-center
{
	background-position: 0px -34px;
}

#games-tabs .cattab-off .cattab-center
{
	background-position: 0px -136px;
}

#games-tabs .cattab-off .cattab-center a
{
    display: block;
	height: 34px;
	padding: 0px 19px;
	margin: 0px -9px;
}

#games-tabs .cattab-on .cattab-center a
{
    display: block;
	height: 34px;
	color: #000000;
	padding: 0px 19px;
	margin: 0px -9px;
}

.favorites-right a
{
	margin-right: -34px !important;
	padding-right: 36px !important;
}

#games-tabs .cattab-center span
{
    display: block;
	height: 34px;
	padding: 0px 12px;
}

#games-box
{
	margin: -1px -1px 0;
}

#games-box-left
{
	height: 705px;
	padding-left: 5px;
	background: url(images/general/main_box_left.gif) no-repeat left top;
}

#games-box-right
{
	height: 705px;
	padding-right: 9px;
	background: url(images/general/main_box_right.gif) no-repeat right top;
}


#games-box-center
{
	height: 705px;
	background: url(images/general/main_box_center.gif) repeat-x;
}

.general-container
{
	padding: 0;
}

* html .general-container
{
/*
	padding-bottom: 4px;
*/
}

.game-row
{
	height: 150px;
	padding-left: 30px !important;
}

* html .game-row
{
}

.paginator-row
{
	height: 22px;
	padding: 15px 0;
}

.paginator-row img
{
	margin-bottom: -6px;
}

.paginator-row input
{
	vertical-align: text-bottom;
}

.game-teaser
{
	position: relative;
	z-index: 1;
	width:279px;
	height: 150px;
	float: left;
/*
	margin-left: 6px;
	margin-right: 15px;
*/
}

* html .game-teaser
{
/*
	margin-left: 2px;
	margin-right: 2px;
*/
}

.game-teaser p
{
	padding: 6px 0;
	margin: 0;
}

.game-teaser-left
{
	height: 150px;
	padding-left: 7px;
	background: url(images/general/game_box_left.gif) no-repeat left top;
}

.game-teaser-right
{
	height: 150px;
	padding-right: 0px;
	background: url(images/general/game_box_right.gif) no-repeat top right;
}

.game-teaser-center
{
	height: 150px;
	background: url(images/general/game_box_center.gif) repeat-x;
}

.new
{
	position: absolute;
	top: 9px;
	left: 16px;
	width: 48px;
	height: 48px;
	background: url(images/icons/i_new.png) no-repeat top left;
	z-index: 2;
	cursor: pointer;
}

.hot
{
	position: absolute;
	top: 9px;
	left: 16px;
	width: 48px;
	height: 48px;
	background: url(images/icons/i_hot.png) no-repeat top left;
	z-index: 2;
	cursor: pointer;
}

.game-image
{
	position: absolute;
	top: 7px;
	left: 3px;
	padding: 2px;
	width: 90px;
	height: 90px;
	cursor: pointer;
	padding-left: 13px;
}

* html .game-image
{
	padding-bottom: 1px;
}

.game-description
{
	position: absolute;
	top: 5px;
	right: 24px;
	width: 130px;
	text-align: left;
	height: 74px;
	cursor: pointer;
	color: Black;
}

.game-description p.bold 
{
	color: #2171ae;
}

.game-counter
{
	position: absolute;
	bottom: 6px;
	left: 6px;
	width: 74px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
}

.game-buttons
{
	position: absolute;
	top: 112px;
	left: 1px;   
	height: 27px;
	overflow: visible;
	text-align: left;
 	float: left;
/*	padding-top: 10px;*/
	padding-left: 8px;
	font-size: 13px;
	width: 159px;
	*width: 180px;
}

* html .game-buttons
{
	bottom: 10px;
}

.game-buttons a
{
	line-height: 19px;
	display: block;
	margin: 2px 4px;
	width: 64px;
	*width: 74px;
}

.i-play
{
	background: url(images/icons/b_play.gif) no-repeat left top;
	height: 26px;
	width: 65px;
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 5px;
	color: White;
	*padding-left: 2px;
}

.game-buttons .i-play 
{
	background-image: url(images/icons/bm_play.gif) !important;
}

.top-games-row .i-play 
{
	background-image: url(images/icons/bsmall_play.gif) !important;
	float: right;
	padding: 0px;
	width: 60px;
	height: 19px;
}

.top-games-row .i-favorites
{
	background-image: url(images/icons/bsmall_add.gif) !important;
	float: right;
	padding: 0px;
	width: 60px;
	height: 19px;
}

.i-favorites
{
	background: url(images/icons/b_add.gif) no-repeat left top;
	height: 27px;
	text-align: center;
	width: 64px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 1px;
	font-weight: bold;
	color: White;
	*padding-left: 6px;
}

.game-buttons .i-favorites
{
	background-image: url(images/icons/bm_add.gif) !important;
}

.i-delete	
{
	background: url(images/icons/bm_remove.gif) no-repeat left top;
	height: 30px;
	width: 90px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: White;
}

#breadcrumbs
{
	margin: 0;
	padding-left: 0px;
	padding-top: 14px;

	background: black;
	width: 100%;
}

#breadcrumbs.sized-breadcrumbs
{
	height: 38px;
	padding-left: 0px;
	padding-bottom: 15px;	
	margin-top:20px;
	text-align:left;
	color: #2171ae;
	background-color: White;
	border-left: solid 1px #202020;
	border-right: solid 1px #202020;
}

#breadcrumbs p
{
	display: none;

}

#breadcrumbs br
{
	display: none;
}

#breadcrumbs a
{
	color: #2171AE;
	text-decoration: underline;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 20px;
}

#breadcrumbs h2
{
	font-size: 15px;
	margin: 0;
	padding: 10px 0px 0px 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

#breadcrumbs .small
{
	font-size: 11px;
	color: Black;
}

#breadcrumbs .highlight
{
	font-size: 11px;
	color: #EC8022;
}

#content-top
{
}

#content-top-left
{
	padding-left: 8px;
/*	background: url(images/content_frame/top.gif) no-repeat top left;*/
    backgroud-color: White;

}

#content-top-right
{
	padding-right: 8px;
/*	background: url(images/content_frame/top.gif) no-repeat right -16px;*/
    backgroud-color: White;
}

#content-top-center
{
/*	background: url(images/content_frame/top.gif) repeat-x -8px;*/
	height: 8px;
    backgroud-color: White;
}

* html #content-top-center
{
/*	background: url(images/content_frame/top.gif) repeat-x left -8px;*/
	overflow: hidden;
    backgroud-color: White;
}

#content-middle
{
/*	background: url(images/content_frame/sides.gif) repeat-y;*/
	padding: 0 4px;
    backgroud-color: White;
}

#content-middle-center
{
/*	background: url(images/content_frame/middle.gif) repeat-x;*/
	padding: 8px;
    backgroud-color: White;
}

* html #content-middle-center
{
	padding-bottom: 0px;
}

#content-middle-center p
{
	margin: 0px;
	padding: 8px;
	text-align: left;
}

#content-body
{
}

#content-bottom
{
}

#content-bottom-left
{
	height: 8px;
	padding-left: 8px;
/*	background: url(images/content_frame/bottom.gif) no-repeat top left;*/
}

#content-bottom-right
{
	height: 8px;
	padding-right: 8px;
/*	background: url(images/content_frame/bottom.gif) no-repeat right -16px;*/
}

#content-bottom-center
{
	height: 8px;
/*	background: url(images/content_frame/bottom.gif) repeat-x -8px;*/
}

* html #content-bottom-center
{
/*	background: url(images/content_frame/bottom.gif) repeat-x left -8px;*/
	overflow: hidden;
}

.help-row
{
	height: 40px;
	padding-left: 8px;
}

.help-item
{
	float: left;
	width: 410px;
	padding: 6px 10px;
	text-align: left;
	color: Black;
}

.help-item p
{
	padding: 0;
	margin: 0;
}

.help-item a
{
	text-decoration: underline;
	color: #2171ae;
}

#thumbnail
{
	float: right;
	padding: 0px 8px;
	width: 279px;
}

#thumbnail-top
{
	height: 6px;
	background: url(images/general/thumbnail_top.png) no-repeat;
	overflow: hidden;
}

#thumbnail-middle
{
	background: url(images/general/thumbnail_middle.gif) repeat-y;
	height: 170px;
	*height: 175px;
}

#thumbnail-middle img
{
	border: 1px solid #999696;
	margin: 4px 4px 0px 4px;
}

#thumbnail-buttons
{
	height: 30px;
	text-align: left;
	padding-left: 13px;
/*	background: url(images/general/thumbnail_buttons_bg.gif) no-repeat;
	height: 39px;*/
	width: 242px;
/*	background-color: #dcdcdc;*/
	margin-left: 11px;
	padding-top: 2px;
	*padding-top: 5px;
	*margin-left: 0px;
}

*+html #thumbnail-buttons
{
	height: 25px;
}

#thumbnail-buttons a
{
	display: block;
	line-height: 19px;
	margin: 2px 0px;
}

.right-link
{
	float: right;
}
.right-link a
{
}

.right-link2
{
	float: right;
}
.right-link2 a
{
	width:85px;
	line-height: 31px;
	margin-top:-4px;
}


#thumbnail-bottom
{
	height: 10px;
	background: url(images/general/thumbnail_bottom.png) no-repeat;
}

#help-info
{
	width: 544px;
	min-height: 170px;
	text-align: left;
	padding: 15px;
}

* html #help-info
{
	height: 170px;
}

#help-info p
{
	line-height: 16px;
}

.sort-box
{
	float: right;
}

.sort-box label
{
	font-weight: bold;
	color: White;
}

.paginator
{
	width: 300px;
	text-align:center;
	margin: 0px auto;
	color: #007eff;
}

*+html .paginator
{
	margin-left: 294px;
}

* html .paginator
{
	margin-left: 294px;
	height: 22px;
}

.paginator a
{
	color: #aad4ff;
}

.paginator a.pageLink 
{
	margin: 0 4px;
	text-decoration: none;
}

#content-body .paginator 
{
	color: Black !important;
}

#content-body .paginator a
{
	color: #007eff !important;
}

.paginator span span
{
	margin: 0 4px;
	color: #007eff;
	font-weight: bold;
}

#content-body .paginator span span
{
	margin: 0 4px;
	color: #007eff !important;
	font-weight: bold;
}

#content-body p 
{
	padding: 0;
	margin: 0;
}

* html .png-fix
{
	behavior: url(/App_Themes/DefaultTheme/pngdivbehavior.htc);
}

.topGame_header{
	margin:10px auto;
	height: 21px;
	/*background: url(images/tabs/top5.gif) no-repeat 54px 0px;*/
	background-color: #A01CEC;
	font-size:24px;
	font-weight:bold;
	font-family:Arial;
	padding-bottom:10px;
}

.topGame-header-wrapper 
{
	display: inline;
}

.topGames_container {
	float: left;
	margin: 4px -3px;
	position: relative;
	z-index: 5;
}
.pageLink
{
	text-decoration:underline;
}

.history-row
{
	height: 100px;
	border-bottom: solid 1px #C6C4C3;
}

.history-item
{
	float:left;
	width: 410px;
	margin: 6px 10px;
	height: 88px;
}

.history-item p
{
	padding: 0 !important;
	margin: 0 !important;
	line-height: 16px;
}

.history-item-left
{
	float: left;
	width: 120px;
	padding: 0;
	padding-left: 10px;
}

.emph
{
	color: #478A3F;
}

.history-item-right
{
	margin-left: 130px;
}

.pic_holder
{
    float: left;
    height: 68px;
    width: 68px;
}

.pic_holder img
{
    width:68px;
    height:68px;
}

.info_holder
{
    margin-left: 80px;
}

.game-table 
{
	height:600px;
}

#cross-sale-links
{
	overflow: hidden; 
	height: auto; 
	text-align: center;
}

#cross-sale-links a 
{
	margin: 0 5px;
}

.register-container
{
    float: right; 
    width: 276px; 
    cursor: pointer;
    background: #000000 url(/App_Themes/ConTheme/images/general/registration_button.gif ) no-repeat top left;
    height: 225px;
}

.register-center
{
    text-align: center; 
    padding-top: 20px;
}

.register-caption
{
    height: 65px;
}

.register-caption-text
{
    font-family: Verdana; 
    font-size: 20px; 
    font-weight: bold; 
    letter-spacing: 2px; 
    color: White;
    position: relative;
    top: 125px;
}

.register-caption-gift-text
{
    font-family: Calibri; 
    font-size: 27px; 
    color: #208af7;
    font-weight: bold;
    padding-right: 5px;
    position: relative; 
    top: -10px;
}

.register-button-text
{
    font-family: Bookman Old Style; 
    font-size: 21px; 
    font-weight: bold; 
    color: #208af7;
    line-height: 80%; 
    position: relative; 
    top: -100px;
    display:none;
}

.content-content
{
    backgroud-color: White;
    backgroud: White;
    color: Black;
}

#HomeLinkDiv
{
    display: inline;
}

#RegisterNowDiv
{
}

.i-fun
{
	color:#000000;
	height: 19px;
	text-align: center;
	width: 60px;
	padding-right: 16px;
	font-weight:bold;
}
a.i-money
{
    background: transparent url(images/bm_play_part_right.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 25px;
    margin:0 6px;
    padding-right: 12px; /* sliding doors padding */
    color:#fff;
    font: bold 12px arial;
    text-decoration: none;
    text-align:center;
}

a.i-money span
{
    background: transparent url(images/bm_play_part_left.gif) no-repeat;
    display: block;
    float: left;
    height:25px;
    line-height: 23px;
    padding-left: 25px;
    cursor:pointer;  
}

.game-buttons2
{
	position: absolute;
	bottom: 18px;
	left: 5px;
	height: 19px;
	width: 255px;
	overflow: visible;
	text-align: left;
	padding: 0px 8px;
}
* html .game-buttons2
{
	bottom: 10px;
}

.game-buttons2 a
{
	line-height: 19px;
	display: block;
	margin: 2px 4px;
}

.game-buttons2 .i-money 
{
}

.i_fav2
{
    position: absolute;
	top: 3px;
	left: 251px;
    background: url(images/general/favorites.gif) no-repeat left top;         
    width: 17px;
    height: 17px;
    display:block;
    z-index:9999;
}

.divShareThis
{
	border:0px solid #7F9DB9;
	color:#000000;
	font-size:11px;
	position:absolute;
	left:-140px;
	top:-28px;
}