/* Работы */
.Photo h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.3em;
}
.Photo h2 .date {
	margin: 0 0 0 15px;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 0.6em;
	color: #999;
}
.Photo .Nameless {
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #ccc;
}



.Photo .Thumbnail {
	margin: 0 15px 0 0;
}
.Photo .Thumbnail img {
	border: 0;
}



.Photo .Thumbnail a:link,
.Photo .Thumbnail a:visited {
	border: 2px solid #000;
	display: block;
	width: 270px;
}
.Photo .Thumbnail a:hover,
.Photo .Thumbnail a:active,
.Photo .Thumbnail a:focus {
	border: 2px solid #dc143b;
	outline: none;
}



.Photo .Thumbnail.ForSale a:link,
.Photo .Thumbnail.ForSale a:visited {
	border: 2px solid #dc143b;
	display: block;
	width: 270px;
}
.Photo .Thumbnail.ForSale a:hover,
.Photo .Thumbnail.ForSale a:active,
.Photo .Thumbnail.ForSale a:focus {
	border: 2px solid #000;
	outline: none;
}



.Photo .Price {
	padding: 3px 0;
	width: 274px;
	font-size: 0.8em;
	text-align: right;
	color: #fff;
}
.Photo .Price span {
	padding: 3px 4px;
	color: #999;
	background-color: #e9e9e9;
}
.Photo .Price a:link,
.Photo .Price a:visited {
	padding: 3px 4px;
	color: #fff;
	background-color: #dc143b;
}
.Photo .Price a:hover,
.Photo .Price a:active,
.Photo .Price a:focus {
	color: #fff;
	background-color: #ba1132;
	text-decoration: none;
	outline: none;
}



.Photo .Author {
	margin: 10px 0 10px 0;
	font-size: 0.8em;
}



.Photo {
	clear: both;
	padding: 40px 0;
	_padding: 20px 0;
}
.Photo .Comment {
	font-family: Arial;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
}
.Photo .Data {
	float: left;
}


.Photo .Tags {
	margin: 5px 0 0 0 !important;
	color: #999;
}
.Photo .Tags li {
	margin: 0 5px 0 0;
	list-style-type: none;
	display: inline;
	font-size: 0.8em;
}

.Photo .Tags span {
	padding: 2px 4px;
	color: #fff;
/*	background-color: #3f3f3f;*/
}

.Photo .Tags a:link,
.Photo .Tags a:visited {
	padding: 2px 4px;
/*
	color: #000;
	background-color: #e9e9e9;
*/
	color: #999;
}
.Photo .Tags a:hover,
.Photo .Tags a:active,
.Photo .Tags a:focus {
	color: #fff;
	background-color: #dc143b;
	text-decoration: none;
}
