/* Order Tables
--------------------------------------------------*/
table.orders{
	width: 100%;
	margin: 20px 0;
}

table.orders p{
	margin: 0;
}

table.orders .photo-thumb{
	width: 150px;
}

table.orders th{
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	padding: 10px;
	text-align: left;
}

table.orders td{
	vertical-align: top;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
}

table.orders td input{
	width: 60px;
	text-align: center;
}