
body {
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: #010101;
	background-image: url('graphics/bokeh6.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;

}

hr {
	border-top: 1px dashed #ccc;
	height: 0px;
	color: white;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.35em;
}

h2 {
	font-size: 1.35em;
}

#main {
	width: 975px;
	margin: auto;
}

#header {
	width: 975px;
	height: 85px;
}

#header img {
	margin: 15px 0px 0px 10px;
}

#content {
	clear: both;
	width: 975px;
	background: #eefaea;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #42AEC2;
	border-left: 1px solid #42AEC2;
	border-right: 1px solid #42AEC2;
	overflow: hidden;
}

#leftpanel {
	width: 700px;
	float: left;
	background: #fff;
	border-right: 2px solid #eee;
	margin-bottom: -2000px; padding-bottom: 2000px;
}

#rightpanel {
	width: 253px;
	float: right;
	background: #eefaea;
	padding: 10px;
}

#footer {
	clear: both;
	width: 957px;
	background: #52686F;
	font-size: 0.85em;
	color: #ddd;
	padding: 10px;
	/*border-right: 1px solid #42AEC2;
	border-left: 1px solid #42AEC2;*/
	border-top: 3px solid #2F4249;
	text-shadow: #2F4249 1px 1px;
}

#footer a {
	color: #EEF66C;
}

#menu {

	float: left;
	width: 100%;

}

#menu a {
	font-size: 0.85em;
	color: teal;
}

#menu a:hover {
	text-decoration: none;
}

.buttonspan {
	display: block;
}

.button, .activebutton {
	border-left: 1px solid #42AEC2;
	border-top: 1px solid #42AEC2;
	border-right: 1px solid #42AEC2;
	float: left;
	width: 100px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.button:hover {
	background: #71c0b4;
	background-image: url('graphics/buttonhover.jpg');
}

.button {
	line-height: 25px;
	margin: 0px 5px 0px 5px;
	background: #93E2D5;
	background-image: url('graphics/button.jpg');
	
}

.activebutton {
	line-height: 26px;
	margin: 0px 5px -1px 5px;
	background: #fff;
}


.item {
	clear: both;
	width: 100%;
}

.details {
	font-size: 0.85em;
	display: table-cell;
	width: 600px;
	padding-top: 28px;
}

.title {
	color: #F17022;
	/* font-size: 1.35em; */
}

.title2 {
	color: #C73B0B;
	font-size: 1.1em;
}

.grey {
	color: #aaa;
}

.catholder {
	margin: 0px 0px 0px 0px;
}
	
.category, .keywords, #gallerymore a {
	font-weight: bold;
	color: #6b8e23;
}

#report {
	text-align: right;
	font-size: 0.85em;
}

.link {
	font-weight: bold;
	color: #FDB813;
}

.description {
	padding: 0px 10px 10px 0px;
	display: table-cell;
}

.itemimage {
	float: left;
	max-width: 80px;
	/* max-height: 100px; */
	margin: 0px 20px 0px 0px;
	padding: 2px;
	border: 1px solid #aaa;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}

.time {
	float: left;
	width: 42px;
	margin: 34px 24px 0px 24px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}

.year {
	text-align: center;
	width: 3em;
	background: #89E894;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: .85em;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.date {
	text-align: center;
	width: 3em;
	background: #eee;
	background-image: url('graphics/date.jpg');
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: .85em;
}

#categorylist {
	list-style-type: square;
	color: #5A7155;
}

#categorylist a {
	color: #5A7155;
}

#categorylist a:hover{
	color: #F17022;
}

.atoz {
	float: left;
	margin: 3px;
	border: 1px solid #ccc;
	font-size: 0.8em;
	padding: 0px 3px 0px 3px;
	background-image: url('graphics/button.jpg');
}

.atoz:hover {
	background-image: url('graphics/buttonhover.jpg');
}

.atoz a {
	font-weight: bold;
	color: #6b8e23;
	
}

#atozcon {
	clear: both;
	
	margin: 0px 10px 20px 10px;
}

#orderby {
	clear: both;
	margin: 0px 0px 20px 10px;
	font-size: 0.85em;
}

#orderby a {
	color: #6b8e23;
}

.categorycontents {
	clear: both;
	font-size: 0.8em;
	margin: 10px;
}

.categorycontents a {
	color: #F17022;
}

.viewicon {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.itemdetails {
	float: left;
}

.yearsmall {
	float: right;
	font-weight: bold;
	color: #5a7d12;
	text-align: center;
	width: 3em;
	background: #89E894;
	border: 1px solid #ccc;
	font-size: 0.9em;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}

.message {
	margin: 0px 0px 0px 10px;
}

.itemdisplay, .infodisplay {
	margin: 15px;
}

.infodisplay a {
	color: #6b8e23;
}

.itemimagebig {
	margin-bottom: 10px;
}

.genbutton {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 2px;
	background-image: url('graphics/button.jpg');
	color: teal;
}
	


/* Amazon stuff */

.amazonitem {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 8px;
	margin: 0px 8px 10px 8px;
	background: #fff;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}

.shop {
	padding: 0px 0px 10px 0px;
	background: #ddd;
	margin: 0px;
	font-size: 0.85em;
}

.editorial, .intro {
	clear: both;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 7px
}

.intro {
	margin: 20px;
	font-size: 0.85em;
	padding: 15px;
}
	
.border {
	border-bottom: solid 1px #bbb;
}

.price {
	font-weight: bold;
	color: teal;
}

.offers {
	background: #eee;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 10px;
	border: solid 1px #ddd;
	margin: 5px 0px 5px 0px;
}
	
#fade {
	width: 100%;
	height: 40px;
	background-image: url('graphics/fade.jpg');
}
	
.pointy {
	cursor: pointer;
}

/* Lost bots page */	
.table1 {
	width: 100%;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 7px;
}

/* Search */


#searchform {
	padding: 10px;
	margin: auto;
}

#search {
	font-size: 1.2em;
}

#searchbutton {
	padding: 0px;
	margin: 0px;
}	
	
#searcharea {
	margin: 10px;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

/* Gallery */

#gallery {
	width: 100%;
	margin-top: 20px;
}

#gallery td {
	text-align: center;
	vertical-align: middle;
	width: 105px;
	border: 1px solid #ccc;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 15px;
	background: #eee;
}

.galleryimage {
	max-width: 90px;
	/* max-height: 100px; */
	/* margin: 0px 20px 0px 0px; */
	padding: 2px;
	border: 1px solid #aaa;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}

.gallerydesc{
	font-size: 0.75em;
}

#gallerymore {
	border: 1px solid #ccc;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 15px;
	text-align: right;
	margin: 5px 5px 0px 5px;
	background: #eee;
}













	
