@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: 16px;
	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: 39px;
    width: 948px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top:156px;
	left:50.1%; 
	margin-left:-476px;
}

#panel {
	width: 100%;
	background:url(/images/searchpanel-bg.gif) repeat-x #787833;
	height: 205px;
	*height: 210px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-left:solid 1px #1F2420;
	border-right:solid 1px #1F2420;
}
/* ------------- Form Classes ------------- */
#panel1{width:191px; float:left; text-align:left;}
#pane12{width:168px; float:left; text-align:left;}
#pane13{width:204px; float:left; text-align:left;}
#pane14{width:202px; float:left; text-align:left;}
