/* global styles */

* { min-width: 0 !important; }

body {
	position: relative;
}

body {
	font-size: 10px;
}

#header * {
	display: none;
}

#nav {
	display: none;
}

#footer {
	display: none;
}

/* templates */

#module_navigation {
	display: none;
}

.template_promo_area {
	display: none;
}

.template_std_content {
	border: 1px solid black;
	width: 100% !important; /* is this needed? */
	margin: 0 !important;
	max-width: none !important;
}

.template_centre_content {
	border: 1px solid black;
	right: auto !important;
	width: 100% !important;
	margin-left: 0 !important;
	max-width: none !important;
}

/* custom styles */

.back_to_top, .print_page {
	display: none;
}

/* forms */
form.std li.field , div.form_std div.field { *zoom: 1; }
form.std li.field:after , div.form_std div.field:after { content: '.'; clear: both; height: 0; display: block; visibility: hidden; }

/* buttons / links */

.prev_link a, .next_link a {
	text-decoration: underline;
	padding: 0 !important;
	font-weight: normal !important;
	font-size: 1em !important;
}

button.button {
	background: #e98587 none !important;
	border: 1px solid #000;
	text-align: center;
	padding: 4px 8px;
	height: auto;
	width: auto;
}

button.button span {
	font-weight: bold;
	display: block;
	margin: 0;
	font-size: 100%;
}