/*EXTRAS*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;
		
}
p{
	padding: 0 25px;
}

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:763px;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
	height: 375px;
	overflow: auto;
}

.container3 a:link {color: #007351; text-decoration: none;}
.container3 a:visited {color:  #007351; text-decoration: none;}
.container3 a:hover {color: #131b66; text-decoration: none;}
.container3 a:active {color: #007351;}

/*Handle*/
.handle3 {
	float: left;
	width: 35px;
	height: 406px;
	text-align:center;

	background: #000;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.handle3 img{
	margin-top:0px;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
}
.handleOver3{
	
	background: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.handleOver3 img{
	margin-top:0px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: left;
	
}
.contentInnerWrapper3{
	padding: 5px 10px;
	background-color: #d2d2d2;
	height: 396px;
	overflow: auto;
}
.contentWrapper3 h3{
	/*border-bottom: 1px solid silver; */
	color: #000000;
	padding: 10px 0px 0px 15px;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 390px;	
	overflow: auto;
}

/*  TEST 4  */
.test4 .handle {
	float: left;
	width: 32px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images/blade_grey.png) no-repeat;
	text-align:center;
	padding-top:10px;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
}
.test4 .handleOver{	
	background: url(../images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(../images/blade_grey_sel.png) no-repeat;
}