@charset "utf-8";
/* CSS Document */

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** 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;}

/* Panel Tab/button */
.tabP {
	position: relative;
    z-index: 999;
	overflow:hidden;
}
.tabP ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
	width: 948px;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tabP ul.login li {
 	text-align: left;
  	padding: 0;
	display: block;
	float: left;
  	background: url(/images/tab_m.png) repeat-x 0 0;
}
.tabP a.open {
	height: 16px;
	line-height: 20px !important;
	padding-left: 0 !important;
	cursor: pointer;
	margin:0 auto;
	display: block;
	width: 948px;
	position: relative;
	top: 0;
}
.tabP a.close {
	height: 21px;
	line-height: 20px !important;
	padding-left: 0 !important;
	cursor: pointer;
	margin:0 auto;
	display: block;
	width: 948px;
	position: relative;
	top: 0;
}



/* sliding panel */
#toppanel {
    position: absolute;
    top: 42px;
    width: 948px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top:156px;
	left:50.2%; 
	margin-left:-476px;
}

#panel {
	width: 100%;
	background:url(/demo/images/searchpanel-bg.gif) repeat-x #414E67;
	height: 192px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: block;

}
/* ------------- Form Classes ------------- */
#panel1{width:109px; float:left; text-align:left;}
#pane12{width:136px; float:left; text-align:left;}
#pane13{width:222px; float:left; text-align:left;}
#pane14{width:170px; float:left; text-align:left;}
#pane15{width:130px; float:left; text-align:left;}
