@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/ipad-bg.jpg) repeat;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #cfcfcf 0 1px 0;
}
/****** Editing Zone ******/
.gamesListBigBox ul li a img {
	float: left;
	margin: 2px;
	border: 0px;
	border-radius: 10px;
	box-shadow: 0 2px 2px #333;
	width: 143px;  /*-2px*/
	height: 68px;  /*-2px*/
}
.gamesListBigBox ul li a:hover img {
	margin: 1px;
	width: 145px; /*edit*/
	height: 70px; /*edit*/
}
.gamesListBigBox ul li {
	position: relative;
	width: 306px;
	height: 87px; /*+6px - minimum 87px*/
	padding: 9px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ddd;
}
.gameInfoTitle {
	text-align:center;
	font-size:18px;
	margin-top: 14px;
}
.gamesListBigBox ul li .title{
	padding-left: 6px;
	overflow: hidden;
	line-height: 17px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	/*height: 55px;*/
	max-height: 35px;
}
.gamesListBigBox ul li .titleDesc{
	padding-left: 6px;
	margin-top: 4px;
	overflow: hidden;
	line-height: 17px;
	color: #444;
	font-size: 13px;
	max-height: 20px;
}
/****** End Editing Zone ******/
.bigContainer {
	width: 1108px;
	margin: 0px auto;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 4px #333;
}
.container {
	width: 1024px;
	background: url(/images/ipad-left-right.png) repeat-y #000;
	padding: 0 42px;
	margin: 0px auto;
	box-shadow: 1px 0px #333, -1px 0px #333;
}
.containerTop {
	position: relative;
	width: 1108px;
	height: 62px;
	margin: 0px auto;
	background: url(/images/ipad-top-bg.png) no-repeat;
	margin-top: 10px;
	box-shadow: -1px 0px #333, 1px 0px #333, 0px -1px #333;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.timeContainer {
	position: absolute;
	width: 60px;
	height: 20px;
	bottom: 0px;
	left: 524px;
	color: #aaa;
	font-size: 12px;
	text-align: center;
}
.containerBottom {
	width: 1108px;
	height: 62px;
	margin: 0px auto;
	background: url(/images/ipad-bottom-bg.png) no-repeat;
	margin-bottom: 50px;
	box-shadow: -1px 0px #333, 1px 0px #333, 0px 1px #333;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.breadcrumb {
	background: url(/images/header-bg.jpg) repeat-x #d7d8da;
	padding: 6px 5px 6px 6px;
	color: #999;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
}
.breadcrumbBox {
	float: left;
	width: 100px;
	border: 1px solid #888;
	border-bottom: 1px solid #93979f;
	padding: 5px;
	text-align: center;
	margin: 2px;
	border-radius: 5px;
	color: #555;
	box-shadow: 0px 1px 1px #cfcfcf, inset 0 1px #ddd;
}
.breadcrumbBox:hover {
	color: #FFF;
	border: 1px solid #444;
	background: url(/images/black-grey-bg-top-new.png) repeat-x #666d74;
	text-shadow: #333 0 -1px 0;
	box-shadow: 0px 1px 1px #cfcfcf, inset 0 1px #999;
}
.breadcrumbTitle {
	color: #7c7c7c;
	width: 524px;
	height: 26px;
	position: absolute;
	left: 250px;
	top: 9px;
	overflow: hidden;
	text-align: center;
}
h1 {
	font-size: 20px;
	display: inline;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #222;
}
ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul li {
	overflow: hidden;
	position: relative;
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr {
	border-top: 1px solid #666;
	border-bottom: 2px solid #ddd;
	border-left: 0px;
	border-right: 0px;
}
.mainContent {
	background: #d7d8da;
	padding: 10px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	text-align: center;
	font-size: 11px;
	padding: 15px;
	background-color: #d7d8da;
	color: #777;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.footer a {
	color: #777;
}
/*********** end of basic css***********/
.searchBox {
	float: right;
	margin: 3px;
	margin-top: 0px;
}
.searchInput {
	width: 170px;
	border-radius: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 30px;
	background: url(../images/search.png) no-repeat #FFF;
	color: #999;
	border: 1px solid #999;
	box-shadow: inset 0 1px #CCC, 0 1px #ddd;
}
.gamesList {
	margin-top: 15px;
}
.gamesListBigBox {
	background: url(/images/black-grey-bg-new.png) repeat-x #4e4e4e;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #444;
}
.gamesListBigBoxInner {
	background-color: #bcbcbc;
	border: 2px solid #999;
	border-radius: 5px;
}
.gamesListBigBox ul li.itemLeft {
	border-left: 1px solid transparent;
}
.gamesListBigBox ul li.itemRight {
	border-right: 1px solid transparent;
}
.gamesListBigBox ul li.itemTop {
	border-top: 1px solid transparent;
}
.gamesListBigBox ul li.itemBottom {
	border-bottom: 1px solid transparent;
}
.gamesListLighterBg {
	background-color: #bcbcbc;
}
.gamesListDarkerBg {
	background-color: #afafaf;
}
.swfContainer {
	position: relative;
	width: 595px;
	height: 70px;
	margin-top: 6px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 2px 3px 1px #333;
}
.gameInfo {
	padding: 6px;
}
.gameInfoLeft {
	float: left;
	margin: 6px;
	width: 600px;
}
.gameInfoRight {
	float: right;
	margin: 6px;
	margin-bottom: 8px;
	box-shadow: 0 2px 2px #333;
}
.gameInfoDesc {
	clear: left;
	padding: 5px;
}
.gameInfoImg {
	float: left;
	margin: 2px;
	margin-right: 6px;
	border: 0px;
	border-radius: 10px;
	box-shadow: 0 2px 2px #333;
}
.tagsList ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	list-style-type: circle;
	overflow: visible;
}
.tagsList ul li {
	width: 210px;
	height: 25px;
	margin: 10px;
	padding-left: 5px;
	overflow: visible;
}
.tagsList ul li a {
	color: #333;
}
.longBanner{
	margin: 8px;
	box-shadow: 0 2px 2px #333;
	width: 728px;
}
.overlayFooter {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.overlayFooterBox {
	border: 1px solid #999;
	border-bottom: 0px;
	height: 20px;
	padding: 5px;
	margin: 0 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(/images/header-bg.jpg) repeat-x #FFF;
}
.overlayFooterRight {
	float: right;
	width: 125px;
	height: 22px;
	padding-left: 15px;
	border-left: 1px solid #bbb;
	box-shadow: -1px 0 #FFF;
}
.overlayFooterRight2 {
	float: right;
	width: 90px;
	height: 18px;
	padding: 2px;
	border-left: 1px solid #bbb;
	box-shadow: -1px 0 #FFF;
	text-align: center;
}
.overlayFooterLeft {
	float: left;
	width: 120px;
	height: 18px;
	padding: 2px;
	border-right: 1px solid #bbb;
	box-shadow: 1px 0 #FFF;
	text-align: center;
	color: #888;
	margin-right: 10px;
}
.overlayFooterRight2 a {
	color: #888;
}
.overlayFooterRight2 a:hover {
	color: #333;
}
.homeFbLike {
	position: relative;
	left: 10px;
}
.topPages {
	margin: 5px;
	margin-bottom: 10px;
}
.bottomPages {
	text-align: center;
	word-spacing: 2px;
	margin-top: 10px;
}
.bottomPages a {
	color: #333;
}
.pages {
	margin: 6px;
	margin-bottom: 8px;
	margin-left: 8px;
	color: #FFF;
	text-shadow: #333 0 -1px 0;
}
.arrowPages {
	margin-bottom: 2px;
}
.previousPageBox {
	float: left;
	width: 26px;
	padding: 7px;
	padding-top: 8px;
	padding-left: 16px;
	border-right: 1px solid #999;
	box-shadow: 1px 0 #222;
}
.nextPageBox {
	float: right;
	width: 26px;
	padding: 7px;
	padding-top: 8px;
	padding-right: 16px;
	border-left: 1px solid #999;
	box-shadow: -1px 0 #222;
}
.previousPage {
	float: left;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 12px solid #FFF;
}
.nextPage {
	float: right;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #FFF;
}
.previousPageBox:hover {
	background: url(/images/black-grey-bg-new-hover.png) #393939;
	border-right: 1px solid #5e5e5e;
	border-top-left-radius: 5px;
}
.nextPageBox:hover {
	background: url(/images/black-grey-bg-new-hover.png) #393939;
	border-left: 1px solid #5e5e5e;
	border-top-right-radius: 5px;
}
.freeBtn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 3px 12px 4px 12px;
	border: 1px solid #666;
	/*background: url(/images/black-grey-bg-btn.png) repeat-x #707070;*/
	background: url(/images/black-grey-bg-btn-new.png) repeat-x #75777f;
	color: #FFF;
	text-shadow: 0 -1px #222;
	border-radius: 4px;
	font-size: 14px;
	box-shadow: 0 -1px solid #555, 0 1px solid #fff;
}
.freeBtn:hover {
	border: 1px solid #060;
	background: #00AF00;
	text-shadow: 0 -1px #060;
}
.whiteBtn {
	background: url(/images/white-btn-bg.png) repeat-x;
	padding: 5px 20px;
	border: 1px solid #aaa;
	border-top: 1px solid #999;
	box-shadow: 0 1px #ddd;
	border-radius: 8px;
	float: left;
	color: #333;
}
.whiteBtn:hover {
	background: #f3f3f3;
}