/* to jest tylko dla strony startowej */
/* prawa kolumna */
.bar {
	background: url("/img/bar.gif") no-repeat top left;
	width: 150px;
	padding: 0 10px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	margin: 5px 0;
	text-transform: uppercase;
}
.below-bar, .info-text {
	width: 160px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
	color: gray;
	margin-bottom: 15px;
}
.info-text {
	font-size: 1em; 
	text-align: justify; 
	padding: 0 4px;
	width: 152px; 
	line-height: 1.1em;
	text-indent: 1em;
}
/* dane salonów */
#members {
	height: 150px;
	width: 160px;
	overflow: hidden;
}
#members .member-data {
	padding-left: 10px; 
}
#members .member-name {
	font-weight: bold;
	font-size: 1.1em;
}
#members .member-gg a, .member-gg a:link, .member-gg a:visited, .member-gg a:hover, .member-gg a:active {
	text-decoration: none;
	color: gray;
}
#members .member-gg a:hover {
	text-decoration: underline;
}

/* news */
.start-news-container {
	padding: 5px;
	background: #f8f8f8;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	margin: 10px 0;
}
.start-news-container h3 a {
	font-size: 14px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.start-news-container .time {
	color: gray;
	font-size: 10px;
}
.start-news-container p.content {
	color: gray;
}


a.link-gray-start, 
a.link-gray-start:active, a.link-gray-start:link, a.link-gray-start:visited, a.link-gray-start:hover {
	font-size: 10px;
	color: #aaa;
	text-decoration: none;
}

.start-collection-name, .start-collection-name a {
	overflow: hidden; 
	height: 50px; 
	width: 135px;
	padding: 0 5px;
	font-family: "Trajan Pro", "Trebuchet MS", Tahoma;	
	color: white;
	font-size: 16px;
	line-height: 17px;
	text-align: center!important;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.start-collection-desc, .start-collection-desc a {
	overflow: hidden; 
	width: 135px; 
	height: 47px;
	padding-top: 3px; 
	margin: 92px auto 0 auto; 	
	font-family: Tahoma;	
	color: white;
	font-size: 10px;
	line-height: 10px;
	text-align: center;	
	text-decoration: none;
}

