.top_photos {
}
	.top_photos .nav {
		font-size : 14px;
		margin-top : 10px;
	}
		.top_photos .nav ul {
			display : inline;
			list-style : none;
			margin : 0;
			padding : 0;
		}
			.top_photos .nav ul li {
				display : inline;
				padding : 0px 9px;
				border-left : 1px solid #cc9;
			}
				.top_photos .nav ul li a {
					font-weight: bold;
					color: #AAA677;
				}
				.top_photos .nav ul li a.active {
					text-decoration : none;
					color: #474522;
				}
			.top_photos .nav ul li.first {
				padding-left : 0;
				border-left-width : 0;
			}
	.top_photos .content {
		margin-top : 10px;
	}
		.top_photos .content .photo {
			margin-bottom : 10px;
		}
		.top_photos .content .nr {
			float : left;
			width : 42px;
			background-color : #cc9;
			padding : 3px;
			font-size : 1.2em;
			color : #fff;
			font-weight : bold;
		}
		.top_photos .content .img {
			float : left;
			width : 162px;
		}
			.top_photos .content .img img {
				border : 1px solid #cc9;
			}
		.top_photos .content .data {
			float : left;
			width : 300px;
			font-size : 0.8em;
			border-top : 1px solid #cc9;
			padding-left : 10px;
			padding-top : 5px;
		}
			.top_photos .content .data .description {
			}
				.top_photos .content .data .description .user {
					color : #666;
				}
			.top_photos .content .data .rate {
				margin-top : 5px;
			}
				.top_photos .content .data .rate > .ico {
					display: block;
					float: left;
					width: 14px;
					height: 14px;
					/*background: url('../../img/bildes/rate-icons.png?v=3') no-repeat -14px -20px;*/
					background: url('../../img/bildes/rates_h14px.png?v=3') no-repeat -46px 0;
				}
				.top_photos .content .data .rate > .ico.votedm1 {
					background-position: 0 0;
				}
				.top_photos .content .data .rate > .ico.votedp1 {
					background-position: -15px 0;
				}
				.top_photos .content .data .rate > .ico.votedp2 {
					width: 15px;
					background-position: -30px 0;
				}
				.top_photos .content .data .rate > b {
					font-weight: normal;
					display: block;
					float: left;
					margin-left: 5px;
				}
			.top_photos .content .data .more {
				margin-top : 5px;
			}