/* SunTrack Mobile Style sheet */
@IMPORT url("status_color.css");


body,td,p {
	/* Most devices have their own fonts, but let's give it a shot */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1,h2 {
	color: #660033;
	border-bottom: 1px #000000 solid
}

h1 {
	font-size: 1.4em
}

h2 {
	font-size: 1.2em
}

h3 {
	font-size: 1em;
	font-weight: bold
}

ul li {
	list-style: square
}

img {
	border: none
}

.error {
	color: #CC0000;
	border: 1px #FF0000 solid;
	font-size: 0.8em;
	padding-left: 20px;
}

.order_address {
	width: 80%;
}

.order_table {
	text-align: left;
	border: solid thin;
	width: 100%
}
#ft{	
	bottom:0;
	clear:both;
	position: fixed;
	text-align:center;
	width:100%;
}