/*
CSS Relativo all'homepage...
*/

div#main_search_box {
	width:408px;
	height:158px;
	background-image:url(../images/template/box_home.png);
	margin:8% auto 10%;
	position:relative;
}

a#link_cart {
	display:block;
	position:absolute;
	top:4px;
	right:10px;
	width:64px;
	height:64px;
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
	background:url(../images/template/carrello_home.gif);
}

div#main_search_box form {
	padding:108px 0 0 14px;
}

div#main_search_box form input.text {
	vertical-align:middle;
	float:left;
	border:none;
	border-width:0px;
	width:280px;
	padding-left:10px;
	padding-top:5px;
	background-color:transparent;
	height:30px;
	font-size:20px;
	background-image:url(../images/template/box_home_text.png);
}

div#main_search_box form input.button {
	vertical-align:middle;
	float:left;
	border:none;
	border-width:0px;
	width:90px;
	height:35px;
	background-image:url(../images/template/box_home_button.png);
}