

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

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

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




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


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

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

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