﻿/* Page - General */
body {
	font-family: Tahoma,Arial,Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #404040;
	background-color: white;
	width: 880px; /*800px/914px/1014px*/
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
}

/* Header */
#logo {
	text-align: center;
}
#logo img {
	margin: 0 auto;
}

/* Search bar */
#searchbar {
	width: 100%;
	padding: 0;
	margin:0;
	border-collapse: collapse;
	background-color: #D0E5F8;
	border: 1px #7bb6de solid;
	color: #0956A6;
	font-size: x-small;
}
#searchbar td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#searchbar a {
	color: #0956A6;
}
.xsmall {
	font-size: x-small;
}

/* Side bar */
#sidebar {
	float: none;
	width: 250px;
	margin-left: 630px;
}

/* Side-bar ads */
.sidead {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.sideadleft {
	float: left;
	width: 126px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.sideadright {
	padding: 0;
	margin: 0;
	margin-left: 129px;
	margin-bottom: 10px;
}

/* Content */
#content {
	float: left;
	width: 620px;
}
#content h2 {
	font-size: small;
	font-weight: bold;
	color: #0956A6;
}
#content h3 {
	font-size: small;
	font-weight: bold;
}

/* Footer */
#footer {
	font-size: x-small;
	text-align: center;
	color: Gray;
}
#footer a {
    color: Gray;
}

/* Content boxes */
.box {
	border: 1px #7bb6de solid;
}
.boxcontent {
	padding: 16px 16px 16px 16px;
}
.box h1 {
	font-size: small;
	font-weight: bold;
	color: #0956A6;
	text-align: center;
	background-color: #D0E5F8;
	border-bottom: 1px #7bb6de solid;
	padding: 2px 0px 2px 0px;
	margin: 0;
}
/* Header above box */
.boxheader {
	font-size: small;
	font-weight: bold;
	color: #0956A6;
	text-align: center;
	background-color: #D0E5F8;
	border-top: 1px #7bb6de solid;
	border-left: 1px #7bb6de solid;
	border-right: 1px #7bb6de solid;
	padding: 2px 0px 2px 0px;
	margin: 0;
}

/* Listings */
.listings {
	border: solid 1px #7bb6de;
	border-collapse: collapse;
	width: 100%;
}
.listings tr {
/*	border: solid 1px #7bb6de;*/
}
.listings td {
	border-bottom: solid 1px #7bb6de;
	padding: 8px 8px 8px 8px;
}
.listingtitle a {
	color: #0956A6;
	font-weight: bold;
	text-decoration: none;
}
.listingcat a {
	color: inherit;
	text-decoration: none;
}

/* Listing navigation */
.listingnav {
	padding: 6px 6px 6px 6px;
	margin : 0;
	font-size : 7pt;
	font-weight : bold;
	background-color: #D0E5F8;
	border: 1px #7bb6de solid;
	text-align: right;
}
.listingnav * {
	padding: 2px 6px;
}
.listingnav a {
	border: 1px solid #2153aa;
	background-color: white;
	color: #2153aa;
	text-decoration: none;
	margin : 2px 2px 2px 2px;
	padding: 2px 6px;
}
.listingnav a:hover, .pagin a:active {
	border : 1px solid #cc0000;
	background-color : white;
	color : #cc0000;
	text-decoration : none;
}
.listingnav span.currpage {
	color : #b0b0b0;
	font-weight: bold;
	color : black;
}
.listingnav table {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.listingnav td {
	text-align: center;
}

/* For small vertical spacer paragraph */
.smallvert {
	margin:0px;
	padding:0px;
	height:2px;
	font-size:1px;
}

/* Categories */
a.catmajor { color: black; }
a.catminor { color: black; }

/* */
ul#catlist {
	margin: 0;
	padding: 0;
}
ul#catlist li {
	list-style-type: none;
	margin: 0;
	padding: 3px 2px 3px 2px;
	background: #D9E9F9 url("../Images/dot.png") repeat-x top;
}
ul#catlist li#firstcat {
	list-style-type: none;
	margin: 0;
	padding: 3px 2px 3px 2px;
	background: #D9E9F9;
}
ul#catlist li span {
	padding: 0 8px 0 8px;
	margin: 0;
	width: 13px;
	height: 13px;
}
ul#catlist li span.open 
{
	background: url("../Images/minus.png") no-repeat center;
	cursor: pointer;
}
ul#catlist li span.current {
	background: url("../Images/minus.png") no-repeat center;
	cursor: default;
}
ul#catlist li span.close {
	background: url("../Images/plus.png") no-repeat center;
	cursor: pointer;
}
ul#catlist li span.item {
	background: url("../Images/item.png") no-repeat center;
}
ul#catlist li span.lastitem {
	background: url("../Images/lastitem.png") no-repeat center;
}
ul#catlist li ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
}
ul#catlist li.close ul {
	display: none;
}
ul#catlist li ul li {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	background: #ECF3FF url("../Images/dot.png") repeat-x top;
}
ul#catlist li ul li.selected {
	background-color: white;
}

/* Data entry tables */
.dataform {
	width: 90%;
}
.datalabel {
	width: 140px;
}

/* Listing details table */
.detailsgrid {
	border-collapse: collapse;
	width: 100%;
}
.detailsgrid td {
	border: 1px #7bb6de solid;
	padding: 4px 4px 4px 4px;
}
.detailsgridalt {
	background-color: #ECF3FF;
}

/* Specials */
.specials {
	background-color: #FFFFFF;
	border: medium solid #800000;
	color: #800000;
}
.specials h1 {
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #800000;
}

/* HTML code */
.code {
	font-family: courier;
	text-align: left;
	background: #f0f0f0;
}

/* Error messages */
.errmsg {
	color: Red;
	padding: 6px 8px 6px 8px;
	border: 1px solid Red;
	background-color: #ffefef;
}

.prodinfo {
	width: 80%;
}
.prodinfo th {
	text-align: left;
}

/* Author's Menu */
.authmenu a
{
	display: block;
	padding: 4px 4px 4px 4px;
	margin: 4px 0px 4px 0px;
	color: #0956A6;
	background-color: #D0E5F8;
	border: solid 1px #7bb6de;
	font-weight: bold;
	text-decoration: none;
}

.authmenu a:hover
{
	color: white;
	background-color: #0956A6;
	border: solid 1px #0956A6;
}
