.clearfix {
	clear:both;
	zoom: 1;
	height: 0;
	overflow:hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {
	color: #369835;
	text-decoration: none;
}
#main {
	position:absolute;
	width: 972px;
	right: 50%;
	margin-right: -486px;
}
#lw-nav {
	background: url('images/leapsterworld-nav.png') no-repeat;
	width: 972px;
	height:173px;
	text-transform:uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-top: 10px;
}
#lw-nav ul {
	text-align:center;
	margin: 13px 0px;
	float:left;
	width: 972px;
}
#lw-nav li {
	float:left;
	margin: 0 10px;
	_margin: 0 6px;
}
#lw-nav a {
	color: #183094;
}
#lw-nav a.selected {
	color: #57ab3c;
}
#lw-nav .nav-bullet {
	background:url(images/dot.png) no-repeat center 2px;
	width: 11px;
	height: 13px;
}
h2 {
	color: #56aa3a;
	font-size:18px;
}
h4 {
	color: #56aa3a;
	font-size:14px;
}
#accordian {
	width: 588px;
	margin-top: 10px;
	border: 1px solid #b3ca7a;
	position:absolute;
}
#accordian li {
	border-bottom: 1px solid #97b673;
}
#accordian a {
	color: #266b1a;
	font-size: 14px;
	padding: 6px 10px;
	display:block;
	background: url('images/accord-item-bg.gif');
}
#accordian a:hover {
	background: url('images/accord-item-bg-over.gif');
}
#accordian .content {
	overflow:hidden;
	height:0;
	color: #808080;
}
#accordian .content {
	overflow:hidden;
	height:0;
	color: #808080;
}
#accordian .content .inner-content h2 {
	color: #087F40;
	font-size: 15px;
	margin-bottom: .33em;
}
#accordian .content.open {
	background:white;
}
#accordian .top-line {
	border-top: 1px solid #97b673;
}
#accordian .content .inner-content {
	margin: 10px;
	overflow:hidden;
}
#accordian .content .inner-content .divider {
	border-top: 1px solid #dbdcd6;
	margin: 10px 0;
	clear:both;
}
#accordian .content .inner-content img.ss {
	float: left;
	margin: 0 10px 10px 0;
}
#game-list li {
	float: left;
	margin: 0 37px 30px 0;
	width: 118px;
	height: 258px;
	font-size: 11px;
}
.game-thumb {
	width: 118px;
	height: 168px;
	margin-bottom: 5px;
	cursor:pointer;
}
#game-list .name {
	color: #058fc2;
	font-weight:bold;
	/* background: url(images/arrow-library.gif) 0 -1px no-repeat;
	padding-left: 18px; */
}
#game-list .new {
	text-transform:uppercase;
	color:#ff9900;
}

#game-list a {
	color:#666;
}
#game-list a:hover {
	text-decoration: underline;
}
.disclaimer {
	color: #666666;
	font-size: 11px;
	float:left;
}
#previewBubbleName {
	color: white;
	font-size: 16px;
}
#game-list .content {
	display:none;
}

/* POP */
.pop-bg {position: absolute; margin: 0; width: 340px; height: 350px; z-index: 700}

.pop-ttl {font-size: 16px; font-weight: normal; color: #fff; width: 255px;}
.pop-subttl {font-size: 13px; color: #fff;}
.pop-play {margin: 10px 0px 10px 0px; text-align:center;}
.pop-age {color: #a8a8a8; font-weight: bold;}
.pop-seedet {padding: 5px 0px 0px 0px;}
a.see-details:link, a.see-details:visited {color: #666; text-decoration: underline; font-size: 11px;}
a.see-details:hover {text-decoration: none;}
.pop-info {color: #666; margin: 6px 15px 0px 0px; line-height: 14px; height: 215px;}
.pop-info-video {color: #666; margin: 6px 15px 0px 0px; line-height: 14px; height: 165px;}
.pop-detail {color: #00aced; font-weight: bold;}
.pop-rights {color: #999; font-size: 9px;}
.pop-buy {margin-right:10px; position:absolute; bottom:0 }
#text-note {
  color: #666;
  padding-top: 5px;
  margin-left: 35px;
}

/* Secret codes */


#gameCodeList {
	margin-top: 20px;
	width: 640px; 
}

#gameCodeList li {
	background: url(images/code-card.png);
	/* background: #e4e4ff; */
	width: 280px;
	height: 120px;
	margin: 0 20px 20px 0;
	float:left;
	padding: 10px;
}

#gameCodeList li.selected {
	background: url(images/code-card-green.png);
}

#gameCodeList .game-thumb {
	width: 83px;
	height: 118px;
	float:left;
	margin-right: 10px;
}

#gameCodeList a {
	color: #535260;
	text-decoration: underline;
	font-size: 12px;
}

#gameCodeList h2 {
	margin-top: 5px;
	color: #1c7bb5;
	font-weight:bold;
	font-size: 14px;
	height:20px;
}

#gameCodeList .q-box-list {
	width: 180px;
	float:left;
}

#gameCodeList .q-box {
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 5px 10px 0 0;
	/* border: 1px solid #9abf7c; */
	background: url(images/q-box.png); /* #e4f980; */
	float:left;
}

#gameCodeList .q-box.unlocked {
	background: white;
}

#gameCodeList input.code-field {
	border: 1px solid #d5d5df;
	padding: 2px;
	color: #a3a3a3;
	width: 120px;
	font-size: 16px;
	margin-top: 5px;
	float:left;
}

#gameCodeList .go-btn {
	float: left;
	border: 0px;
	height:32px;
	width: 52px;
	margin: 2px 0 0 5px;
	background: url(images/go-btn.png);
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/go-btn.png', sizingMethod='scale');
}

#gameCodeList .go-btn:hover {
	background: url(images/go-btn_roll.png);
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/go-btn_roll.png', sizingMethod='scale');
}


#dialog {
	width: 408px;
	height: 293px;
	position:fixed;
	_position:absolute;
	top:140px;
	right:50%;
	margin-right:-204px;
}
#dialogBg {
	/* background:url(images/pop-dialog.png); */
	width: 408px;
	height: 293px;
	position:absolute;
}
.ok-btn {
	background:url(images/ok-btn.png);
	width:54px;
	height:32px;
	position:absolute;
	bottom:30px;
	right:30px;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
}
.ok-btn:hover {
	background:url(images/ok-btn_roll.gif);
}
.dl-btn {
	background:url(images/download-btn.png);
	width:112px;
	height:32px;
	position:absolute;
	bottom:30px;
	right:30px;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	text-indent:-2000px;
}
.print-btn {
	background:url(images/print-btn.png);
	width:76px;
	height:32px;
	position:absolute;
	bottom:30px;
	right:30px;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	text-indent:-2000px;
}
#dialogClose {
	width: 18px;
	height: 18px;
	position:absolute;
	right: 25px;
	top: 25px;
	background:url(images/close-but.gif);
	cursor:pointer;
}
#dialogMsg {
	font-size: 16px;
	color: #666666;
	position:absolute;
	width: 330px;
	top: 80px;
	left: 40px;
}
#dialogTitle {
	font-size: 18px;
	font-weight:bold;
	color: white;
	position: absolute;
	top: 24px;
	left: 40px;
}
#dialogDLTitle {
	position:absolute;
	left: 40px;
	top: 80px;
	color: #999999;
	font-weight: bold;
	font-size: 16px;
}
#dialogDLMsg {
	position:absolute;
	left: 40px;
	top: 110px;
	width: 330px;
	color: #666666;
	font-size: 14px;
}
#dialogDLOptions {
	position:absolute;
	top: 135px;
	left: 140px;
}

/* Dialog */

#compareDialog {
	width:782px; 
	height:528px;
	/*position:fixed; 
	_position:absolute;
	z-index:100; 
	left:50%; 
	margin-left:-391px; 
	top: 100px;
	_top: 130px;*/
	
}

#compareDialogBg {
	background:url(images/compare-dlg.png); 
	_background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/compare-dlg.png', sizingMethod='scale');
	width:782px; 
	height:528px;
	/*position:absolute;*/
}


#compareDialog table {
	/*position: absolute;
	top: 60px;
	left: 35px;
	width: 715px;*/
	font-family: Arial, Helvetica, sans-serif;
	width: 782px;
	color: #666;
}

#compareDialog th {
	/*background: #ececec;*/
	padding: 10px 0 2px 0;
	border: 2px solid #fff;
}

#compareDialog td {
	/*background: #ececec;*/
	padding: 2px 8px ;
	border-bottom: 1px solid #bfb;
}

#compareDialog #dialogTitle {
	/*top: 20px;
	left: 30px;*/
	font-size: 18px;
	font-weight: bold;
	color: #56aa3a;
	margin-top: -40px;
	padding-bottom: 20px;
}

#compareDialog #dialogClose {
	/*right: 25px;
	top: 20px;*/
}

