#cart table
{
	border-collapse: collapse;
	width: 100%;
}

#cart tr
{
	background-color: #fff;
}

#cart tr.alt
{
	background-color: #f7f7f7;
}

#cart th
{
	background-color: silver;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: left;
}

#cart td
{
	border: 1px solid #ccc;
	padding: 4px;
}

#cart td.numeric
{
	text-align: right;
}

#checkout fieldset
{
	padding: 10px;
	margin-bottom: 5px;
}

#checkout legend
{
	font-weight: bold;
}

#checkout .fields label
{
	margin-left: 15px;
	width: 200px;
	display: block;
	float: left;
}

#checkout .fields .inline label
{
	margin-left: inherit;
	display: inline;
	float: none;
}

#checkout a.button
{
	border: 1px solid #777;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

#checkout a.button:hover
{
	text-decoration: underline;
	background-color: #ccc;
}

#checkout .fields input, #checkout .fields select
{
	margin-bottom: 2px;
}

#login .fields label
{
	width: 80px;
	display: block;
	float: left;
}

.album
{
	border-collapse: collapse;
	border: 1px solid #601453;
	width: 100%;
}

.album .albumimage
{
}

.album .albumtitle
{
	font-weight: bold;
	color: Black;
	background-color: White;
	border-top: 1px solid #601453;
	border-bottom: 1px solid #601453;
}

.album .albumcount
{
}