/*******************************************************************************
	Galleries Admin
*******************************************************************************/

.account p.back {
	margin-top: 2em;
}

#account .items {
	width: 100%;
	overflow: hidden;
}

#account .items li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 2em;
	text-align: center;
}

#account .items h3 {
	margin-top: 1em;
}

#account .items li a {
	line-height: 200px;
}

/* reset link properties for the h3 */
#account .items li h3 a, #account .items li div a {
	display: inline;
	width: auto;
	height: auto;
	line-height: 1.0;
}

#account .items li img {
	vertical-align: middle;
	border: 0.5em solid #e9e1f0;
}

/* reset */
#account .items li div img {
	border: 0;
}

#galleries-admin .items li a:hover img {
	border: 0.5em solid #ccc;
}

/* reset */
#account .items li div a:hover img {
	border: 0;
}

#account .items li div {
	margin-top: 1em;
}

#account .items li div a {
	margin-left: 2em;
	padding: 0.2em;
}

#account .items li {
	border-top: 1px solid #e9e1f0;
	padding-top: 1em;
}

#account ul.intro {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

#account ul.intro li {
	float: left;
	margin-right: 2em;
}

#account ul.intro img {
	vertical-align: middle;
}

#account-addedit img.item {
	margin: 1em 0 2em 0;
	border: 0.5em solid #ccc;
}

#account-terms ol.terms {
	list-style: lower-roman outside;
	padding: 0.5em 0 0 3em;
	margin-bottom: 1em;
	border-top: 0.5em solid #e9e1f0;
	border-bottom: 0.5em solid #e9e1f0;
}

#account-terms ol.terms li {
	margin-bottom: 0.5em;
	font-size: 150%;
	color: #90C32C;
	font-weight: bold;
}

#account-terms ol.terms li span {
	font-size: 66%;
	color: #666;
	line-height: 2em;
	font-weight: normal;
}
