/* Main CSS Document */

@import url("core.css");
table  .rental_chart{
	margin:0px;
	padding:0px;
	line-height: normal;
}
.rental_chart  td{
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	font-weight:bold;
	color:#000000;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #0C1F35;
}

.game_rental_comparison{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px 8px 8px 8px;
	margin:0px;
	background-color: #0C1F35;

}

/* header */
#header {
	width: 100%;
	height: 80px;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
}
#header .headerHolder {
	width: 972px;
	margin: 0px auto;
}
#header .headerHolder .headerTitle {
	width: 300px;
	float: left;
}
#header .headerHolder .search {
	width: 300px;
	float: right;
	padding: 25px 0px 0px 0px;
}
#header .headerHolder .search .field {
	width: 200px;
	float: left;
	height: 25px;
	background-color: #f5f5f5;
	border: 1px solid #e2e2e2;
	margin: 0px 4px 0px 0px;
}


/* nav */
#nav {
	width: 100%;
	height: 40px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
}
#nav .navHolder {
	width: 972px;
	margin: 0px auto;
}
#nav .navHolder ul {
	width: 800px;
	margin: 0px;	
	padding: 0px;
	float: left;
}
#nav .navHolder li {
	margin: 0px;
	padding: 6px 40px 0px 0px;
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	background-image: url(../images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav .navHolder li.last {	
	background: none;
}
#nav .navHolder a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav .navHolder a:hover {
	text-decoration: none;
	color: #94d3f5;
}
#nav .navHolder .rss {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 122px;
	background-image: url(../images/icon-rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 0px 12px;
	text-align: right;
}



/* middle */
#middle {
	width: 100%;
	height: 290px;
	background-image: url(../images/bg-middle.gif);
	background-repeat: repeat-x;
}
#middle .middleHolder {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background-image: url(../images/bg-middle-holder.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}
#middle .middleHolder .shot{
	float: right;
}


/* products */
#products {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}
#products .prodOne {
	width: 243px;
	float: left;
	padding: 0px 84px 0px 0px;
	background-image: url(../images/bg-product-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#products .prodLast {
	width: 243px;
	float: left;
}




/* content */
#content {
	width: 100%;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#content .contentHolder {
	width: 972px;
	margin: 0px auto;
}

/* left */
#content .left {
	width: 655px;
	float: left;
}
#content .leftlanding {
	width: 580px;
	float: left;
}
#content .leftlandingbox {
	width: 540px;
	float: left;
	padding: 20px;
	background-image: url(../images/bg-leftlanding.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
}
#content .leftlanding ol.padded {
	margin: 0px 0px 20px 40px;
	padding: 0px;
}
#content .leftlanding ul.padded {
	margin: 0px 0px 20px 40px;
	padding: 0px;
}
#content .leftlanding ul.padded li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	float: none;
}
#content .left ul {
	margin: 0px;
	padding: 0px;
}
#content .left ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#content .left ul li.thumb {
	width: 200px;
	display: block;
	text-align: center;
	padding: 20px 7px 0px 7px;
	line-height: 20px;
}
#content .left ul li.tab {
	width: 120px;
	display: block;
	text-align: center;
	padding: 10px 7px 10px 7px;
	margin: 0px 1px 0px 0px;
	line-height: 20px;
	background-color: #e8e8e8;
}
#content .left li.tabOn {
	width: 120px;
	display: block;
	text-align: center;
	padding: 10px 7px 10px 7px;
	margin: 0px 1px 0px 0px;
	line-height: 20px;
	font-weight: bold;
	background-color: #ebf3f8;
}
#content .left .tabContent {
	background-color: #ebf3f8;
	padding: 20px;
	clear: both;
}
#content .left .shot {
	width: 203px;
	padding: 0px 25px 0px 0px;
	float: left;
}
#content .left .desc {
	width: 420px;
	float: right;
}
/* form */
#content .left label {
	margin: 0px 20px 0px 0px;
	padding: 2px 0px 0px 0px;	
	float: left;
	width: 140px;
}
#content .left .field {
	width: 180px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .left .txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .left .select {
	width: 560px;
	padding: 3px 0px 3px 0px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .left .btnForm {
	padding: 0px 0px 0px 160px;
}



/* right */
#content .right {
	width: 277px;
	float: right;
	font-size: 14px;
}
#content .rightlanding {
	width: 345px;
	float: right;
	font-size: 12px;
	background-image: url(../images/bg-yellow.gif);
	background-repeat: repeat-y;
}
#content .rightlandingtop {
	width: 345px;
	float: right;
	font-size: 12px;
	background-image: url(../images/bg-yellow-top.gif);
	background-repeat: no-repeat;
}
#content .rightlanding .boxcontent {
	width: 315px;
	float: right;
	font-size: 12px;
	padding: 30px 15px 15px 15px;
	background-image: url(../images/bg-yellow-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .right .tabTop {
	width: 277px;
	height: 22px;
	background-image: url(../images/tab-right-top.gif);
	background-repeat: no-repeat;
}
#content .right .tabBottom {
	width: 277px;
	height: 22px;
	background-image: url(../images/tab-right-bottom.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	background-position: left bottom;
}
#content .right .box {
	width: 221px;
	background-image: url(../images/tab-right-bg.gif);
	background-repeat: repeat-y;
	padding: 16px 28px 16px 28px;
	line-height: 21px;
}
#content .right ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#content .right li {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	display: block;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #ececec;
}
#content .right li.post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #12427c;
	height: 30px;
	background-image: url(../images/icon-post.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 0px 45px;
}
#content .right li.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #12427c;
	height: 30px;
	background-image: url(../images/icon-cat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 0px 45px;
}



/* form */
#content .right .box label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
}
#content .right .box .field {
	width: 140px;
	height: 23px;
	float: right;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .right .box .btn {
	padding: 0px 0px 20px 88px;
}


/* sub footer */
#subFooter {
	width: 100%;
	background-color: #eef5f9;
	background-image: url(../images/bg-sub-footer.gif);
	background-repeat: repeat-x;
	padding: 20px 0px 20px 0px;
}
#subFooter .subFooterHolder {
	width: 900px;
	margin: 0px auto;
}
#subFooter .box {
	width: 412px
}
#subFooter .box ul {
	margin: 0px;
	padding: 0px;
}
#subFooter .box li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	height: 24px;
}
#subFooter .headingVideogames {
	background-image: url(../images/bg-heading-video.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	color: #000;
	padding: 10px 0px 0px 50px;
	height: 40px;
}
#subFooter .headingArticle {
	background-image: url(../images/bg-heading-recent-article.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	color: #000;
	padding: 10px 0px 0px 30px;
	height: 40px;
}



/* footer */
#footer {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	color: #898989;
	font-size: 10px;
}
#footer .footerHolder {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .footerHolder .links {
	width: 575px;
	float: right;
	padding: 0px;
	text-align: right;
}
#footer .footerHolder .copy {
	width: 325px;
	float: left;
	padding: 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #898989;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* table */
table {
	border-top: 1px solid #1c2e42;
	border-right: 1px solid #1c2e42;
	font-size: 12px;
	text-align: center;
}
td {
	padding: 5px;
	border-bottom: 1px solid #1c2e42;
	border-left: 1px solid #1c2e42;
}
th {
	padding: 5px;
	border-bottom: 1px solid #1c2e42;
	border-left: 1px solid #1c2e42;
	color: #fff;
	background-color: #1c2e42;
	font-size: 14px;
}
td.chart_title {
	padding: 5px;
	border-bottom: 1px solid #1c2e42;
	border-left: 1px solid #1c2e42;
	bakground-color: #c0c0c0;
}
.image {
	padding-right: 10px;
	padding-bottom: 10px;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

a.btn_left {
	width: 106px;
	height: 24px;
	color: #fff;
	background-image: url(../images/bg-btn.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	float: left;
}
a.btn_right {
	width: 106px;
	height: 24px;
	color: #fff;
	background-image: url(../images/bg-btn.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	float: right;
}	
#content .leftlandingppc {
	width: 972px;
	float: left;
}
#content .leftlandingppc ol.padded {
	margin: 0px 0px 20px 40px;
	padding: 0px;
}
#content .leftlandingppc ul.padded {
	margin: 0px 0px 20px 40px;
	padding: 0px;
}
#content .leftlandingppc ul.padded li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	float: none;
}
#content .leftlandingblog {
	width: 672px;
	float: left;
}
#content .leftlandingblog ol.padded {
	margin: 0px 0px 20px 40px;
	padding: 0px;
}
#content .leftlandingblog ul.padded {
	margin: 0px 0px 20px 40px;
	padding: 0px;
}
#content .leftlandingblog ul.padded li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	float: none;
}