/* Search */
div#search {
	position: absolute;
	top: 85px;
	left: 830px;
	width: 185px;
	vertical-align:top;
	/*opacity: 0.0;
	filter : alpha(opacity=0);*/
	display: none;
}

input#prosvetaquery {
	/*opacity: 0.0;
	filter : alpha(opacity=0);*/
	/*cursor: none;*/
	border: 1px solid #888888;
	border-radius: 5px 5px 5px 5px;
	color: #888888;
	width: 170px;
	height:20px;
	padding-left:15px;
	padding-right:-10px;
	margin:0px;
}

#btnsearch {
	background: url("images/search_1.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	/*cursor: none;*/
	float: right;
	height: 19px;
	position: relative;
	top: -20px;
	width: 19px;
	right:-2px;
	/*opacity: 0.0;
	filter : alpha(opacity=0);*/
}

#btnsearch.btnsearch_index {
	right: 5px;
	/*opacity: 0.0;
	filter : alpha(opacity=0);
	cursor: none;*/
}
/*input.default-value {
	opacity: 0.0;
	filter : alpha(opacity=0);
	cursor: none;
}*/

/* shopping */
div#shoppingcontainer {
	position: absolute;
	right: 5px;
	top: 140px;
	width: 120px;
	background:  url("images/shoppingbag.png") no-repeat right 0 transparent;
	z-index: 1000;
	font-weight: bold;
	padding: 17px 30px 2px 0;
	text-align: right;
	vertical-align: middle;
	height: 32px;
	font-size: 13px;
	/*opacity: 0.0;
	filter : alpha(opacity=0);
	cursor: none;*/
	display: none;
}


div#shoppingcontainer a {
	color: DarkRed;
	opacity: 0.0;
	filter : alpha(opacity=0);
	cursor: none;
}

div#shoppingcontainer #productsCount {
	bottom: 14px;
	color: DarkBlue;
	float: right;
	left: 20px;
	position: relative;
	/*opacity: 0.0;
	filter : alpha(opacity=0);*/
}

div#shopping {
	background: transparent;
	bottom: -25px;
	float: left;
	height: 40px;
	position: absolute;
	right: 10px;
	width: 25px;
}
