/*  3 CONTENTBOXEN  */

div#boxleft {
  	z-index: 200;
  	width: 300px;
 	height: 455px;
  	overflow:visible;
  	position: absolute;
  	margin-left: 10px;
  	margin-top: 20px;
  	background-color: #FFFFFF;
  	border-bottom: 1px solid #e7e7e7;
  	border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
 
div#boxleft img {
	margin-left: 5px;
  	margin-top: 5px;
}


div#boxmid {
  	z-index: 200;
  	width: 300px;
 	height: 455px;
  	overflow:visible;
  	position: absolute;
  	margin-left: 330px;
  	margin-top: 20px;
  	background-color: #FFFFFF;
  	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
  	}

div#boxmid img {
	margin-left: 5px;
  	margin-top: 5px;
}



div#boxright {
  	z-index: 200;
  	width: 300px;
 	height: 455px;
  	overflow:visible;
  	position: absolute;
  	margin-left: 650px;
  	margin-top: 20px;
  	background-color: #FFFFFF;
  	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #cecece;
	border-left: 1px solid #e7e7e7;
  	}
  	
div#boxright img {
	margin-left: 5px;
  	margin-top: 5px;
}  	



/* 3 BOXEN SHADOWS  */


.shadow300_1 {
	background-color: #666666;
	width: 300px;
	height:  455px;
  	z-index: 100;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 10); 
  	-moz-opacity:0.1; 
  	opacity: 0.1;
}

.shadow300_2 {
	background-color: #666666;
	width: 300px;
	height:  455px;
  	z-index: 101;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 10); 
  	-moz-opacity:0.1; 
  	opacity: 0.1;
}

.shadow300_3 {
	background-color: #666666;
	width: 300px;
	height:  455px;
  	z-index: 102;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 30); 
  	-moz-opacity:0.3; 
  	opacity: 0.3;
}


#pos_shadow300_1_l {
	margin-left: 18px;
  	margin-top: 25px;
}
#pos_shadow300_2_l {
	margin-left: 17px;
  	margin-top: 24px;
}
#pos_shadow300_3_l {
	margin-left: 15px;
  	margin-top: 23px;
}

#pos_shadow300_1_m {
	margin-left: 338px;
  	margin-top: 25px;
}
#pos_shadow300_2_m {
	margin-left: 337px;
  	margin-top: 24px;
}
#pos_shadow300_3_m {
	margin-left: 335px;
  	margin-top: 23px;
}


#pos_shadow300_1_r {
	margin-left: 658px;
  	margin-top: 25px;
}
#pos_shadow300_2_r {
	margin-left: 657px;
  	margin-top: 24px;
}
#pos_shadow300_3_r {
	margin-left: 655px;
  	margin-top: 23px;
}



h3 {
	margin: 0px;
	margin-top: 10px;
	color: #333333;
}
h3.first {
	margin-top: 0px;
	height: 65px;
}

