
/*{{{ very basic styles */

#bande_h {  }

.wrap { }

#bande_h ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;	
	float:left;
}

#bande_h li { 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-indent: 0; 
}

.acc b {
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;	
	padding:4px 8px;
	display:block;
	text-decoration:none;
	color:#fff !important;
	border-right:solid 1px #999999;
}


.acc a {
	font-size:11px;
	font-weight:bold;	
	padding:4px 8px;
	display:block;
	text-decoration:none;
	color:#fff !important;
	border-right:solid 1px #999999;
}

.acc a:hover, .acc a.active {
	background:#000;
	color:yellow;
}

.account {
	background:#000 url(h150_reverse.png);
	_background-image:none;
	padding:0 10px;
	width:140px;
	float:left;
	margin-right:15px;	
	
	-moz-border-radius:10px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;	
	-moz-box-shadow:0 0 13px 0 #333;
	
	-webkit-border-radius:10px;
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;	
	-webkit-box-shadow: 0 0 13px #000;		
}

#signup {
	display:none;
	background-position: 0 77px;
	z-index:2;
	margin-left:-23px;
	margin-top:10px;}
	


.account label {
float:left;
}


.account, .account a {
	font-size:10px !important;
	color:#ccc;			
	text-decoration:none;
}

.account a:hover {
	text-decoration:underline;	
}

.account input {
	font-size:10px;
	border:1px solid #999;	
	padding:2px 6px;
	background-color:#ddd;
	color:#666;
	width:125px;
	outline:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.account input:focus {
	background-color:#fff;
	color:#000;
}

.account button {
	border:1px solid #ccc;
	background:#666;
	-moz-border-radius:3px;
	font-size:10px;
	color:#fff;		
	cursor:pointer;
	height:20px;
	padding-top:0px;
}

.account p {
	margin:8px 0;
	font-size:10px !important;
}

.account .error {
	padding:5px 10px;			
	width:140px;
	margin:1px -10px;
	color:#fff;
	background:#c10;
	display:none;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-radius-bottom-left:8px;
	-webkit-border-radius-bottom-right:8px;
}


#loginscroll {
	position:absolute;
	height:190px;
	overflow:hidden;
	margin-left:-63px;
	margin-top:10px;
	width:165px;
	max-width:165px;
	left:0;
	display:none;
	z-index:2;
}

#loginscroll div {
	position:absolute;
	width:999em;	
}

.account label {
	cursor:pointer;
	display:block;	
}
/*}}}*/


