/* CSS Document */
.clear {
	clear:both;
}
#firma {
	padding: 0;
	margin:0;
	width:565px;
}
#firma .pokaz_wiecej {
	text-align:center;
}
#firma .baner{
	padding: 4px 51px;
	width:470px;
}
#firma div.kupon{
	padding: 8px 51px;
	width:466px;
}
#firma div.kupon div.ofirmie{
	float:left;
}
#firma div.kupon div.drukuj {
	text-align:right;
	float:right;
}
#firma .lewa {
	float: left;
	width:110px;
	margin: 0;
	text-align:center;
}

#firma .logo {
 float:left;
 width:120px;
 padding-top:5px;
 padding-bottom:45px;
 text-align:center;
}

#firma .opis {
	padding-left:120px;
	margin-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

#firma .foto {
	width:120px;
	text-align:center;
	position:absolute;
	margin-top:-45px;
}
#firma .foto table {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

#firma .foto span{
	border:1px solid #D1D0D0;
	display:block;
}
#firma .foto span span{
	border:1px solid #A2A1A1;
	display:block;
}
#firma .foto span span span{
	border:1px solid #D1D0D0;
	display:block;
}

#firma .foto .l {
	text-align:right;
	background-image:url(../img/foto_l.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
#firma .foto .s {
	text-align:center;
	width:1%;
}
#firma .foto .p {
	text-align:left;
	background-image:url(../img/foto_l.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}

#firma .foto .l2 {
	text-align:right;
	background-image:url(../img/foto2_l.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
#firma .foto .s2 {
	text-align:center;
	background-image:url(../img/foto_s.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:52px;
	height:39px;
}
#firma .foto .p2 {
	text-align:left;
	background-image:url(../img/foto2_l.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}

#firma .foto img{
	height:33px;
	width:auto;
}



#firma .nazwa {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#firma .adres {
	clear:both;
	border:1px solid #DDDDDD;
	background-color:#EAEAEA;
}

#firma p.ikony {
	text-align:center;
	margin-top:5px;
	margin-bottom:2px;	
	color: #EAEAEA;
}
#firma p.ikony a {
	color: #0A50A1;
	text-decoration:none;
}

#firma .opis a:hover {
	color: #D71D2B;
	text-decoration:underline;
}

#firma p.ikony img {
	border:none;
	margin-right:3px;
}
#firma p.ikony img.alt {
	margin-right:3px;
}
#firma p.ikony a.alt {
	color: #0A50A1;
	text-decoration:none;
}
#firma p.ikony img.alt {
	margin: 0px 2px 0px 2px;
}
#firma p.ikony a.alt_zmien {
	margin: 0px 2px 0px 40px;
}

#firma dl {
	float: left;
	width:510px;
	margin: 10px 10px;	
	padding:0;
	display: inline;
}
#firma dt {
	float:right;
	width:410px;
	padding: 0;
	margin:0;
	font-weight:bold;
}
#firma dt a {
	text-decoration:none;
	color:#000000;
	/*height:95px; */
}
#firma dd {
	padding: 0;
	margin:0 0 0 100px;
	text-align:justify;
}
#firma dd a{
	color: #0A50A1;
	text-decoration:none;
}
#firma dd.adres {
	margin-top:5px;
}
#firma dl dd.logo {
	margin: 0;
}
#firma dd.logo img {
	float: left;
}
#firma dd.ikony {
	margin-top:5px;
	color: #EAEAEA;
}
#firma hr{
	size:1px;
	/* border: 1px solid #CCCCCC;*/
	clear:both;
}


a.aktywny {
	padding-bottom:0;
	display:block;
	float:left;
	cursor:pointer;
}
a.aktywny .l {
	width:7px;
	background-color:#FF9900;
	background-image:url('../images/tab3_l.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:25px;
}
a.aktywny .p {
	width:7px;
	background-color:#FF9900;
	background-image:url('../images/tab3_p.gif');
	background-repeat:no-repeat;
	background-position:100% 0px;
	height:25px;
}
a.aktywny .s {
	background-color:#FF9900;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
}

a.nieaktywny {
	padding-bottom:0;
	display:block;
	float:left;
	cursor:pointer;
}
a.nieaktywny .l {
	width:7px;
	background-color:#7B7B7B;
	background-image:url('../images/tab_l.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:25px;
}
a.nieaktywny .p {
	width:7px;
	background-color:#7B7B7B;
	background-image:url('../images/tab_p.gif');
	background-repeat:no-repeat;
	background-position:100% 0px;
	height:25px;
}
a.nieaktywny .s {
	background-color:#7B7B7B;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
}


a.niedostepny {
	padding-bottom:0;
	display:block;
	float:left;
	cursor:not-allowed;
}
a.niedostepny .l {
	width:7px;
	background-color:#C7C7C7;
	background-image:url('../images/tab2_l.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:25px;
}
a.niedostepny .p {
	width:7px;
	background-color:#C7C7C7;
	background-image:url('../images/tab2_p.gif');
	background-repeat:no-repeat;
	background-position:100% 0px;
	height:25px;
}
a.niedostepny .s {
	background-color:#C7C7C7;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
}


p.tytul2 {
	background-color:#cccccc;
	padding:5px;
	padding-left:20px;
	color:#333333;
	font-weight:bold;
	margin:0;
	margin-top:1px;
	border-top:1px solid #7B7B7B;
	border-bottom:1px solid #7B7B7B;
}

p.tytul3 {
	font-weight:bold;
	margin:0;
	margin-left:2px;
	background-color:#B1B1B1;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/slupek_tytul.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width:auto;
}

#firma p.ikony2 {
	margin:0;
	padding:0;
	background-color:#7B7B7B;
	text-align:center;
	padding-top:5px;
	padding-bottom:2px;	
	color: #EAEAEA;
}
#firma p.ikony2 a {
	color: #FF9900;
	text-decoration:none;
}

.vote_bg {
	background-color:#000000;
	background-image:url(../img/vote_bg.gif);
	background-repeat:x-repeat;
	height:15px;
	width:84px;
}
.vote_rank {
	background-image:url(../img/vote_rank.gif);
	background-repeat:x-repeat;
	background-color:#FF9900;
	height:15px;
	width:84px;
	position:absolute;
	margin-top:-15px;
}
.vote_stars {
	background-image:url(../img/vote.gif);
	background-repeat:no-repeat;
	height:15px;
	width:84px;
	position:absolute;
	margin-top:-15px;
}

.vote_over {
	background-image:url(../img/vote_over.gif);
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:left;
}
.vote_full {
	background-image:url(../img/vote_full.gif);
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:left;
}
.vote_half {
	background-image:url(../img/vote_half.gif);
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:left;
}
.vote_null {
	background-image:url(../img/vote_null.gif);
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:left;
}
#komentarz_informacja {
	position:absolute;
	left:50%;
	width:300px;
	padding:5px;
	text-align:center;
	margin-left:-150px;
	background-color:#FFFFFF;
	border:2px solid #999999;
	top:0;
	margin-top:200px;
}
