﻿  /*EXTRAS*/

/*
p{
	padding: 10px;
}

  TEST 3  */

/*Main Container*/
#hAccordionDiv
{
    width:872px;
    height:auto;
    clear:both;
    }
.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: 119px;
	height: 200px;
	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;
	cursor:pointer;
}
.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: left;
	
}
.contentInnerWrapper3{
	padding: 5px;
	font-size:11px;
		color:#666666;
		margin-bottom:0px;
		
		padding-bottom:0px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #4C3399;
	font-size:small;
	padding-bottom:4px;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 200px;	
	overflow:hidden;
}
/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 200px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}
/* Handle*/
.handle{
	float: left;
	width: 38px;
	height: 200px;
	margin: 1px;
	cursor:pointer;
	margin-right: -10px;
	background:  url(../images/blade.png) no-repeat;
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
	cursor:pointer;
}
.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}

.pcls
{
	 font-family:Verdana;
	 font-size:14px;
	}
	.hcls
	{
		color:#4C3399;font-size:16px;font-family:Verdana;font-weight:bold;
		}