#shirt {
}
#shirt img {
	display: block;
}
#shirt div, 
#shirt p.intro {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eaeaea;
}
#shirt div + div {
	padding-top: 10px;
	border-top: 1px solid white;
}
p {
	color: #333333;
}
#shirt p.intro, 
#shirt div {
	padding-left: 30px;
	padding-right: 30px;
}
#shirt form {
}
#shirtHeader img {
	display: block;	
}
#data {
	border-spacing: 5px;
	color: #666666;
}
#data td.info p {
	margin: 0;
}
#data td.info {
	vertical-align: top;
	width: 50%;
}
input {
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;

	color: #666666;
}
input.count {
	margin-left: 5px;
	width: 1.5em;
	font-size: 10px;
}
span.size {
	color: #9a9a9a;
	font-weight: bold;
}
.missing {
	color: #900101;
}
span.size + span {
	padding-left: 5px;
}
table {
	width: 100%;
}
.store td {
	width: 50%;
	text-align: center;
}
.store td img {
	margin-left: auto;
	margin-right: auto;
}
td.sizes {
	vertical-align: bottom;
}

tr + tr.shirts td {
	padding-top: 30px;
}
#data input {
	width: 100%;
}
a.order {
	diplay: block;
	margin-left: auto;
	width: 76px;
	height: 18px;
	background: transparent url(../images/buttons/submit_out.gif) no-repeat top left;
}
a.order:hover {
	background: transparent url(../images/buttons/submit_over.gif) no-repeat top left;
}
