.adtext div {
	margin: 3px;
}


.wrapt,td.wrapt div {  /* ad titel  */
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	clip: auto; 
	white-space: nowrap;
	font-size: 8pt;
	cursor: pointer; 
	cursor: hand; 
}

.wrapp,td.wrapp div {  /* price */
	width: 40px;
	overflow: hidden;
	text-overflow: clip;
	clip: auto; 
	white-space: nowrap;
	font-size: 7pt;
	font-weight: normal;
}

.wrapo,td.wrapo div {   /* overige */
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow-mode: ellipsis;
	clip: auto; 
	white-space: nowrap;
}

.wrapc,td.wrapc div { /* category title */
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	clip: auto; 
	white-space: nowrap;
	font-size: 8pt;
	font-weight: bold;
	font-color: black;
	cursor: pointer; 
	cursor: hand; 
	background: #2f5181;
}
td.wrapc div h2, td.wrapad div h2 {
	font-size: 11pt;
}
td.wrapc div a,td.wrapc div a:link,td.wrapc div a:visited {
	color: #f7f7f7;
}

.wrapr,td.wrapr div { /* counter, rechts naast wrapc */
	width: 40px;
	overflow: hidden;
	text-overflow: clip;
	clip: auto; 
	white-space: nowrap;
	font-size: 7pt;
	font-weight: normal;
	color: #f7f7f7;
	padding-right:2px;
	background: #2f5181;
}

.wrapad,td.wrapad div {  /* google ad  */
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	clip: auto; 
	white-space: nowrap;
	font-size: 7pt;
	letter-spacing:-1px;
	font-weight: normal;
	font-color: fffeef;
}

td.ltopbar {
	/*background: url(/images/newlook2/navtopbarnew.jpg) left top repeat; */
	/*background: #8c7c4c;*/
	/*background: #2f5181;*/
	border-bottom: solid 1px #2f5181;
	color: #0f0f0f;
	/*background: #f7f7f7;*/
}

td.ltopbar a, td.ltopbar a:link, td.ltopbar a:visited {
	color: #070799;
}

td.lbottombar {
	background: #2f5181;
	color: #ffffff;
}

td.lbottombar a, td.lbottombar a:link, td.lbottombar a:visited {
	color: #f7f7f7;
}

td.lwraptn div  { /* lijst ad title */
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	clip: auto; 
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing:0px;
	cursor: pointer; 
	cursor: hand; 
}
td.lwraptn div a:link {
	color: #002288;
	text-decoration:underline;
}
td.lwraptn div a:visited {
}
td.lwraptn .image {
	background:#f7f7f7;
	border: solid 1px #470101;
	margin-top:5px;
	width:60px;
	/*border: solid 2px #a3925f;*/
}
td.lwraptn table {
	margin-left:8px;
	margin-top:3px;
}


td.lwrappn div { /* lijst prijs */
	width: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	clip: auto; 
	white-space: nowrap;
	font-size: 10pt;
	font-weight:bold;
	margin: 4px;
	color: #000077;
}

.ldescr p,.ldescr_ p, .ldescr_ { /* list description */
	/*width: 440px;*/
	font-size: 9pt;
	color: #404040;
	padding: 5px;
	margin:0px;
	/*overflow: hidden;*/
}
.ldescr_ span b, .ldescr_ span i, .ldescr_ span strong, .ldescr b, .ldescr_ strong {
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
}

td.lwrapst div {  /* lijst stars */
	margin: 2px;
	width: 35px;
}

td.lwrapim div {  /* lijst img */
	margin: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	width: 85px;
}
td.lwrapim div img {
	background:#dfdfdf;
	margin:1px;
	padding:2px;
	border: solid 1px #470101;
	/*border: solid 2px #a3925f;*/
}

td.lwrapdt div {  /* lijst date */
	font-size: 9pt;
	margin: 4px;
	overflow: hidden;
	width: 60px;
}

td.lwrapvw div {  /* lijst viewed */
	font-size: 9pt;
	margin: 4px;
	overflow: hidden;
	width: 20px;
}

td.lwrapcn div { /* lijst categorie titel */
	/*width: 310px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	clip: auto; 
	white-space: nowrap;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing:-1px;
	margin-top: 2px;
	margin-left:4px;
	height:26px; /* was 20 */
	vertical-align:middle;
	line-height:24px;
	text-align:left;
}
td.lwrapcn div h2 {
	font-size: 14pt;
	font-weight:normal;
	letter-spacing:-1;
}

td.nwrapf div { /* pages,list-intro-album */
	font-size: 8pt;
	width: 165px;
}

td.nwrapc div { /* pagina titel */
	font-size: 11pt;
	width: 250px;
}


		.trigger{

			border:1px solid #ccc;

			color:green;

			width:15em;

			padding-right:1em;

			background:url(arrow.gif) top right no-repeat #fff;

			display:block;

		}

		.activetrigger{

			border:1px solid #ccc;

			color:green;

			width:15em;

			padding-right:1em;

			display:block;

			background:#ccc;

		}

		/* style of the UL */

		.dropcontainer ul{

			background:#fff;

			border:1px solid #999;

			border-bottom:none;

			list-style-type:none;

			padding:0;

			margin:0;

			width:16em;

			position:absolute;

		}

		.dropdownhidden{

			top:0;

			left:-999em;

		}

		.dropdownvisible{

			top:0;

			left:0;

		}

		.dropcontainer ul a{

			padding:0 .5em;

			display:block;

			width:15em;

			text-decoration:none;

			color:#666;

			border-bottom:1px solid #999;

		}

		.dropcontainer ul a:hover{

			background:#ccc;

		}

		.dropcontainer{

			position:relative;

		}


