/*
Tema: Soft Table - A Simple table style with the use of the soft brown color
Author: Newton de Góes Horta
Site: --
Country Origin: Brazil
*/
.ImageURL{
	height:20px;
}
.Row1{
	background-color:#FFFFFF;
}
.Row2{
	background-color:#EFEFEF;
}
#cart{
	font-size:8pt;
	width:25% !important;
	float:right;
	z-index:4;
	bgcolor:#EFEFEF !important;
	position:relative;
	top:-40px;
}
body{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;verdana sans-serif;
}
table {
	font-size:0.8em;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;verdana sans-serif;
	background-color:#fff;
	border-collapse: collapse;
	width: 70%;
}
caption {
	font-size: 25px;
	color: #1ba6b2;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	margin-bottom: 2px;
}
thead th {
	border-right: 1px solid #fff;
	color:#fff;
	text-align:center;
	padding:2px;
	text-transform:uppercase;
	height:25px;
	background-color: #a3c159;
	font-weight: normal;
}
tfoot {
	color:#1ba6b2;
	padding:2px;
	text-transform:uppercase;
	font-size:1.2em; 
	font-weigth: bold;
	margin-top:6px;
	border-top: 6px solid #e9f7f6;
}
tbody tr {
	background-color:#fff;
	border-bottom: 1px solid #f0f0f0;
}
tbody td {
	color:#414141;
	padding:5px;
	text-align:left;
}
tbody th {
	text-align:left;
	padding:2px;
}
tbody td a, tbody th a {
	color:#6C8C37;
	text-decoration:none;
	font-weight:normal; 
	display:block;
	padding-left:15px;
}
tbody td a:hover, tbody th a:hover {
	color:#009193;
	text-decoration:none;
}

