input {
	font-size:			10px;
}
select {
	font-size:			10px;
}
.resultHeader {
	background-color: yellow;
	border-left: 1px solid #3c4987;
	border-bottom: 1px solid #3c4987;
	height: 6px;
}
.resultHeader1 {
	background-color: yellow;
	border-bottom: 1px solid #3c4987;
	height: 6px;
}
.resultPhoto {
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid white;
	padding: 5px;
}
.resultPhoto img {
	border: 1px solid black;
}

.resultAd {
	background-color: #eee;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 5px;
	vertical-align: top;
}
.resultAd a {
	color: darkblue;
}
.resultIcon {
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid white;
	padding: 5px;
}
.resultPrice {
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}
.page_nav {
	
	font: inherit;
	color: #FFF;
	font-size: 11px;
	padding: 4px;
}

.page_nav a {
	color: #CCCCFF;
	text-decoration: none;
}

.private {
	color: #00ff00;
}
.trade {
	color: #800080;
}
td.resultTitle {
	background: #a9a9c5;
	font: inherit;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #3c4987; 
}
td.resultTitle a {
	text-decoration: none;
}

.filterBox {
	background: #c2caf2;
	/*border-left: 1px solid #00007B;
	border-right: 1px solid #00007B;
	border-bottom: 1px solid #00007B;*/
}

/* DETAILS PAGE */
.popupHeader {
	background-color: #000099;
	border-bottom: 1px solid white;
}
.blackDiv {
	background-color: #000;
	border-bottom: 1px solid white;
	height: 6px;
}
.popupImageCell {
	padding: 10px;
	background-color: #eee;
}
.popupImageAd {
	padding: 10px;
	background-color: #eee;
	border-left: 1px solid white;
}

.item {
}
.item a {
	text-decoration: none;
}
.item a:hover {
	color: orange;
	font-weight: bold;
}
	
.itemSelected {
	color: orange;
	font-weight: bold;
}

