/* Baron Custom Accessories - Edit Customer Style Sheet */
/* All associated graphics copyright 2006, Baron Custom Accessories */
/* Last Modified: August 8th, 2006 */

#checkoutbarleft {
	background-color: #ffa500;
	float: left;
	width: 196px;
	text-align: left;
	padding: 3px;
	margin: 0 0 12px 0;
	font-weight: bold;
}

#checkoutbarright {
	background-color: #ffa500;
	float: right;
	width: 392px;
	text-align: right;
	padding: 3px;

	font-weight: bold;
}

#checkoutbarright b {
	color: #FF0000;
}

#checkoutbarright img {
	margin: 0 7px 0 7px;
}

#loggedin {
	clear: both;
	text-align: center;
	margin: 0 0 12px 0;
}

#loggedin a {
	color: #FF0000;
	font-decoration: none;
}

table {
	width: 100%;
}

table th {
	background-color: #333;
	color: #FFF;
}

table td {
	background-color: #CCC;
	text-align: left;
}