/**
 * @package Contempla 4
 * @copyright Lenus Media Agency
 * All rights reserved - Tutti i diritti Riservati
 * www.lenus.it - info@lenus.it
 */
 
 
 table {
 	border-collapse: collapse;
 	background: #fff;
	width: 98%;
	clear: both;
 	margin: 10px;
 }
 
 table td, table th {
 	height: 50px;
 	padding: 2px 5px;
 	font-size: 11px;
 }
 
 table th {
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 30px;
	border-right: 0;
	border-left: 0;
 }
	
 table tr.alternate_0 td {
	background: url('../images/bg-alternate_0.gif') repeat-x;
 }

 table th {
	background: url('../images/bg-th.gif') repeat-x;
 }

 
 /*table#DVD*/
 table#dvd_catalog td {
	border:0;
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 0;
 }
 
 table#dvd_catalog td a {
	color: orange;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
 } 
 
 table#dvd_catalog td a.details { 
 	background: url('../images/bg-details.gif') repeat-x;
 	font-family: arial, sans-serif;
 	font-weight: bold;
 	text-align: center;
 	margin: 0 5px 0 25px;
 	color: #fff;
	padding: 3px;
	width: 60px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 10px;
	border:1px solid #bbb;
 }
 
  table#dvd_catalog td a.details:hover {
  	color: orange;
 	background: url('../images/bg-details-hi.gif') repeat-x;
  }

 table#dvd_catalog td p {
	font-size: 10px;
	margin: 0;
	line-height: 12px;
 }
 
 table#dvd_catalog th {
	display: none;
 }
 
 table#dvd_catalog td.td_dvd_image {
 	width: 120px;
 	text-align: center;
 }
 
 img.dvd_image {
 	border: 1px solid #bbb;
 	padding: 1px;
 }
 
 td.td_dvd_image {
 	width: 90px;
 	text-align: center;
 }
 

 
 
	 
