/* CSS Document */

div.box_generico_riv {
	width: 835px;
	float: left;
	padding: 20px 0;
	margin: 0;
	text-align: left;
	}
	
table.rivenditori {
	width: 833px;
	margin: 0;
	padding:0;
	border-collapse: collapse;
	text-indent: 5px;
	border: 1px solid #ffebac;
	font-size: 12px;
}

table.rivenditori tr.title {
	height: 20px;
	color: #af892e;
	font-weight: bold;
	background: url(img/top_table.png) repeat-x;
}

table.rivenditori td {
	margin: 5px;
	border-bottom: 1px solid  #ffebac;
	}


table.rivenditori tr.scuro {
	background-color: #FFF;	
}

/*
table.rivenditori tr a {
	width:100%;
	display: block;
	vertical-align: middle;
	text-decoration: none;
}

table.rivenditori tr a:hover {
	text-decoration: none;
}*/

td.code {
	width: 54px;
	font-size: 10px;
}

td.cash {
	width: 50px;
}

td.listino {
	width: 80px;
}

td.qt {
	width: 60px;
}

input.qt {
	width: 40px;
	height: 15px;
	border: 1px solid #e8e5dd;
	margin: 0;
	text-align: center;
	color: #666666;
}

td.carrello {
	width: 28px;
}

div.box_riv {
	width: 243px; /*263px*/
	height: 167px; /*187*/
	padding: 10px;
	float: left;
	background: #FFFFFF;
	border-left: 1px solid #ffebac;
	border-right: 1px solid #ffebac;
	text-align: justify;
}

.index_riv {
	float: left;
	width: 242px; /*263px*/
	text-align: center;
	margin: 10px 0 0 0;
}

.index_riv input {
	width: 200px;
	height: 15px;
	border: 2px solid #2f79ae;
	color: #666666;
	margin: 3px 0 0 0;
	text-align: center;
	font-size: 10px;
}

input.btn_login {
	background: url(../img/btn_login.gif) no-repeat center;
 	width: 88px;
 	height: 27px;
	border: 0;
	cursor:pointer;
	margin-top:5px;
 }
 
 input.btn_reg {
	background: url(../img/bottone_reg.gif) no-repeat center;
 	width: 166px;
 	height: 39px;
	border: 0;
	cursor:pointer;
	margin-top:5px;
 }
