body {
	margin:0;
	padding:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:0.625em;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	letter-spacing:-0.01em;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.2em;
}

a {
	color:inherit;
}

p a {
	color:#be1e2d;
}

a img {
	border:none;
}

/* General layout */

#top {
	background:#f2f2f2 url(../images/top.png) left top no-repeat;
}

#main, #side, #footer {
	font-size:1.2em;
}

/* Navigation */

#navigation {
	font-size:1.2em;
	padding-top:80px;
	text-align:right;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation ul li {
	display:inline;
	margin:0;
	padding:0;
}

#navigation ul li a {
	padding:7px 10px 7px 20px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	background:url(../images/bar-gray.png) left center no-repeat;
}

#navigation ul li a.active {
	background:url(../images/bar.png) left center no-repeat;
}

#navigation ul li a:hover {
	text-decoration:underline;
	color:#000;
}

#footer {
	padding:0.5em 0;
	background:#ccc url(../images/ft.png) right top no-repeat;
	border-top:solid 1px #be1e2d;
}

#seo {
	font-size:0.75em;
	color:#666;
}

#add-button {
	margin-top:1em;
}

#panel {
	padding:0.5em 2em;
	background-color:#be1e2d;
	color:#fff;
}

#message {
	padding:10px;
	background:#ccc;
	color:#fff;
	border-bottom:solid 1px #be1e2d;
	text-align:center;
	font-size:1.2em;
}

#message p {
	margin:0;
}

#message.error {
	background:#be1e2d;
}

/* Tags */

form {
	padding:0.5em 2em;
	background-color:#ccc;
}

form h1, form h2, form h3, form h4, form h5, form h6 {
	color:#be1e2d;
}

label {
	display:inline;
	float:left;
}

/* Area specific */

#main label {
	padding-top:3px;
	width:140px;
}

#main input.text {
	width:420px;
}

#panel h2 {
	color:#fff;
}

/* Classes */

.separator {
	height:20px;
}

.bar {
	padding:0.5em;
	background:#be1e2d url(../images/bg.png) right center no-repeat;
	color:#fff;
}

.thumbnail {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

.message {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:solid 1px #be1e2d;
}

.l {
	margin:5px 0;
	padding:5px 7px;
	background:#e9e9e9;
}

.l span {
	width:20%;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.more {
	width:100%;
	padding:1em 0;
	background-color:#be1e2d;
	color:#fff;
}

.more td {
	padding:0 1em;
	vertical-align:top;
}

.more td:first-child {
	width:125px;
	text-align:right;
	font-weight:bold;
}

input.button {
	padding:0.3em 0.6em;
	margin:0;
	background-color:#be1e2d;
	font-weight:bold;
	color:#fff;
	border:1px solid;
	border-color:#d87881 #6b1119 #6b1119 #d87881;
}

input.button:active {
	border-color:#6b1119 #d87881 #d87881 #6b1119;
}

#login input.text {
	width:85px;
}

#search select, #search input.text {
	width:160px;
}

#select select option span {
	color:red;
}

/* Lists */

ul {
	list-style:square outside url(../images/bull.png);
}

ul li {
	margin-bottom:0.25em;
}

ul li a {
	text-decoration:none;
}

ul li a:hover {
	text-decoration:underline;
}

ul.paginator {
	padding:1em;
	text-align:center;
	list-style:none;
}

ul.paginator li {
	display:inline;
	margin:0;
	padding:0;
}

ul.paginator li a {
	text-decoration:none;
}

ul.paginator li span {
	padding:0.4em 0.5em;
	color:#fff;
	background-color:#be1e2d;
	text-decoration:none;
}

ul.paginator li a:hover {
	text-decoration:underline;
}

#footer ul {
	list-style:none;
	text-align:center;
}

#footer ul li {
	display:inline;
	padding:0 0.5em;
}

#panel h2 {
	display:inline;
	float:left;
}

#panel select {
	display:inline;
	float:right;
	margin-top:0.75em;
}

/* Safari/Google Chrome hack start */

body:first-of-type #panel select {
	margin-top:11px;
}

/* Safari/Google Chrome hack end */

/* IE 6/7 hack start */

* html #panel h2, 
* html #panel select {
	margin-top:11px;
	margin-bottom:11px;
}

*:first-child+html #panel h2,
*:first-child+html #panel select {
	margin-top:11px;
	margin-bottom:11px;
}

/* IE hack end */

.faq {}
.question {
	font-weight:bold;
	color:#be1e2d;
}
.answer {
	padding-bottom:1em;
	border-bottom:solid 1px #999;
}

.expiration {
	float:right;
	margin-top:1em;
	padding:0.5em 1em;
	background-color:#ccc;
}