@font-face {
    font-family: 'Frutiger-BolCn';
    src: url('/css/types/Frutiger/Frutiger-BoldCn.eot');
    src: local('Frutiger 67 Bold Condensed'), local('Frutiger-BoldCn'),
	url('/css/types/Frutiger/Frutiger-BoldCn.woff') format('woff'),
	url('/css/types/Frutiger/Frutiger-BoldCn.svg#Frutiger-BoldCn') format('svg'),
	url('/css/types/Frutiger/Frutiger-BoldCn.otf') format('opentype');
}
@font-face {
    font-family: 'Frutiger55Roman';
    src: url('/css/types/Frutiger/frutiger-roman-webfont.eot');
    src: local('Frutiger 55 Roman'), local('Frutiger55Roman'),
	url('/css/types/Frutiger/frutiger-roman-webfont.woff') format('woff'),
	url('/css/types/Frutiger/frutiger-roman-webfont.svg#webfont') format('svg'),
	url('/css/types/Frutiger/frutiger-roman-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Frutiger45Light';
    src: url('/css/types/Frutiger/frutiger-light-webfont.eot');
    src: local('Frutiger 45 Light'), local('Frutiger45Light'),
	url('/css/types/Frutiger/frutiger-light-webfont.woff') format('woff'),
	url('/css/types/Frutiger/frutiger-light-webfont.svg#webfont') format('svg'),
	url('/css/types/Frutiger/frutiger-light-webfont.ttf') format('truetype');
}
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 130%;
	color: black;
	background: #666666;
	font-family: verdana;
	text-align: center;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div.shadow, div.footer {
    width: 1030px;
    margin: auto;
    background: url('/images/side_shade2.png') repeat-y;
}
div.footer {
    background: transparent url('/images/footer2.png') no-repeat;
    height: 66px;
    margin: auto;
}
hr.footerspacer{
    clear: both;
    height: 0;
    border: 0;
    visibility: hidden;
    margin: 0;
    width: 100%;
}
hr.contentspacer{
    clear: left;
    height: 0;
    border: 0;
    margin: 0;
    padding: 60px 0 0;
    width: 100px;
    visibility: hidden;
}
div.page {
    width: 970px;
    margin: auto;
    text-align: left;
}
    div.header, div.content {
	float: left;
	width: 760px
    }
    div.page > div.header {
	width: 930px;
    }
    div.header {
	height: 110px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
    }
    div.firstpage {
	height: 81px;
	border-bottom: 1px solid #A5A5A5;
    }
	div.header a {
	    text-decoration: none;
	    font-size: 11px;
	}
	    div.header li a {
		width: 69px;
	    }
	    div.header a:link, div.header a:visited {
		color: #666;
	    }
	    div.header a:hover, div.header a:active, div.header ul li.selected a {
		color: #000;
	    }
	div.header .headerLogo {
	    float: left;
	}
	div.header ul {
	    margin: 0 10px;
	    float: left;
	    width: 414px;
	}
	    div.header ul li {
		margin: 0;
		float: left;
		font-size: 14px;
		text-align: center;
		width: 69px;
		height: 81px;
		line-height: 13px;
	    }
	    div.header ul li img{
		display:block;
		margin:0 0 0 24px;
		position:absolute;
		top:91px;
		z-index:10;
	    }
		div.header ul li img.hidden{
		    display: none;
		}
	    /*div.header ul li.selected {
		background: url('/images/menu_selected.png') no-repeat 24px 70px;
	    }*/
	    div.header ul li span{
		height: 40px;
		width: 40px;
		display: block;
		margin: auto auto 3px;
		cursor: pointer;
	    }
	    div.header div.interactive ul li span{
		height: 44px;
	    }
	    div.header ul li.about span{
		background: url('/images/bigimage.png') no-repeat 0px 0px;
	    }
	    div.header ul li.about a:hover span, div.header ul li.about.selected span{
		background: url('/images/bigimage.png') no-repeat 0px -40px;
	    }
	    div.header ul li.basics span{
		background: url('/images/bigimage.png') no-repeat -40px 0px;
	    }
	    div.header ul li.basics a:hover span, div.header ul li.basics.selected span{
		background: url('/images/bigimage.png') no-repeat -40px -40px;
	    }
	    div.header ul li.traditional span{
		background: url('/images/bigimage.png') no-repeat -80px 0px;
	    }
	    div.header ul li.traditional a:hover span, div.header ul li.traditional.selected span{
		background: url('/images/bigimage.png') no-repeat -80px -40px;
	    }
	    div.header ul li.online span{
		background: url('/images/bigimage.png') no-repeat -120px 0px;
	    }
	    div.header ul li.online a:hover span, div.header ul li.online.selected span{
		background: url('/images/bigimage.png') no-repeat -120px -40px;
	    }
	    div.header ul li.portfolio span{
		background: url('/images/bigimage.png') no-repeat -160px 0px;
	    }
	    div.header ul li.portfolio a:hover span, div.header ul li.portfolio.selected span{
		background: url('/images/bigimage.png') no-repeat -160px -40px;
	    }
	    div.header ul li.contact span{
		background: url('/images/bigimage.png') no-repeat -200px 0px;
	    }
	    div.header ul li.contact a:hover span, div.header ul li.contact.selected span{
		background: url('/images/bigimage.png') no-repeat -200px -40px;
	    }
	    div.header ul div{
		width: 100%;
		text-align: left;
	    }
	    div.header ul ul{
		position: absolute;
		left: -999em;
		top: 95px;
		float: none;
		width: 150px;
		margin-left: -40px;
		z-index: 1;
	    }
		div.header ul ul li, div.header ul ul li.selected{
		    float: none;
		    width: 148px;
		    line-height: 20px;
		    height: 20px;
		    border-left: 1px solid #A5A5A5;
		    border-right: 1px solid #A5A5A5;
		    background-color: #FFF;
		}
		    div.header ul li.selected ul.sublinks li a span{
			background: none;
		    }
		    div.header ul ul.sublinks li a span {
			background:none;
			width: 100%;
			height: 20px;
			display: inline-block;
		    }
		    div.header ul li ul.sublinks li a:hover span{
			background: url("/images/menu_extended_hover.png") no-repeat scroll 0px 0px;
			color: white;
		    }
		    div.header ul ul li.first{
			background: url("/images/menu_extended_top.png") no-repeat scroll 0px 0px;
			border: 0;
			height: 0px;
			padding-top:14px;
			width: 150px;
		    }
		    div.header ul ul li.last{
			background: url("/images/menu_extended_bottom.png") no-repeat scroll 0px -4px;
			border: 0;
			height: 0px;
			padding-bottom: 8px;
			width: 150px;
			font-size: 0px;
		    }

		div.header div.subTabs {
		    clear: left;
		    height: 30px;
		    overflow: hidden;
		    position: relative;
		    margin:0 -20px;
		    padding:0 20px;
		    background: url(/images/background_sublinks.png) repeat-x;
		    border-top: 1px solid #A5A5A5;
		}
		div.header div.subTabs div {
		    height: 30px;
		}
		div.header div.subTabs .dijitContentPane {
		    display: block;
		    position: relative;
		    left: 0px !important;
		}
		div.header div.subTabs .dijitHidden {
		    display: none !important
		}
		div.header div.subTabs div ul {
		    padding: 0;
		    margin: 0;
		    height: 30px;
		    width: 930px;
		}
		    div.header div.subTabs div ul li {
			float: left;
			width: auto;
			height: 30px;
			line-height: 24px;
			padding: 0 0 0 15px;
		    }
		    div.header div.subTabs div ul li.first {
			padding: 0;
		    }
		    div.header div.subTabs div ul li.active a{
			color: #000;
			display: inline;
		    }
		    div.header div.subTabs div ul li img{
			display:none;
		    }
		    div.header div.subTabs div ul li.active img{
			display: block;
			position: relative;
			top: -2px;
			margin:0 auto;
		    }
			div.header div.subTabs div ul li a{
			    color: #507896;
			}
			div.header div.subTabs div ul li a:hover{
			    text-decoration: underline;
			}

	div.header div.interactive {
	    float: right;
	    width: 250px;
	    margin-top: -4px;
	}
	    div.header div.interactive a  {
		display: block;
		text-align: center;
		line-height: 15px;
		/*float: right;*/
		width: 89px;
	    }
	    div.header div.interactive a.flickr {
		background: url('/images/interactive.png') no-repeat 0px -15px;
	    }
	    div.header div.interactive a.flickr:hover {
		color: #0069dc;
		background: url('/images/interactive.png') no-repeat -75px -15px;
	    }
	    div.header div.interactive a.slideshare {
		background: url('/images/interactive.png') no-repeat 0px 0px;
	    }
	    div.header div.interactive a.slideshare:hover {
		color: #ed7920;
		background: url('/images/interactive.png') no-repeat -75px 0px;
	    }
	    div.header div.interactive a.jan {
		padding-left: 15px;
		background: url('/images/interactive.png') no-repeat 0px -30px;
	    }
	    div.header div.interactive a.jan:hover {
		color: #000;
		background: url('/images/interactive.png') no-repeat -75px -30px;
	    }
	div.header div.interactive ul{
	    float: right;
	    width: 230px;
	    margin: 0;
	}	 
	div.header div.interactive ul li{
	    float: right;
	}	    	      	    
	    div.header div.interactive li.retailSupport a span{
		background: #fff url('/images/services.png') no-repeat 0 0;
	    }
	    div.header div.interactive li.retailSupport a:hover span{
		color: #000;
		background: #fff url('/images/services.png') no-repeat 0 -44px;
	    }	    
	    div.header div.interactive li.projectView a span{
		background: #fff url('/images/services.png') no-repeat -150px 0px;
	    }
	    div.header div.interactive li.projectView a:hover span{
		color: #000;
		background: #fff url('/images/services.png') no-repeat -150px -44px;
	    }
	    div.header div.interactive li.route033 a span{
		background: #fff url('/images/services.png') no-repeat -74px 0px;
	    }
	    div.header div.interactive li.route033 a:hover span{
		color: #000;
		background: #fff url('/images/services.png') no-repeat -74px -44px;
	    }
    div.right {
	float: right;
	width: 190px;
	padding: 10px;
	font-size: 11px;
	color: #666;
    }
	div.right h2, div.right h2 a {
		font-family: Frutiger-BolCn, verdana;
		font-size: 15px;
		font-weight: normal;
	    line-height: 25px;
	    padding-top: 4px;
	    width: 190px;
	    border-bottom: 1px solid #000;
	    color: #000;
	}
	div.right div.login h2 {
		margin-bottom: 10px;
	}
	div.right a {
	    color: #507896;
	}
	div.login {
	    margin: 5px 0 0;
	    line-height: 20px;
	    width: 190px;
	}
	    div.login input{
		width: 85px;
		margin: 0;
	    }
	    div.right > div.login input{
		width: 80px
	    }
		div.login input.hiddenInput{
		    display: none;
		}
		div.login input.rememberUser {
		margin-top: 0.8em;
		}
		div.login input.loginButton{
		 width: 60px;
		}
		div.login input.nameInput{
		    margin-right: 10px;
		}
		div.right div.login div input.loginButton, div.right div.login input.rememberUser{
		    width: auto;
		}
		div.login div div {
		float: right;
		margin-top: 0.8em;
		}
		div.login p {
		margin-top: 1em;
		}
	div.siteCheck {
	    margin-top: 13px;
	}
	div.socialLinks p a {
		text-decoration: none;
		width: 25px;
		height: 25px;
		float: left;
		margin: 10px 8px 0.5em 0;
	}
	div.socialLinks p span {
		display:none;
	}
	div.socialLinks p.facebook a {
	    background: url('/images/socialButtons.png') no-repeat 0 0;	
	}
	div.socialLinks p.twitterIcon a {
	    background: url('/images/socialButtons.png') no-repeat -33px 0;	
	}
	div.socialLinks p.youtube a {
	    background: url('/images/socialButtons.png') no-repeat -66px 0;	
	}
	div.socialLinks p.slideshare a {
	    background: url('/images/socialButtons.png') no-repeat -99px 0;	
	}
	div.socialLinks p.flickr a {
	    background: url('/images/socialButtons.png') no-repeat -132px 0;	
	}
	div.socialLinks p.jandemeij a {
	    background: url('/images/socialButtons.png') no-repeat -165px 0;	
	    margin-right: 0;
	}
	div.socialLinks p.facebook a:hover {
	    background: url('/images/socialButtons.png') no-repeat 0 -35px;	
	}
	div.socialLinks p.twitterIcon a:hover {
	    background: url('/images/socialButtons.png') no-repeat -33px -35px;	
	}
	div.socialLinks p.youtube a:hover {
	    background: url('/images/socialButtons.png') no-repeat -66px -35px;	
	}
	div.socialLinks p.slideshare a:hover {
	    background: url('/images/socialButtons.png') no-repeat -99px -35px;	
	}
	div.socialLinks p.flickr a:hover {
	    background: url('/images/socialButtons.png') no-repeat -132px -35px;	
	}
	div.socialLinks p.jandemeij a:hover {
	    background: url('/images/socialButtons.png') no-repeat -165px -35px;	
	}
	div.socialLinks p.follow a {
	text-decoration: underline;
	width: auto;
	height: auto;
	float: none;
	clear: both;
	}
	div.news, div.login, div.socialLinks {
	    background: url('/images/bigimage.png') no-repeat -190px -132px;
	    margin-top: 10px;
	    line-height: 15px;
	    clear: both;
	}
	    div.news div.paginationControl {
		float: right;
		margin-top: 9px;
	    }
	    div.news h2, div.news h2 a {
		color: #000;
		text-decoration: none;
		width: 190px;
		display: block;
		font-family: Frutiger-BolCn;
		font-size: 15px;
		font-weight: normal;
	    }
		div.news h2 a img{
		    float: right;
		    margin-top: 8px;
		}
	    div.news li {
		margin: 10px 0;
		width: 190px;
	    }
	    div.news div.date, div.twitter div.date{
		color: #a6a6a6;
	    }
		div.right a.newsHeader{
		    text-decoration: none;
		}
		div.right h3 a {
		    color: #000;
		    text-decoration: none;
		}
		div.right a span {
		    white-space: nowrap;
		}
		div.news .newsText span.first{
		    color: #000;
		    display: block;
		}
	div.twitter {
	    background: url('/images/bigimage.png') no-repeat 0px -100px;
	    margin: 10px 0;
	    padding: 8px 0;
	    line-height: 15px;
	}
	    div.twitter h2 a, div.twitter h2 a:visited{
		text-decoration: none;
		color: black;
		display: block;
		font-family: Frutiger-BolCn;
		font-size: 15px;
		font-weight: normal;
	    }
	div.right > div.twitter {
	    margin: 0;
	    padding: 10px 0 0;
	}
	    div.tweet {
		margin: 10px 0;
		color: #000;
	    }
    div.content div.main {
	padding: 20px;
	
    }
	div.main ul.links {
	    float: right;
	    width: 184px;
	}
	    div.main ul.links li {
		background: url('/images/bigimage.png') no-repeat -381px bottom;
		line-height: 15px;
		min-height: 75px;
		overflow: hidden;
		padding: 0 0 5px;
	    }
		div.main ul.links li div.text {
		    width: auto;
		    padding: 7px 0 0 10px;
		    margin: 0 0 10px;
		    background: url('/images/bigimage.png') no-repeat -381px 0;
		    color: #000;
		}
		div.main ul.links li h2{
		    font-family: Frutiger-BolCn;
		    font-size: 15px;
		    line-height: 15px;
		    margin-top: 5px;
		}
		div.main ul.links li p{
		    font-size: 11px;
		    color: #666;
		    line-height: 15px;
		    margin-top: 15px;
		}
		div.main ul.links li p a{
		    white-space: nowrap;
		}
		div.main ul.links li a:link, div.main ul.links li a:visited{
		    text-decoration: none;
		}
		div.main ul.links li a:hover, div.main ul.links li a:active {
		    color: #507896;
		}
	div.tab a.editLinksLink {
	    float: right;
	    clear: both;
	}
    div.main h1 {
	font-size: 30px;
	line-height: 30px;
	padding: 15px 0;
	font-family: Frutiger45Light;
    }
    div.main div.tab {
	display: none;
    }
    div.main div.active {
	display: block;
    }
    div.main div.text ul li {
	list-style: square;
	margin-left: 15px;
    }
	div.main div.text ul.countries{
	     margin-top: 1em;
	}
	div.main div.text ul.countries li{
	    margin-left: 22px;
	    float: left;
	}
	div.main div.text ul li.subList {
	    list-style: none;
	}
	div.main div.text ul li li{
	    list-style: disc;
	}
	
    div.main div.module div.text{
	width: 515px;
    }
     div.main div.smallWidth{
	width: 500px;
    }
    div.main p, div.main ul, div.main dt, table.priceTable {
	font-size: 12px;
	line-height: 20px;
	color: #666;
    }
	div.main p, table.priceTable{
	    margin-top: 20px;
	    float: none;
	}
	div.main p span.bold {
	    color: #454545;
	    font-weight: bold;
	}
	table.priceTable .price {
	    text-align: right;
	}
	div.main p.firstParagraph {
	    color: #000;
	    line-height: 20px;
	    font-size: 12px;
	}
	    div.main p span.date{
		color: #a6a6a6;
	    }
		div.main p a:link, div.main p a:visited,
		div.main table a:link, div.main table a:visited,
		div.main ul a:link, div.main ul a:visited{
		    text-decoration: underline;
		    color: #507896;
		}
	div.main dt {
	    margin: 20px 0 0 0;
	}
	div.main dd input {
	    width: 340px;
	}
	div.main dd textarea {
	    width: 340px;
	    height: 115px;
	}
    div.tabs {
	top: 573px;
	position: absolute;
    }
    div.content > div.tabs {
	top:620px;
    }
	div.tabs ul {
	    width: 760px;
	}
	    div.tabs li{
		width: 179px;
		float: left;
		padding: 10px 0 10px 10px;
		border-left: 1px solid #bfbfbf;
		line-height: 15px;
		height: 85px;
		text-align: left;
		cursor: pointer;
	    }
	    div.tabs ul > li{
	    }
		div.tabs li.first{
		    border: 0;
		}
		div.tabs li h2{
		    font-family: Nobile;
		    font-weight: bold;
		    font-size: 15px;
		    line-height: 15px;
		    margin-bottom: 5px;
		    color: #bfbfbf;
		}
		    div.tabs li.active h2{
			color: #000;
		    }
		div.tabs li p{
		    font-size: 11px;
		    color: #bfbfbf;
		}
		    div.tabs li.active p{
			color: #666;
		    }
		div.tabs li.active span.image{
		    background: url('/images/bigimage.png') no-repeat -200px 0;
		}
		div.tabs li span.image{
		    background: url('/images/bigimage.png') no-repeat -200px -65px;
		    float: right;
		    height: 65px;
		    width: 65px;
		    margin: 0 10px 10px 10px;
		}

/**
 *
 *Different pages
 *
 */

 /**
  * Frontpage
  */

div.content div.bigBlock {
    height: 330px;
    overflow: hidden;
}
    div.content div.bigBlock div.landingpage{
	z-index: 0;
    }
    div.content div.bigBlock div.payoff {
	float: left;
	margin:  0 15px 15px 15px;
	width: 320px;
    }
    div.content div.bigBlock div.payoff h1 {
	font-family: Frutiger45Light;
	font-size: 25px;
	line-height: 30px;
    }
    div.content div.bigBlock div.payoff p {
	font-family: Frutiger45Light;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-top: 75px;
    }
	div.content div.bigBlock div.payoff p a{
	    font-family: Frutiger45Light;
	    font-size: 14px;
	    line-height: 20px;
	    text-decoration: none;
	}

 /**
  * Traditionele en online media
  */
div.content p.topText {
    left: 0px;
    margin: 0pt -20px 20px;
    padding: 0pt 20px 20px;
    border-bottom: 1px solid #A5A5A5;
    color: #000;
}

div.content div.topBlock {
    cursor: pointer;
    background-color:#FFF100;
    float:left;
    height:205px;
    margin:0 0 15px 15px;
    padding: 0 15px 15px 15px;
    width:200px;
}
div.content div.fourBlocks, div.content div.threeBlocks {
    width: 725px;
}
    div.content div.fourBlocks div.topBlock {
	width: 135px;
	margin-left: 20px;
    }
    div.content div.twoBlocks div.topBlock {
	margin:0 0 15px 20px;
	width:320px;
    }
    div.content div.topBlock h1{
	font-family: Frutiger45Light;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
    }
    div.content div.topBlock p{
	font-family: Frutiger45Light;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	padding-top: 110px;
	margin: 0;
    }
	div.content div.topBlock p a, div.main div.topBlock p a:visited{
	    font-family: Frutiger45Light;
	    color: #000;
	    text-decoration: none;
	}

div.content div.middleBlock {
    cursor: pointer;
    margin: 0 0 0 15px;
    padding: 12px;
    border:1px solid #B3B3B3;
    float:left;
    height:65px;
    width:204px;
}
    div.content div.fourBlocks div.middleBlock {
	margin: 0 0 0 20px;
	width:139px;
    }
    div.content div.middleBlock img{
	margin: 1px 10px 0 15px;
	float: left;
    }
    div.content div.first img{
	margin: 1px 0 0 -1px;
    }
    div.content div.middleBlock h2{
	font-family: Frutiger45Light;
	margin: 0 0 5px;
	clear: right;
	font-size: 15px;
	line-height: 18px;
    }
    div.content div.middleBlock p{
	font-size: 11px;
	line-height: 15px;
	float: left;
	margin: 0;
    }
	div.content div.caseBlock p a, div.content div.caseBlock p a:visited,
	div.content div.middleBlock p a, div.content div.middleBlock p a:visited{
	    color: #666666;
	    text-decoration: none;
	}
	div.content div.middleBlock p a:hover, div.content div.topBlock p a:hover{
	    color: #507896;
	}
	div.content div.topBlock p a:hover img{
	    background-image: url(/images/arrow_blue_right.png);
	}
	div.content div.middleBlock p img{
	    margin: 0;
	    float: none;
	}

div.content div.caseBlock {
    cursor: pointer;
    margin: 20px 0 0 20px;
    float: left;
    width: 165px;
}
    div.content div.caseBlock h2 {
	font-weight: normal;
	font-family: Frutiger55Roman;
	font-size: 15px;
        line-height: 20px;
	margin: 10px 0 0 5px;
	width: 155px;
    }
    div.content div.caseBlock p {
	font-size: 11px;
	line-height: 15px;
	margin: 13px 0 0 5px;
	width: 155px;
    }
	div.content div.caseBlock p a{
	    color: #666666;
	    text-decoration: none;
	}
	div.content div.caseBlock p a:hover{
	    color: #507896;
	}
div.content div.first, div.content div.twoBlocks div.first, div.content div.fourBlocks div.first {
    margin: 0;
}
div.content div.landingBlock {
	border: 1px solid #b6b6b6;
	width: 163px;
	height: 220px;
}
div.content div.landingBlock h2 {
	margin: 5px 0 0 10px;
}
div.content div.landingBlock p{
	margin: 0 0 0 10px;
	width: 150px;
}
div.content div.landingBlock img{
	margin: 0;
}
div.content div.yellowBlock {
	border-color: #ffeb00;
	background-color: #ffeb00;
	text-align: center;
	cursor: default;
}
div.content div.yellowBlock h2{
	line-height: 15px;
	font-size: 15px;
}
div.content div.yellowBlock p {
    margin: 0;
    width: 100%;
}
div.content div.yellowBlock img{
	margin-top: 20px;
}
div.content div.redBlock {
	border-color: #ff0000;
	background-color: #ff0000;
}
div.content div.redBlock h1{
	margin-left: 10px;
	color: #fff;
	line-height: 28px;
	font-size: 30px;
}
div.content div.redBlock h2 a{
	line-height: 15px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
/**
 * google maps part
 */

.content table.adp-placemark {
    margin: 0 0 10px 0;
}

/**
 * Admin part
 */

div.dijitDialog {
     background-color: #FFF;
     padding: 5px;
}


/**
 * print part
 */
@media print
{
    div.shadow {
	background: #fff;
    }
    div.header {
	display: none;
    }
    div.right {
	display: none;
    }
    .content table.adp-placemark {
	margin: 10px 0;
    }
    #map_canvas {
	width: 500px !important;
    }
    #directionsPanel {
	float: left !important;
	clear: left !important;
	width: 100% !important;
	height: auto !important;
    }
    div.footer {
	background: #fff;
    }
}

div.content div.subPage div.topBlock {
    background-color: #F4F4F4;
    height: 245px;
    text-align: center;
}
div.content div.subPage div.topBlock img{
    margin: 15px 0 0;
}
div.content div.subPage div.topBlock h1{
    font-size: 20px;
    line-height: 30px;
}
div.content div.subPage div.topBlock h1.price{
    padding: 15px 0 0 0;
}
div.content div.subPage div.topBlock p, div.content div.subPage div.topBlock p a, div.content div.subPage div.topBlock p a:visited{
    padding:0;
    color: #666;
}
div.content div.subPage div.topBlock p a:hover {
    color: #507896;
}
div.content div.subPage div.topBlock p img{
    margin: 0;
}
div.content div.subPage div.middleBlock {
    cursor: auto;
}
div.content div.subPage div.middleBlock h2 span {
    float: right;
}

/**
 * Part for no flash
 */

div.content div.main div.bigBlock div.noFlash {
    position: relative;
}
div.content div.main div.bigBlock div.noFlash img {
    position: absolute;
    left: 400px;
}
div.content div.main div.bigBlock div.noFlash h1 {
    padding: 30px 0 0 40px;
}
div.content div.main div.bigBlock div.noFlash p {
    margin-left: 40px;
    color: #000;
    width: 330px;
}
div.content div.main div.bigBlock div.noFlash p img{
    float: none;
    position: static;
}
div.content div.main div.bigBlock div.noFlash img.rotatingImage {
    display: none;
}

div.main form dt.button {
    display: none;
}
div.main form dd.button {
    float: left;
    width: 100px
}
div.main form dd.button input{
    width: 100px
}
div.dijitDialogTitleBar, div.dojoxWizardButtons, div.portfolioPopup {
    display: none;
}
.dijitDialog div.portfolioPopup {
    display: block;
}

h1.portfolioTitle {
    clear: both;
}

.category {
    margin-left: -15px;
}

.portofioItem {
    float: left;
    margin: 0 0 15px 5px;
    height: 160px;
    cursor: pointer;
}

.portofioItem .portofioItemBox {
    display: none;
}

.portofioItemBox {
	background: url("/images/ajax_loader3.gif") no-repeat scroll center center #fff;
	width: 100%;
	height: 100%;
}

.portofioItemBox img {
    float: left;
/*    margin: 15px;*/
}
.portofioItemBox .portfolioItemText {
    background-color: #EDEDED;
    float: right;
    height: 525px;
    margin: -5px -5px -5px 5px;
    width: 160px;
    padding: 20px 10px 40px;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
}
.portofioItemBox .portfolioItemText p{
    padding: 5px 0;
}
.portofioItemBox .portfolioItemText p span{
    color: #666;
}
.portofioItemBox .portfolioItemText h3{
    font-family: Frutiger45Light;
    font-size: 16px;
    line-height: 20px;
}
.portofioItemBox .portfolioItemText hr{
    background-color:black;
    border:0 none;
    height:1px;
}
.dijitDialogUnderlay {
    background-color: #000;
    opacity: 0.85;
    filter:alpha(opacity=85);
}
.dijitDialogUnderlayWrapper {
    position: absolute;
}

.dijitHidden {
    display: none;
}

.portfolioButtons {
    left: 800px;
    position: absolute;
    top: 540px;
}
.portfolioButtons img {
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
.mpFormTable td {
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
}
td.mpRadioButtonInput{
padding: 0;
}

