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

.test3 li h3{
	border-bottom: 1px solid silver;
	background-color: #fff;
	margin: 0px;
}

body{
	font-family: Helvetica, Arial, sans-serif;
}



p{
	padding: 8px;
	margin: 4px;
}
	

/*  TEST 3  */

/*Main Container*/
#mainContainer {
	border: 1px solid #666;
	background: #fffbe2;
	height: 242px;
	width: 688px;
	padding: 5px 15px 5px 15px;
}

#mainContainer p{
	font-size:11px;
}

.buttons {
	float:left;
	clear: none;
	margin-top: 3px;
}

.buttons a {
	background: url(../images/brochbut.png) no-repeat scroll 0 0;
	height:32px;
	width:118px;
	color:#ffffff;
	font-weight:bold;
	float: left;
	font-size:11px;
	margin-top: 7px;
	clear: left;
	text-align:center;
	line-height: 32px;
}

.buttons a:hover {
	background: url(../images/brochbut_a.png) no-repeat scroll 0 0;
	color:#2d4078;
	cursor:pointer;
}

.container3 {
	margin-left: 8px;
	float: left;
	width: 558px;
	border: 1px solid #000;
	
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 16px;
	height: 204px;
	text-align:center;

	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}
.handleOver3{
	
	background: red;
	border: 1px solid white;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	overflow: auto;
	height: 204px;
	width: 503px;
	background: #FFF;
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width: auto;
	height: 200px;	
	overflow:hidden;
}

/*  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;
}