/* CSS Document */

@charset "iso-8859-1";
/*©2008 midhold*/

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end Floatfix*/

body{
	color: #0e6ad3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a, span{
	color: #0e6ad3;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 1px solid #0e6ad3;
}

#cammers{
	width: 336px;
	height: 302px;
	overflow: hidden;
	padding-left: 3px;
}

#filters{
	padding: 8px 0;
}

#filters ul li{
	float: left;
	list-style: none;
	margin-right: 4px;

}

#filters ul li a{
	float: left;
}

.cammer{
	border: 1px solid #0e6ad3;
	width: 107px;
	height: 122px;
	overflow: hidden;
	text-align: center;
	float: left;
	padding: 3px 0;
	margin: 0 3px 3px 0;
}

.cammer a{
	font-weight: bold;
}

.cammer .imgborder{
	width: 100px;
	height: 75px;
	display: block;
	margin: 4px auto;
	overflow:hidden;
}

.cammer img{
	width: 100px;
	margin: auto;
}

.cammer .buttons{
	width: 102px;
	margin: 0 auto;
}

.cammer .info{
	background: url(../img/promotie/button_info.png) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}

.cammer .online{
	background: url(../img/promotie/online.gif) no-repeat;
	display: block;
	width: 79px;
	height: 20px;
	float: right;
}


/*ajax*/
.refreshing{
	text-indent: -9999em;
	height:48px;
	width:48px;
	background: url(../img/ajax/loadpref.gif) no-repeat;
	margin:100px auto;
	display:block;
}

/*pseudolink*/
.pseudolink{
	cursor:pointer;
	font-weight:bold;
}
.pseudolink:hover{
	text-decoration: underline;
}
