

/* LOGIN */
#login {
	position: absolute;
	/*right: 0;*/
	left:0;
	top: 350px;
	overflow: hidden;
	z-index: 150;
	text-align: left;
	width: 237px;
}

#form-login {
	width: 169px;
	float: left;
	display: none;
	/*height: 42px;
	background: url(../images/common/side_panel_back.png) repeat-x 0 top;*/
}

#but-login {
	float: left;
	width: 60px;
}




/* CART */
#cart {
	position: absolute;
	left: 0;
	top: 475px;
	overflow: hidden;
	z-index: 160;
	text-align: left;
	width: 237px;
}
#form-cart {
	width: 169px;
	float: left;
	display: none;
	/*height: 42px;
	background: url(../images/common/side_panel_back.png) repeat-x 0 top;*/
}
#but-cart {
	float: left;
	width: 60px;
}
#side-cart-nr {
	padding: 0 8px 0 8px;
	color: #ffffff;
	font-size: 9px;
	text-align: right;
}
.side-cart-value {
	padding: 2px 8px 0 8px;
	color:#CCCCCC;
	font-size: 9px;
	text-align: left;
	line-height: 12px;
}


/* SEARCH */
#search {
	position: absolute;
	left: 0;
	top: 600px;
	overflow: hidden;
	z-index: 170;
	text-align: left;
	width: 237px;
}

#form-search {
	width: 169px;
	float: left;
	display: none;
	height: 42px;
	/*background: url(../images/common/side_panel_back.png) repeat-x 0 top;*/
}

#but-search {
	float: left;
	width: 60px;
}
