
/*
body {
	margin: 0 auto;
	padding: 0;
	width: 570px;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
*/
a:focus {
	outline: none;
}
#panel {
	background: #bb757c;
	height: 235px;
	display: none;
	
	padding-left:6em;
	padding-top:1em;
	/*
border: solid 4px #efa818;
*/
	border-top:none;
	border-bottom:none;
	background-image:url('/images/tloPanel.jpg');
	background-repeat:no-repeat;
}
.slide {
	margin: 0;
	padding: 0;
	/*
border-top: solid 4px #422410;
*/
	background: url(images/btn-slide.gif) no-repeat center top;
	width:580px;
	/*margin-right:8em;*/
	height:40px;
}

.slide img {
	border:none;
}

.btn-slide {
	/*
background: url(images/white-arrow.gif) no-repeat right -50px;
*/
	text-align: center;
	/*width: 144px;*/
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	/*display: block;*/
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	/*
background-position: right 12px;
*/
}




/*
body {
	margin: 0;
	padding: 75px 0 0;
}

.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #343434;
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

.slide-button:hover {
	color: #9f9d8e;
}
*/