/* navs - found in app/views/elements */
div#search_content {
	text-align: center;
	color: #999;	
}

div#intro ul li {
	padding: 2px 2px 2px 2px;
	margin: 4px 4px 4px 15px;
}

#results {
	width: 80%;
	margin: auto;
}
#results #intro2 {
	text-align: left;
	margin-top: 35px;
	margin-bottom: 25px;
	color: #73AEB9;
	font-size: 14px;
}
table#matrix th {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	color: #666666;
}
table#matrix td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	color: #666666;
}
table#matrix input {
	height: 20px;
	width: 25px;
}
table#matrix th.item {
	width: 75px;
}
table#matrix th.description {
	width: 230px;
}
table#matrix th.price {
	width: 65px;
}
table#matrix th.quantity {
	width: 80px;
}
table#matrix th.delete {
	width: 70px;
}
table#matrix .description {
	text-align: left;
	padding-left: 20px;
}
table#matrix .delete a {
	color: #666666;
}
table#matrix input.update {
	width: auto;
	float: left;
	margin-top: 15px;
	height: auto;
}
table#matrix input.print {
	width: auto;
	height: auto;
}
table#matrix a#continue {
	width: auto;
	float: right;
	margin-top: 15px;
	height: auto;
}

#results #print {
	float: left;
	margin-top: 15px;
}
#results #print td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	color: #666666;
}
#results #print input {
	width: auto;
	margin-right: 10px;
	height: auto;
}