@charset "utf-8";
@import url(banners-local.css);

/* Use this stylesheet for branch-specific CSS customisations */
/* #head { background-image: url(../images/common/bg_head.gif); } */
#splashpod { background-color: #000; }
#content ul.news li { font-size: 0.9em; }

#highlight-console { position: relative; overflow: hidden; width: auto; height: 22em; width: 73.2em; margin: 0 1.5em 1.2em 22.5em; background: #000; }
#highlight-console .controls { position: absolute; font-size: 1.2em; font-family: Arial, Verdana, sans-serif; padding: .5em .5em .5em 0; overflow: hidden; }
#highlight-console .controls a { border: 1px solid #fff; color: #fff; cursor: pointer; margin: 0 0 0 .5em; padding: .2em .5em; float: left; }
#highlight-console .controls a:hover,#highlight-console .controls a.active { background-color: #F5AF00; color: #000; }
#highlight-console .story { height: 22em; color: #FFF; background-color: #000; width: auto; }
#highlight-console .story h2 { font-size: 4em; font-weight: 400; width: 11em; background-repeat: no-repeat; line-height: 1em; margin: 0; padding: .4em 0 .3em .5em; }
#highlight-console .story h2 a { color: #fff; text-decoration: none; }
#highlight-console .story h2 a:hover { color: #fff; text-decoration: underline; }
#highlight-console .story p { margin-left: 1.5em; font-size: 1.5em; width: 28em; }
#highlight-console .story p a { color: #F5AF00; text-decoration: underline; }
#highlight-console .story p a:hover { text-decoration: none; }
#highlight-console .sot { position: absolute; width: 162px; height: 162px; top: 16px; left: 16px; font-size: 1.4em; padding: 15px; line-height: 130%; }
#highlight-console .sot .sot-title { width: 108px; height: 44px; position: absolute; left: 128px; bottom: 0; padding: 10px; font-size: 0.9em; line-height: 100%; }
#highlight-console .sot .sot-breaker { float: right; margin: 5px 0 0 5px; width: 64px; height: 64px; clear: none; }


.custom_button {
	-moz-box-shadow: 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: 0px 1px 0px 0px #f29c93;
	box-shadow: 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce1127) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce1127 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce1127');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.custom_button:active {
	position:relative;
	top:1px;
	text-decoration:none;
}
.custom_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce1127), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce1127 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce1127', endColorstr='#fe1a00');
	background-color:#ce1127;
	text-decoration:none;
}

#content.nofeature div.column.four {
	margin-right: 1.818em;
	padding: 0;
	width: 15.091em;
}

#content.nofeature div.column.four.last {
	margin-right: 0;
}

#content.nofeature div.column.four img {
	padding: 0;
	margin: 1em 0;
}