/* CSS Document */

.stashThumbContainer
{
	width:780px;
	background-color:#ffffff;
	margin:auto;
	text-align:center;
}

.stashCol1
{
	width:250px;
	float:left;
	margin:auto;
}
.stashCol2
{
	width:250px;
	float:left;
	margin:auto;
}
.stashCol3
{
	width:250px;
	float:left;
	margin:auto;
}

.stashItemContainer
{
	border:1px dotted #999999;
	padding:5px;
	background-color:#ffeeee;
	text-decoration:none;
}
.stashItemContainer img { border:1px dotted #999999; }

.stashRow
{
	width:770px;
	float:left;
	margin-bottom:20px;
}

.stashCol1_2
{
	width:375px;
	float:left;
	text-align:left;
	margin:auto;
	line-height:35px;
}
.stashCol2_2
{
	width:375px;
	float:left;
	text-align:left;
	margin:auto;
	line-height:35px;
}
.stashSpace1
{
	width:10px;
	float:left;
}

.stashSpace2
{
	width:10px;
	float:left;
}
