﻿html {
	height: 100%;
	width: 100%;
}

body
{
	background: #ededed url(images/general/bg-page-2.png) repeat-x center top;
	color: #141414;
	font-family: verdana;	
	font-size: 11px;
	height: 100%;
	min-width: 900px;
	padding: 0px;
	margin: 0px;
}

form {margin:0; padding:0;}

a
{
	color: #dedede;
	text-decoration: none;
	cursor: pointer;
}

div {
	margin: 0px;
	padding: 0px;
}
img {
	border: medium none;
	margin: 0px;
}
.bold {
	font-weight: bold;
}

.clearboth    {clear:both;}
.display-none {display:none;}
.float-right  {float:right;}
.float-left   {float:left;}


#mainContainer {
   min-height:100%;
   position:relative;
}

#mainWindow {
	width: 975px;
	margin: 0px auto;
}

#mainPosition {
	width: 975px;
	margin: 0px auto;
}

#mainBg 
{
    background:#fff; 
    margin-right:2px;
    /*float:left;*/
    _overflow:hidden;
    _width: 974px;
    /*overflow:hidden;position:relative;*/ 
}

#header {
	width: 100%;
	height:132px;
	/*overflow:hidden;*/
}

#header-left {
	float:left;
	width:1px;
	background:yellow;
}

#header-right {
	float:left;
	width:1px;
	background:yellow;
}

#header-center 
{
	float:left;
	width:99.8%;
	height:132px;
}

#header-center .logo 
{
	width: 111px;
	float:left;
	margin-top:12px;
}

#header-center .logo img
{
    margin-top:8px;
    padding:0;
    border:0;
}

#navigation 
{
	float:left;
	margin-top:56px;
	margin-left:2px;
	width:550px;
}
#navigation ul 
{
	list-style:none;
	margin:1px auto;
	padding: 0;
}
#navigation ul li { display:inline; font-size:1.6em; letter-spacing:-1px;  text-transform:capitalize; line-height:20px; padding:0 5px; margin:0; color:#fff; text-align:left;}
#navigation ul li.first {border:none; padding-left:0; }
#navigation ul li.active a {color:#fe89d1;}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family:Verdana;
}

#sub-navigation {
	float:left;
	margin-left:8px;
	width:550px;
}
#sub-navigation ul 
{
	list-style:none;
	margin:2px auto;
	padding: 0;
}
#sub-navigation ul li { display:inline; font-size:12px; text-transform:capitalize; line-height:24px; padding:0 5px; margin:0; color:#fff; text-align:left; border-left:solid 1px #fff;}
#sub-navigation ul li.first {border:none; padding-left:0; }
#sub-navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family:Verdana;
}

#user-info 
{
	width: 300px;
	/*margin-left:15px;*/
	margin-top:34px;
	*margin-top:36px;
	float:right;
	position:relative;
    padding-top:2px;
}

#user-info-center h5 {color:#fff; font-weight:normal; font-size:11px; margin: 5px 0 5px 0; text-align:left;}
#user-info-center h5 a {color:#fff600; text-decoration:none;}
#user-info-center h5 span {color:#fff;}

.login-bar-user
{
	float: right;
	width: 272px;
	color: #fff;
	margin-right: 12px;
	.margin-right: 6px;
}

.logged-bar-user
{
	float: right;
	width: 262px;
	color: #fff;
	margin-right: 12px;
	margin-top:10px;		
}

.logged-bar-user .highlight
{
	color: #FFF600;
	font-weight: normal;
}
.login-bar-user .field-box 
{
    margin-top:5px;
}

.login-bar-user input
{
	border: 1px solid #000;
	font-size: 10px;
	width: 102px;
	height:17px;
	padding-left:5px;
	padding-right:5px;
	margin-top:4px;
	margin-right: 6px;
	line-height:16px;
	background-color: #430067;
	color:#fff;
}


.login-bar-user a.btn_go 
{
	float:left; display:block; background:url(images/icons/i-go.gif) 50% 50% no-repeat; 
	width:22px; height:24px; 
	margin-top:22px;
	margin-bottom:5px;
}

.login-bar-user a.forgot-pass {color:#E2ADFE; #margin-top:-5px;}
.login-bar-user a {color:#fff; text-decoration:underline;}

.login-bar-button
{
	float: left;
	/*width: 78px;
	padding-top: 20px;*/
	padding-right: 8px;
	position:relative;
	top:-40px;
}

.logged-panel a.button-small 
{
    display: block;
	float: left;
	height: 21px;
	margin:0;
	padding: 4px 14px; 
	color:#fff;
	font: normal 11px arial;
	text-decoration: none;
	text-align:center;
	text-transform:capitalize; 
	background-repeat: no-repeat;
	background-image: url(images/bg-button-small.png); 
}

.logged-panel .login-bar-button
{
    float: right;
}

.login-bar-button a
{
	text-decoration: underline;
	padding-right: 20px;
	/*width: 58px;*/
	display: block;
}

.logged-panel .login-bar-button a
{
    padding-right: 0;
    float: right;
    text-align: right;
    color:#e2adfe;
}

.login-bar-links
{
	padding-top:0;
	padding-left:26px;
}

.logged-panel .login-bar-links
{
	float:left;
    width:265px;
}

.login-bar-links a
{
	text-decoration: underline;
	margin-right: 8px;
	color:#FFF600;
}
.login-bar-links a.history {float:right; margin-right:0;}

#top-panel
{
    position: relative;
	height: 193px;
	margin-top: 10px;
	/*margin-bottom:10px;*/
	background-color: #fff;
	width:728px;
}

#top-panel .box
{
	/*height: 235px;*/
}

#top-panel .box-left
{
	height: 193px;
	position: relative;
	z-index: 1;
}

#top-panel .box-right
{
	height: 193px;
	position: relative;
	z-index: 1;
}

#top-panel .box-center
{
	height: 193px;
}

#banner-container 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 750px;
}

.banner-container
{
	height: 193px;
	position: relative;
	z-index: 5;
	width:728px;
	margin-left:10px;
	overflow:hidden;
}

#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
{
	min-height:200px;
	padding-top: 20px;
	padding-bottom:0;
	background: #fff;
	color: #A7B1A5;
	overflow: hidden; 
	width: 971px;
	margin:10px auto 0;
}
#footer-content {width:955px; padding-bottom:30px;}

#footer-plus-minus {padding-bottom:10px;}
#footer-plus-minus p {margin:0; padding:0;}
#footer #plus-minus {float:left; margin-right:3px; width:17px; height:11px; background:url(images/icons/plus-minus.gif) no-repeat; position:relative; top:2px; cursor:pointer;} 
#footer .minus {background-position:0 -12px !important;}
#footer .plus  {background-position:0 0 !important;}

#footer div {
	margin:0pt auto;
}

#footer a
{
	text-decoration: underline;
	color: #A7B1A5;
}

#footer ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}

#footer li
{
	display: inline;
}

#footer-navigation {text-align:center; }
#footer-navigation ul { }
#footer-navigation li
{
	/*background: url(images/icons/i_bullet.gif) no-repeat left center;*/
	padding: 0px 10px !important;
	border-left:solid 1px #464249;
}
#footer-navigation li:first-child {border:none;}
#footer-navigation li a {color:#464249; font-size:12px;}

#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;
}

#footer-text
{
    color: #A7B1A5;
    background:#fff;
    width:100%;
    display:none;
}
#footer-text p {padding:0 0 10px 0; margin:0;}
#footer-text h4 {margin-bottom:0; color:#5a2271;}

#main-content-main
{
	background:#fff;
	width:750px;
}

.box-outer-main 
{
    border:solid 1px #d1d0d0;
    width:725px !important;
    margin-left:10px;
    _margin-left:5px;
    padding-top:10px;
}

.right-side 
{
	width:213px;
	/*float:right;
	overflow:hidden;*/
	margin-right:10px;
	_margin-right:1px;
	/*margin-top:-170px;*/
	margin-top:-193px;
	background:#fff;
	/*position:relative;
	top:-193px;
	right:0;*/
}

#main-content
{
	padding-top: 20px;
	background-color: White;
	/*border-left: solid 1px Black;
	border-right: solid 1px Black;*/
	width: 100%;
}

#tabs-container 
{
	width:750px;
	/*overflow:hidden;*/
	padding-top: 5px;	
}


#games-tabs
{
	margin:0 auto;
	height: 30px;
	position:relative;
	bottom:-1px;
	z-index: 5;
	line-height: 30px;
	font-weight: bold;
	font-size:12px;
	padding: 0;
	text-indent: 0;
	color: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
}


ul#games-tabs-buttons 
{
    list-style-type:none; 
    margin:0 auto;
    padding:0;
    height: 31px;
}
ul#games-tabs-buttons li 
{
    text-transform:capitalize;  
    display:inline;
    line-height: 31px; 
    margin:0;
    padding:0;
}

/* sliding tabs */
a.tab {
	display: block;
	float: left;
	height: 31px;
	margin:0;
	padding-right: 10px; /* sliding doors padding */
	color:#fff;
	font: normal 14px arial;
	text-decoration: none;
	text-align:center;
	text-transform:capitalize;  
	background-repeat: no-repeat;
	background-image: url(images/tabs/bg-tabs-part-right.png);
}
a.tab span {
	display: block;
	float: left;
	height:31px;
	line-height: 31px;
	padding-left: 10px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(images/tabs/bg-tabs-part-left.png);
}
a.tab span img  
{
    padding-left:4px; 
    vertical-align:middle;
	_margin-top:6px;
}

a.t-1      {background-position: right top;}
a.t-1 span {background-position: left top;}
a.t-2      {background-position: right -32px;}
a.t-2 span {background-position: left -32px;}
a.t-3      {background-position: right -64px;}
a.t-3 span {background-position: left -64px;}
a.t-4      {background-position: right -96px;}
a.t-4 span {background-position: left -96px;}
a.t-5      {background-position: right -128px;}
a.t-5 span {background-position: left -128px;}
a.t-6      {background-position: right -160px;}
a.t-6 span {background-position: left -160px;}
a.t-7      {background-position: right -192px;}
a.t-7 span {background-position: left -192px;}
a.t-8      {background-position: right -224px;}
a.t-8 span {background-position: left -224px;}
a.t-9      {background-position: right -256px;}
a.t-9 span {background-position: left -256px;}
a.t-10      {background-position: right -288px;}
a.t-10 span {background-position: left -288px;}
a.t-11      {background-position: right -320px;}
a.t-11 span {background-position: left -320px;}
a.t-12      {background-position: right -352px;}
a.t-12 span {background-position: left -352px;}


a.t-1-on 	  {background-position: right -384px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-1-on span {background-position: left -384px; color: #44006a; font-weight:bold;}
a.t-2-on      {background-position: right -416px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-2-on span {background-position: left -416px; color: #2d6601; font-weight:bold;}
a.t-3-on      {background-position: right -448px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-3-on span {background-position: left -448px; color: #d00c16; font-weight:bold;}
a.t-4-on      {background-position: right -480px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-4-on span {background-position: left -480px; color: #01627d; font-weight:bold;}
a.t-5-on      {background-position: right -512px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-5-on span {background-position: left -512px; color: #7d3d01; font-weight:bold;}
a.t-6-on      {background-position: right -544px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-6-on span {background-position: left -544px; color: #bc0197; font-weight:bold;}
a.t-7-on 	  {background-position: right -576px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-7-on span {background-position: left -576px; color: #dede0b; font-weight:bold;}
a.t-8-on      {background-position: right -608px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece; }
a.t-8-on span {background-position: left -608px; color:#b000d9; font-weight:bold;}
a.t-9-on      {background-position: right -640px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-9-on span {background-position: left -640px; color: #0707bd; font-weight:bold;}
a.t-10-on      {background-position: right -672px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-10-on span {background-position: left -672px; color: #1f8ec5; font-weight:bold;}
a.t-11-on      {background-position: right -704px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-11-on span {background-position: left -704px; color: #e1b107; font-weight:bold;}
a.t-12-on      {background-position: right -736px; border-top:1px solid #cecece; border-left:1px solid #cecece; border-right:1px solid #cecece;}
a.t-12-on span {background-position: left -736px; color: #bf0c3a; font-weight:bold;}
/* end of sliding tabs */




#games-tabs td
{
	padding: 0px;
	border-right:1px solid #fff;
}

#games-tabs a
{
	color: #fff;
}

#games-tabs li
{
	display: inline;
}

#games-tabs .cattab-on, .cattab-off
{
	float: left;
}
#games-tabs .cattab-on
{
	border:solid 1px #740aba;
}

#games-tabs .cattab-off
{
	border:solid 1px #8c8c8c;
}

#games-tabs .cattab-left
{
	height: 30px;
}

#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: 30px;
	padding-right: 0px;
}

#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: 30px;
	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: 30px;
	padding: 0px 3px;
	background-color:#d6d2d8;
}

#games-tabs .cattab-on .cattab-center
{
	background: url(images/tabs/main_tabs_bg.gif) repeat-x;
	background-position: 0px -204px;
}

#games-tabs .cattab-off .cattab-center
{
	background-position: 0px -136px;
}

#games-tabs .cattab-off .cattab-center a
{
    display: block;
	height: 30px;
	padding: 0px 19px;
	margin: 0px -9px;
}

#games-tabs .cattab-on .cattab-center a,
#games-tabs .cattab-on .cattab-center span
{
    display: block;
	height: 30px;
	color: #fff;
	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: 30px;
	padding: 0px 12px;
}

#games-box
{
	margin: 0 auto;
	margin-bottom:20px;
	width:730px;
	border:solid 1px #cecece;
	text-align:left;
}

#games-box-left
{
	background:#fff;
}

#games-box-right
{
	background:#fff;
}


#games-box-center
{
	width: 730px;
	background:#fff;
	margin:0;
	_margin-left:-5px;
	overflow:hidden;
}


.general-container
{
	padding: 0;
}

.game-row
{
	height: 132px;
	overflow:hidden;
	padding-left: 0px !important;
}

* html .game-row
{
}

.paginator-row
{
	height: 26px;
	margin: 5px 0;
}

.paginator-row img
{
	margin-bottom: -6px;
}

.paginator-row input
{
	vertical-align: text-bottom;
}

.game-teaser
{
	width:233px;
	height:124px;
	border:solid 1px #b9b5b5;
	float: left;
	margin-left: 6px;
	background: url(images/general/game_box_center.gif) 0 0 repeat-x;
}

#inner-body .game-teaser 
{
    height:165px;
    width:256px;
    background:#dcd5e0;
}
#inner-body .game-teaser-center .help-game-img 
{
    height:135px;
}
#inner-body .game-teaser-left,
#inner-body .game-teaser-right 
{
    height:165px;
}


.game-teaser p
{
	padding: 0 0 5px 0;
	margin: 0;
	line-height:1.4em;
}

.game-teaser-left
{
	height: 124px;
	width: 1px;
}

.game-teaser-right
{
	height: 124px;
	width: 1px;
}

.game-teaser-center, .game-teaser-center-alt
{
	height: 124px;
	position:relative;
}

/* image-view */
.game-image-view 
{
    width:243px;
	height: 168px;
	float: left;
	margin-top:8px;
	margin-left: 0px;
}

.game-image-view .game-teaser-center 
{
    position:relative;
    height: 168px;
}

.game-image-view .game-teaser-center .game-image
{
    position:static;
    background-image:none;
    width:214px;
    height:75px;
    border:solid 1px #000;
    margin:0 auto;
    padding:0;
}

.help-item .teaser 
{
    overflow:hidden;
    margin-bottom:10px;
}
.help-item .game-image
{
    position:static;
    width:214px;
    height:75px;
    border:solid 1px #000;
    margin:0 12px 0 0;
    padding:0;
    float:left;
}
.help-item .teaser .game-image {float:none;}
.help-item .teaser #thumbnail-buttons { width:214px; padding-top:5px; }
.help-item .teaser #thumbnail-buttons a {color:#000; line-height:1em;}
.help-item .teaser #thumbnail-buttons .i-fav 
{
    background:url("images/icons/i_fav_2.gif") no-repeat scroll left 3px transparent;
    color:#686465;
    height:18px;
    padding-left:12px;
}
.help-item .teaser #thumbnail-buttons .i-money 
{
    background:url("images/icons/i_fan.gif") no-repeat scroll left 3px transparent;
    color:#686465;
    font-size:11px;
    height:18px;
    padding-left:12px;
}

.game-image-view .game-teaser-center .game-image img,
.help-item .game-image img 
{
    width:214px;
    height:75px;
    margin:0;
}
.game-image-view .game-teaser-center .game-description 
{
    height:25px;
    width:214px;
    margin:2px auto;
    text-align:left;
    color:Black;
    cursor:pointer;
    position:static;
    border-bottom:solid 1px #b6b2b3;
}
.game-image-view .game-teaser-center .game-description p {padding:2px 0; margin:0; color:#262626; }
.game-image-view .game-teaser-center .game-buttons2 {position:static; margin:0 auto; width:214px;}
.game-image-view .game-teaser-center .game-buttons2 a {margin:0;}
.game-image-view .game-teaser-center .button 
{
    background:url("images/buttons-image-view.gif") no-repeat left top; 
    color:#fff; font-size:14px; font-weight:bold; text-align:center; line-height:2.3em;
    width:207px; height:40px; 
    margin-left:4px !important; _margin-left:2px !important;
    padding:0;
    float:left;
}

.game-image-view .game-teaser-center a.t-1  {background-position: left top;}
.game-image-view .game-teaser-center a.t-2  {background-position: left -50px;}
.game-image-view .game-teaser-center a.t-3  {background-position: left -100px;}
.game-image-view .game-teaser-center a.t-4  {background-position: left -150px;}
.game-image-view .game-teaser-center a.t-5  {background-position: left -200px;}
.game-image-view .game-teaser-center a.t-6  {background-position: left -250px;}
.game-image-view .game-teaser-center a.t-7  {background-position: left -300px;}
.game-image-view .game-teaser-center a.t-8  {background-position: left -350px;}
.game-image-view .game-teaser-center a.t-9  {background-position: left -400px;}
.game-image-view .game-teaser-center a.t-10 {background-position: left -450px;}
.game-image-view .game-teaser-center a.t-11 {background-position: left -500px;}
.game-image-view .game-teaser-center a.t-12 {background-position: left -550px;}


.game-image-view .game-teaser-center .i-fav {
   height:18px; background:url("images/icons/i_fav_2.gif") no-repeat left 3px; padding-left:12px; color:#686465;
}
.game-image-view .game-teaser-center .i-fun {height:18px; font-size:11px; background:url("images/icons/i_fan.gif") no-repeat right 3px; padding-right:12px;}
.game-image-view .hot, .game-image-view .new {top:0;left:13px;}
/* end of image-view */


/* category-view */
.general-container-category a.button-title {
	display: block;
	height: 24px;
	margin:0;
	padding-right: 10px; 
	padding-left: 10px;
	color:#fff;
	font: bold 13px arial;
	text-decoration: none;
	text-align:left;
	text-transform:capitalize; 
	background:url("images/bg-titles.png") repeat-x left top; 
	position:relative;
}
.general-container-category a.button-title span {line-height:24px;}
.general-container-category a.button-title b { position:absolute; right:10px; line-height:24px; .line-height:16px; text-align:right; }

.general-container-category a.t-1      {background-position: right top;}
.general-container-category a.t-2      {background-position: right -30px;}
.general-container-category a.t-3      {background-position: right -60px;}
.general-container-category a.t-4      {background-position: right -90px;}
.general-container-category a.t-5      {background-position: right -120px;}
.general-container-category a.t-6      {background-position: right -150px;}
.general-container-category a.t-7      {background-position: right -180px;}
.general-container-category a.t-8      {background-position: right -210px;}
.general-container-category a.t-9      {background-position: right -240px;}
.general-container-category a.t-10     {background-position: right -270px;}
.general-container-category a.t-11     {background-position: right -300px;}
.general-container-category a.t-12     {background-position: right -330px;}

.general-container-category 
{
    width:356px; overflow:hidden;
    background:#faf8f9;
    margin-bottom:12px;
    margin-left:6px;
    height: 387px;
}
.category-view-holder 
{
    margin:0 25px 15px 25px;
    _padding-bottom:15px;
    overflow:hidden;
}
.category-view-holder .game-row {height:362px;}
.game-category-view 
{
    width:144px;
	height: 165px;
	float: left;
	margin-top:15px;
	margin-left: 6px;
}
.game-category-view .game-teaser-center 
{
    position:relative;
}

.game-category-view .game-teaser-center .game-image 
{
    position:static;
    background-image:none;
    width:142px;
    height:107px;
    border:solid 1px #938b89;
    margin:0 auto;
    padding:0;
}
.game-category-view .game-teaser-center .game-image img 
{
    width:142px;
    height:107px;
    margin:0;
}
.game-category-view .game-teaser-center .game-description 
{
    height:23px;
    width:142px;
    margin:2px auto;
    text-align:center;
    color:Black;
    cursor:pointer;
    position:static;
}
.game-category-view .game-teaser-center .game-description p {padding:2px 0; margin:0; color:#262626; }
.game-category-view .game-teaser-center .game-buttons2 {position:static; margin:0 auto; width:142px;}
.game-category-view .game-teaser-center .game-buttons2 a.button {margin:0; width:132px;}
.game-category-view .game-teaser-center .game-buttons2 a.button span {margin:0; width:122px; font-weight:bold;}
.game-category-view .hot, .game-category-view .new {top:0;left:0;}


/* sliding buttons */
.game-category-view a.button {
	display: block;
	float: left;
	height: 26px;
	margin:0;
	padding-right: 10px; /* sliding doors padding */
	color:#fff;
	font: normal 14px arial;
	text-decoration: none;
	text-align:center;
	text-transform:capitalize;  
}
.game-category-view a.button span {
	display: block;
	float: left;
	height:26px;
	line-height: 26px;
	padding-left: 10px;
	cursor:pointer;
}

.game-category-view a.button {
	background-repeat: no-repeat;
	background-image: url(images/bg-buttons-part-right.png);
	
}
.game-category-view a.button span {
	background-repeat: no-repeat;
	background-image: url(images/bg-buttons-part-left.png);
}

.game-category-view a.t-1      {background-position: right top;}
.game-category-view a.t-1 span {background-position: left top;}
.game-category-view a.t-2      {background-position: right -27px;}
.game-category-view a.t-2 span {background-position: left -27px;}
.game-category-view a.t-3      {background-position: right -54px;}
.game-category-view a.t-3 span {background-position: left -54px;}
.game-category-view a.t-4      {background-position: right -81px;}
.game-category-view a.t-4 span {background-position: left -81px;}
.game-category-view a.t-5      {background-position: right -108px;}
.game-category-view a.t-5 span {background-position: left -108px;}
.game-category-view a.t-6      {background-position: right -135px;}
.game-category-view a.t-6 span {background-position: left -135px;}
.game-category-view a.t-7      {background-position: right -162px;}
.game-category-view a.t-7 span {background-position: left -162px;}
.game-category-view a.t-8      {background-position: right -189px;}
.game-category-view a.t-8 span {background-position: left -189px;}
.game-category-view a.t-9      {background-position: right -216px;}
.game-category-view a.t-9 span {background-position: left -216px;}
.game-category-view a.t-10      {background-position: right -243px;}
.game-category-view a.t-10 span {background-position: left -243px;}
.game-category-view a.t-11      {background-position: right -270px;}
.game-category-view a.t-11 span {background-position: left -270px;}
.game-category-view a.t-12      {background-position: right -297px;}
.game-category-view a.t-12 span {background-position: left -297px;}


/* end of buttons */
/* end of category-view */

.new
{
	position: absolute;
	top: 6px;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url(images/icons/i_new.png) no-repeat top left;
	z-index: 2;
	cursor: pointer;
}

.hot
{
	position: absolute;
	top: 6px;
	left: 5px;
	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: 6px;
	left: 0;
	/*padding: 2px;*/
	width: 85px;
	height: 85px;
	cursor: pointer;
	margin-left: 5px;
	/*background:url(images/general/bg-image.gif) no-repeat top center;*/
	text-align:center;
}

.game-image img 
{
    /*margin-top:1px;*/
    width: 85px;
	height: 85px;
}

.game-description
{
	position: absolute;
	top: 5px;
	left: 96px;
	width: 120px;
	text-align: left;
	height: 74px;
	cursor: pointer;
	color: Black;
}

.game-description p.bold 
{
	color: #44006a;
	font-size:14px;
	letter-spacing:-1px;
	padding-bottom:0;
}
.game-description.t-1 p.bold {color: #44006a;}
.game-description.t-2 p.bold {color: #2d6601;}
.game-description.t-3 p.bold {color: #d00c16;}
.game-description.t-4 p.bold {color: #01627d;}
.game-description.t-5 p.bold {color: #7d3d01;}
.game-description.t-6 p.bold {color: #bc0197;}

.game-description.t-7 p.bold {color: #dede0b;}
.game-description.t-8 p.bold {color: #b000d9;}
.game-description.t-9 p.bold {color: #0707bd;}
.game-description.t-10 p.bold {color: #1f8ec5;}
.game-description.t-11 p.bold {color: #e1b107;}
.game-description.t-12 p.bold {color: #bf0c3a;}

.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-left: 8px;
	font-size: 13px;
	width: 159px;
	*width: 180px;
}

.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: #6c00ab;
	background-color: White;
	/*border-left: solid 1px #202020;
	border-right: solid 1px #202020;*/
}

#breadcrumbs p
{
	display: none;

}

#breadcrumbs br
{
	display: none;
}

#breadcrumbs a
{
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 12px;
}

#breadcrumbs h2
{
	font-size: 20px;
	margin: 0;
	padding: 10px 0px 0px 12px;
	text-align: left;
	text-transform: capitalize;
	font-weight: normal;
	color:#000;
}

#breadcrumbs .small
{
	font-size: 11px;
	color: Black;
}

#breadcrumbs .highlight
{
	font-size: 11px;
	color: #EC8022;
}

#content-top
{
}

#content-top-left
{
	padding-left: 8px;
    background: White;

}

#content-top-right
{
	padding-right: 8px;
    background: White;
}

#content-top-center
{
	height: 8px;
    background: White;
}

* html #content-top-center
{
	overflow: hidden;
    background: White;
}

#content-middle
{
	padding: 0 4px;
    background: White;
}

#content-middle-center
{
	padding: 8px;
    background: White;
}

* html #content-middle-center
{
	padding-bottom: 0px;
}

#content-middle-center p
{
	margin: 0px;
	padding: 8px;
	text-align: left;
}

#content-bottom-left
{
	height: 8px;
	padding-left: 8px;
}

#content-bottom-right
{
	height: 8px;
	padding-right: 8px;
}

#content-bottom-center
{
	height: 8px;
}

* html #content-bottom-center
{
	overflow: hidden;
}

#inner-body {overflow:hidden; padding:10px 0;}
.help-row
{
	/*height: 40px;*/
	padding-left: 8px;
}

.help-item
{
	float: left;
	width: 700px;
	_width: 680px;
	padding: 6px 10px 6px 0;
	_padding-top: 0;
	text-align: left;
	color: Black;
}

.help-item p
{
	padding: 0;
	margin: 0;
	font-size:12px;
}
.help-item p.bold {font-size:14px;}

.help-item a
{
	text-decoration: underline;
	color: #6c00ab;
}

#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;*/
	overflow:hidden;
	text-align: left;
	width: 232px;
	padding-top: 2px;
	.padding-top: 0;
	margin-left:3px;
}


*+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;
	padding-left:0;
}

* html #help-info
{
	height: 170px;
}

#help-info p
{
	line-height: 16px;
	padding-left:0;
}

.sort-box
{
	float: right;
}

.sort-box label
{
	font-weight: bold;
	color: White;
}

.paginator
{
	width: 300px;
	text-align:center;
	margin: 0px auto;
	color: #0a0211;
	background:#f7f7f7;
	border:solid 1px #dedede;
	height:23px;
}

.paginator a
{
	color: #0a0211;
}

.paginator a.pageLink 
{
	margin: 0 4px;
	text-decoration: none;
}

#content-body .paginator 
{
	color: Black !important;
}

#content-body .paginator a
{
	color: #0a0211 !important;
}

.paginator span span
{
	margin: 0 4px;
	color: #8a00d5;
	font-weight: bold;
}

/*
#content-body .paginator span span
{
	margin: 0 4px;
	color: #0a0211 !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-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 
{
	overflow:hidden;
}

#cross-sale-links
{
	overflow: hidden; 
	text-align: center;
	line-height:1.5em;
	padding-top:20px;
	padding-bottom:20px;
}

#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
{
    background: White;
    color: Black;
}

#HomeLinkDiv
{
    display: inline;
}

#RegisterNowDiv
{
}

.i-fun, .i-fan
{
	color:#8a858c;
	height: 19px;
	text-align: center;
	/*width: 60px;*/
	font-weight:bold;
	font-size:12px;
}

.game-teaser a.i-money, .game-teaser a.i-money-alt
{
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 23px;
    margin:0 5px;
    _margin:0 5px 0 3px;
    padding-right: 10px;
    padding-left: 10px;
    color:#fff;
    font: bold 12px arial;
    text-decoration: none;
    text-align:center;
}
.game-teaser a.i-money span, .game-teaser a.i-money-alt span
{
    display: block;
    float: left;
    height:23px;
    line-height: 23px;
    cursor:pointer; 
    width:65px; 
}

.game-teaser a.i-money     {background-image: url(images/bg-titles.png);}
.game-teaser a.i-money-alt {background-image: url(images/bg-titles-alt.png);}

.game-teaser a.t-1 { background-position: right top; border-left:solid 1px #58157d; border-right:solid 1px #58157d; }
.game-teaser a.t-2 { background-position: right -30px; border-left:solid 1px #1e4107; border-right:solid 1px #1e4107; }
.game-teaser a.t-3 { background-position: right -60px; border-left:solid 1px #8d0505; border-right:solid 1px #8d0505; }
.game-teaser a.t-4 { background-position: right -90px; border-left:solid 1px #197588; border-right:solid 1px #197588;}
.game-teaser a.t-5 { background-position: right -120px; border-left:solid 1px #924200; border-right:solid 1px #924200;}
.game-teaser a.t-6 { background-position: right -150px; border-left:solid 1px #8d0587; border-right:solid 1px #8d0587;}
.game-teaser a.t-7 { background-position: right -180px; border-left:solid 1px #a3a308; border-right:solid 1px #a3a308; }
.game-teaser a.t-8 { background-position: right -210px; border-left:solid 1px #d654fd; border-right:solid 1px #d654fd; }
.game-teaser a.t-9 { background-position: right -240px; border-left:solid 1px #05058d; border-right:solid 1px #05058d; }
.game-teaser a.t-10 { background-position: right -270px; border-left:solid 1px #1a77a5; border-right:solid 1px #1a77a5;}
.game-teaser a.t-11 { background-position: right -300px; border-left:solid 1px #a98506; border-right:solid 1px #a98506;}
.game-teaser a.t-12 { background-position: right -330px; border-left:solid 1px #92092c; border-right:solid 1px #92092c;}


.game-buttons2
{
	position: absolute;
	bottom: 2px;
	left: 0;
	/*height: 30px;*/
	width: 232px;
	overflow: visible;
	text-align: left;
	margin: 0;
}

.game-buttons2 a
{
	/*line-height: 19px;*/
	display: block;
	margin-top: 4px;
	margin-right:34px;
}

.game-buttons2 .i-money 
{
}

.i_fav2
{
    position: absolute;
	top: 5px;
	left: 212px;
    background: url(images/general/i-favorites.gif) no-repeat left top;         
    width: 18px;
    height: 17px;
    display:block;
    z-index:10;
}

.divShareThis
{
	border:0px solid #7F9DB9;
	color:#000;
	font-size:11px;
	position:absolute;
	top:-33px; #top:-35px;
	left:-674px;
	width:250px;
}

.lang 
{
    font-size:11px;
	position:absolute;
	top:-33px; 
	right:2px;
}
.lang a {color:#fff;}
.lang-panel 
{
	display:none;
	background:#43006a;
	position:absolute;
	overflow:hidden;
	width:100px;
	top:-16px; #top:-18px;	
	right:-1px;
	padding-bottom:10px;
	z-index:10000;
}
.lang-panel ul 
{
	list-style-type:none;
	color: #fff;
	margin:2px 10px;
	#margin:3px 10px;
	padding:0;
	border-top:solid 1px #5f0093;
}
.lang-panel ul li 
{
    font-size:11px; 
    /*height:23px; */
    margin-top:2px;   
    margin-bottom:2px;
    padding-left:5px;
    line-height:1.5em;
}
.lang-panel ul li.en {background:url("images/icons/flag-en.gif") no-repeat left 5px;}
.lang-panel ul li.de {background:url("images/icons/flag-de.gif") no-repeat left 5px;}
.lang-panel ul li.es {background:url("images/icons/flag-es.gif") no-repeat left 5px;}
.lang-panel ul li a  {text-decoration:underline;}
.support  
{
	font-size:11px; 
	position:absolute;
	top:-33px;
	right:65px;
}
.support a {color:#fff;}

/*#latest-winners { position:relative; z-index:1; left:-10px; width:223px; height:192px; margin-bottom:5px; text-align:right; background:#000 url(images/general/bg-winners-top.png) no-repeat center top}*/
#latest-winners { overflow:hidden; width:214px; height:192px; margin-bottom:5px; text-align:right; background:#2c004a url(images/general/bg-winners.png) no-repeat center top}
#latest-winners h4 {color:#fff; font-size:14px; margin:0 0 15px 0; padding:7px 20px; text-align:center; text-transform:capitalize;} 
/*
#latest-winners .winners-img {position:relative; top:-25px; left:-10px; #left:-115px; width:106px; height:128px; border:0; background:transparent url(images/general/bg-winners-cup.png) no-repeat left top;}
#latest-winners ul {position:relative; top:-130px; width:110px; margin:13px 11px 0 13px; list-style-type:none; clear:both; float:right; }
#latest-winners ul li {font-size:12px; font-weight:bold; color:#fff; text-align:center;}
#latest-winners ul li.sum {color:#ba00e8;}
#latest-winners ul li.game {font-size:10px;}
*/
#latest-winners marquee { height:130px; margin:0 15px; /*position:relative; top:-130px; width:110px;clear:both; float:right; */}
#latest-winners marquee ul {margin:10px 0; padding:0;}
#latest-winners marquee ul li { list-style-type:none; font-size:14px; font-weight:bold; color:#fff600; text-align:center;}
#latest-winners marquee ul li.game {font-size:14px;color:#fff;}
/*#latest-winners marquee ul li.sum {color:#ba00e8;}*/

#latest-winners a.more {font-size:13px; font-weight:normal; color:#fff; position:relative; bottom: 10px; right:10px;}

#best-jackpots {width:213px; margin-bottom:5px; padding-bottom:7px; text-align:center; background:#e0e2e1; color:#fff; font-size:14px;}
#best-jackpots h4 {color:#fff; font-size:14px; margin:0 0 5px 0; padding:7px 15px; text-align:center; text-transform:capitalize; background:#030003 url(images/general/bg-jackpots-title.png) repeat-x left top} 
#best-jackpots div img {width:203px; height:82px; }
#best-jackpots div { width:203px; height:82px; border:solid 1px #000; margin:4px auto; position:relative; text-align:center; background:#2C004A;}
#best-jackpots div span {line-height:1em; position:absolute; top:55px; left:30px; width:150px; color:#fff;}

/*
#best-jackpots ul {margin:10px 20px; list-style-type:none;}
#best-jackpots ul li {font-size:12px; font-weight:bold; color:#ba00e8;}
#best-jackpots ul li.name {font-size:14px; font-weight:normal; color:#fff;}
*/

#banner-themed {margin-bottom:5px;}
#banner-themed img {border:none; width:213px;}

.flashtrigger
{
    width:409px;
    height:263px;
}
