/* CSS Document */

@charset "utf-8";

/* FONTS */

@font-face {
    font-family: Hvlt;
    src: url('/css/fonts/hlvticlght-webfont.eot');
    src: url('/css/fonts/hlvticlght-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/hlvticlght-webfont.woff') format('woff'),
         url('/css/fonts/hlvticlght-webfont.ttf') format('truetype'),
         url('/css/fonts/hlvticlght-webfont.svg#hvltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Hvlt;
    src: url('/css/fonts/hlvticlght_bold-webfont.eot');
    src: url('/css/fonts/hlvticlght_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/hlvticlght_bold-webfont.woff') format('woff'),
         url('/css/fonts/hlvticlght_bold-webfont.ttf') format('truetype'),
         url('/css/fonts/hlvticlght_bold-webfont.svg#hvltbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Hvlt;
    src: url('/css/fonts/hlvticlght_italic-webfont.eot');
    src: url('/css/fonts/hlvticlght_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/hlvticlght_italic-webfont.woff') format('woff'),
         url('/css/fonts/hlvticlght_italic-webfont.ttf') format('truetype'),
         url('/css/fonts/hlvticlght_italic-webfont.svg#hvltitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Hvlt;
    src: url('/css/fonts/hlvticlght_bold_italic-webfont.eot');
    src: url('/css/fonts/hlvticlght_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/hlvticlght_bold_italic-webfont.woff') format('woff'),
         url('/css/fonts/hlvticlght_bold_italic-webfont.ttf') format('truetype'),
         url('/css/fonts/hlvticlght_bold_italic-webfont.svg#hvltbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

/* BASICS */

body {
	font-size: 1em;
	line-height: 1.4;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.ie7 .title {
	padding-top: 20px;
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* SUDOKU SYNDICATION */

body {
	font: 13px/17px Hvlt, 'Helvetica LT Std Light', 'Helvetica 45 Light', 'Swis721 Th BT', Helvetica, Arial, sans-serif;
}
input,
select,
textarea,
button {
	font-family: Hvlt, 'Helvetica LT Std Light', 'Helvetica 45 Light', 'Swis721 Th BT', Helvetica, Arial, sans-serif;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
input.submit,
button,
.button {
	border: 0 none;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 13px 4px;
	text-transform: uppercase;
}
th,
td {
	vertical-align: top;
	text-align: left;
}
input.submit:hover,
button:hover {
	box-shadow: 0 0 8px rgba(0, 30, 30, 0.05) inset;
}
ul {
	list-style: square url('/images/main/bullet.png');
}
h1,
h2,
h3 {
	line-height: 130%;
}
h1,
h2,
h3,
#account,
.home #logo,
.standard #logo,
.account #logo,
.admin #logo {
	font-weight: normal;
	text-transform: uppercase;
}
#container {
	width: 1140px;
	margin: 0 auto;
}
header,
#content
footer {
	clear: both;
}
header {
	margin: 0 0 50px;
}
header.home {
	height: 267px;
}
header.standard,
header.account,
header.admin {
	height: 124px;
}
#account {
	padding: 0;
	float: left;
	width: 200px;
	height: 50px;
	margin: 10px -200px -60px 0;
	position: relative;
	list-style: none;
	font: 15px;
}
#account li {
	margin: 0 0 3px;
	padding: 0;
	background: url('/images/main/bullet_large_combined.png') scroll no-repeat 0 0 transparent;
}
#account li:hover,
#account li.current {
	background-position: 0 -20px;
}
#account li:hover {
	-webkit-transition: background-position 0.2s ease-in-out;
	-moz-transition: background-position 0.2s ease-in-out;
	-o-transition: background-position 0.2s ease-in-out;
	-ms-transition: background-position 0.2s ease-in-out;
	transition: background-position 0.2s ease-in-out;
}
#account li a {
	display: block;
	font-size: 15px;
	line-height: 15px;
	outline: 0 none;
	padding: 2px 0 3px 28px;
}
.home #logo {
	width: 323px;
	height: 227px;
	margin: 0 auto 0;
	padding: 40px 0 0;
	text-align: center;
}
.standard #logo,
.account #logo,
.admin #logo {
	width: 162px;
	height: 117px;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
	float: right;
}
.home #logo a:hover {
	opacity: 0.85;
}
nav {
	padding: 97px 0 0 0;
	font-size: 14px;
	line-height: 16px;
	height: 18px;
	text-transform: uppercase;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
nav li {
	padding: 0;
	margin: 0 4px 4px 0;
	float: left;
}
nav a {
	display: inline-block;
    padding: 5px 13px;
}
nav a:hover {
	-webkit-transition: background-color 0.35s ease-in-out;
	-moz-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}
#content section.left {
	clear: left;
	float: left;
	width: 60%;
	margin: 0 5% 0 0;
}
#content section.right {
	clear: right;
	float: left;
	width: 35%;
	margin: 0;
}
#content > h2:first-child,
#content > h3:first-child,
#content > p:first-child,
#content > ul:first-child,
#content > li:first-child,
#content > table:first-child {
	margin-top: 13px;
}
#content > h2 > .image,
#content > h3 > .image {
	float: right;
	margin: 0 0 10px 15px;
}
#content .column_2 {
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
}
#content .column_3 {
	-webkit-column-count: 3;
	-webkit-column-gap: 1.5em;
	-moz-column-count: 3;
	-moz-column-gap: 1.5em;
	column-count: 3;
	column-gap: 1.5em;
}
#content .column_2 > p,
#content .column_3 > p {
	margin: 0 0 1em;
}
footer {
	margin: 20px 0 0;
	border-top: 2px solid #000;
	padding: 10px 0;
    height: 55px;
    overflow: hidden;
}
footer .section_left,
footer .section_right {
	float: left;
}
footer .section_left {
	margin: 10px 20px 0 0;
	position: relative;
	list-style: none;
	padding: 0;
	right: 10px;
	width: 420px;
}
footer .section_right {
	font-size: 12px;
	margin: 10px 0 0;
	text-align: right;
	width: 700px;
}
footer .section_left li {
	font-size: 14px;
	display: inline-block;
	border-right: 1px solid #000;
}
footer .section_left li:last-child {
	border-right: 0 none;
}
footer .section_left li a {
	display: inline-block;
	padding: 0 10px;
}
footer p {
	margin: 0 0 10px;
}

/* COLOURS */

html,
button,
input,
select,
textarea {
	color: #000;
	background-color: #FFFFFF;
}
h3 {
	color: #000;
}
h1,
h2,
a,
a:link,
a:visited,
a:hover,
a:active,
#account,
.home #logo,
.standard #logo,
.account #logo,
.admin #logo,
.form .search_suggestions {
	color: #00AEBF;
}
a:hover,
a.current,
a.current:link,
a.current:visited,
.form li.error .field_name {
	color: #E31400;
}
input.submit,
button,
#home .image,
nav a,
nav a:link,
nav a:visited,
nav a:active,
.button,
a.button:link,
a.button:visited,
a.button:active,
#login_page,
table.dataTable thead th,
a.paginate_button,
a.paginate_active,
.paging_full_numbers a.paginate_button_disabled:hover,
.paging_full_numbers a.paginate_disabled_previous:hover,
.paging_full_numbers a.paginate_disabled_next:hover,
.form .search_suggestions li:hover,
.form .search_suggestions li.selected {
	color: #FFFFFF;
    background-color: #00AEBF;
}
::-moz-selection,
::selection {
	color: #FFFFFF;
	background-color: #E31400;
}
input.submit:hover,
button:hover,
nav a:hover,
.button:hover,
nav a.current,
nav a.current:link,
nav a.current:visited,
.form .field_name .error,
a.paginate_active,
a.paginate_button:hover {
	color: #FFFFFF;
	background-color: #E31400;
}
html footer {
	border-top-color: #00AEBF;
}
html .form input,
html .form textarea,
html .form select,
html .form .search_suggestions li,
#content input,
#content textarea,
#content select {
	border: 1px solid #00AEBF;
}
.form li.error input,
.form li.error textarea,
.form li.error select {
	border-color: #E31400;
}
#login_page h1,
#login_page button {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.9);
}

/* COLOURS END */

/* HOME */

#home, #home ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#home li {
	margin: 0;
	padding: 0;
	float: left;
}
#home > li {
	width: 570px;
}
#home .text,
#home .image {
	clear: none;
	margin: 10px;
	height: 160px;
}
#home .text {
	width: 370px;
}
#home .image {
	width: 160px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url('/images/main/home_background.png');
}
#home #home_newpapers .image {
	background-position: 0 0;
}
#home #home_magazines .image {
	background-position: -180px 0;
}
#home #home_books .image {
	background-position: 0 -180px;
}
#home #home_games .image {
	background-position: -180px -180px;
}
#home #home_data .image {
	background-position: 0 -360px;
}
#home #home_contact .image {
	background-position: -180px -360px;
}
#home .image a {
	position: relative;
	margin: -20px 0 0 -110px;
}
#home h2 {
	font-size: 18px;
	margin: 0 0 8px;
}
#home p {
	line-height: 150%;
	margin: 0 0 10px;
	font-size: 14px;
}
#home #home_magazines li,
#home #home_games li,
#home #home_contact li {
	float: right;
}
#home #home_newpapers .text,
#home #home_books .text,
#home #home_data .text {
	text-align: right;
}

/* HOME END */

/* CONTACT FORM */

.form fieldset {
	border: 0 none;
	margin: 0 0 8px;
}
.form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.form li {
	clear: both;
	margin: 0;
	min-height: 25px;
	padding: 0 0 4px;
	width: 490px;
}
.form li div {
	float: left;
}
.form .field_name {
	font-weight: bold;
	width: 120px;
	margin: 0 10px 0 0;
}
.form .value {
	width: 360px;
}
.form .field_name label {
	display: inline-block;
	padding: 2px 0;
}
.form input,
.form textarea,
.form select {
	border: 1px solid #000000;
	padding: 3px;
	width: 350px;
}
.form input[type=radio],
.form input[type=checkbox] {
	width: auto;
	border: 0 none;
	padding: 0;
}
.form .value > input[type=radio], 
.form .value > input[type=checkbox], 
.form .value > label {
	margin-top: 4px;
}
.form .message {
	height: 120px;
}
.form .message textarea {
	height: 152px;
}
.form .field_name .error {
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	line-height: 15px;
	text-align: center;
	width: 9px;
}
#content .buttons {
	padding-top: 10px;
}
#content .form .buttons {
	padding-top: 2px;
	margin: 0 0 15px 130px;
}
#content #academic_form .buttons,
#content #academic_form_results .buttons {
	margin-left: 279px;
}
.form .buttons button {
	margin-right: 15px;
}
.form .cancel {
	opacity: 0.8;
}

/* CONTACT FORM END */


/* REGISTRATION/UPDATE FORM */

.form .password {
	clear: left;
	float: left;
	width: 250px;
}
.form .password_verify,
.form .password_generate {
	clear: right;
	float: left;
	margin-left: 8px;
	text-align: right;
	width: 230px;
}
.form .password_verify .field_name,
.form .password_generate .field_name {
	width: 100px;
}
.form .password .value,
.form .password_verify .value,
.form .password_generate .value {
	width: 120px;
}
.form .password .value input,
.form .password_verify .value input,
.form .password_generate .value input,
.form .postcode input,
.form .publication_contact_postcode input,
.form .publication_billing_postcode input {
	width: 110px;	
}
.form .postal_address,
.form .publication_contact_postal_address,
.form .publication_billing_postal_address {
	height: 44px;
}
.form .postal_address textarea,
.form .publication_contact_postal_address textarea,
.form .publication_billing_postal_address textarea {
	height: 36px;
}
.form #user_search {
	width: 240px;
}
.form .search_suggestions {
	height: 400px;
	list-style: none outside none;
	margin: 0 -250px -400px 0;
	overflow: auto;
	padding: 0;
	position: relative;
	width: 250px;
	z-index: 100;
}
.form .search_suggestions li {
	opacity: 0.9;
	cursor: pointer;
	background-color: #FFFFFF;
	display: block;
	line-height: 100%;
	margin: 0;
	padding: 4px 4px;
	width: 238px;
	min-height: 14px;
}
.form .search_suggestions:hover li {
	opacity: 1;
}
.form .search_suggestions li:first-child {
	border-top: 0 none;
}
.form .search_suggestions li:not(:last-child) {
	border-bottom: 0 none;
}

/* REGISTRATION/UPDATE FORM END */


/* ACADEMIC */

#academic_form,
#academic_form_results {
	clear: both;
}
#academic_form li,
#academic_form_results li {
	width: 640px;
}
#academic_form_results li {
    line-height: 13px;
    min-height: 25px;
    padding: 0 0 10px;
}
#academic_form li:hover {
	background-color: #FAFAFE;
}
#academic_form .field_name,
#academic_form_results .field_name {
	width: 270px;
}
#academic_form .buttons,
#academic_form .description {
	margin: 0 0 4px 280px;
}
#academic_form_results .buttons {
	margin: 10px 0;
}
#academic_form .description {
	clear: both;
	color: #444444;
	font-size: 12px;
	font-style: italic;
}
#academic_form .sequence,
#academic_form .preferences,
#academic_form .questions {
	min-height: 80px;
}
#academic_form .sequence textarea,
#academic_form .preferences textarea,
#academic_form .questions textarea {
	height: 72px;
}
#academic_form .sequence .academic_sequence_buttons {
	margin: 2px 0 2px 0;
}
#academic_form .sequence .academic_sequence_buttons button {
	background-color: #444444;
	font-size: 12px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 2px 10px 3px;
}

/* ACADEMIC END  */

/* LOGIN FORM */

#login_page {
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-height: 177px;
}
#login_page h1 {
	font-size: 17px;
	font-weight: normal;
	line-height: 27px;
	margin: 0;
	padding: 2px 0 3px 14px;
	text-transform: uppercase;
}
#login_page p {
	margin: 15px 10px 13px;
}
#login_page ul {
	list-style-type: none;
	margin: 10px 0 10px 15px;
	padding: 0;
	height: 162px;
}
#login_page li {
	height: 53px;
	margin: 0 0 1px;
	padding: 0;
}
#login_page .buttons {
	height: 32px;
	margin: 0;
}
#login_page .error {
	color: #FFD0D0;
}
#login_page .error .error_message {
	background-color: #CC0000;
	color: #FFFFFF;
	display: none;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 1.1em;
	margin: 0 16px -30px 0;
	overflow: hidden;
	padding: 0 2px;
	position: relative;
	text-align: center;
	width: 170px;
	z-index: 100;
}
#login_page li:hover .error_message {
	display: inline-block;
}
#login_page label {
	text-transform: uppercase;
	clear: both;
	display: block;
	font-weight: normal;
	margin: 2px 0 1px;
	padding: 0;
}
#login_page input {
	border: 0 none;
	border-radius: 2px 2px 2px 2px;
	padding: 5px;
	width: 252px;
}
#login_page button {
	border: 0 none;
	height: 33px;
	margin: 10px 10px 0 0;
	padding: 6px 0;
	text-align: center;
	width: 125px;
}
#login_page #login_remind {
	margin-right: 0;
	opacity: 0.8;
}
#login_page input:hover,
#login_page input:focus
#login_page button:hover,
#login_page button:focus {
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

/* LOGIN FORM END */

/* TABLE DATA */

table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}
#admin_orders_length,
#admin_publications_length,
#admin_users_length,
.dataTables_length {
	display: none;
}
#admin_orders_info,
#admin_users_info,
#admin_orders_paginate,
#admin_users_paginate {
	min-height: 22px;
}
table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	bac
}
table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}
table.dataTable td {
	padding: 3px 10px;
}
table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}
table.dataTable tbody tr {
	background-image: linear-gradient(bottom, rgb(250,250,250) 0%, rgb(255,255,255) 12%);
	background-image: -o-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(255,255,255) 12%);
	background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(255,255,255) 12%);
	background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(255,255,255) 12%);
	background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(255,255,255) 12%);	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(250,250,250)),
		color-stop(1, rgb(255,255,255))
	);
}
table.dataTable tbody tr:hover {
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 12%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 12%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 12%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 12%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(252,252,252) 12%);	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(240,240,240)),
		color-stop(1, rgb(252,252,252))
	);
	cursor: pointer;
}
/*table.dataTable tr.odd { background-color: #FAFAFA; }
table.dataTable tr.even { background-color: #FEFEFE; }
table.dataTable tr.odd td.sorting_1 { background-color: #F6F6F6; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #FCFCFC; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
*/
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}
.dataTables_length {
	float: left;
}
.dataTables_filter {
	margin: 2px 5px 3px 0;
}
.dataTables_info {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	clear: both;
	padding: 0 10px;
}
.dataTables_paginate {
	text-align: right;
}
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}
.paginate_button_disabled,
.paginate_disabled_previous,
.paginate_disabled_next {
	opacity: 0.4;
}
.paginate_enabled_previous { background: url('/images/tables/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('/images/tables/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('/images/tables/back_disabled.png') no-repeat top left; }
.paginate_enabled_next { background: url('/images/tables/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('/images/tables/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('/images/tables/forward_disabled.png') no-repeat top right; }
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
}
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}
.sorting { background: url('/images/tables/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('/images/tables/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('/images/tables/sort_desc.png') no-repeat center right; }
.sorting_asc_disabled { background: url('/images/tables/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('/images/tables/sort_desc_disabled.png') no-repeat center right; }
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

/* TABLE DATA END */

/* ACCOUNT */

.loading {
	background: url('/images/main/loading.gif') no-repeat scroll center center rgba(0, 0, 0, 0);
	min-height: 120px;
}
#account_downloads textarea {
	tab-size: 8;
	-moz-tab-size: 8;
}

/* ACCOUNT END */


/* SMALL SCREENS */

@media all and (max-width: 696px) {
	#container {
		width: 570px;
	}
	header.standard,
	header.account,
	header.admin {
		height: 157px;
	}
	#account {
		margin: 10px -210px -60px 10px;
	}
	.standard #logo,
	.account #logo,
	.admin #logo {
		padding-right: 10px;
	}
	nav {
		padding-left: 10px;
	}
	#content {
		margin: 0 10px;
	}
	#content section.left,
	#content section.right {
		clear: none;
		float: none;
		width: auto;
		margin: 0;
	}
	#home #home_magazines li,
	#home #home_games li,
	#home #home_contact li {
		float: left;
	}
	#home #home_magazines li,
	#home #home_games li,
	#home #home_contact li {
		text-align: right;
	}
	#home h2 {
		line-height: 27px;
		font-size: 24px;
	}
	#home p {
		font-size: 16px;
	}
	footer {
		height: 90px;
	}
	footer > .section_left,
	footer > .section_right {
		float: none;
		clear: both;
		text-align: left;
		width: 550px;
		margin: 10px;
	}
}

/* SMALL SCREENS END */
