/* @group Details */

/* @group View */

dt {
	display: block;
}

dt.title {
	color: #1e5476;
	font: 14px/19px Tahoma, Geneva, "Century Gothic", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

dt.author {
	position: absolute;
	right: 10px;
	top: 10px;
	font: 13px Tahoma, Geneva, "Century Gothic", Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #5d6c75;
}

dt.desc {
	padding-left: 5px;
	font-size: 12px;
	width: 40%;
}

dt.num {
	position: absolute;
	right: 10px;
	top: 28px;
	font-size: 13px;
	color: #a6a59b;
}



/* @end */

/* @group Single */

div.details.single dt.cur {
	font-size: 13px;
	color: #a6a59b;
}

div.details.single dt.cur a {
	color: #787d80;	
}

div.details.single dt.links {
	position: absolute;
	right: 10px;
	top: 28px;
	font-size: 13px;
	color: #a6a59b;
}

div.details.single dt.links a {
	color: #787d80;
	padding: 1px 4px;
}

div.details.single dt.links a:hover {
	color: #fff;
	background: #787d80;
}

/* @end */



/* @end */

/* @group Photos */

div.photos {
	padding: 0px 5px;
}

div.photos.singleview {
	white-space: nowrap;
	text-align: center;
}

div.photos td.steps b {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #cac9c4;
}

div.photos td.current a.original {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #747370;
	line-height: 30px;
}

div.photos a img {
	border: 4px solid #f9f8f2;
	margin: 0 3px 0;
}

div.photos a:hover img {
	border-color: #f0efe9;
}
/* @end */

/* @group Photo Actions */

ul.photoactions {
	float: left;
	width: 49%;
}

ul.photoactions.right {
	float: right;
	width: 49%;
}

ul.photoactions li {
	padding: 2px 5px;
}

ul.photoactions li img {
	border: 0px;
	position: relative;
	top: 4px;
	margin-right: 2px;
}

/* @end */

/* @group E-Mail Photo */

div#email_to_details {
	display: none;
	position: absolute;
	left: -1px;
	bottom: -21px;
	height: 19px;
	background-color: #d7dbdf;
	border: 1px solid #92a2af;
	padding: 0;
	border-top-width: 0;
	width: 100%;
	color: #3f618a;
	line-height: 19px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
}

div#email_to_details span {
	padding: 0 3px;
}

div#emailfieldwrapper {
	position: relative;
	border: 1px solid #5e84a7;
	width: 299px;
	height: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#emailfieldwrapper.norounded {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;	
}

div#emails div.email {
	border: 1px solid #5e84a7;
	float: left;
	background-color: #d7dbdf;
	padding: 0 2px;
	margin: 2px 2px;
	font-size: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div#emails div.email.highlight {
	background-color: #a2c0df;
}

div#emails div.email:hover {
	background-color: #bdcedf;
}

div#emails div.email span {
	display: block;
	float: left;
	padding-right: 3px;
}

div#emails div.email a {
	text-align: center;
	border-left: 1px solid #5e84a7;
	display: block;
	float: left;
	padding: 0 2px 0 3px;
}

div#emails div.email a:hover {
	text-decoration: none;
	cursor: pointer;
}

span.to_input {
	width: 250px;
	overflow: hidden;
	float: left;
	height: 19px;
	margin-left: 3px;
	display: block;
}

span.to_input input {
	border: 0px solid black !important;
	display: block !important;
	position: relative !important;
	height: 19px;
	background: white;
	padding: 0px;
	width: 250px;
	float: left;
	font-size: 10px;
	line-height: 19px;
}

div.email_sent {
	text-align: center;
	font-weight: bold;
	width: auto;
}

div.email_sent div {
	border: 1px solid #658aac;
	width: 300px;
	margin: 0 auto;
	line-height: 50px;
	position: relative;
}

div.email_sent div a {
	position: absolute;
	top: 0;
	right: 2px;
	line-height: normal;
	font-weight: normal;
	color: #d7dee3;
}


/* @end */