body {
	color: #000000;
	font: 13px Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: 16px normal Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#container {
	margin: 0 auto;
	width: 99%;
}

table#cart {
	/*border-collapse: collapse;*/
	width: 100%;
}

table#cart th {
	background: #D6D6D6;
	color: #333333;
	white-space: nowrap;
	font-weight: normal;
}

table#cart th,
table#cart td {
}

table#cart .item_name {
	width: 100%;
}

table#cart .quantity input {
	text-align: center;
}

table#cart tr  {
	background: #F2F2F2;
}

table#cart tr.odd  {
	background-color: #F9F9F9;
}
table#cart tr.odd:hover{
	background-color: #999999;
}
table#cart tr:hover{
	background-color: #999999;
}

.center {
	text-align: center;
}
.alerta {
	color: #cc3300;
	font-size: 11px;
}
.input {
	border: #CCCCCC solid 1px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 11px;
}
.input_bt {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;	
}
#total_price{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:35px;
	text-align:center;
	font-weight: bold;
}
.unit_price{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}
.extended_price{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
}

#passos a:link {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
#passos a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display:block;
}
#passos a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	display:block;
}
#passos a:active {
	text-decoration: underline;
	color: #FFFFFF;
	display:block;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #000000;
}