@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
table.entryTable {
}
th.head   {
	text-align: left;
	padding: 5px;
}
.entryTable td  {
	padding: 8px 5px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
.entryTableHeader {
	color: #000000;
	background: #D8D8D8;
}
tr.cont  {
	background: #F7F7F7;
}
.actualizar td  {
	color: #CCCCCC;
	border-style: none;
}
td.last  {
	border-style: none;
	background: #D8D8D8;
	margin-bottom: 12px;
}
table.checkout {
	margin-top: 25px;
}
table.steps {
	width: 420px;
}
form#frmCheckout {
	display: inline;
}
form input.box, form textarea.box {
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
table.clientData {
	border: 1px solid #CCCCCC;
}
html>body table.clientData { /*esconde do IE6 e abaixo*/
	width: 420px;
}
td.title {
	font-weight: bold;
	color: #000000;
	background: #CCCCCC;
	padding: 4px;
	font-size: 90%;
	text-transform: uppercase;
}
.clientData td {
	padding: 4px 6px;
}
td.data {
	width: 25%;
	font-weight: bold;
	text-transform: lowercase;
	background: #F7F7F7;
}
td.content {
	width: 75%;
}
span {
	text-transform: none;
	font-weight: normal;
}
