/*
address, caption, cite, code, dfn, var
{
	
}
*/

b, dt, h1, h3, h5, strong, th
{
	font-weight: bold;
}

body
{
	font-size: 12px; /* base font size to ensure consistent em sizing if using base-em.css */
}

em, i
{
	font-style: italic;
}

ol li
{
	list-style: decimal;
}

ol ol li
{
	list-style: lower-alpha;
}

ol ol ol li
{
	list-style: lower-roman;
}

ul li
{
	list-style: square;
}

ul ul li
{
	list-style: disc;
}

ul ul ul li
{
	list-style: circle;
}


a
{
	color: #3333ff;
}

a:hover
{
	color: #ff3333;
}

blockquote
{
	margin-bottom: 1.5em;
	margin-left: 3em;
	margin-right: 3em;
}

body
{
	color: #222222;
	font-family: verdana;
}

body, pre, .large, .small, .x-large, .x-small
{
	line-height: 1.5em;
}

body, html
{
	height: 100%;
}

dd, li
{
	margin-left: 3em;
	margin-right: 1.5em;
}

dl, hr, ol, p, pre, ul, .p
{
	margin-bottom: 1.5em;
}

dl.padded dd, dl.padded dt, ol.padded li, ul.padded li
{
	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6
{
	line-height: normal;
	margin-bottom: 0.25em;
}

img, input.image
{
	display: block;
}

span.tooltip
{
	border-bottom: 1px dashed;
	cursor: help;
}

.bad
{
	color: #ff3333;
}

.good
{
	color: #339933;
}

.neutral
{
	color: #3333ff;
}

.p13
{
	margin-bottom: 0.5em;
}

.p23
{
	margin-bottom: 1em;
}

.print
{
	display: none;
}

#body
{
	padding: 1.5em;
}

.x-small
{
	font-size: 8px;
}

.small
{
	font-size: 10px;
}

.normal
{
	font-size: 12px;
}

.large
{
	font-size: 14px;
}

.x-large
{
	font-size: 18px;
}

h1, h2
{
	font-size: 18px;
}

h3, h4
{
	font-size: 14px;
}

h5, h6
{
	font-size: 10px;
}


div.alert, div.alert-bad, div.alert-good, div.alert-neutral
{
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
}

div.alert
{
	background-image: url(media/base/images/grey-90.png);
	border-color: #bbbbbb;
	color: #666666;
}

div.alert-bad
{
	background-image: url(media/base/images/red-90.png);
	border-color: #ff9999;
	color: #ff3333;
}

div.alert-bad a
{
	color: #ff3333;
}

div.alert-good
{
	background-image: url(media/base/images/green-90.png);
	border-color: #99cc99;
	color: #339933;
}

div.alert-good a
{
	color: #339933;
}

div.alert-neutral
{
	background-image: url(media/base/images/blue-90.png);
	border-color: #9999ff;
	color: #3333ff;
}

div.alert-neutral a
{
	color: #3333ff;
}

/* TODO: remove select from this list for Safari only? */
a.button, div.textarea, input.button, input.datetime, input.password, input.reset, input.submit, input.text, select, textarea
{
	background-color: #f7f7f7;
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 1px;
	color: #003333;
}

a.button, input.button, input.reset, input.submit
{
	border-left-color: #eeeeee;
	border-style: double;
	border-top-color: #eeeeee;
	border-width: 3px;
	cursor: pointer;
	padding: 1px 0.5em;
	text-decoration: none;
}

a.button
{
	margin-bottom: 2px;
	padding: 2px 0.75em;
}

div.filter
{
	margin-bottom: 3px;
	padding-bottom: 0;
	vertical-align: middle;
}

div.filter input, div.filter select
{
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

div.form-checkbox div.help-text, div.form-field li div.help-text
{
	display: inline !important;
	font-size: inherit !important;
}

div.form-field ul, div.form-field li
{
	margin-bottom: 0 !important; /* TODO: for some reason this won't apply to ie6 */
}

div.textarea, input.datetime, input.password, input.text, textarea
{
	background-image: url(media/base/images/form-field.gif);
	background-repeat: no-repeat;
	padding: 0.25em;
}

div.textarea
{
	padding: 0.25em 0.5em;
	overflow: auto;
}

input.char, input.datetime, input.email
{
	width: 15em;
}

input.date, input.decimal, input.integer, input.time
{
	width: 7.5em;
}

input.regex, input.url, textarea /* div.textarea */
{
	width: 30em;
}

select
{
	padding: 2px;
}

ul.form li
{
	list-style: none;
	margin: 0;
	margin-bottom: 1.5em;
}

ul.form li.float-x
{
	margin-bottom: 0;
}

ul.form li.float-x div.form-field
{
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
}

ul.wide input.char, ul.wide input.datetime, ul.wide input.email
{
	width: 30em;
}

.clear
{
	clear: both;
}

.float-x
{
	overflow: hidden;
}

.float-x .x
{
	float: left;
}

.float-x .x-right
{
	float: right;
}

.float-x p.x
{
	margin-right: 1.5em;
}

.h100
{
	height: 100%;
}

.hidden
{
	display: none;
}

.inline
{
	display: inline !important;
}

.last
{
	margin-bottom: 0 !important;
}

.nowrap
{
	white-space: nowrap !important;
}

.relative
{
	position: relative;
	zoom: 1;
}

.w25
{
	width: 25%;
}

.w33
{
	width: 33%;
}

.w50
{
	width: 50% !important;
}

.w66
{
	width: 66%;
}

.w75
{
	width: 75%;
}

.w100
{
	width: 100%;
}

div.pagination
{
	margin-top: 0.5em;
	overflow: hidden;
}

div.pagination a
{
	display: block;
	float: left;
	margin-right: 0.25em;
}

div.pagination a.on
{
	font-weight: bold;
	text-decoration: underline;
}

div.pagination div.info
{
	display: block;
	float: left;
	margin-right: 0.25em;
	padding: 5px 0.25em;
}

table.cells
{
	border-collapse: separate;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

table.cells th, table.cells td
{
	background-color: #f7f7f7;
	background-image: url(media/base/images/form-field.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 0.5em 1em;
	text-align: center;
	white-space: nowrap;
}

table.cells td.on, table.cells tr.on td
{
	background-color: #ffffff;
	background-image: none;
	font-weight: bold;
}

table.cells td:hover
{
	background-color: #ffffdd;
	background-image: none;
}

table.rows
{
	border-color: #dddddd;
	border-top-style: solid;
	border-top-width: 1px;
	width: 100%;
}

table.rows tbody tr.on
{
	background-color: #f7f7f7;
}

table.rows tbody tr:hover
{
	background-color: #ffffdd;
	background-image: none;
}

table.rows th, table.rows td
{
	border-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0.5em 1em;
	white-space: nowrap;
}

table.rows tfoot td, table.rows tfoot th
{
	border-bottom: none;
}

/* forms */

table.rows div.form-field label, table.rows div.form-field div.help-text
{
	display: none;
}

table.rows div.form-field div.help-text
{
	display: inline;
}




	/* template */

	#body
	{
		margin: 0 auto;
		padding: 0;
		width: 900px;
	}

	#navigation
	{
		margin: 0 auto;
		overflow: hidden;
		padding: 6px 0;
		width: 872px;
	}

	#navigation a
	{
		background-image: url(media/crashandspyro/images/navigation.gif);
		display: block;
		float: left;
		height: 41px;
		width: 109px;
	}

	#navigation span
	{
		display: none;
	}

	#content
	{
		background-image: url(media/crashandspyro/images/backgrounds/purple-side.jpg);
		background-position: 0 238px;
		background-repeat: repeat-y;
	}

	#corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/purple-corner.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		min-height: 438px;
		position: relative;
	}

	#foot
	{
		border-color: #757778;
		border-style: solid;
		border-width: 1px 0;
	}

	#foot table
	{
		border-color: #757778;
		border-style: solid;
		border-width: 0 1px;
		margin: 0 auto;
	}

	#foot img
	{
		margin: 0 18px;
	}

	#foot a
	{
		border-left-color: #757778;
		border-left-style: solid;
		border-left-width: 1px;
		color: #ffffff;
		display: block;
		font-size: 10px;
		height: 30px;
		line-height: 30px;
		padding: 0 18px;
		text-decoration: none;
	}

	#foot a:hover
	{
		color: #ff3333;
	}
	
	#disclaimer
	{
		color: #ffffff;
		font-size: 9px;
		line-height: 12px;
		margin: 3px 0;
		text-align: center;
	}

	#disclaimer img
	{
		display: inline;
	}



	/* other */

	.bad
	{
		color: #ff0000;
	}

	.small
	{
		font-size: 10px;
		font-weight: normal;
	}

	.x-large
	{
		font-size: 24px;
		font-weight: normal;
		line-height: 1.1em;
	}

	a.button, div.textarea, input.button, input.datetime, input.password, input.reset, input.submit, input.text, select, textarea
	{
		border-width: 2px;
	}

	a
	{
		color: #ffee00;
	}

	a:hover
	{
		color: #ff0000;
	}

	body, html
	{
		background-color: #000000;
		color: #ffffff;
		font-family: arial;
		font-size: 15px;
		font-weight: bold;
	}

	h1
	{
		color: #ffee00;
		font-size: 24px;
		font-weight: normal;
	}

	h2, h3
	{
		color: #ff0000;
		font-size: 15px;
		font-weight: bold;
		line-height: normal;
	}

	h3
	{
		color: #ffffff;
		font-style: italic;
	}

	h3
	{
		font-style: italic;
	}

	img.copy
	{
		margin: 3px 0;
	}

	img.heading
	{
		margin: 3px auto;
	}

	ul.links a
	{
		color: #ffffff;
	}



	/* navigation */

	#navigation a.home
	{
		background-position: 0 0;
	}

	#navigation a.home:hover, body.root #navigation a.home
	{
		background-position: 0 -41px;
	}

	#navigation a.home:active
	{
		background-position: 0 -82px;
	}

	#navigation a.enter
	{
		background-position: -109px 0;
	}

	#navigation a.enter:hover, body.enter #navigation a.enter
	{
		background-position: -109px -41px;
	}

	#navigation a.enter:active
	{
		background-position: -109px -82px;
	}

	#navigation a.prizes
	{
		background-position: -218px 0;
	}

	#navigation a.prizes:hover, body.prizes #navigation a.prizes
	{
		background-position: -218px -41px;
	}

	#navigation a.prizes:active
	{
		background-position: -218px -82px;
	}

	#navigation a.games
	{
		background-position: -327px 0;
	}

	#navigation a.games:hover, body.games #navigation a.games
	{
		background-position: -327px -41px;
	}

	#navigation a.games:active
	{
		background-position: -327px -82px;
	}

	#navigation a.info
	{
		background-position: -436px 0;
	}

	#navigation a.info:hover, body.info #navigation a.info
	{
		background-position: -436px -41px;
	}

	#navigation a.info:active
	{
		background-position: -436px -82px;
	}

	#navigation a.downloads
	{
		background-position: -545px 0;
	}

	#navigation a.downloads:hover, body.root-downloads #navigation a.downloads
	{
		background-position: -545px -41px;
	}

	#navigation a.downloads:active
	{
		background-position: -545px -82px;
	}

	#navigation a.where
	{
		background-position: -654px 0;
	}

	#navigation a.where:hover, body.where #navigation a.where
	{
		background-position: -654px -41px;
	}

	#navigation a.where:active
	{
		background-position: -654px -82px;
	}

	#navigation a.support
	{
		background-position: -763px 0;
	}

	#navigation a.support:hover, body.support #navigation a.support
	{
		background-position: -763px -41px;
	}

	#navigation a.support:active
	{
		background-position: -763px -82px;
	}


	
	/* home */

	body.root #content, body.root #corner
	{
		background-image: none;
	}

	body.root #flash
	{
		height: 285px;
	}

	body.root #draws
	{
		margin: 0 auto;
		margin-bottom: 18px;
	}

	body.root #draws td
	{
		padding: 0 6px;
	}

	body.root #draws img
	{
		margin: 0 auto;
	}



	/* enter */

	body.enter div.form-checkbox
	{
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5em;
	}

	body.enter form td
	{
		padding: 3px;
	}

	body.enter img.label
	{
		float: right;
	}

	body.enter input.text
	{
		width: 210px;
	}

	body.root div.help-text, body.enter div.error
	{
		display: none;
	}

	body.enter #content
	{
		background-image: url(media/crashandspyro/images/backgrounds/wide-purple-side.jpg);
	}

	body.enter #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/enter-corner.jpg);
	}

	body.enter #todays-prize
	{
		font-size: 12px;
		font-weight: normal;
		left: 22px;
		position: absolute;
		text-align: center;
		top: 390px;
		width: 347px;
	}

	body.root-enter #padding
	{
		padding-left: 450px;
	}

	body.enter #alert
	{
		height: 42px;
	}

	body.enter #alert img
	{
		margin: 0 auto;
	}
	
	body.enter #id_area_code
	{
		text-align: center;
		width: 20px;
	}
	
	body.enter #id_telephone
	{
		width: 174px;
	}
	


	/* enter soon */
	
	body.root-enter-soon #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/enter-soon-corner.jpg);
	}

	body.root-enter-soon #padding
	{
		padding-left: 420px;
		padding-top: 90px;
	}



	/* enter thanks */

	body.thanks .small
	{
		color: #ffee00;
	}

	body.thanks #padding
	{
		padding-left: 420px;
		padding-top: 18px;
	}




	/* prize pool */

	body.root-prizes #content, body.prizes #corner
	{
		background-image: none;
	}

	body.root-prizes #popup
	{
		display: none;
		height: 313px;
		left: 149px;
		position: absolute;
		top: 30px;
		width: 600px;
	}



	/* participating games */

	body.games #content
	{
		background-image: none;
	}

	body.games #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/games.jpg);
		height: 1053px;
	}




	/* game info */

	body.root-info #content, body.root-info #corner
	{
		background-image: none;
	}

	body.info div.packs
	{
		position: relative;
		width: 288px;
	}

	body.info img.hero-rated
	{
		position: absolute;
		right: -72px;
		top: 24px;
	}

	body.info img.packs
	{
		margin: 0 auto;
	}
	
	body.info table.buttons
	{
		margin: 0 auto;
	}
	
	body.info table.buttons img
	{
		margin: 0 9px;
	}
	
	body.info #padding
	{
		padding-top: 18px;
	}



	/* game info crash */

	body.root-info-crash #content
	{
		background-image: url(media/crashandspyro/images/backgrounds/orange-side.jpg);
	}

	body.root-info-crash #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/info-crash-corner.jpg);
		min-height: 1257px;
	}

	body.root-info-crash #padding
	{
		padding-bottom: 18px;
		padding-left: 360px;
	}

	body.root-info-crash #tag-team
	{
		min-height: 195px;
	}

	body.root-info-crash #cortex
	{
		min-height: 198px;
	}

	body.root-info-crash #boom-bang
	{
		min-height: 183px;
	}



	/* info crash screenshots */

	body.root-info-crash-screenshots #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/info-crash-screenshots-corner.jpg);
	}




	/* info spyro */

	body.root-info-spyro #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/info-spyro-corner.jpg);
		min-height: 1034px;
	}

	body.root-info-spyro #padding
	{
		padding-bottom: 18px;
		padding-left: 360px;
		padding-top: 21px;
	}

	body.root-info-spyro #new-beginning
	{
		min-height: 228px;
	}

	body.root-info-spyro #shadow-legacy
	{
		min-height: 174px;
	}

	body.root-info-spyro #heros-tail
	{
		min-height: 213px;
	}

	body.root-info-spyro #dragonfly
	{
		min-height: 140px;
	}








	/* downloads */

	body.root-downloads #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/downloads-corner.jpg);
	}

	body.downloads div.float-x
	{
		padding-bottom: 12px;
		padding-top: 18px;
	}

	body.downloads div.sizes
	{
		float: right;
		padding-bottom: 3px;
		padding-right: 6px;
	}

	body.downloads div.wallpapers div.x
	{
		width: 136px;
	}

	body.downloads img.sizes
	{
		margin: 3px auto;
	}

	body.downloads img.thumb
	{
		border-color: #231f20;
		border-style: solid;
		border-width: 2px;
	}

	body.downloads .x
	{
		background-color: #231f20;
		border-color: #e39125;
		border-style: solid;
		border-width: 2px;
		margin-bottom: 6px;
		margin-right: 6px;
	}

	body.downloads #padding
	{
		padding-left: 308px;
		padding-bottom: 18px;
		padding-top: 18px;
	}



	/* where to buy */

	body.where #content
	{
		background-color: #ffffff;
		background-image: url(media/crashandspyro/images/backgrounds/purple-white-side.jpg);
	}

	body.where #content img
	{
		display: inline;
		margin: 0 11px;
		margin-bottom: 22px;
		vertical-align: middle;
	}

	body.where #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/purple-white-corner-hero.jpg);
	}

	body.where #right
	{
		background-image: url(media/crashandspyro/images/backgrounds/where-right.gif);
		background-position: top right;
		background-repeat: repeat-y;
		min-height: 438px;
	}

	body.where #top
	{
		background-image: url(media/crashandspyro/images/backgrounds/where-top.gif);
		background-position: top right;
		background-repeat: no-repeat;
		padding-left: 290px;
		padding-right: 12px;
		padding-top: 60px;
	}



	/* support faqs */

	body.support ol.questions {
		color: #e4141b;
	}

	body.support ol.questions a {
		color: #ffffff;
	}

	body.support ol.questions a:hover {
		color: #e4141b;
	}

	body.support div.answer {
		color:#ffffff;
		display: none;
		font-size: 11px;
		line-height: 1.5em;
	}

	body.support div.answer a {
		color: #ffee00;
	}

	body.support #content
	{
		background-image: url(media/crashandspyro/images/backgrounds/wide-purple-side.jpg);
	}

	body.support #corner
	{
		background-image: url(media/crashandspyro/images/backgrounds/wide-purple-corner.jpg);
		min-height: 560px;
	}

	body.support #support
	{
		background-image: url(media/crashandspyro/images/support/support.jpg);
		display: block;
		height: 135px;
		position: absolute;
		width: 387px;
	}

	body.support #support:hover
	{
		background-position: 0 -135px;
	}

	body.support #support span
	{
		display: none;
	}

	body.support #faqs
	{
		background-image: url(media/crashandspyro/images/support/faqs.jpg);
		display: block;
		height: 133px;
		position: absolute;
		top: 153px;
		width: 318px;
	}

	body.support #faqs:hover
	{
		background-position: 0 -133px;
	}

	body.support #faqs span
	{
		display: none;
	}

	body.support #characters
	{
		height: 247px;
		position: absolute;
		top: 313px;
		width: 362px;
	}
	
	body.support #padding
	{
		padding-bottom: 18px;
		padding-left: 462px;
		padding-top: 27px;
	}


	/* privacy policy */

	body.privacy #padding
	{
		padding: 36px;
		padding-left: 326px;
		padding-top: 75px;
	}



	/* terms & conditions */

	body.terms #padding
	{
		padding: 36px;
		padding-left: 326px;
		padding-top: 75px;
	}


