
/* Elman Abiyev, E-mail: elman@abiyev.com */
* {
    margin: 0;
    padding: 0;
}
body, td {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a, a:hover {
	color: #4D4B4B;
}
ul {
	padding: 10px 5px 20px 40px;
}
img {
	border: 0;
}
#all {
    width: 100%;
}
#all table {
	border-collapse: collapse;
}
.f_link a, .f_link a:hover {
	color: #ccc;
}
.news {
	font-size: 11px;
	width: 92%;
	margin: 10px auto;
}
.news .date {
	font-weight: bold;
	color: #d72a22;
}
.news .text {
	color: #000;
}
.news .details {
	text-align: right;
	padding-right: 20px;
}
.news .details, .news .details a{
	color: #4D4B4B;
	font-weight: bold;
}
.news .details img {
	margin-bottom: 2px;
}

.collection .img {
	border: 1px solid #ccc;
	margin: 8px;
}
.collection .art {
	font-size: 13px;
	font-weight: bold;
	color: #454545;
}
