a {
	color: #06c;
}

a:hover, a:focus {
	color: #003;
}

a:active {
	color: #000;
}

img.rss {
	margin-bottom: -2px;
    border: 0px;
}

body {
	margin: 0 0 1em 0;
	padding: 0;
	background: #fff;
	color: #333;
}

body, td, th, h3, textarea, input, select {
	font-family: arial;
	font-size:    x-small;
	font-size:    small
} 

#header { padding: 0 50px; }
#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#breadcrumbs { padding: 0 50px; }
#content { padding: 0 50px; }
#footer { padding: 0 20px; margin: 0 50px; }

#header div, #content, #breadcrumbs div, #footer, #main-feature .feature-contents {
	margin: 0 auto;
}

#header div { position: relative; }

/* header */

#header img {
	border: 0;
}

#header {
	height: 38px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #9C4141 url("./img/header-background.png") top repeat-x;
	z-index: 1;
}

#header h1 { margin: 0;	}

#header h1 img {
	height: 38px;
	font-weight: bold;
	color: #7f7c45;
}

#header ul {
	padding: 0;
	margin: 0;
	height: 38px;
	list-style: none;
	border-left: 1px solid #9C4141;
	border-right: 1px solid #1f2635;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #9C4141;
	border-left: 1px solid #1f2635;
	color: #FFA3A3;
	height: 38px;
	height: 16px;
} #ignored {}

#header ul li a:hover {
	background: #9C4141;
	color: #fff;
	text-decoration: underline;
}

#top-search {
	display: block;
	float: left;
	font-weight: bold;
	padding: 14px 1.5em 0 1.5em;
	height: 27px;
	font-size: 85%;
}
#header #top-search {
	padding-top: 12px;
	height: 29px;
}
#header label.inside {
	color: #145693;
	position:absolute;
	visibility:hidden;
}
#header #search-submit {
	display: none;
}

#container {
}

#top-keywords {
	margin: 0;
	padding: 0;
	font-size: 85%;
	opacity: .7;
	width: 85px;
	margin-bottom: 2px;
	margin-top: -5px;
	color: #9C4141;
}

#header input#top-keywords:focus, #header input#top-username:focus, #header input#top-password:focus, #header input#top-keywords:hover, #header input#top-username:hover, #header input#top-password:hover {
	opacity: 1;
}

img.cover {
	border: 0;
	float: right;
}

img.picture {
	padding: 1px;
	border: 1px solid #000000;
	background-color: gray;
}

div.galleries, div.galleryimages, div.selected, div.list {
	background-color: white;
	border: 1px solid #666666;
	padding: 1em;
	margin: 1em;
	margin-bottom: .25em;
	text-align: left;
	top: 0px;
	word-wrap:break-word;
}

div.list {
    text-align: middle;
	float: left;
    background-color: #ccdcff;
    padding: .5em;
    margin-top: 0em;
    margin-right: 0em;
}

div.selected {
	text-align: center;
	margin-top:0;
	padding-top:0;
}

div.selected h1 {
	margin: 0;
	padding-top: .25em;
}

div.galleryimages {
	background-color: #ccdcff;
}

div.groups {
	text-align: center;
	margin-bottom: 1em;
}

div.text {
	margin: 1em;
}

div.ebayadds {
 padding: 1em;
 padding-left: 2em;
 float: left;
}

#footer {
	clear: both;
	margin: 1em;
	border-top: 1px solid black;
	text-align: center;
}

