div.grid{
  margin-top: 10px;
}

div#tph_grid{
	position: relative;
	height: 2580px;
	width: 965px;
}

div.outerBlock {
	position: absolute;
	overflow: hidden;
}

div.GridInnerDiv{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div#tph_grid h2 {
  border-bottom: 1px solid #CECECE;
  margin: 18px 18px 0px 17px;
  padding-bottom: 1px;
  font-size: 15px;
  color: #1c69ab;
  font-weight: bold;
}

div#tph_grid h3{

}

 
* html div.GridInnerDiv{
	width: expression(
			(this.parentNode.offsetWidth)
		-	(this.currentStyle['marginRight']).replace('px', '')
		- (this.currentStyle['marginLeft']).replace('px', '')
		- (this.currentStyle['paddingRight']).replace('px', '')
		- (this.currentStyle['paddingLeft']).replace('px', '')
		- ((this.currentStyle['borderWidth']).replace('px', '')*2)
		+ 'px');
	height: expression(
		(this.parentNode.offsetHeight ) 
		-	(this.currentStyle['marginTop']).replace('px', '')
		- (this.currentStyle['marginBottom']).replace('px', '')
		- (this.currentStyle['paddingTop']).replace('px', '')
		- (this.currentStyle['paddingBottom']).replace('px', '')
		- ((this.currentStyle['borderWidth']).replace('px', '')*2)
		+ "px");
}

/** Heights **/
div.H1 { height: 258px;  }
div.H2 { height: 516px;  }
div.H3 { height: 774px;  }
div.H4 { height: 1032px; }
div.H5 { height: 1290px; }
div.H6 { height: 1548px; }
div.H7 { height: 1806px; }
div.H8 { height: 2046px; }
div.H9 { height: 2322px; }
div.H10{ height: 2580px; }

/** Widths **/
div.W1 { width: 193px; }
div.W2 { width: 386px; }
div.W3 { width: 579px; }
div.W4 { width: 772px; }
div.W5 { width: 965px; }

/** Left **/
div.L1 { left: 0px;   }
div.L2 { left: 193px; }
div.L3 { left: 386px; }
div.L4 { left: 579px; }
div.L5 { left: 772px; }

/** top **/
div.T1  { top: 0px;    }
div.T2  { top: 258px;  }
div.T3  { top: 516px;  }
div.T4  { top: 774px;  }
div.T5  { top: 1032px; }
div.T6  { top: 1290px; }
div.T7  { top: 1548px; }
div.T8  { top: 1806px; }
div.T9  { top: 2046px; }
div.T10 { top: 2322px; }

/** Z indexes **/
div.Z1 { z-index: 11; }
div.Z2 { z-index: 12; }
div.Z3 { z-index: 13; }
div.Z4 { z-index: 14; }
div.Z5 { z-index: 15; }



div#tph_grid div.aanbieding {
	border: 1px solid #cecece;
  margin-bottom: 10px;
  margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
div#tph_grid div.aanbieding h3{
	color: #00adde;
	font-size: 15px;
	margin: 3px 0px 0px 18px;
}
div#tph_grid div.aanbieding h4{
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #cecece;
	margin: 0px 18px 0px 17px;
	clear: both;
	padding-top: 7px;
}
div#tph_grid div.aanbieding h4 a{
	text-decoration: none;
	color: #00adde;
	padding-left: 8px;
	background-image: url('/media/homepage/arrow.gif');
	background-repeat: no-repeat;
	background-position: 1px 3px;
	white-space: nowrap;
	margin-top: 10px;
}
div#tph_grid div.aanbieding h4 a:hover {
	color: #1c69ab;
}
div#tph_grid div.aanbieding img{
	float: left;
	border: 0px;
}
div#tph_grid div.aanbieding p{
	margin: 10px 0px 0px 1px;
	color: #99a1ab;
	font-size: 12px;
	height: 65px;
	width: 109px;
	float: left;
line-height: 14px;
}
div#tph_grid div.aanbieding div.buttonHolder{
	height: 50px;
	float: left;
	width: 109px;
	text-align: center;
	color: #00adde;
	font-weight: bold;
font-size: 16px;
}
div#tph_grid div.aanbieding div.buttonHolder a{
	display: block;
	height: 20px;
	width: 42px;
	background-image: url('/media/homepage/bestel_button.gif');
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 2px;
}
div#tph_grid div.aanbieding div.buttonHolder a:hover {
	background-position: 0px -20px;
}

div#tph_grid div.iPhone {
	margin: 2px;
	border: 1px solid #cecece;
	padding-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
}
div#tph_grid div.iPhone img {
	float: left;
	border: 0px;
}
div#tph_grid div.iPhone div img {
	padding-right: 4px;
}
div#tph_grid div.iPhone div {
	float: left;
	font-weight: bold;
	width: 144px;
	font-size: 17px;
	line-height: 45px;
}
div#tph_grid div.iPhone p{
	font-size: 12px;
	margin-top: 5px;
	float: left;
}
div#tph_grid div.iPhone p span{
	color: #ed0086;
	font-weight: bold;
	display: block;
	font-size: 16px;
}
div#tph_grid div.iPhone p a img{
	border: 0px;
	padding-top: 4px;
}

div.tabDiv {
	margin: 2px;
	border: 1px solid #cecece;
	padding: 19px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 16px;
	
}
div.tabDiv div.divTabContentDiv {
	overflow: auto;
	
	height: 150px;
}

div#tph_grid div.tabDiv div.tab, div#tph_grid div.tabDiv div.tab_active{
	float: left;
	width: 76px;
	height: 27px;
	background-color: #d0cece;
	margin-right: 2px;
	color: #1c69ab;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	overflow: hidden;
        line-height: 14px;
cursor: pointer;
padding-top: 3px;
}
div#tph_grid div.tabDiv div.tab_active {
	background-color: #1c69ab;
	color: white;
}
div#tph_grid div.tabDiv div#tabContent {
	height: 155px;
	padding-top: 15px;
	border-bottom: 1px solid #cecece;
	font-size: 12px;
	clear: both;
}
div#tph_grid div.tabDiv div#tabContent ul li a {
	text-decoration: none;
	color: #00adde;
}
div#tph_grid div.tabDiv div#tabContent ul li a:hover {
	color: #1c69ab;
}
div#tph_grid div.tabDiv div#tabContent ul {
	margin: 0px 15px 15px 18px;
	padding: 0px;
	list-style-image: url('/media/homepage/arrow_black.gif');
}
div#tph_grid div.tabDiv div#tabContent ul li {
	margin-bottom: 5px;
}

div#homeFooter {
  clear:both;
  font-size:11px;
  height:23px;
  padding-top:5px;
  text-align:center;
  width:967px;
}


div#homeFooter a {
  color: #003163;
text-decoration: none;
}

