/*EXTRAS*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;	
}
p{
	padding: 0px;
}

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:100%;
	height:440px;
/*	border:1px solid red;*/
	padding: 0px;
	margin: 0px auto;
}
.container3 ul{
	list-style-type: none;
	margin: 0 0 0 12px;
	padding:0px;
	width:780px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
/*	width: 64px;*/
	width:25px;
	height: 424px;
	text-align:center;
	background: #999999;
	border-right: 1px solid white;
	margin: 0px;
	padding:0px;
}
.handle3 img{
	margin-top:2px;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
}
.handleOver3{
	
	background: #999999;
	border-right: 1px solid white;
}
.handleOver3 img{
	margin-top:2px;
	/*filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;*/
}
.handleSelected3{
	background: #999;
	/*border-right:1px solid white;*/
	border-right:1px solid #999;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
	*height: 402px;
	border:2px solid #999999;
	height: 400px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
.contentContainer3 {
	padding: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}

/*  TEST 4  */

.test4 .handle {
	float: left;
	width: 0px;
	height: 460px;
	*height:480px;
	margin: 1px;
	
	background:  url(../Images/blade_grey.png) no-repeat;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
}
.test4 .contentContainer{
background:  url(../Images/blade_grey_back.png) repeat-x;
}
.test4 .handleOver{	
	background: url(../Images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(../Images/blade_grey_sel.png) no-repeat;
}
.test4 .handleInnerWrapper{
padding-top: 149px;
}
