/* kreaton store css style */

html {
	margin: 0;
	padding: 0;
	overflow:scroll;
}

body {
	margin: 20px;
	font-family: Verdana, Arial;
	font-size:  76%;
	background-color:  #f9f9f9;
}

#main_wrapper {
	background-color:  #fff;
	padding: 10px;
}

#menu {	
	background-color: #ccc;
	color: #666;
	padding: 5px;
}

#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

.menu_sx {
	float: left;
}

.menu_dx {
	float: right;
}

.clearer {
	clear: both;
}

#info_utente, #faq, #altro {
	font-size: x-small;
}

#footer {
	font-size: x-small;
}

/* carrello */

#items
{
	float: left;
	width: 565px;
	margin-bottom: 10px;
}
 
#cart {
	width: 200px;
	float: right;
	padding-bottom: 50px;
	margin-bottom: 10px;
	margin-top: 20px;
	border: 1px solid #ccc;
	text-align: center;
}
 
.info_items {
	color: #444;
	text-align: left;	
	font-size: x-small;
}

.info_carrello {
	width: 120px;
	color: #444;
	text-align: left;	
	font-size: x-small;
	background-image: url("img/cart_put.png");
	background-position: middle left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 2px;
	text-align: center;
	margin: 0 auto;
}
 
.item {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: move;
}

#cart .item {
	width: 50px;
	height: 75px;
	margin: 10px 0 10px 10px;
	background-position: -40px -22px;
	border-width: 1px;
	cursor: default;
}
 
.item span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: xx-small;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 2px 0;
}

/* form info utente */

#info_utente {
	margin-top: 10px;	
}

label {
	width: 175px;
	float: left;
}

input {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	color: #999;
	font-weight: bold;
}

input:hover {
	background-color: #f9f9f9;
}

.completa {
	text-align: right;
	margin-top: 10px;
}

.completa_button {
	width:200px;
}

.svuota {
	color: #fff;
	width: 150px;
	background-color: #ccc;
	text-decoration:none;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}

