table {
	border-collapse: collapse;
	font: 90%/1.6em Arial, Helvetica, sans-serif;
	
}
.sellerForm table {
	border-collapse: collapse;
	font: 100%/1.6em Arial, Helvetica, sans-serif;
}

table td {
	padding: 5px;
	vertical-align: top;
	
}

.tdgrey{
	background-color:#fbfbfb;
	}

/* ************************************************** */
/* ******************* NOSPACE ************************* */
/* ************************************************** */

.tablenospace table td{
	padding: 1px;
	font-size: 1em;
	vertical-align: top;
	}

/* ************************************************** */
/* ******************* GRID ************************* */
/* ************************************************** */

.grid table {
	border-collapse: collapse;
	border: 1px solid #e8e6dc;
	font: 90%/1.6em Arial, Helvetica, sans-serif;
	
}

.grid table a {
	text-decoration: none;
	color: #B42C33;
}

.grid table a:hover {
	text-decoration: none;
	color: #eb872c;
}

.grid table tr th  {
	font-style:normal;
	font-weight: bold;
	
}

.grid table tr th a {
	color: #eb872c;
	}

.grid table tr th a:hover {
	color: #555555;
}

.grid table td{
	border-right: 1px solid #e8e6dc;
	border-bottom: 1px solid #e8e6dc;
	padding: 5px;
	vertical-align: top;
	font-weight: normal;
}
.grid table tr.color td{
	background-color: #faefde; 
}

.grid table tr.nocolor td{
	background-color: #ffffff; 
}


.grid table tr.orangecolor td{
	background: url(../images/bg/bg_navbtn.jpg) repeat-x;
}

.grid table tr.redcolor td{
	background: url(../images/bg/bg_redbar.gif) repeat-x;
}

.grid table tr.greycolor td{
	background: url(../images/bg/bg_graybar.gif) repeat-x;
}
.grid table tr.legende td{
	background-color:#f1f1f1;
}
.grid table tr.legende td a{
	color:#666;
	}

.grid table tr.legende td a:hover{
	color:#B42C33;
	}

.grid table tr.nospace td{
	padding: 1px;
	vertical-align: top;
	
}

.grid table th {
	border-right: 1px solid #e8e6dc;
	border-bottom: 1px solid #e8e6dc;
	padding: 5px;
	vertical-align: top;
	text-align:left;
}


.grid table .orangebtn0 a{
	color:#FFF;
	}

