/*
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;}

/* Panel Tab/button */
.shbr_tab {
	height: 0px;
	position: relative;
  top: 0;
	z-index: 200;
}

.shbr_tab a.shbr_open, .shbr_tab a.shbr_close {
	height: 35px;
	padding: 0 !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 0;
}

/* button 1 */
.shbr_tab a.shbr_open_button1, .shbr_tab a.shbr_close_button1 {width: 35px;}
.shbr_tab a.shbr_open_button1 {background: url(/java/sharebar/images/bt_open.png) no-repeat left 0;}
.shbr_tab a.shbr_close_button1 {background: url(/java/sharebar/images/bt_close.png) no-repeat left 0;}
.shbr_tab a:hover.shbr_open_button1 {background: url(/java/sharebar/images/bt_open.png) no-repeat left -35px;}
.shbr_tab a:hover.shbr_close_button1 {background: url(/java/sharebar/images/bt_close.png) no-repeat left -35px;}

/* button 2 */
.shbr_tab a.shbr_open_button2, .shbr_tab a.shbr_close_button2 {width: 127px;}
.shbr_tab a.shbr_open_button2 {background: url(/java/sharebar/images/bt_open2.png) no-repeat left 0;}
.shbr_tab a.shbr_close_button2 {background: url(/java/sharebar/images/bt_close2.png) no-repeat left 0;}
.shbr_tab a:hover.shbr_open_button2 {background: url(/java/sharebar/images/bt_open2.png) no-repeat left -35px;}
.shbr_tab a:hover.shbr_close_button2 {background: url(/java/sharebar/images/bt_close2.png) no-repeat left -35px;}

/* button 3 */
.shbr_tab a.shbr_open_button3, .shbr_tab a.shbr_close_button3 {width: 127px;}
.shbr_tab a.shbr_open_button3 {background: url(/java/sharebar/images/bt_open3.png) no-repeat left 0;}
.shbr_tab a.shbr_close_button3 {background: url(/java/sharebar/images/bt_close3.png) no-repeat left 0;}
.shbr_tab a:hover.shbr_open_button3 {background: url(/java/sharebar/images/bt_open3.png) no-repeat left -35px;}
.shbr_tab a:hover.shbr_close_button3 {background: url(/java/sharebar/images/bt_close3.png) no-repeat left -35px;}


/* sliding panel */
#sharebar {
  position: absolute; /*Panel will overlap  content */
  /*position: relative;*/ /*Panel will "push" the content down */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#shbr_panel {
	width: 100%;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-bottom: 1px solid #cccccc;
}



#shbr_panel .shbr_phone {
	float:left;
	font-family:arial,sans-serif;
	font-size: 14pt;
	width:130px;
	margin: 0 10px 0 0;
	color: #8b8a8a;
	background: url('/java/sharebar/images/bg_phone.png') no-repeat 0px 0px transparent;
	line-height: 30px;
	padding: 8px 0 10px 50px;
}

#shbr_panel .shbr_email {float:left; width: 144px; margin: 0 10px 0 0; padding: 0;}
#shbr_panel .shbr_message {float:left; width: 171px; margin: 0 10px 0 0; padding: 0;}
#shbr_panel .shbr_newsletter {float:left; width: 192px; margin: 0 10px 0 0; padding: 0;}
#shbr_panel .shbr_pdf {float:left; width: 47px; margin: 0 10px 0 0; padding: 0;}
#shbr_panel .shbr_print {float:left; width: 47px; margin: 0 10px 0 0; padding: 0;}

#shbr_panel h2{
	font-size: 14pt;
	padding: 11px 0 10px 57px;
	margin: 0;
	color: white;
	background: url('/java/sharebar/images/logo_email.png') no-repeat 0px 12px transparent;
	line-height: 30px;
}

#shbr_panel a {
	text-decoration: none;
	color: #15ADFF;
}

#shbr_panel a:hover {
	color: white;
}

#shbr_panel h2 a {
	color: white;
}

#shbr_panel h2 a:hover {
	color: #15ADFF;
}

#shbr_panel p {
	margin: 5px 0;
	padding: 0;
}

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

#shbr_panel .shbr_content .shbr_left {
	width: 414px;
	float: left;
	padding: 0 15px;
}

#shbr_panel .shbr_content .shbr_top {overflow:hidden;}
#shbr_panel .shbr_content .shbr_base {
	clear:both; margin: 10px 0 0 0; overflow:hidden;
}

#shbr_panel .shbr_content .shbr_right {
	border-right: 1px solid #333;
}

#shbr_panel .shbr_content #social_media_links {
	margin-top: 15px;
	height: 32px;
}

/* BUTTONS */
#shbr_panel .shbr_content input.bt_pulldown,
#shbr_panel .shbr_content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#shbr_panel .shbr_content input.bt_pulldown {
	width: 74px;
}

#shbr_panel .shbr_content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(/java/sharebar/images/bt_register.png) no-repeat 0 0;
}

#shbr_panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

ul.shbr_li li {
	list-style-type:none;
	display: block;
	height: 35px;
}

ul.shbr_li {
display: block;
position: absolute;
float: right;
clear: right;
width: auto;
margin: 0;
right: 20px;
padding:0;
}