/* basic stuff */

html {
}

body {
	margin: 0px;
	font-family: sans-serif;
	font-size: 12px;
}

img {
	border-width: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

h1 {
	margin: 0px;
	padding: 10px 51px 0px 50px;
	min-width: 103px;
	height: 47px;
	background: url("../img/h1_background.png") no-repeat;
	position: absolute;
	top: -8px;
	left: 30px;
	text-align: center;
	line-height: 20px;
	color: white;
	font-weight: normal;
	font-size: 24px;
}
h1 .after,
h1:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 47px;
	width: 24px;
	content: "";
	background: url("../img/h1_background_end.png") no-repeat;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}
h2 {
	color: #500385;
}

a {
	color: #ff6402;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

span.ne,
span.se,
span.sw,
span.nw {
	font-size: 1px;
	display: block;
	position: absolute;
}

span.ne {
	top: -1px;
	right: -1px;
}
span.se {
	bottom: -1px;
	right: -1px;
}
span.sw {
	bottom: -1px;
	left: -1px;
}
span.nw {
	top: -1px;
	left: -1px;
}

/* major page elements */

#page {
	width: 894px;
	margin: 0 auto 0px auto;
}

#menu {
	background-image: url("../img/menu_bar.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 46px;
	padding-right: 8px;
	padding-bottom: 9px;
}

#menu ul {
	list-style-type: none;
	background-image: url("../img/menu_bar.png");
	height: 46px;
}

#menu li {
	height: 46px;
	float: left;
	background-image: url("../img/menu_sep.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#menu li a {
	height: 31px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
	margin-right: 2px;
	text-decoration: none;
	color: #dedfdf;
	background-image: url("../img/menu_bar.png");
	background-position: -10px 0px;
	position: relative;
}

#menu li a:hover,
#menu li.selected a {
	background-image: url("../img/menu_bar_hover.png");
	cursor: pointer;
}

#menu li span {
	padding-right: 20px;
}

#menu li span.toplayer {
	position: absolute;
	top: 14px;
	left: 19px;
	color: #4b4b4b;
}

#menu li#logo a {
	background-image: none;
	padding: 0px;
}
#menu li#logo a:hover {
	background-image: none;
}

li#logo img {
	padding: 6px 25px 0px 16px;
}

/* the boxes */

div.box {
	border: 1px solid #bdbcbc;
	position: relative;
	height: auto !important;
	height: 1px;
	background-repeat: repeat-x;
	margin-top: 22px;
}
div.with_h1 {
	padding-top: 44px;
}

div.box.bg_orange {
	background-image: url("../img/box_grad_orange.png");
}

div.box span.ne,
div.box span.se,
div.box span.sw,
div.box span.nw {
	height: 8px;
	width: 8px;
}

div.box span.ne {
	background-image: url("../img/ne.png");
}
div.box span.se {
	background-image: url("../img/se.png");
}
div.box span.sw {
	background-image: url("../img/sw.png");
}
div.box span.nw {
	background-image: url("../img/nw.png");
}


div.h1 {
	height: 48px;
}


/* various boxes */

#front_page_header {
	height: 314px;
	position: relative;
}

#chip_display {
	padding: 23px 0px 1px 0px;
}

#footer_bar {
	background-image: url("../img/footer_bar_bg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	height: auto !important;
	height: 44px;
	min-height: 44px;
	color: #4b4b4b;
}

#copyright {
	color: #575e62;
	padding-top: 18px;
	text-align: center;
	padding-bottom: 18px;
}



/* Latest news section */

#news {
	padding-top: 17px;
	height: 1%;
}
#news:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#news .article {
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid #a0a0a0;
}

#news .article a.read_more {
	background: #ff6402;
	color: white;
	padding: 3px 8px;
}

#h3_latest_news {
	height: 14px;
	width: 144px;
	position: relative;
	left: 26px;
	top: 10px;
	float: left;
	text-indent: 0;
}

#news #news_contents {
	border-left: 1px solid #a0a0a0;
	padding-left: 20px;
	padding-top: 3px;
	width: 586px;
	float: left;
}

h4 {
	color: #690bb0;
	margin: 6px 0px;
	padding: 0px;
	font-size: 14px;
}
#news h4 a {
	color: #690bb0;
	text-decoration: none;
}
#news span.date {
	color: #9a9a9a;
}

#news p {
	color: #535353;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 12px;
}



/* font page header */

#front_page_header img.girl {
	float: right;
	padding-top: 2px;
	padding-right: 24px;
}

h2.h2_the_worlds_first {
	height: 97px;
	width: 286px;
	position: absolute;
	top: 30px;
	left: 30px;
	text-indent: 0;
}
h3.h3_no_soldering {
	height: 22px;
	width: 382px;
	position: absolute;
	top: 143px;
	left: 30px;
	text-indent: 0;
}

#front_page_header a.button_how_it_works {
	position: relative;
	top: 194px;
	left: 30px;
}
#front_page_header a.button_get_it_now {
	position: relative;
	top: 194px;
	left: 48px;
}


/* footer bar */

#footer_bar a {
	color: #4b4b4b;
	text-decoration: none;
}

#footer_bar ul {
	list-style-type: none;
	padding-top: 15px;
	text-align: center;
	margin: 0px auto;
}

#footer_bar li {
	display: inline;
}



/* chip display */

#chip_display img.chip_pic {
	padding-left: 25px;
}


/* inner page */

#inner_sidebar {
	float: right;
	width: 300px;
}

img#inner_sidebar_girl {
	display: block;
}
img#inner_sidebar_text {
	display: block;
	border-top: 1px solid #bdbcbc;
}

#inner_sidebar div.box {
	margin-bottom: 15px;
}

#inner_sidebar img.button_how_it_works {
	float: left;
}
#inner_sidebar img.button_get_it_now {
	float: right;
}

#inner_content {
	float: left;
	width: 540px;
	height: auto !important;
	height: 618px;
	min-height: 558px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
}

#inner_content h2 {
	text-indent: 0px;
	margin-top: 12px;
	color: #500385;
	font-size: 18px;
}
#inner_content h2 a {
	color: #500385;
}

#inner_content h3 {
	text-indent: 0px;
	color: #a0a0a0;
	margin: 10px 0;
	font-size: 16px;
}
#inner_content h3.date {
	text-indent: 0px;
	color: #a0a0a0;
	font-size: 12px;
	margin: 0;
}

p {
	font-size: 14px;
	color: #535353;
	margin: 10px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}

#inner_content div.sep {
	
}


/* how it works */

#how_it_works {
	padding-left: 19px;
	padding-right: 19px;
}


#how_it_works div.box div.box {
	margin: 6px 0px 34px 0px;
}

#how_it_works div.box img {
	display: block;
}

#how_it_works h3 {
	height: 22px;
	width: 230px;
	position: absolute;
	top: 23px;
	left: 173px;
}

#how_it_works h3.h3_configure_drivekey {
	background-image: url("../img/h3_configure_drivekey.png");
}
#how_it_works h3.h3_open_your_wii {
	background-image: url("../img/h3_open_your_wii.png");
}
#how_it_works h3.h3_disconnect_dvd {
	background-image: url("../img/h3_disconnect_dvd.png");
	height: 36px;
}
#how_it_works h3.h3_connect_dvd {
	background-image: url("../img/h3_connect_dvd.png");
	height: 40px;
}
#how_it_works h3.h3_connect_the_wii {
	background-image: url("../img/h3_connect_the_wii.png");
	height: 40px;
}
#how_it_works h3.h3_close_cover {
	background-image: url("../img/h3_close_cover.png");
	width: 450px;
}

#how_it_works div.box p {
	font-size: 12px;
	color: #535353;
	position: absolute;
	top: 45px;
	left: 173px;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	z-index: 2;
}

img#region_table {
	position: absolute;
	top: 94px;
	left: 173px;
}

#how_it_works div.step_1 {
	margin: 6px 0px 34px 0px;
}
#how_it_works div.step_1 p {
	width: 150px;
}
#how_it_works img#step_1_photo {
	position: absolute;
	top: 64px;
	left: 294px;
}

#how_it_works div.step_2 {
	float: left;
	display: inline;
	width: 416px;
	margin: 0px 0px 34px 0px;
}
#how_it_works div.step_2 p {
	width: 110px;
}
#how_it_works img#step_2_photo {
	position: absolute;
	top: 86px;
	left: 270px;
	z-index: 2;
}

#how_it_works div.step_3 {
	float: right;
	display: inline;
	width: 416px;
	margin: 0px 0px 34px 0px;
}
#how_it_works div.step_3 p {
	width: 110px;
	top: 61px;
}
#how_it_works img#step_3_photo {
	position: absolute;
	top: 86px;
	left: 270px;
	z-index: 2;
}

#how_it_works div.step_4 {
	float: left;
	display: inline;
	width: 416px;
	margin: 0px 0px 34px 0px;
}
#how_it_works div.step_4 p {
	width: 250px;
	top: 61px;
}
#how_it_works img#step_4_photo {
	position: absolute;
	top: 78px;
	left: 270px;
	z-index: 2;
}

#how_it_works div.step_5 {
	float: right;
	display: inline;
	width: 416px;
	margin: 0px 0px 34px 0px;
}
#how_it_works div.step_5 p {
	width: 250px;
	top: 61px;
}
#how_it_works img#step_5_photo {
	position: absolute;
	top: 78px;
	left: 270px;
	z-index: 2;
}

#how_it_works div.step_6 {
	margin: 0px 0px 34px 0px;
}
#how_it_works div.step_6 p {
	top: 47px;
	width: 380px;
	padding-bottom: 6px;
	border-bottom: 1px solid #acacac;
}
#how_it_works img#step_6_photo {
	position: absolute;
	top: 85px;
	left: 570px;
}

#how_it_works div.step_6 div.list_1 {
	position: absolute;
	left: 173px;
	top: 128px;
	width: 200px;
}
#how_it_works div.step_6 div.list_2 {
	position: absolute;
	left: 393px;
	top: 128px;
	width: 170px;
}
#how_it_works div.step_6 ul {
	list-style-type: none;
}
#how_it_works div.step_6 li {
	padding-left: 8px;
	background-image: url("../img/oj_tri_bullet.jpg");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

#fancybox-inner ul {
	margin: 14px 0;
}

/* orange bullet list */
ul.orange {
	list-style-type: none;
	padding-bottom: 14px;
	font-size: 13px;
}

ul.orange li {
	padding: 1px 0px 1px 18px;
	background-image: url("../img/oj_tri_bullet.jpg");
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

ul.orange li a {
	font-weight: normal;
}


/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}
input.text.long {
	width: 240px;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 348px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.title_label div.field_label {
	display: block;
	float: none;
	width: auto;
	margin: 4px 0;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
}

form div.title_label div.field_label label {
	text-align: left;
	font-weight: bold;
	color: #ff6402;
}

form div.field_input {
	margin-left: 150px;
}

form div.title_label div.field_input {
	margin-left: 0;
}
button.form_submit {
	margin-top: 6px;
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px;
}

div.error {
	background-color: #ffa79b;
	border: 1px solid #b91600;
	padding: 0px;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #efefef;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.title_label div.field_div {
	border-bottom-width: 0;
}

form div.field_div label {
	float: left;
}

span.asterisk {
	font-weight: bold;
	color: #ff6402;
}

/* misc */

span.tip {
	color: #8f8f8f;
	font-size: 9px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

p.smallprint {
	font-size: 9px;
}

/* userbar */

#userbar {
	position: relative;
	top: -10px;
}

/* Pagination */

ul.pagination {
	list-style-type: none;
	margin: 20px 0 40px 0;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	padding: 0 5px;
}
ul.pagination li a.selected {
	color: black;
	text-decoration: underline;
}

/* FAQ */

#faq div {
	margin: 30px 0;
}

#faq p.applies_to {
	font-size: 12px;
	margin-top: 0;
	color: #a0a0a0;
}

/* Top login */

#toplogin {
	padding: 10px 16px 10px 0;
	text-align: right;
}


/* Members downloads */

#inner_content div.members_downloads h3 {
	color: #707070;
	margin-bottom: 5px;
}
div.members_downloads a {
	outline-width: 0;
}

div.members_downloads ul a.on {
	color: black;
	font-weight: bold;
}

div.members_downloads div.step_1,
div.members_downloads div.step_2 {
	float: left;
	width: 240px;
}

div.members_downloads div.step_2 {
	display: none;
	width: 280px;
}
div.members_downloads div.step_2 span.hint {
	font-size: 11px;
	color: #7d7d7d;
}


div.members_downloads div.step_3 {
	display: none;
	clear: both;
}

div.members_downloads ul.downloads {
	padding: 0;
}
div.members_downloads ul.downloads h3 {
	margin: 0 0 6px 0;
}

div.members_downloads ul.downloads li {
	background-position: 0 6px;
	margin-bottom: 36px;
	clear: both;
}
div.members_downloads p.description {
	font-size: 11px;
	line-height: 15px;
	color: #7d7d7d;
	margin: 6px 0;
}

div.download_info {
	display: none;
}

div.tac_agree {
	padding: 6px 0;
}
div.terms {
	padding: 10px;
	height: 120px;
	overflow-y: scroll;
	background: #f6f6f6;
}
div.members_downloads div.terms h4 {
	margin: 0;
	font-size: 14px;
}

div.members_downloads a.download_link {
	display: block;
	padding: 6px 0;
	color: white;
	background: #c8c8c8;
	font-weight: bold;
	width: 100px;
	text-align: center;
}
div.members_downloads a.download_link.activated {
	background: #ff6402;
}

div.members_downloads p.no_downloads {
	font-weight: bold;
	display: none;
}

/* DK download serial selection */

div.members_downloads div.dk_key_select {
	padding: 0 0 10px 0;
}
div.members_downloads div.dk_key_select ul li {
	margin: 3px 0;
	background: none;
	padding-left: 0;
}
div.members_downloads div.dk_key_select p {
	margin: 6px 0;
	font-size: 12px;
}

