@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(../images/bg_body.png);
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
}
a:hover {
	color: #666;
}
a img {
	border: none;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	background: url(../images/img_logo.png) center -80px no-repeat;
}

#wrapperFS {
	width: 920px;
	margin: 0 auto;
	background: url(../images/img_logo.png) center 0 no-repeat;
}

#header {
	padding: 0px 10px;
	padding-top: 25px;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
}
#header .name {
	margin-top: 20px;
}
#header .ctrl {
	float: right;
	overflow: hidden;
}
.ctrl a {
	display: block;
	padding: 0px 10px;
	padding-top: 0px;
	border-left: 1px #57585a solid;
	float: left;
}
.ctrl a:first-child {
	border-left: none;
}


#contentFS a {
	padding: 0px 10px;
	padding-top: 0px;
	border-left: 1px #57585a solid;
}


#content {
	height: 480px;
	background: url(../images/bg_content.png) center top no-repeat;
	overflow: hidden;
}

#contentFS {
	padding-top: 75px;
	text-align: center;
	height: 250px;
	overflow: hidden;
}

#menu {
	height: 80px;
}

#text {
	margin: 0px 10px;
	margin-top: 60px;
	width: 885px;
	height: 420px;
	overflow: auto;
	position: relative;
	padding-right: 15px;
	text-align: justify;
}

#content.three #left {
	margin: 0px 10px;
	margin-left: 20px;
	margin-top: 60px;
	width: 135px;
	height: 420px;
	overflow: auto;
	position: relative;
	padding-right: 15px;
	float: left;
	text-align: center;
}
#content.three #text .contentEl {
	position: absolute;
}
#content.three #text {
	width: 530px;
	float: left;
	margin: 0px;
	margin-top: 60px;
	padding-right: 15px;
}
#content.three #right {
	margin: 0px 10px;
	margin-left: 20px;
	margin-top: 60px;
	width: 130px;
	height: 420px;
	overflow: auto;
	position: relative;
	padding-right: 15px;
	float: left;
	text-align: right;
}


#left ul {
	margin: 5px 0px;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	width: 135px;
}
#left ul li {
	background-color: #282828;
	border: 1px #595959 solid;
	padding: 2px 0px;
	padding-left: 30px;
}
#left ul li.selected {
	background-color: #7d0000;
	border-color: #6d4a4a;
}

#right ul {
	margin: 5px 0px;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
}
#right ul li {
	border: 1px #a1a1a1 solid;
	padding: 2px 0px;
	padding-left: 3px;
	margin: 5px 0px;
}
#thumbs {
	margin-top: 5px;
	text-align: center;
	width: 540px;
}

#thumbs img{
	margin-left: 6px;
}

.elementy table {

}

.elementy td{
	border: 3px solid #790000;
	width: 150px;
	height: 140px;
	background: #fff;
	font-size: 10px;
	color: #333333;
	text-align: center;
	vertical-align: bottom;
}

#leftCol {
	width: 180px;
	float: left;
	text-align: justify;
}

#rightCol {
	width: 685px;
	float: right;
	text-align: justify;
}

.kolekcje {
	float: left;
	padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #282828;
	border: 2px solid #595959;
	width: 100px;
	height: 80px;
	text-align: center;
}

.kolekcje a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.kolekcje a:hover {
	color: #595959;
	font-weight: bold;
}

#header > a {
float: left;
}

#left li:hover {
	background-color: #7d0000;
	border-color: #6d4a4a;
}

div.nazwaKolekcji {
	background-image: url(../images/pattern_furniture.jpg);
	border-bottom: 6px solid #ae740a;
}

div.apla {
	background: #790000;
	padding-top: 0px;
	padding-bottom: 3px;
}

div.apla:hover  {
	background-color: #666666;
	color: #fff;
}

.formularz input, .formularz textarea{
	width: 250px;
	background: #9C9E9C;
	border-top: 1px solid #004693;
	border-bottom: 2px solid #004693;
	border-left: 1px solid #004693;
	border-right: 2px solid #004693;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

input.submit {
	width: 150px;
	font-size: 12px;
	font-weight: bold;
}

#MHBox {
	background: #fff;
	color: #000;
}

.altImg {
	font-size: 16px;
	font-weight: bold;
	color: #a1a1a1;
	text-decoration: none;
}
#thumbs {
	white-space: nowrap;
	overflow: auto;
}
#mooFilmStrip {
	width: 530px;
	height: 11px;
	position: relative;
	margin-bottom: 15px;
}
#mooFilmStrip .left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9px;
	height: 11px;
	cursor: pointer;
	background: url(../images/slider_01.png) top left no-repeat;
}
#mooFilmStrip .right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9px;
	height: 11px;
	cursor: pointer;
	background: url(../images/slider_06.png) top left repeat-y;
}
#mooFilmStrip .bg {
	position: absolute;
	top: 0px;
	left: 9px;
	width: 512px;
	height: 11px;
	background: url(../images/slider_02.png) top left repeat-x;
}
#mooFilmStrip .slider {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 193px;
	height: 11px;
	cursor: pointer;
	background: url(../images/slider_04.png) top left no-repeat;

}
#mooFilmStrip .left:hover, #mooFilmStrip .right:hover, #mooFilmStrip .slider:hover {
	background-position: 0px -11px;
}
#mooFilmStrip .left.mousedown, #mooFilmStrip .right.mousedown, #mooFilmStrip .slider.mousedown {
	background-position: 0px -22px;
}
