

div.tableContainer {
	width: 100%;		/* table width will be 99% of this*/
	height: 110px; 	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
	background-color: #1c1912;
}

div.tableContainer table {
	width: 100%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
}

div.tableContainer table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto;
	height: 90px;
	overflow-x: hidden;
}

div.tableContainer thead tr	{
	position:relative;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
}

div.tableContainer thead th {
	font-weight: bold;
	font-size: 11px;
	background-color: #1c1912;
	color: #999999;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

div.tableContainer td{
	font-size: 10px;
	border: 0px;
	border-bottom: 1px solid #2c2922;
	/*border-right: 1px solid #7a786c;*/
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-decoration: none;
}

div.tableContainer tfoot td	{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: papayawhip;
	color: steelblue;
	border-top: solid 2px slategray;
}

div.tableContainer td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/


div.tableContainer a {
    font-size: 10px;
    white-space: nowrap;
}

/* misure */

div.tableContainer thead th {
    text-align: right;
}

div.tableContainer thead th + th {
    text-align: left;
}

div.tableContainer thead th + th + th {
    text-align: right;
}

div.tableContainer thead th + th + th + th {
    text-align: right;
    width: 15px;
}



/* shopping_cart_totalprice */
div#shopping_cart_totalprice {
	font-weight: bold;
	font-size: 11px;
	background-color: #211E17;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 45px;
}

a.link_aquista {
    display: block;
    position: relative;
    text-align: right;


    padding: 0px;
    margin: 0px;
    border: 0px;

    height: 12px;
    line-height: 12px;

    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;

    padding-top: 7px;
    padding-bottom: 4px;

    padding-left: 20px;
    padding-right: 3px;
}

a:hover.link_aquista {
    color: #e94e0e;
}


/* Start Carrello */



.Bianchi {
	color: #FFFFFF;
}

a.procediCarrello {
	display: block;
    position: relative;
    padding: 0px;
	padding-top: 2px;
	padding-right: 5px;
    margin: 0px;
	height: 15px;
	width: 248px;
	background-color: #1c1912;
	border: 1px solid #1c1912;
	font-size: 11px;
	font-weight:bold;
	text-align: right;
	text-transform: uppercase;
}

a:hover.procediCarrello {
	background-color:#242017;
}
/* End Carrello */



