/**
 * Popup
 */
.NoShowPopup {
	display: none;
}

.PageLangNotAvailable {
	font-size: 15px !important;
	color: #CA0028;
}

.PopUp {
	padding: 10px;
	overflow: auto;
}

.PopUp h1 {
	font-size: 20px !important;
	color: #CA0028 !important;
}

.PopupFiller {
	height: 500px;
	overflow: auto;
	clear:both;
}

.Clickable {
	cursor: pointer;
	background-color:black;
}

#WinkelToevoegenForm input {
	width: 180px;
}

#GoogleMap {
	margin:10px 10px 10px 0px; 
	overflow: hidden; 
	width:320px; 
	height:200px
}	

#PopupStoreLocator {
	display:none; 
	height: 520px;
}

#PopupStoreLocator h1 {
	color: #CA0028;
}

#MapContainer {
	clear:both; 
	padding:0px; 
	border: 1px solid white; 
	margin: 0px 20px;
} 
#GoogleMapFP {
	margin:0px; 
	float:right; 
	width: 500px;
	overflow: hidden; 
	height:400px;
}

#StoreLocatorForm {
	color: white;
	clear:both;
	margin: 0px 20px 10px ;
}


#GoogleSideBar {
	overflow: auto; 
	height: 400px; 
	font-size: 11px; 
	color: white;
}

#GoogleSideBar div {
	padding: 5px;
}

#GoogleSideBar div h2 {
	margin: 0px;
}

.InlineSearchForm {
	width: 306px;
	height: 24px;
	padding: 0px 5px 10px;
	margin:10px 10px 0px 0px; 
	border: 1px solid #CCCCCC; /*#E5E5E5 */
	background-color: #F5F5F5; 
}

.InlineSearchForm input[type="text"] {
	width:200px;
	height: 20px;
	position: absolute;
	float: left;
	margin-top:5px;
	outline:none;
}

.InlineSearchForm input[type="submit"] {
	width: 100px;
	height: 100%;
	position: absolute;
	height: 24px;
	margin-left:205px;
	margin-top:5px;
}

.NoInput {
	font-style:italic;
	color: #999;
}

.NewsBlok h2 {
	margin-bottom: 2px;
}

/**
 * Horloge Popup
 */
.HorlogePopup, .InformatiePopup { 
	width: 800px;
	min-height: 600px;
	background-color: black;
	z-index: 1000000;
	position: absolute;
	border: 1px solid white;
	left:10%;
	top: 5%;
	padding: 10px;
	color: white;
}

.InformatiePopup {
	padding: 0px;
	width: 700px;
	left:15%;
	min-height: 400px;
}

.ImageBox {
	
}

.HorlogeInfo {
	color: white;
	float: right;
	width: 40%;
	clear:right;
}

.HorlogePopup h1 {
	color: #CA0028;
}

.HorlogeInfo h1 {
	font-size: 20px;
	margin-top: 3px;
}



/**
 * Admin
 */
.AdminContainer {
	background-color:white; 
	width: 600px;
	height: 100%;
	margin: 0px auto;
}

#AdminLogoutBox {
	border: 0px;
	margin: -30px 0px 0px 370px;
}

fieldset p {
	margin-bottom: 3px;
}

#AddHorlogeForm fieldset {
	width: 550px;
}

#AddHorlogeForm i {
	color: red;
}

.ImageBox {
	min-height: 160px;
}

.ProductImage {
	margin: 5px;
}

#AdminBar {
	position:fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	background-color:black; 
	text-align:center; 
	padding: 3px 0px;
}

#AdminBar h1 {
	margin: 0px auto; 
	width: 240px; 
	font-weight: bold;
	line-height: 30px;
}

.SmallHorloge {
	padding: 50px 0px 0px 50px;
	width: 196px;
	height: 195px
}

.SmallHorloge img {
	clip: rect(3px 150px 150px 3px);
	position: absolute;
	margin: -3px 0px 0px -3px;
}

.CollectionBlock a {
	background-color: black;
	padding: 48px 47px 47px 48px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	display: block;
	height: 150px;
	width: 150px;
}

.CollectionBlock h2 {
	margin-top: 150px;
	width: 240px;
	text-align:center;
	margin-left: -47px;
}

.CollectionBlock a img {
	clip: rect(3px 150px 150px 3px);
	position: absolute;
	margin: -3px 0px 0px -3px;
}

.CollectionBlock a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}

.CollectionBlock h2 {
	font-size: 16px;
	letter-spacing: 1px;
	z-index: 1000;
}

.ie .CollectionBlock a img {
	background-color: white;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
}

.ie .CollectionBlock a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}

.ie_7 .CollectionBlock h2 {
	margin-top: 200px;
}

label {
	cursor: pointer;
}

#WebLangPicker {
	position: absolute;
	width: 98%;
	text-align: right;
	margin-top: -35px;
}

#WebLangPicker img {
	margin: 0px 0px 0px 5px;
}

#ContactContentBlock p{
	padding: 10px;
	color: white;
	font-weight: bold;
	line-height: 1.5em;
}