/* CSS Document */

	/* text area */
.addetailsta {
	width: 550px;
	height: 300px;
	border: 1px solid #7F9DB9;
}
	/* text box */
.adtitletb {
	width: 450px;
	border: 1px solid #7F9DB9;
}


	/* div with the header column for category overview */

.catovhdr {
	background-color: #FFCC33;
	height: 24px;
	font-weight: bold;

	padding: 0 3px;
	vertical-align: middle;
	text-align: center;
}

.cathdrlink {
	color: #00F;
	line-height: 24px;	/* same as height of div */
	text-decoration: none;
}

.cathdrlink:hover {
	text-decoration: underline;
}

	/* Left subcat menu */

.subcatmenuhdr {
	color: #F03;
	font-weight: bold;
	background: url(../gfx/bot-dots.gif) repeat-x left bottom;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	padding: 6px 5px 6px 15px;

}

.subcatmenucurcat {
	color: #6633CC;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../gfx/bot-dots.gif) repeat-x left bottom;
}

#leftcol #navmenu .subcatuplink {
	margin: 0px;
	padding: 6px 5px 6px 20px;
	display: block;
	line-height: 18px;
	text-decoration: none;
	background: url(../gfx/upArrowNav.gif) no-repeat left bottom;
	font-weight: bold;
}

#leftcol #navmenu .subcatuplink:hover {
	background: url(../gfx/upArrowNav.gif) no-repeat -195px bottom;
	color: #FF0000;
}

	/* list items in the sub */

.catovlist {
	margin-top: 5px;
}

.catovlist li {
	font-style: italic;
}

.catovlist a:link, .catovlist a:visited {
	color: #00F;
	text-decoration: none;
}

.catovlist a:hover {
	text-decoration: underline;
}

	/* overview table */

.catoverview {
	border: none;
}

.catoverview td {
	vertical-align: top;
	text-align: left;

	padding: 0 5px 12px;
	border: none;
}
	/* in the cat overview the number of adverts is shown */
.catovtotal {
	font-weight: bold;
	padding: 5px 0 0 15px;
/*	text-align: center; */
}

	/** breadcrumb styles **/

.breadcrumb, .breadhome, .breadcurrent {
	padding: 0px 0px 0px 20px;

	font-size: 16px;
	font-weight: bold;
	/*
	font-style: italic; /* */
	
	height: 15px;
	background: url(../gfx/h1bg.gif) no-repeat left;

	text-decoration: none;
	color: #2E3256;
}

.breadcrumb:hover, .breadhome:hover {
	color: #F00;
}

.breadcurrent {
	color: #F00;
}


	/* item list */

.adlisttable {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #CCC;
}

.adlisttable td {
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}

	/* cell containing advert details */

.adlistdetails {
	vertical-align: top;
	position: relative;
	padding: 0px;
}

.adlistitemtitle {
	font-weight: bold;
}

.adlistdetailsnippet {
	font-style: italic;
	min-height: 80px;
}

.adlistthumb {
	width: 1%;
	text-align: center;
}

.adlistthumb img {
	border: 0px solid #0099CC;
}

	/* view ad link */

.addetaillink {
	float: right;
}

.addetaillink a {
	background-color: #EEE;
	color: #006699;

	border: 1px solid #CCC;
	text-decoration: none;
	font-weight: normal;

	padding: 1px 3px;
	margin: none;

	clear: both;
	display: block;
}

.addetaillink a:hover {
	background-color: #0099CC;
	color: white;
}

.pagination {
	text-align: center;
	margin-bottom: 8px;
	font-weight: bold;
}

	/* ad detail page */

.adtitle {
	color: #0066FF;
	font-size: 18px;
	margin: 10px 0;
}

.addetails {
	width: 590px;
	border: 1px dotted #CCC;
	padding: 10px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
}

.adimages {
	width: 602px;
	border: 1px dotted #CCC;
	padding: 4px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
	text-align: center;
}

.adimages img {
	margin: 0 12px;
}

.adcontact {
	width: 580px;
	border: 1px dotted #AAA;
	padding: 15px;
	background-color: #EEE;
	border-style: solid dotted dashed grooved;
	color: #000;
}