/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: visible;}
.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 {
	height: 42px;
	top: 0;
	z-index: 999;
	position: relative;
}
.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: #333333;
	font-size: 80%;
	text-align: center;
	padding: 0px;
}
.tab ul.login li.left {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li.right {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
}
.tab ul.login li a {
	color: #FFFFFF;
	height: 24px;
}
.tab ul.login li a:hover {
	color: #CCCCCC;
	height: 24px;
	background-position: center center;
}
.tab a.open, .tab a.close {
	height: 20px;
	cursor: pointer;
	display: block;
	width: 120px;
	position: relative;
	top: 11px;
	left: 54px;
	background-position: right;
}
.tab a.open {
	background-image: url(images/open_toolbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666666;
}
.tab a.close {
	background-image: url(images/close_toolbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666666;
}
.tab a:hover.open {background: url(images/open_toolbox.gif) no-repeat center center; background-color: #666666;}
.tab a:hover.close {background: url(images/close_toolbox.gif) no-repeat center center; background-color: #666666;}

/* sliding panel */
#toppanel {
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
#panel {
	width: 100%;
	height: 200px;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#panel h1 {
	font-size: 14px;
	margin: 0;
	color: #333333;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #333333;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#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;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 15px;
}
#panel .content .right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#panel .content .left img {
	padding: 3px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-bottom: 4px;
}
#panel .content .right img {
	padding: 3px;
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#panel .content .left img:hover {
	cursor: pointer;
}
.tab_language {
	height: 24px;
	width: 120px;
	position: absolute;
	top: 11px;
	right: 270px;
	display: block;
	overflow: hidden;
	z-index: 55555;
}
.tab_language a {
	display: block;
	width: 120px;
}
