﻿.carousel_container
{
	width: 620px;
	height: 235px;
	border: 1px solid #3399FF;
}

#popupCarousel
{
	position: absolute;
	width: 300px;
	border: solid 1px #82a748;
	background-color: White;
	top: 750px;
	left: 48%;
	display: none;
}

.carouselPopup
{
	background-color: #9bca5c;
	color: white;
	padding: 5px;
}

.carouselPopup table
{
	width: 100%;
}

.carouselPopup table td
{
	padding: 2px;
}

.carouselPopup .specs
{
	background-color: white;
	color: Black;
}

.carouselPopup .model
{
	font-size: 14px;
	font-weight: bold;
}

.carouselPopup .logo
{
	padding: 0px;
	vertical-align: top;
	text-align: right;
}

.carouselPopup .uitvoering
{
	font-size: 11px;
	font-weight: bold;
}
.carouselPopup .value
{
	text-align: right;
}

.carouselPopup .highlight
{
	padding-top:5px; padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.carouselPopup .buttons td
{
	padding: 5px;
}

.carouselPopup .button a
{
	text-align: center;
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

.carouselPopup .button a:hover
{
	text-decoration: underline;
}

.carouselPopup .checktick
{
	display: block;
	float: left;
	background-image: url(Images/check_14.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	padding-right: 4px;
}
