/*
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

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** 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;}
.bigOrange {font-size:1.3em; color:#ec6a0d;}


/* Contact Panel Tab/button */
.tab {background: url(../global_images/slider/tab_b.png) repeat-x 0 0;	height: 34px;	position: relative;   top: 0;   z-index: 999;}
.tab ul.login {display:block; position:relative; float:right; clear:right; height:34px;	line-height:34px; margin:0;	right:0px; color:white; text-align:center;}
.tab ul.login li.left {background: url(../global_images/slider/tab_l.png) no-repeat left 0;	height: 34px; width: 7px; padding: 0; margin: 0; display: block; float: left;}
.tab ul.login li.right {background: url(../global_images/slider/tab_r.png) no-repeat left 0; height:34px;	width:7px;	padding:0;	margin:0px 10px 0px 0px; display:block;	float:left;}
.tab ul.login li {text-align:left;	padding:0 6px; display:block; float:left; height:34px; background: url(../global_images/slider/tab_m.png) repeat-x 0 0;}
.tab ul.login li a {color:#fff; text-decoration:none; font-size:1.2em;}
.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: 70px; position: relative; top: 7px;}
.tab a.open {background: url(../global_images/slider/bt_open.png) no-repeat left 0;}
.openOff {background: url(../global_images/slider/slider_buttons_off.png) no-repeat left 0; height: 20px; line-height: 20px !important; padding-left: 30px !important;	display: block;	width: 70px; position: relative; top: 7px; font-size:1.15em; color:#888;}

.tab a.close {background: url(../global_images/slider/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../global_images/slider/bt_open.png) no-repeat left -20px;}
.tab a:hover.close {background: url(../global_images/slider/bt_close.png) no-repeat left -20px;}

/* Contact sliding panel */
#toppanel {position: relative; top:0; width:100%; z-index:999; text-align:center;  margin:0 auto;}
#panel {width: 100%; height: 125px;	color: #fff; background: #564e52;	overflow: hidden;	position: relative;	z-index: 3;	display: none;	font-size:1.1em; line-height:1.5em;}
#panel a {color: #fff; border-bottom:1px solid #fff; text-decoration:none;}
#panel a:hover {color: white; text-decoration:none; border-bottom:none;}
#panel .content {width: 980px;	margin: 0 auto;	padding-top: 10px;	text-align: left;}
#panel .content .left {width: 180px; float: left; padding: 0px;}
#panel .content .right {width: 280px; float: right; padding: 0px;}

#panel .content .leftTel {width: 265px;	float: left; padding: 16px 0px;}
#panel .content label {float: left;	padding-top: 8px; clear: both;	width: 280px; display: block;}
#panel .content .leftVisit {width: 190px;	float: left; padding: 0px 0px;}

/* Search Panel Tab/button */

.tab a.searchOpen, .tab a.searchClose {height: 20px; line-height: 20px !important;	padding-left: 30px !important;	cursor: pointer;display: block;	width: 70px; position: relative; top: 7px;}
.tab a.searchOpen {background: url(../global_images/slider/bt_open.png) no-repeat left 0;}
.tab a.searchClose {background: url(../global_images/slider/bt_close.png) no-repeat left 0;}
.tab a:hover.searchOpen {background: url(../global_images/slider/bt_open.png) no-repeat left -20px;}
.tab a:hover.searchClose {background: url(../global_images/slider/bt_close.png) no-repeat left -20px;}
#search form {margin-top:5px;}

