/*
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 */
.tab {
  	background: url('/images/slider/tab_c.png') repeat-x 0 0;
	height: 67px;
	position: relative;
    top: 0;
    z-index: 999;
}

.panelFix {
	width: 1002px;
	margin: 0px auto;
}
.panelFixInner {
	position: absolute;
	width: 1002px;
	float: left;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 74px;
	width: auto;
	margin: 0;
	left: 162px;
	text-align: center;
}

.tab ul.login li.left {
  	background: url('/images/slider/tab_l3.png') no-repeat left 0;
  	height: 74px;
	width: 52px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url('/images/slider/tab_r2.png') no-repeat left 0;
  	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: 62px;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 67px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 150px;
	position: relative;
}

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

#panelFeature {
	width: 100%;
	height: 260px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panelFeatureContainer {
	width: 1001px;
	margin: 0px auto;
}


#panelFeature .left {
	width: 479px;
	padding: 16px 30px 0px 31px;
	float: left;
	color:#fff;
	text-align:left;
	line-height:150%;
	font-size:13px;
	letter-spacing: 160%;
	text-align: right;
}
#panelFeature .middle {
	width: 10px;
	height: 47px;
	float: left;
	background-color: #EC2538;
	color:#FFF;
	background-position: 0px 25px;
}

#panelFeature .right img, #panelFeature .left img {
	display: inline;
	cursor: pointer;
	border: 0px;
	margin-top: 5px;
}
#panelFeature .right {
	width: 441px;
	float: right;
	background-color:#272727;
	color:#fff;
	text-align:center;
}

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

#panelFeature a:hover {
	color: white;
}
