@charset "utf-8";
/* CSS Document */

.transform {
	text-transform:uppercase;
}

.businessname {
	color: #003;
	font-weight:bold;
}

#cartdisplay {
	min-width:500px;
	width:100%;
	float:left;
	margin-left: 10px;
	padding: 5px auto;
	background: #ededed;
	color:# 333;
	font-size:.9em;
}
#cartdisplay input {
	width:50px;
	color:#900;
	font-size:.8em;
	margin-bottom: 2px;
	
	}


#cartdisplay th {
	color:	#000;
	padding: 3px 5px 3px 5px;	
}

#cartdisplay td {
	color:	#000099;
	padding: 3px 5px 3px 5px;
	}

.carthead {
	background: url(assets/accountback.jpg) no-repeat left top;
	height:35px;
	}	
.searchoptions {
	font-weight:bold;
	font-size:1em;
	text-align:left;
	padding-right: 2em;
	background-color:# CCC;
}

