.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;
}

/* Panel Tab/button */

.tab {
	background: transparent;
	height: 55px;
	position: relative;
	top: 0;
	z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	font-weight: normal;
	text-align: left;
	width: 200px;
	padding-right: 18px;
}

.tab ul.login li {
	text-align: left;
	display: block;
	float: left;
	height: 55px;
	background: url(../images/bt_searchtab.png) no-repeat 0 0;
	width: 210px;
	padding: 0;
}

.tab ul.login li a {
	color: #fff;
	font-size: 1.6em;
	margin-left: 10px;
}

.tab ul.login li a:hover {
	color: white;
}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 150px;
	position: relative;
	top: 15px;
}

.tab a.open {
	background: url(../images/bt_open.png) no-repeat left 0;
}

.tab a.close {
	background: url(../images/bt_close.png) no-repeat left 0;
}

.tab a:hover.open {
	background: url(../images/bt_open.png) no-repeat left -20px;
}

.tab a:hover.close {
	background: url(../images/bt_close.png) no-repeat left -20px;
}

/* sliding panel */

#toppanel {
	position: absolute;
	

/*Panel will overlap  content */
    

/*position: relative;*/   

/*Panel will "push" the content down */
    top: 0;
	width: 960px;
	z-index: 2;
	background: url(../images/top-panelbg.png) no-repeat 0 -1px;
}

#panel {
	height: 260px;
	color: #dee4ec;
	background: #101c59;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	width: 100%;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #e51837;
	width: 220px;
	text-indent: 0;
}

#panel h2 {
	font-size: 1.6em;
	padding: 10px 0 5px;
	margin: 0;
	color: #658bb9;
	font-weight: normal;
	font-style: normal;
	text-indent: 0;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	color: #fff;
}

#panel a {
	text-decoration: none;
	color: #15adff;
}

#panel a:hover {
	color: white;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #658bb9;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 220px;
	display: block;
	font-size: 1.2em;
	color: #fff;
}

#panel .content input.field {
	border: 1px solid #dee4ec;
	background: #658bb9;
	margin-right: 5px;
	margin-top: 5px;
	width: 215px;
	color: #fff;
	height: 20px;
	padding: 5px 0 0 10px;
	font-size: 1.4em;
}

#panel .content input:focus.field {
	background: #658bb9;
	font-size: 1.4em;
}