/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}

address, blockquote, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, p, ol, table, ul {
	font-size: 1em;
	margin: .75em 0 1em;
	padding: 0;
}

div, td, th, tr {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 1em;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ins {
	text-decoration: none;
}

label[disabled="true"] {
	opacity: 0.4;
}

sub,
sup {
	font-size: .75em;
	line-height: 0;
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
}

sub {
	top: 0.1em;
}

code,
pre {
	font-family: monospace;
	font-size: 1em;
}

b {
	font-weight: normal;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}


/**
 * Lists
 */
ul {
	list-style-type: none;
}

li {
	margin: 0.5em 0 0.5em 1.3em;
}

ul > li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}

ul > li > *:first-child:-moz-first-node {
	margin-top: -1.2em;
}

ul > li > * {
	text-indent: 0;
}

ul.navigation,
.navigation ul {
	list-style-image: none;
	margin-left: -1.3em;
}

.navigation li ul {
	margin: 0.5em 0 0 0;
}

.navigation li:before {
	content: '';
	float: none;
	margin-left: 0;
}

ul.navigation > li > *:first-child:-moz-first-node,
.navigation ul > li > *:first-child:-moz-first-node {
	margin-top: 0;
}

dl {
	margin: -2em 0 2em;
}

dt {
	margin: 3em 0 0.25em;
}

dd {
	margin: 0 0 1em 2em;
}


/**
 * Tables
 */
table,
td,
th {
	border-spacing: 0;
	border: 0;
	font-weight: normal;
}

th, td {
	padding: .5em .75em;
	text-align: left;
	vertical-align: top;
}

table td.b_r,
table th.b_r {
	border-right: 1px solid #888;
}

table td.b_b, table th.b_b {
	border-bottom: 1px solid #888;
}

table td.number,
table th.number {
	text-align: right;
}


/**
 * Links
 */
a:link,
a:visited {
	text-decoration: underline;
}

a:link,
.pseudo {
	color: #1c1f92;
}

.pseudo {
	border-bottom: 1px dashed;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: darkmagenta;
}

a:hover,
.pseudo:hover {
	color: #d40000 !important;
}

a:link *, a:visited * {
	cursor: pointer;
}

a * {
	display: inline;
	margin: 0;
	padding: 0;
}

a.popup {

}

a.external {

}


/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 2.1875em;
	margin: 0;
	padding: .3em 0 .2em;
}

h1 a,
h1 a:visited {
	color: #000;
}

h2 {
	font-size: 1.539em;
	margin: 0 0 -.4em;
	padding: .8em 0 .4em;
}

h3 {
	font-size: 1.308em;
	margin: 0 0 -.45em;
	padding: .8em 0 .5em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h5 {
	font-size: 1em;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h2:first-child,
h3:first-child {
	margin-top: 0;
}

h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}

h2 .pseudo {
	color: #888;
	font-size: .647em;
	margin-left: 1em;
	position: relative;
	top: -.2em;
}


/**
 * Layout
 */
body {
	background: #fff url(../i/back.png) repeat-x;
	color: #000;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}


/**
 * Picture
 */
.picture {
	color: #999999;
	font-size: .9em;
	margin-bottom: 1em;
}

.picture p {
	margin-top: 0;
}


/**
 * Misc
 */
.phone,
.nobr {
	white-space: nowrap;
}

.hidden,
.js .jhidden {
	display: none !important;
}

.for_popup {
	z-index: 110;
}

.for_popup .hidden {
	display: block !important;
	left: -10000px;
	top: -10000px;
}

.errors {
	color: #c66;
}

.before_list {
	margin-bottom: -.5em;
}

.summary,
.source,
.date {
	font-size: .9em;
}

.measurer {
	left: 0;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	visibility: hidden;
	width: 100%;
}

.left {
	float: left;
	margin: 0 1em 0 0;
}

.right {
	float: right;
	margin: 0 0 0 1em;
}

.phone {
	white-space: nowrap;
}

.footnotes {
	border-top: 1px solid #008;
	padding: 3px 1em 0;
}

.footnotes p {
	margin-top: 0;
}

div.address {
	font-size: 1.1em;
}

blockquote {
	border-left: 1px solid #008;
	border-right: 1px solid #008;
	margin: 0 20px 2em;
	padding: 0 20px;
}

blockquote p {
	margin-top: 0;
}

blockquote .source {
	color: #999;
	margin-top: -.5em;
}

.comment {
	color: #888;
	font-size: .846em;
}

.incut {
	border-top: 1px solid #888;
	font-size: .856em;
}

.empty {
	color: #aaa;
}

.price {
	font-family: Georgia, serif;
	white-space: nowrap;
}

.price em,
.price i {
	font-style: normal;
}


/**
 * Simple form
 */
.simple_form .row {
	margin: 0 0 .8em;
}

.simple_form .label {
	font-weight: normal;
	margin: 0 0 .2em;
}

.simple_form .field {
	margin: 0;
}

.simple_form .text input,
.simple_form .text textarea {
	width: 100%;
}

.simple_form .short_text input,
.simple_form .short_text textarea {
	width: 60%;
}

.simple_form .selector .field label {
	padding-left: .5em;
}

.simple_form .comment {
	display: block;
}

.simple_form .submit input {
	font-size: 1.23em;
}

.simple_form .required {
	color: #f00;
}

.simple_form .warning {
	display: block;
	font-size: .846em;
	margin-top: .3em;
}

.simple_form .error .label {
	color: #f00;
}

.simple_form .error_message {
	color: #f00;
	display: block;
	font-size: .846em;
	line-height: normal;
	margin-top: .1em;
}
