/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
img{border:0px solid;}
#containerpanel {
  	width: 960px;
	position:relative;
  	height: 100%;
	margin: 0 auto;
}

/* Panel Tab/button */
.tab {
  	background:#fff;
	height: 25px;
	width: 180px;
	background: url(../images/dropdownimage.png) repeat-x 0 0;
	position: relative;
    top: 0;
	left: 10px;
    z-index: 999;
}
.tab a.open, .tab a.close {
	cursor: pointer;
	display: block;
	width: 180px;
	position: relative;
	color:#fff;
    text-align: center;
	font-weight:bold;
}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top:0px;
	left:10px;
    width: 940px;
    z-index: 999;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#panel {
	width: 100%;
	height: 140px;
	background:#fff;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border:1px solid;
}
.displaylayout{
	display:block;
	width:960px;
	height:170px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;
	float:left;
}
#panel .content {
	width: 915px;
	margin: 0 0 0 50px;
	padding-top: 5px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	display:block;
	width: 180px;
	height:105px;
	float: left;
	padding:0 15px 0 15px;
	margin:0px;
}