/* ********************************
   Project: CSS Table Galery
   Title: Like price_grid
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
table.price_grid {
	border-collapse: collapse;
	
	font: arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
	
}

table.price_full{
	width:100%;
	font: normal 100% arial, verdana, helvetica, sans-serif;
}

table.price_full_4{
	width:95%;
	font: normal 100% arial, verdana, helvetica, sans-serif;
	
}

table.price_full_2{
	margin:10px 10px 10px 50px;
	width:90%;
	font: normal 100% arial, verdana, helvetica, sans-serif;
	background-color:#eee;
}

table.price_full_3{
	padding:25px;
	/*padding-left:25px;*/
	width:40%;
	font: normal 100% arial, verdana, helvetica, sans-serif;
}

.price_grid caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
.price_grid td, .price_grid th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
.price_grid thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	background: #dbe8f1;
}
.price_grid tfoot th, .price_grid tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
.price_grid tfoot th {
	font-weight: bold;
}
.price_grid tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
.price_grid tbody td{
	/*background: #F4F6FC;*/
	background:#fff;
	text-align:center;
}
.price_grid tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
.price_grid tbody th a:visited {
	color: #b98b00;
}
.price_grid tbody th, .price_grid tbody td {
	vertical-align: top;
	text-align: left;
}
.price_grid tfoot td {
	border: 1px solid #996;
}

.price_grid label {
	padding-left:5px;
}

#sat_pay
{
	padding:10px;
}

#lefttext
{
	border:1px solid #f00;
	padding:10px;
}

.price_padding {
	margin-left:10px;
	margin-right:10px;
}

.price_full_2 tbody td , .price_full_2 thead th
{
	text-align:center;
}

.price_full tbody td , .price_full thead th
{
	text-align:center;
}

.price_full_2 tbody td.align_left
{
	text-align:left;
	width:250px;
}

.price_full tbody td.align_left
{
	text-align:left;
}

/* alignment */
.alignright {text-align:right;}
input.textbox.verysmall {width:30px;}

li.tracking_features
{
	padding:5px;
}

.price{
font-weight:bold;
font-size:1.2em;
}
