.shirts-div
{
	padding: 10px;
	margin: 20px;
}
.shirts-div p 
{
	width: 100%;
	margin: 5px 10px 5px 10px;
	clear: left;
	line-height: 24px;
}
span.shirts-message
{
	float: left;
	margin-right: 10px;
}
.shirts-div label
{
	font-size: 14px;
	float: left;
	width: 150px;
	line-height: 26px;
	font-weight: bold;
}
.shirts-div input[type="text"], .shirts-div input[type="password"]
{
	border: 1px solid #c0c0c0;
	padding: 5px;
	color: #555555;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
}
.shirts-div input[type="submit"], .shirts-div input[type="button"]
{
	border: 1px solid #555555;
	padding: 5px;
}

.shirts-div textarea
{
	width: 250px;
	padding: 5px;
}

.shirts-div select
{
	width: 250px;
	border: 1px solid #c0c0c0;
	padding: 5px;
}
.shirts-markups
{
	min-height: 14px;
	width: 250px;
	padding: 5px;
	display: inline-block;
}
.shirts-icon
{
	width: 25px;
	min-height: 20px;
	display: inline-block;
	border: 1px dashed #c0c0c0;
	background-color: #e0e0e0;
	text-align: center;
	margin-right: 5px;
}
.shirts-icon a
{
	text-decoration: none;
}

#shirts-tabs
{
	width: 600px;
}
#images-list, #current-images

{
	padding: 10px;
	border: 1px solid black;
}
.shirts-edit-image
{
	margin-bottom: 10px;
	display: inline-block;
	width: 200px;
	text-align: center;
}
a.shirts-link
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
}

.stat-list
{
	margin: 20px;
	list-style-type: none;
	display: inline-block;
	width: 350px;
	vertical-align: top;
}
.stat-list-left
{
	counter-reset: item;
}
.stat-list-right
{
	counter-reset: item 10;
}
.stat-list li
{
	display: block;
}
.stat-list li:before
{
	display: block;
	content: counter(item) ". ";
	counter-increment: item;
}
