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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(../../images/accbg2.gif) repeat-y left #000;
}

p{
	padding: 0px 5px 0px 10px;
	margin: 0;
}

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:800px;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;

}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 104px;
	text-align:center;
	color: #FFF;
	background: #c7c8ca;
	border: 1px solid white;
	padding-top:10px;
	margin-right: -3px;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	
	background: #25408f;
	border: 1px solid white;
	cursor: pointer;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
	border: 1px solid white;
	border-right: 2px solid #FFF;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
}
.contentInnerWrapper3{
	padding: 10px 0px 0px 0px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 114px;	
	background: #000;
	overflow:hidden;
}

.contentInnerWrapper3 a{
	color: #FFF;
	text-decoration: none;
}

.contentInnerWrapper3 a:hover {
	text-decoration: underline;
}

.columns {
	text-align: left;
	-moz-column-width: 19em;
	-moz-column-gap: 1em;
	-webkit-column-width: 19em;
	-webkit-column-gap: 1em;
	color: #FFF;
}

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