/*
Projectnaam/algemene info
@author: Bernhard	Verkade
@version: 20081016-##
*/

body, #publerBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
  color: #EC008C;
}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; }
	* html h1, * html h2 { margin-top: 0; }

a {
	color: #000;
}

a:hover {
	color: #EC008C;
}
/* Work
***********************************/
.sIFR-active #contents div.left  h2,
.sIFR-active #contents div.right h2,
.work_detail #contents h2{
	width: 255px;
	background: url(../../images/dlvs/icons/bullet.gif) repeat-x scroll left bottom;
	padding-bottom: 3px;
}
.work_detail #contents h2{ width: 100%;}
div.left, div.right{
	margin: 0 50px 10px 0;
	float:left;
	width: 255px;
}
div.right{ margin-right: 0;}
div.left img, div.right img{
	margin-top: 10px;
	width: 255px;
	height: 90px;
}
#contents div.left h3,
#contents div.right h3{
	font-size: 9px;
	width: 255px;
}
.work_detail #contents h3{ 
	font-size: 9px; 
	background: url(../../images/dlvs/icons/bullet.gif) repeat-x scroll left bottom;
	padding-bottom: 15px;
}
.work #contenst img{
	width: 255px;
	height: 90px;
}
.work_detail #contents img{
	width: 588px;
	height: 345px;
	margin: 10px 0 6px 0;
}


/*
Google maps
*/
div#map {
	width: 600px; 
	height: 350px;
	margin-bottom: 10px;
}

/*
*	Form on "info" page + dialog form on shop
*/
div#paymentscreen{
	margin: 40px 0 0 75px;
	margin: 40px 0 0 75px;
}

iframe{
	border:0;
	padding:0;
	margin:0;
	width:100%;
	height: 400px;
}

form#keepinformed fieldset, form#payment fieldset{
	border: none;
	width: 425px;
	}

form#keepinformed label, form#payment label {
	width: 100px;
	margin-bottom: 5px;
	line-height: 1em;
	color: #000;
	}

form#keepinformed .field, form#keepinformed textarea,  form#payment .field,  form#payment input.required, form#payment #city,  form#payment #zip, form#payment .zip, form#payment .field2 {
	border: 1px solid #000000;
	margin-bottom: 5px;
	width: 300px;
	}
	form#keepinformed textarea{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
	}
	form#payment #zip, form#payment .zip {
		width: 50px;
		}
		form#payment #city {
			width: 228px;
			margin-left: 20px;
			}
			form#payment .field2 {
				border: none;
				margin: 0;
				padding: 0;
				line-height: 1em;
				}

form#keepinformed #submit-button {
	margin-top: 5px;
	border: none;
	width: 64px;
	height: 19px;
	}
	
form#payment hr {
	margin: 10px 1px;
	width: 400px;
}

.buy-stuff{
	position: absolute;
	left: 130px;
	top: 15px;
	width: 29px;
	height: 20px;
}

#ideal {
	position: absolute;
	left: 8px;
	top: 125px;
	z-index: 1;
}

div#dialog p {
	text-align: right;
	margin: 0;
	padding: 0;
}

/*
validate shop fields
*/
.validate{
	color: #EC008C;
	margin-left: 5px;
}

#contents dd {
	margin: 0;
	padding: 0;
}
  
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -277px;
    width: 555px;
    border: 1px solid black;
    padding: 12px;
	background: #FFF;
	min-height: 400px;
	_height: 400px;
}

.jqmOverlay { 
	background-color: #000; 
	}

/* Fixed posistioning emulation for IE6
    Star selector used to hide definition from browsers other than IE6
    For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div#warning {
	display: none;
	width: 340px;
	margin-bottom: 5px;
}

.error {
	border: 1px solid red !important;
	background: #fcf2c4;
}

#tiny-body {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
#tiny-body a {
	color: #000 !important;
}

#tiny-body a:hover {
	color: #EC008C !important;
}

/*
Photo album
*/
.jqGSContainer{overflow: hidden;position:relative;width:600px;border: 1px solid #FFF;}
.jqGSContainer .jqGSImgContainer{margin-top: 80px;}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{position:absolute;top:50%;left:50%;border:none;}
/*.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{background:#000;position:absolute;right:0px;top:0px; padding:3px;color:#fff;width:300px}*/

.jqGSPagination{
margin-bottom: 10px;
}

.jqGSContainer .jqGSPagination{
	position:absolute;
	width:100%;
	height:20px;
	top:0px;
	padding: 5px 0;
}

.jqGSContainer .jqGSPagination ul{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	float:right;
}

.jqGSContainer .jqGSPagination ul li{
	padding:0;
	margin-right:5px;
	float:left;
	padding-right:1px;
	text-align:center;
	padding-bottom:1px;
}

.jqGSContainer .jqGSPagination ul li a{
	padding:2px 0px;
	background:#000;
	border:1px solid #fff;
	color: #fff;
	text-decoration:none;
	display:block;
	width:20px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

.jqGSContainer .jqGSPagination ul li a.selected,
.jqGSContainer .jqGSPagination ul li a:hover{
	background:#fff;
	color: #000;
	border: 1px solid #EC008C;
	
}
