/*
   Copyright e-point S.A.
*/

#mainBoxes {
	float: left;
	width: 790px;
}
#mainNews {
	float: left;
	width: 380px;
	margin-right: 30px;
	
}
#mainArtist {
	float: left;
	width: 380px;
}
#mainBoxes .title {
	border-bottom: 2px solid #cad5eb;
}

/* Newsy strony głównej */
.newsC {
	float: left;
	padding: 13px 0px 13px 0px;
	width: 380px;
	border-top: 1px solid #d9e1f0;
	cursor: pointer;
}
.newsA:hover {
	text-decoration: none;
}
#mainNews .isFirst {
	border: none;
}
.newsDate {
	float: right;
	width: 290px;
}
.newsTitle {
	float: right;
	width: 290px;
}
.newsSummary {
	float: right;
	width: 290px;
}
.newsThumb {
	width: 90px;
	float: left;
}
.newsThumb .thumb {
	width: 60px;
}
.newsThumb .newsThumbBorder {
	width: 68px;
	padding: 4px 4px 2px 4px;
	border: 1px solid #d9e1f0;
	text-align: center;
}

/* Przeglądarka galerii */
#scrollerHeader {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
#scrollerHeader h1 {
	float: left;
	margin-bottom: 0;
	padding-bottom: 8px;
}
#scrollerHeader a {
	float: right;
}

/* Artysta roku */
#rartist {
	float: left;
	width: 225px;
}
#rartistName {
	margin: 11px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
}
#rartistDescription {
	margin-top: 14px;
	padding-right: 35px;
}
#rartistRandArtwork {
	float: right;
	width: 155px;
}
#rartworkThumbnail {
	float: left;
	margin: 15px 0px 10px 0px;
	width: 155px;
	height: 155px;
	text-align: center;
	background: url(/_images/specific/artwork_background.png) no-repeat;
}
#rartworkThumbnail td {
	width: 148px;
	height: 148px;
}
#rartworkThumbnailD {
	color: #3399cc;
	text-align: center;
}
#mainArtist .more {
	margin-top: 13px;
}