/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#reviewbox .block {
    min-height:75px;
}

#reviewbox .block span.left {
    display:block;
    font-size:13px;
    line-height:20px;
    color:#333;
}
#reviewbox .block span.right {
    display:block;
    font-size:28px;
    line-height:50px;
    text-align:center;
    font-weight:bold;
    color: #484848;    
}
#reviewbox .box4 a, #reviewbox .box5 a {
    font-size:13px;
    line-height:20px;
    color:#484848; 
    display:block;
    height:75px;
}

#reviewbox .box4 a, #reviewbox .box5 a {
    font-size:15px;
    line-height:20px;
    color:#484848; 
    display:block;
    height:75px;
}
#reviewbox .box4 a {
    background:url('/images/thumbs-up.png') center 26px   no-repeat;
}
#reviewbox .box5 a {
    background:url('/images/nederland.png') center 28px   no-repeat;
}

div.stats-wrapper span.left, div.stats-wrapper span.right {
    display:inline-block;
    vertical-align:top;
    width:140px;
}
div.stats-wrapper span.right {
    font-weight:bold;
}
div.stats-wrapper  {
    font-size:13px;
}

div.review-item {
    padding:10px;
    margin:15px 0;
    border:1px solid #00AAA5;
    position:relative;
    font-size:12px;
}

div.review-item .score {
    position:absolute;
    right:5px;
    top:5px;
    display:block;
    width:54px;
    height:54px;
    line-height:54px;
    font-size:23px;
    text-align:center;
    color:#fff;
    background:#00AAA5;
    border-radius:27px;
    font-weight:bold;
}
div.review-item .name {
    font-style:italic;
    font-weight:bold;
    color:#333;
}
div.review-item span.left, div.review-item span.right {
    display:inline-block;
    vertical-align:top;
    width:305px;
}
 div.review-item span.right {
     //color:#00AAA5;
     width: 460px;
     
     font-weight:bold;
 }
 
 div.review-item span.right.bedrijf {
     color:#00AAA5;
     
     font-weight:bold;
 }
 
div.review-item div.vraag-wrapper, div.review-item div.score-wrapper {
    padding:3px 0;
}

div.review-item div.score-wrapper{
    width: 305px;
    float:left;
}
div.review-item div.score-wrapper span.left {
    width:250px;
}
div.review-item div.score-wrapper span.right {
    width:25px;
}


div.review-item div.scores {
    overflow:auto;
}
div.review-item span.title {
    font-weight:bold;
    color:#333;
    clear:both;
    display:block;
    margin:8px 0 0 0; 
}

div.stats-box {
    width:100%;
    padding-bottom:15px;
    overflow:auto;
}

div.stats-box .wrapper {
    width:168px;
    border-right:1px solid white;
    padding:7px;  
    height:60px;
    float:left;
    background:#00C7B4;
    background:#999;
    color:#fff;
    line-height:24px;
    padding-bottom:10px;
}
div.stats-box .wrapper .right {
    font-weight:bold;
    display:block;
    text-align:center;
    font-size:32px;
    line-height:36px;
}
div.stats-box a {
    color:#fff;
    display:block;
    height: 66px;
}
div.stats-box .box4 {
    background:#999 url('/images/thumbs-up.png') top left no-repeat;
}    
div.stats-box .box5 {
    background:#999 url('/images/nederland.png') top left no-repeat;
}    

#vestigingen {
    font-size:12px;
}

div.review-item {
    overflow:hidden;   
    position:relative; 
    border: 1px solid #999999;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.review-item a.reviewbutton {
    position:absolute;
    bottom:6px;
    right:5px;
    display:block;
    padding:6px;
    font-weight:bold;
    border-radius:6px;
    color:#fff;
    background:#00AAA5;
    background:#ccc;
}

#reviewbox > ul {
    list-style:none;
    padding:0;
    margin:0;
}
#reviewbox > ul li {
    width:30%;
    display:inline-block;
    text-align: center;
}
#reviewbox > ul span {
    display:inline-block;
    
    font-size:12px;
    padding-right:5px;
}
#reviewbox > ul select {
    width:135px;
}



