table.shirts {margin:1ex;font-size:13px;font-weight:normal;}
table.shirts td {border:1px solid #aaa;padding:2px;}
table.shirts {padding:2px;}
table.shirts td.blackout {background:#333;}
.shirt_divs {
	border-right:solid 1px #ccc;
	padding:0.5ex 1ex;
	/*border-left:solid 1px #ccc;*/
	display:inline-block;
}
.shirt_divs img {
	max-height:75px;
}
.shirt_divs h3 {
	padding:1px;
	margin:1px;
}
.shirt_selector {
	padding:0;
	display:inline-block;
	/*max-width:120px;*/
	/*border:solid 1px #aaa;*/
	font-weight:normal;
	font-size:12px;
	text-align:center;
}
#orderSummary {
	text-transform:capitalize;
	color:blue;
}
#cart_contents {
	padding:0 1em;background-color:#D9CFB4;
	margin-bottom:1ex;
	border:solid 1px #7A7053;
}
#cart_contents h2, #cart_contents h3{
	margin:0;
	padding:0;
}
h2, h3{
	margin:0 1ex 1ex 1ex;
	padding:0;
}
blockquote {
	font-weight:bold;
}
#mens h2, #ladies h2 {
	margin:1px auto;
	padding:0;
}
table.submittted_order {
	background-color:#585031;
	border-radius:1ex;
}
table.submittted_order th, table.submittted_order td {
	background-color:#fff;
}
table.submittted_order, table.submittted_order th, table.submittted_order td {
	border:solid 1px #aaa;
	padding:0.5ex;
}
table.submittted_order th {
	text-align:left;
}
table.submittted_order tr td:first-child {
	text-align:center;
}
#ShirtOrderSummary div {
	width:400px;
	margin:1em auto;
	padding:1ex;
	display:block;
	color:#040;
	border:solid 1px #040;
	text-transform:capitalize;
}
#PantsOrderSummary div {
	width:400px;
	margin:1em auto;
	padding:1ex;
	display:block;
	color:#040;
	border:solid 1px #040;
	text-transform:capitalize;
}
#quantity {
	float:right;
	font-size:1.25em;
	padding:1ex;
	margin-right:2em;
	margin-top:-10em;
	position:relative;
	border:solid 2px #585031;
	color:#585031;
	z-index:99;
	background:#D9CFB4;
}