/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html
{
	min-height: 100%;
	margin-bottom: 1px;
}

html
{
	background: url(../images/bg_sidebars.gif) 50% 169px no-repeat;
	margin: 0;
	padding: 0;
}
body
{
	background: url(../images/headerBck.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #000;
	font-size: 12px;
}

a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #1377E8;
}
h1
{
	font-size: 16px;
}
h2
{
	font-family: Georgia, "Times New Roman" ,Times,serif;
	font-size: 14px;
	color: #770000;
}
.hr
{
	height: 7px;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 15px;
}
.hr hr
{
	display: none;
}

.indented
{
	padding-left: 15px;
}
.info
{
	font-size: smaller;
	font-weight: bold;
	color: #777;
}
#header
{
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 169px;
}
#header a img
{
	border: none;
}
.logo a
{
	line-height: 25px;
	padding-bottom: 1px;
	padding-left: 19px;
}
.logo a.logoimg
{
	margin-top: -110px;
	display: block;
	width: 362px;
	height: 104px;
}
#header a.bookmark
{
	background: url(../images/icon_fav.gif) no-repeat;
}
#header a.homepage
{
	background: url(../images/icon_home.gif) no-repeat;
}
.logo
{
	position: absolute;
	top: 18px;
	left: 47px;
	width: 382px;
	padding-top: 120px;
	text-align: center;
	background: url(../images/logo.png) no-repeat;
	font-size: 11px;
}
.logo strong, .logo h1, .logo h2
{
	display: none;
}

#nav
{
	font-family: verdana, tahoma, arial;
	font-size: 9.5px;
	position: absolute;
	right: 3px;
	bottom: 0;
	list-style: none;
	margin: 0;
	height: 30px;
	padding-left: 5px;
	background: #5a636e url('../images/tabsBck_wide.png') no-repeat;
}

* html #nav
{
	bottom: -1px;
}
#nav ul, #nav li
{
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-right: 6px;
}

#nav li:last-child
{
	padding-right: 5px !important;
}


#nav a
{
	text-align: center;
	padding-top: 5px;
	height: 21px;
}

#nav a:link, #nav a:visited
{
	background: #E8EBF0 url('../images/tabNormalTHIRD.png') no-repeat;
	width: 78px;
	margin-top: 4px;
	color: #dcdcdc;
	float: left;
	font-size: larger;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
#nav li:first-child a:link, #nav li:first-child a:visited
{
	background: #E8EBF0 url('../images/tabNormalFIRST.png') no-repeat !important;
}

#nav a.special:link, #nav a.special:visited
{
	background: #f52020 url('../images/tabSpecialNORMAL.png') no-repeat !important;
	color: #fdfdfd;
}

#nav a.special_wide:link, #nav a.special_wide:visited
{
	background: #f52020 url('../images/tabSpecialNORMAL_wide.png') no-repeat !important;
	color: #fdfdfd;
	width: 110px;
}

#nav a:link.active, #nav a:visited.active
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#nav a:hover
{
	background: #c4c4c6 url('../images/tabHoverTHIRD.png') no-repeat;
	color: #3e4042;
}

#nav a.special:hover
{
	background: #ff2727 url('../images/tabSpecialHOVER.png') no-repeat !important;
	color: #ffffff !important;
}

#nav a.special_wide:hover
{
	background: #ff2727 url('../images/tabSpecialHOVER_wide.png') no-repeat !important;
	color: #ffffff !important;
	width: 110px;
}

#nav li:first-child a:hover
{
	background: #c4c4c6 url('../images/tabHoverFIRST.png') no-repeat !important;
}

#nav li a.selected
{
	background: #f2f2f4 url('../images/tabSelectedTHIRD.png') no-repeat;
	color: #444444;
	font-weight: bold;
}

#nav li:first-child a.selected
{
	background: #f2f2f4 url('../images/tabSelectedFIRST.png') no-repeat !important;
}

#menu ul a:hover
{
	color: #f00 !important;
}

#contentwrap
{
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#search
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	width: 189px;
	height: 30px;
	background: url(../images/bg_search.gif);
	text-align: right;
}

#breadcrumb
{
	position: relative;
	top: 0;
	left: -8px;
	width: 522px;
	margin-bottom: 10px;
	padding: 8px 25px;
	background: url(../images/bg_breadcrumb.gif) repeat-y;
}
#breadcrumb a
{
	font-weight: bold;
}
#content-twocol
{
	width: 472px;
}

#content
{
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
}
#content h1
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 18px;
	color: #770000;
	line-height: 24px;
	padding-top: 10px;
}
#content p, #content dl, #content ul, #content ol
{
	color: #444444;
	line-height: 18px;
	padding: 10px;
}
#content a
{
	font-weight: bold;
}
#content a:hover
{
	border-bottom: 1px dotted;
}
#content .postinfo
{
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #F6F6F6;
	border: 1px solid #E8EDF4;
	color: #333;
}
#content .postinfo a
{
}
#content blockquote
{
	width: 80%;
	margin: 10px auto;
	padding: 0 26px;
	line-height: 18px;
	background: #FFF url(../images/bg_blockquote_side.gif) no-repeat 0 50%;
}
#content blockquote h1
{
	color: #1377E8;
}

#right
{
	float: left;
	width: 253px;
	padding-left: 9px;
}
#right dl
{
	margin-bottom: 20px;
}
#right dt
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	padding-left: 13px;
	height: 27px;
	line-height: 27px;
}
#right a:hover
{
	text-decoration: underline;
}

#subnav
{
	width: 239px;
	list-style: none;
}
#subnav dd
{
	margin: 0;
	line-height: 30px;
	background: url(../images/bg_subnav.gif);
}
#subnav dt
{
	background: url(../images/bg_right_head.gif) repeat-x;
}
#subnav a
{
	display: block;
	height: 32px;
	padding-left: 13px;
}
#subnav a:hover
{
	text-decoration: none;
}
#subnav .on
{
	color: #1377E8;
	height: 32px;
	padding-left: 30px;
	background: url(../images/bg_subnav_on.gif);
}
#subnav .last
{
	background: url(../images/bg_subnav_last.gif);
}
#subnav .laston
{
	padding-left: 30px;
	background: url(../images/bg_subnav_last_on.gif);
}

.box
{
	position: relative;
	width: 245px;
	background: url(../images/bg_right_head.gif) repeat-x;
	margin: 0;
}
.box dd
{
	margin: 0;
	height: 65px;
	background: url(../images/bg_right_box.gif) no-repeat;
}
.box dd.last
{
	background: url(../images/bg_right_box_last.gif) no-repeat;
}

.medialist dd img
{
	float: left;
	margin: 5px 5px 0 10px;
}
.medialist dd p
{
	padding: 5px;
}

.search dd
{
	padding: 15px 10px 0;
	margin: 0;
}
.searchbtn
{
}

.box2
{
	width: 217px;
	background: url(../images/bg_right_box2.gif) no-repeat 100% 0;
	border-top: 1px solid #C0C0C0;
	margin: 0 0 10px 0;
	padding: 10px;
	border-bottom: 1px solid #D1D1D1;
}
.box2 form.login
{
	text-align: left;
	padding-top: 10px;
}

#footer
{
	height: 47px;
	padding: 20px;
	background: url(../images/bg_footer.gif) no-repeat;
	color: #666;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 20px;
}
#footer a
{
}
#footer .links
{
	padding-top: 11px;
	text-align: center;
}
#footer .notice
{
	text-align: center;
	font-size: smaller;
}
#footer a:hover
{
	border-bottom: 1px dotted #1377E8;
}

.clear
{
	clear: both;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */


form
{
	margin: 0;
	padding: 0;
}
input
{
}
input.input
{
	position: relative;
	width: 157px;
	margin-bottom: 8px;
	height: 21px;
	padding: 5px 15px 0;
	color: #FFF;
	background: url(../images/bg_search.gif) no-repeat 0 50%;
	border: none;
}
* html input.input
{
	width: 147px;
	margin-bottom: 5px;
	background-attachment: fixed;
	padding-right: 25px;
}
input.submit
{
	background: #333;
	color: #FFF;
	font-size: 11px;
	border: inset;
	width: auto;
	border: none;
	margin: 0;
	padding: 5px;
}

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}


/* Cart style*/
DIV#cart
{
	position: absolute;
	top: 10px;
	right: 1px;
	margin: .8em;
	background-color: #e8ebf0;
	padding: .5em .5em .5em 1em;
}

DIV#cart SPAN.summary
{
	background-color: Red;
}
DIV#cart SPAN.caption
{
	position: relative;
	bottom: 11px;
}
img
{
	border: 0;
}


#bulkOrderGeneralList ul.selectList
{
}

#bulkOrderGeneralList li
{
	margin-left: 120px;
	display: block;
	background: #ffffff url('../images/gameLevelItem.png') no-repeat;
	width: 180px;
	height: 53px;
}

#bulkOrderGeneralList ul.selectList li a.selected
{
	background-color: #666;
	color: White;
}
#bulkOrderGeneralList ul.selectList li a:hover
{
}
#bulkOrderGeneralList ul.selectList li a.selected:hover
{
}

#bulkOrderGeneralList ul.selectList li a
{
	margin-top: 0px;
	text-align: right;
	padding-right: 20px;
	font-size: larger;
	vertical-align: middle;
	font-family: Verdana, Tahoma, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #e83c3c;
	display: block;
	height: 38px;
	padding-top: 15px;
}
#bulkOrderGeneralList ul.selectListSmallText li a
{
	margin-top: 0px;
	text-align: right;
	padding-right: 20px;
	font-size: larger;
	vertical-align: middle;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #e83c3c;
	display: block;
	height: 38px;
	padding-top: 15px;
}

#bulkOrderGeneralList ul.selectList li
{
	list-style-type: none;
	padding-bottom: 10px;
}

#bulkOrderGeneralList ul.selectList li a:hover
{
	border: none;
}



div.bottomShadow
{
	background: #ffffff url('../images/bottomShadow.png') no-repeat;
	width: 202px;
	height: 10px;
}

#sitesList
{
	width: 450px;
}

#sitesList li.sitesListItem
{
	height: 184px;
	width: 202px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#sitesList li a.sitesListItemA
{
	background: #ffffff url('../images/sitesListBack.png') no-repeat;
	padding-top: 13px;
	height: 161px;
	width: 202px;
	display: block;
}

#sitesList li a:hover
{
	background-color: #CCC;
	border-bottom: none !important;
}

#sitesList li a img
{
	padding-left: 14px;
}
#sitesList li a div.sitesListCaptionOuter
{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}


#sitesList li a div.sitesListCaption
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	width: 202px;
	text-align: center;
	padding-top: 0px;
	color: #5e5e5e;
}


#bulkOrderNumberOfHandsList ul.selectList
{
	width: 450px;
}

#bulkOrderNumberOfHandsList ul.selectList li a.selected
{
	background-color: #666;
	color: White;
}
#bulkOrderNumberOfHandsList ul.selectList li a:hover
{
}
#bulkOrderNumberOfHandsList ul.selectList li a.selected:hover
{
	background-color: #666;
}

#bulkOrderNumberOfHandsList ul.selectList li a
{
	width: 202px;
	height: 157px;
	background: #FFFFFF url(../images/pricesBck.png) no-repeat;
	display: block;
}

#bulkOrderNumberOfHandsList ul.selectList li
{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 202px;
	height: 157px;
	list-style-type: none;
	padding-top: 10px;
}

#bulkOrderNumberOfHandsList ul.selectList li a:hover
{
	background-color: #CCC;
	border-bottom: none !important;
}


#bulkOrderNumberOfHandsList .priceMain
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #e83c3c;
	width: 114px;
	margin-left: 76px;
	padding-top: 25px;
	text-align: center;
}

#bulkOrderNumberOfHandsList .priceHands
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #5e5e5e;
	width: 114px;
	margin-left: 76px;
	padding-top: 2px;
	text-align: center;
}

#bulkOrderNumberOfHandsList .priceAtPrice
{
	width: 168px;
	margin-left: 10px;
	padding-top: 7px;
	text-align: right;
}

#bulkOrderNumberOfHandsList .priceAt
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #5e5e5e;
}

#bulkOrderNumberOfHandsList .pricePrice
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 26px;
	font-weight: bold;
	color: #e83c3c;
}

#bulkOrderNumberOfHandsList .priceDaysOldBlock
{
	margin-top: 10px;
	color: #5e5e5e;
	font-family: Verdana, Tahoma, Arial;
	height: 50px;
	width: 90px;
	text-align: center;
	float: left;
	margin-left: 11px;
}

#bulkOrderNumberOfHandsList .priceDaysOldBlockCenter
{
	margin-top: 10px;
	color: #5e5e5e;
	font-family: Verdana, Tahoma, Arial;
	height: 50px;
	width: 90px;
	text-align: center;
	float: left;
	margin-left: 58px;
}

#bulkOrderNumberOfHandsList .pricePerMillionBlock
{
	margin-top: 10px;
	color: #5e5e5e;
	font-family: Verdana, Tahoma, Arial;
	height: 50px;
	width: 90px;
	text-align: center;
	float: left;
}

#bulkOrderNumberOfHandsList .priceDaysOldTop, #bulkOrderNumberOfHandsList .pricePerMillionTop
{
	font-size: 16px;
	font-weight: bold;
	width: 90px;
	height: 19px;
	padding-top: 6px;
	text-align: center;
}
#bulkOrderNumberOfHandsList .priceDaysOldBottom, #bulkOrderNumberOfHandsList .pricePerMillionBottom
{
	font-size: 12px;
	font-weight: normal;
	width: 90px;
	height: 25px;
	text-align: center;
}


#bulkOrderTableSizeList ul.selectList
{
	width: 450px;
}

#bulkOrderTableSizeList ul.selectList li a.selected
{
	background-color: #666;
	color: White;
}
#bulkOrderTableSizeList ul.selectList li a:hover
{
}
#bulkOrderTableSizeList ul.selectList li a.selected:hover
{
	background-color: #666;
}

#bulkOrderTableSizeList ul.selectList li a
{
	width: 202px;
	height: 157px;
	background: #FFFFFF url(../images/tableSizeBck.png) no-repeat;
	display: block;
}

#bulkOrderTableSizeList ul.selectList li
{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 202px;
	height: 157px;
	list-style-type: none;
	padding-top: 10px;
}

#bulkOrderTableSizeList ul.selectList li a:hover
{
	background-color: #CCC;
	border-bottom: none !important;
}


#bulkOrderTableSizeList li div.tableSizeName
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #e83c3c;
	width: 202px;
	padding-top: 23px;
	text-align: center;
}

#bulkOrderTableSizeList li div.tableSizeNumeric
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #5e5e5e;
	width: 202px;
	padding-top: 81px;
	text-align: center;
}
DIV.PerformanceMonitor
{
	border: 1px solid gray;
	background-color: #CFC;
	padding: 1em;
	margin-top: 1em;
	font-family: "Courier New" , Courier;
}

DIV#checkoutButtons
{
	padding-left: 90px;
	text-align: center;
}

.itemStatus
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.itemStatusInner
{
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	background-color: #f0f0f0;
}
.itemMessage
{
	font-size: larger;
}

.subs_table_downloaded
{
	color: Gray;
}
.subs_table_notdownloaded
{
	font-size: larger;
}



#bulkOrderNumberOfHandsList .bottomLeftA
{
	font-size: 16px;
	font-weight: bold;
	width: 90px;
	height: 19px;
	padding-top: 6px;
	text-align: center;
}
#bulkOrderNumberOfHandsList .bottomLeftB
{
	font-size: 11px;
	font-weight: normal;
	width: 90px;
	height: 25px;
	text-align: center;
}

#bulkOrderNumberOfHandsList .bottomRightA
{
	font-weight: normal;
	font-size: 12px;
	width: 90px;
	height: 19px;
	padding-top: 6px;
	text-align: center;
}

#bulkOrderNumberOfHandsList .bottomRightB
{
	font-size: 16px;
	font-weight: bold;
	width: 90px;
	height: 25px;
	text-align: center;
}

#bulkOrderTableSizeList li div.tableSizeNumericSub
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
	width: 202px;
	padding-top: 71px;
	text-align: center;
}


.setculture
{
	position: absolute;
	right: 20px;
	padding-top: 4px;
}
.setculture #selected
{
	font-weight: bold;
}

.levelsList
{
	font-size: larger;
}

.Transactions .play
{
	background-color: #EEE;
}
.Transactions .real
{
	background-color: #BFB;
}


