/*
 *  TOP BLOCK
 */
body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	background-color: white;
}
h1 {
	color: black;
	cursor: pointer;
  margin: 6px;
	margin-left: 8px;
  margin-top: 14px;
}
p.slogan {
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	margin-top: 38px;
}
span.sloganCash {
	color: #0c0;
}
/*
 *  BODY BLOCKS
 */
a:link {
	color: green;
}
a:visited {
	color: green;8
}
a.buynow {
	color: red;
	font-size: 14px;
}
div.addListing {
	background-color: #ddd;
/*	display:none; */
}
div.main {
	border-bottom-color: #ccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 2px;
}
div.nav {
	text-align: left;
	border-color: #0c0;
	border-style: dotted;
	border-width: 1px;	background-color: white;
  margin-bottom: 4px;
}
div.nav p {
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
}
div.footer p {
	margin-bottom: 0px;
}
form {

	margin: 2px;

	padding: 2px;

}

/*
h2.nav {
	font-size: 16px;
	margin: 1px;
	margin-bottom: 0px;
	padding: 3px;
	padding-bottom: 6px;
}
*/
h2.latest, h2.navHeader, h2.newListing {  /*	background-color: LightGoldenRodYellow; */
	color: black;
	border-bottom-color: #0c0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 17px;
	margin: 1px;
	margin-top: 0px;
	padding: 3px;
}
h2.error {
	border-bottom-color: red;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 16px;
	margin: 2px;
	padding: 4px;
}
h2.message {
	border-bottom-color: yellowgreen;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: black;
	font-size: 16px;
	margin: 2px;
	padding: 4px;
}
p.notice {
	border-color: gold;
	border-style: solid;
	border-width: 2px;
	color: black;
	font-size: 16px;
  font-weight: bold;
	margin: 6px;
	padding: 4px;
}
h3 {
	background-color: #eee;
/*	border-color: gold;
	border-style: dashed;
	border-width: 1px; */
  clear: left;
	color: black;
	font-size: 14px;
	margin: 1px;
	margin-top: 0px;
	padding: 5px;
}
h3.itemBlock {
	background-color: #eee;
	border-style: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ccc;
  clear: left;
	color: black;
	cursor: pointer;
	margin-top: 2px;
}
h4 {
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 4px;
	margin-top: 4px;
	padding: 2px;
}
input.tradenow {
	color: green;
	font-size: 18px;
	font-weight: bolder;
	padding: 15px;
}
p.error {
	font-size: 14px;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	padding: 2px;
}
p.footer {
	font-size: 11px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 2px;
	margin-top: 3px;
	padding: 2px;
}
p.message {
	font-size: 14px;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	padding: 2px;
}
/*
p.header {
	background-color: #bbb;
	font-size: 12px;
	padding: 4px;
}
*/
p.listingText {
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}
table.addListing {

}
table.addListing td {
	font-weight: bold;
}
table {
 
	border-style: solid;

	border-width: 1px;

}
table.item {
	margin-top: 2px;
	border-color: #ccc;
}
table.navMain td {
	vertical-align: top;
}
table.main {
	width: 100%;
	border-width: 0px;
}
table.navMain {
	border-width: 0px;
}
table#itemDetails {
	border: 0px;
	border-bottom-color: black;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	padding-bottom: 3px;
}
table#itemTable {
	width: 100%;
	border: 0px;
	border-bottom-color: black;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
}
table#itemDetails {
	border: 0px;
	border-bottom-color: black;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	padding-bottom: 3px;
}
th {
	/* background-color: #forestgreen; */
	border-bottom-color: #9c9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #9c9;
	border-right-style: solid;
	border-right-width: 1px;
	font-family: Helvetica, Sans-Serif;
	font-size: 14px;
  font-weight: bold;
	padding: 3px;
}

td {
	background-color: white;
	font-size: 14px;
}

tr.listing td {
	background-color: aliceblue;
	border-bottom-color: #69f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #9cf;
	border-right-style: solid;
	border-right-width: 1px;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}
tr.item td {
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 3px;
	vertical-align: middle;
}
td.item p {
	margin-bottom: 1px;
	margin-top: 1px;
}
table.faq {
	border: 0px;
}
table.faq th {
	text-align: left;
}
table.faq td {
	text-align: left;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 8px;
}
img {
	border: 0px;
}
table.itemThumb {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
table.itemThumb td {
	text-align: center;
	vertical-align: top;
}
div.itemThumb p {
	margin: 2px;
}
div.itemThumb p.Item {
	font-size: 14px;
}
div.itemThumb p.Category {
	font-size: 12px;
}
p.faq {
	margin: 1px;
}
/*
 * UI EFFECTS
 */
h2.nav {
	cursor: pointer;
}
td.listing,td.item p {
	cursor: pointer;
}
td.itemThumb {
	background-color: #f0f0f0;
	cursor: pointer;
	border-color: white;
	border-style: solid;
	border-width: 10px;
	
}

