/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}

/*Main Container*/
.container {
	width: 100%;
	margin-left: 2%;
}

.container ul{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}

/*Content Container*/
.contentContainer {
	padding-left: 0;
	float: left;
	width: 0;
	height: 310px;
	overflow:hidden;
}

.contentWrapper{
}

.contentInnerWrapper{
	text-align: justify;
/*	padding: 10px; */
	padding: 20px;
}

/* Handle*/
.handle{
	float: left;
	width: 38px;
	height: 319px;
	margin: 1px;
	margin-right: -5px;
	background: url(../images/blade_before.png) no-repeat;
}

.handleOver{	
	background: url(../images/blade_after.png) no-repeat;
}

.handleSelected{	
	background: url(../images/blade_after.png) no-repeat;
}

.menuPhoto{
	width: 30px;
	height: 30px;
	border: 1px solid #f3f3f3;
	padding: 2px;
	margin-bottom: 5px;
	float: left;
}

.menuTitle{
	font-size: 1.4em;
	color: #666666;
	padding: 12px 0 0 10px;
	float: left;
}

.clear{
	clear: left;
}

.menuTable{
	width: 100%;
	border: 1px dotted #f3f3f3;
	padding: 8px;
	table-layout:fixed;
	line-height: 2em;
}

.menuTable tr td{
	width: auto;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}

.menuTable tr td { /padding-left: 8px; }

.menuTable tr td:hover{
	color: ecd6af;
}

