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

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:100%;
}
.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: 314px;
	text-align:center;

	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.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;
	
}
.contentInnerWrapper3 {
	padding: 10px;
}
.contentWrapper3 h3 {
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	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;
}
.accordion {
	background-image: url(../images/accordion/accordion-bg.gif);
	background-position: left 1px;
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	height: 225px;
	overflow: hidden;
	margin-bottom: 10px;
}

.accordion ul.micos {
	margin: 0px !important;
	padding: 0px !important;
}
.accordion ul.micos li {
	list-style-type: none;
	background: transparent !Important;
	margin: 0px !important;
	padding: 0px !Important;
}
.accordion ul.micos h3 {
	background: transparent !Important;
	color:#75ABCD;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 14px;
}
.accordion ul.micos p {
	font-size: 13px;
	margin-left: 25px !important;
	margin-right: 10px !important;
}
.accordion ul.micos img {
	margin: 0px !Important;
	padding: 0px !Important;
}
.accordion a {
	color: #669966;
	text-decoration: underline;
}
.accordion a:hover {
	color: #FFFFFF;
	background-color: #669966;
}
.contentContainer, .handle, .handleSelected {
	height: 225px;
}
.handle {
	cursor:pointer;
}
.accordion li {
}
#micosContent1, #micosContent2, #micosContent3, #micosContent4, #micosContent5, #micosContent6, #micosContent7 {
	width: 1px;
}
a.partner img {
	border: none;
}