﻿.hondentruc
{
}
 .hondentruc .player
 {
    display:block;
    border:solid 1px #AAAAAA;
    width:255px;
    height:210px;
    float:left;
    margin-right:10px;
 }
 
 
.hondentruc .detail
{
    display:block;
    width:100%;
    height:230px;
    overflow:hidden;
    border: solid 1px #DDDDDD;
    margin-bottom:5px;
}


.hondentruc .teksten
{
    
}


.hondentruc .thumbblok
{
    width:100%;
    display:block;
    float:none;
    overflow:hidden;
}
.hondentruc .foto
 {
     width:150px;
     float:left;
 }
 
 .hondentruc .item, .hondentruc .itemHighlight
 {
     display:inline;
     float:left;
     margin-bottom:5px;
     margin-right:2px;
     border: solid 1px #DDDDDD;          
 }
 
 .hondentruc .itemHighlight
 {
     border-color:#1ABBE9;
 }
 
 .hondentruc .item2
 {
     display:block;
     width:295px;
     height:110px;
     cursor:pointer;
     overflow:hidden;

 }
 
 .hondentruc .item2padding
 {

    padding:10px;
    overflow:hidden;
 }
 
 .hondentruc .categorie
 {
    display:block;
       
 }
 
 .hondentruc .naam
 {
    display:block;
    font-weight:bold;
    color:#000000;
 }
 
  .hondentruc .naamhond
 {
    display:block;
    color:#000000;
 }
 
 .hondentruc .detailomschrijving
 {
     display:block;
     width:310px;
     height:180px;
     overflow:auto;
     overflow-x:hidden;
 }
 

