* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Arial", "Geneva", sans-serif;
	font-size: 100%;
	border: none;
}

body {
	margin-top: 50px;
	margin-bottom: 60px;
	background-color: #fff;
	color: #000;
}

#header {
	height: 239px;
	width: 100%;
	background-image: url('/pictures/design/top_back.png');
	background-repeat: repeat-x;
	background-color: #a00;
	color: #fff;
}

#navigation ul {
	float: left;
	width: 100%;
	background-color: #a00;
	color: #fff;
	border-top: 1px solid #700;
	border-bottom: 1px solid #700;
}

#navigation ul li {
	display: inline;
}

#navigation ul li #first {
	margin-left: 37px;
}

#navigation ul li a {
	float: left;
	padding: 0.3em 0.8em;
	background-color: #a00;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #700;
}

#navigation ul li a:hover {
	background-color: #500;
	color: #fff;
}

#content {
	position: relative;
	top: 10px;
	width: 40em;
	margin-left: 50px;
}

#content a {
	background-color: inherit;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

#content a:visited {
	background-color: inherit;
	color: #555;
	border-bottom: 1px solid #aaa;
}

#content a:hover {
	background-color: inherit;
	color: #000;
	border-bottom: 2px solid #000;
}

#content form label {
	font-weight: bold;
}

#content h1 {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 195%;
	font-weight: bold;
	border-bottom: 1px solid #444;
}

#content h2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	clear: both;
}

#content h3 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	font-size: 110%;
	border-bottom: 1px solid #ddd;
}

#content img {
	margin: 0 0.7em 1.5em 0.7em;
	padding: 0.4em;
	border: 1px solid #777;
	clear: both;
}

#content input, textarea, select {
	width: 25em;
	margin-bottom: 1em;
	border: 1px solid #777;
}

#content input {
	background-image: url('/pictures/design/input-fields.png');
}

#content input.input-button {
	cursor: pointer;
	font-weight: bold;
	border: 2px solid #000;
}

#content p {
	padding-bottom: 1em;
}

#content small {
	background-color: inherit;
	color: #777;
	font-size: 75%;
}

#content table {
	padding-bottom: 2em;
	font-size: 80%;
}

#content tr {
	line-height: 1.7em;
}

#content th {
	text-align: left;
	padding-right: 1em;
	font-size: 120%;
	cursor: default;
}

#content td a {
	line-height: 1em;
}

#content textarea {
	height: 10em;
}

#content table th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

#content table td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

#content ul {
	margin-left: 2em;
	margin-bottom: 1em;
	list-style-type: square;
}

#content ul li {
	line-height: 2em;
}

#content ul ul {
	margin-left: 1.5em;
	list-style-type: circle;
	font-style: italic;
}

#content ul ul li {
	line-height: 1.3em;
}

#content ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

#footer {
	margin-top: 2em;
	padding-top: 0.5em;
	background-color: inherit;
	color: #777;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #777;
	clear: both;
}

/*** Specific styles ***/

#content .sizebar {
	background-color: inherit;
	color: #777;
	font-size: 11px;
	text-align: right;
}

#content .sizebar a img, #content .no-border {
	margin: 0;
	padding: 0;
	border: none;
}

#content .js-button, #content .js-button:hover {
	cursor: pointer;
	border: none;
}

#content #gasol-prices th {
	padding-bottom: 1em;
}

#content #modulesearchframe {
	width: 100%;
	height: 28em;
	margin-bottom: 1em;
	border: 2px solid #000;
}
