/**
*   @version $Id: links.css 13 2009-10-02 11:40:15Z kamilag $
*/
a {
	text-decoration: none;
	color: #00a651;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
	color: #00a651;
	margin: 0px;
}


.l1 { /* changed */
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
.l1:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.l2 {
	text-decoration: none;
	color: #00a651;
	font-weight: normal;
	font-size: 12px;
}
.l2:hover {
	text-decoration: underline;
	color: #00a651;
	font-weight: normal;
	font-size: 12px;
}

.l3 {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	background-color: #898989;
	background-image: url( '/images/default/bg_bt.png' );
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #000000;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.l3:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	background-color: #898989;
	background-image: url( '/images/default/bg_bt.png' );
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: 15px;
}

.l4 {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #f0f0f0;
	background-image: url( '/images/default/bg_bt2.png' );
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #e2e2e2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.l4:hover {
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #f0f0f0;
	background-image: url( '/images/default/bg_bt2.png' );
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #e2e2e2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.l5 { /* changed */
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}
.l5:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}

.l6 {
	text-decoration: none;
	color: #ffe779;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow3.png' );
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
	
}
.l6:hover {
	text-decoration: underline;
	color: #ffe779;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow3.png' );
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
}

.l7 {
	text-decoration: none;
	color: #009649;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.l7:hover {
	text-decoration: underline;
	color: #009649;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.l8 {
	text-decoration: none;
	color: #009649;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.l8:hover {
	text-decoration: underline;
	color: #009649;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.l9 {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-color: #03a753;
	background-image: url( '/images/default/bg_bt3.png' );
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #00a651;
	height: 31px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.l9:hover {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-color: #03a753;
	background-image: url( '/images/default/bg_bt3.png' );
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #00a651;
	height: 31px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.l10 {
	display: block;
	float: left;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #e90a0a;
	background-image: url( '/images/default/bg_bt4.png' );
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #e90a0a;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	height: 17px;
}
.l10:hover {
	display: block;
	float: left;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	background-color: #e90a0a;
	background-image: url( '/images/default/bg_bt4.png' );
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #e90a0a;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	height: 17px;
}

.l11 {
	text-decoration: underline;
	color: #797979;
	font-size: 12px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow2.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
}
.l11:hover {
	text-decoration: none;
	color: #797979;
	font-size: 12px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow2.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
}

.l12 {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.l12:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.l13 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url( '/images/default/ico_arrow2.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
}
.l13:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url( '/images/default/ico_arrow2.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
}

.l14 {
	text-decoration: none;
	color: #bbbbbb;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 8px;
}
.l14:hover {
	text-decoration: underline;
	color: #bbbbbb;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 8px;
}

.l15 {
	display: block;
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow5.png' );
	background-repeat: no-repeat;
	background-position: 12px 13px;
	padding-left: 30px;
	padding-top: 8px;
	
}
.l15:hover {
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow5.png' );
	background-repeat: no-repeat;
	background-position: 12px 13px;
	padding-left: 30px;
	padding-top: 8px;
}

.simple {
	text-decoration: none;
}
.simple:hover {
	text-decoration: none;
}

.login {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.login:hover {
	text-decoration: none;
	color: #d82027;
	font-size: 12px;
	font-weight: bold;
}

.footerLink {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
}
.footerLink:hover {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}

.topMenuHome {
	display: block;
	float: left;
	text-decoration: none;
	width: 188px;
	height: 42px;
	margin-top: 15px;
	font-size: 1px;
	background-image: url( '/images/default/logo1.png' );
	background-repeat: no-repeat;
	background-position: 40px 0px;
}
.topMenuHome:hover {
	display: block;
	float: left;
	text-decoration: none;
	width: 188px;
	height: 42px;
	margin-top: 15px;
	background-image: url( '/images/default/logo1.png' );
	background-repeat: no-repeat;
	background-position: 40px 0px;
}

.topMenuHomeOn {
	display: block;
	float: left;
	text-decoration: none;
	width: 188px;
	height: 42px;
	margin-top: 15px;
	background-image: url( '/images/default/logo1.png' );
	background-repeat: no-repeat;
	background-position: 40px 0px;
}
.topMenuHomeOn:hover {
	display: block;
	float: left;
	text-decoration: none;
	width: 188px;
	height: 42px;
	margin-top: 15px;
	background-image: url( '/images/default/logo1.png' );
	background-repeat: no-repeat;
	background-position: 40px 0px;
}

.topMenu1 {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topMenu1:hover {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	background: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: 0px -70px;
}

.topMenu1On {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: 0px -140px;
}
.topMenu1On:hover {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: 0px -140px;
}

.topMenu2 {
	display: block;
	float: left;
	height: 70px;
	width: 187px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -188px 0px;
}
.topMenu2:hover {
	display: block;
	float: left;
	height: 70px;
	width: 187px;
	background: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -188px -70px;
}

.topMenu2On {
	display: block;
	float: left;
	height: 70px;
	width: 187px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -188px -140px;
}
.topMenu2On:hover {
	display: block;
	float: left;
	height: 70px;
	width: 187px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -188px -140px;
}

.topMenu3 {
	display: block;
	float: left;
	height: 70px;
	width: 189px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -375px 0px;
}
.topMenu3:hover {
	display: block;
	float: left;
	height: 70px;
	width: 189px;
	background: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -375px -70px;
}

.topMenu3On {
	display: block;
	float: left;
	height: 70px;
	width: 189px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -375px -140px;
}
.topMenu3On:hover {
	display: block;
	float: left;
	height: 70px;
	width: 189px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -375px -140px;
}

.topMenu4 {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -564px 0px;
}
.topMenu4:hover {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	background: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -564px -70px;
}

.topMenu4On {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -564px -140px;
}
.topMenu4On:hover {
	display: block;
	float: left;
	height: 70px;
	width: 188px;
	font-size: 0px;
	background: none;
	background-image: url( '/images/default/bt_menu_all.png' );
	background-repeat: no-repeat;
	background-position: -564px -140px;
}


.topMenuR {
	display: block;
	float: right;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 29px;
	padding-top: 13px;
	padding-left: 60px;
	background-image: url( '/images/default/bg_mmenu_konto_a.gif' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.topMenuR:hover {
	display: block;
	float: right;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 29px;
	padding-top: 13px;
	padding-left: 60px;
	background-image: url( '/images/default/bg_mmenu_konto_a.gif' );
	background-position: 0px -42px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.topMenuROn {
	display: block;
	float: right;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 29px;
	padding-top: 13px;
	padding-left: 60px;
	background-image: url( '/images/default/bg_mmenu_konto_a.gif' );
	background-position: 0px -84px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.topMenuROn:hover {
	display: block;
	float: right;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 29px;
	padding-top: 13px;
	padding-left: 60px;
	background-image: url( '/images/default/bg_mmenu_konto_a.gif' );
	background-position: 0px -84px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.topMenuSub {
	display: block;
	float: right;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	background: none;
}
.topMenuSub:hover {
	display: block;
	float: right;
	color: #000000;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}

.topMenuSubOn {
	display: block;
	float: right;
	color: #d82027;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}
.topMenuSubOn:hover {
	display: block;
	float: right;
	color: #d82027;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}

.stepCell0 {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_arrow.gif' );
	background-repeat: no-repeat;
	background-position: top left;
}
.stepCell0:hover {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_arrow.gif' );
	background-repeat: no-repeat;
	background-position: top left;
}

.stepCell1 {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_zamowienie_akt.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}
.stepCell1:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_zamowienie_akt.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}

.stepCell2 {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_zamowienie_akt.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}
.stepCell2:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_zamowienie_akt.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}

.stepCell3 {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
}
.stepCell3:hover {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
	text-align: center;
	height: 35px;
	width: 136px;
	padding-top: 15px;
}

.stepCellOrder {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	height: 35px;
	width: 137px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_zamow_bt.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}
.stepCellOrder:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	height: 35px;
	width: 137px;
	padding-top: 15px;
	background-image: url( '/images/default/bg_zamow_bt.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}

a.selinp {
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
	display: block;
}
a.selinp:hover {
	text-decoration: none;
	padding-left: 5px;
	color: #ffffff;
	background-color: #1f95dd;
	display: block;
}

a.selinpOn {
	text-decoration: none;
	padding-left: 5px;
	color: #e6e6e6;
	background-color: #1f95dd;
	display: block;
}
a.selinpOn:hover {
	text-decoration: none;
	padding-left: 5px;
	color: #ffffff;
	background-color: #1f95dd;
	display: block;
}

.button {
	display: block;
	/*float: left;*/
	height: 19px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #da1f26;
	background-color: #da1f26;
	background-image: url( '/images/default/bg_bt1.gif' );
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}
.button:hover {
	display: block;
	/*float: left;*/
	height: 19px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #da1f26;
	background-color: #d82027;
	background-image: url( '/images/default/bg_bt1_a.gif' );
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}

.buttonR {
	display: block;
	float: right;
	height: 19px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #da1f26;
	background-color: #da1f26;
	background-image: url( '/images/default/bg_bt1.gif' );
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}
.buttonR:hover {
	display: block;
	float: right;
	height: 19px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #da1f26;
	background-color: #d82027;
	background-image: url( '/images/default/bg_bt1_a.gif' );
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}

.buttonL {
	display: block;
	float: left;
	height: 19px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000000;
	background-color: #898989;
	background-image: url( '/images/default/bg_bt.png' );
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}
.buttonL:hover {
	display: block;
	float: left;
	height: 19px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000000;
	background-color: #898989;
	background-image: url( '/images/default/bg_bt.png' );
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}

.button_g {
	display: block;
	/*float: left;*/
	height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: right;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-repeat: no-repeat;
	overflow: hidden;
}
.button_g:hover {
	display: block;
	/*float: left;*/
	height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: right;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-repeat: no-repeat;
	background-position: 0px -23px;
	background-color: #00a651;
	overflow: hidden;
}

.buttonR_g {
	display: block;
	float: right;
	height: 19px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #7b7b7b;
	background-color: #7b7b7b;
	background-image: url( '/images/default/bg_bt2.gif' );
	background-repeat: repeat-x;
	overflow: hidden;
}
.buttonR_g:hover {
	display: block;
	float: right;
	height: 19px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #7b7b7b;
	background-color: #7b7b7b;
	background-image: url( '/images/default/bg_bt2_a.gif' );
	background-repeat: repeat-x;
	overflow: hidden;
}

.buttonL_g {
	display: block;
	float: left;
	height: 19px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #7b7b7b;
	background-color: #7b7b7b;
	background-image: url( '/images/default/bg_bt2.gif' );
	background-repeat: repeat-x;
	overflow: hidden;
}
.buttonL_g:hover {
	display: block;
	float: left;
	height: 19px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #7b7b7b;
	background-color: #7b7b7b;
	background-image: url( '/images/default/bg_bt2_a.gif' );
	background-repeat: repeat-x;
	overflow: hidden;
}

.catalogMenu {
	display: block;
	color: #00a651;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	background: none;
	background-image: url( '/images/default/ico_arrow.png' );
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
.catalogMenu:hover {
	display: block;
	color: #00a651;
	text-decoration: underline;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	/*background-color: #f7f7f7;*/
	background-image: url( '/images/default/ico_arrow.png' );
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

.catalogMenuOn {
	display: block;
	color: #00a651;
	text-decoration: underline;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	background: none;
	background-image: url( '/images/default/ico_arrow.png' );
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
.catalogMenuOn:hover {
	display: block;
	color: #00a651;
	text-decoration: underline;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	background-image: url( '/images/default/ico_arrow.png' );
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

a.paging {
	display: block;
	float: left;
	height: 18px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 2px;
	border: 1px solid #e3e3e3;
	background-image: url( '/images/default/bg_pages.png' );
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #666666;
	white-space: nowrap;
}
a.paging:hover {
	display: block;
	float: left;
	height: 18px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 2px;
	border: 1px solid #08a957;
	color: #ffffff;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-position: -1px -1px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

span.pagingS {
	display: block;
	float: left;
	height: 18px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 2px;
	border: 1px solid #08a957;
	color: #ffffff;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-position: -1px -1px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

a.pagingFirst {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: -23px 0px;
	white-space: nowrap;
	margin-right: 2px;
}
a.pagingFirst:hover {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: -23px -23px;
	white-space: nowrap;
	margin-right: 2px;
}

a.pagingPrev {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: -69px 0px;
	white-space: nowrap;
	margin-right: 5px;
}

a.pagingPrev:hover {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: -69px -23px;
	white-space: nowrap;
	margin-right: 5px;
}

a.pagingNext {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: -46px 0px;
	white-space: nowrap;
	margin-left: 3px;
}

a.pagingNext:hover {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: -46px -23px;
	white-space: nowrap;
	margin-left: 3px;
}

a.pagingLast {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	margin-left: 2px;
}

a.pagingLast:hover {
	display: block;
	float: left;
	height: 23px;
	width: 23px;
	text-decoration: none;
	background-image: url( '/images/default/bt_stronicowanie.png' );
	background-repeat: no-repeat;
	background-position: 0px -23px;
	white-space: nowrap;
	margin-left: 2px;
}


a.pagingImg {
	display: block;
	float: left;
	height: 14px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 2px;
	border: 1px solid #e6e6e6;
	background-image: url( '/images/default/bg_scart.gif' );
	background-repeat: repeat-x;
	white-space: nowrap;
}
a.pagingImg:hover {
	display: block;
	float: left;
	height: 14px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 2px;
	border: 1px solid #cdcdcd;
	color: #666666;
	background: none;
	/*background-color: #e6e6e6;*/
	white-space: nowrap;
}

a.paramFilter {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #666668;
	padding-left: 15px;
	background-image: url( '/images/default/ico_arrow2.gif' );
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
a.paramFilter:hover {
	display: block;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	color: #666668;
	padding-left: 15px;
	background-image: url( '/images/default/ico_arrow2.gif' );
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

a.paramFilterOn {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #d82027;
	padding-left: 15px;
	background-image: url( '/images/default/bt_del2.gif' );
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
a.paramFilterOn:hover {
	display: block;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #d82027;
	padding-left: 15px;
	background-image: url( '/images/default/bt_del2.gif' );
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

a.resetFilter {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	color: #d91f27;
	background-image: url( '/images/default/bt_del2.gif' );
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
a.resetFilter:hover {
	display: block;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	color: #d91f27;
	background-image: url( '/images/default/bt_del2.gif' );
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

a.resetFilterSmall {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
	background-image: url( '/images/default/bt_del2.gif' );
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
a.resetFilterSmall:hover {
	display: block;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
	background-image: url( '/images/default/bt_del2.gif' );
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.btZoomR {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	text-decoration: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_zoom.gif' );
	background-repeat: no-repeat;
}
.btZoomR:hover {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	text-decoration: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_zoom.gif' );
	background-repeat: no-repeat;
}

a.basketBig {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	height: 25px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #0084d5;
	background-image: url( '/images/default/bg_bt2.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}
a.basketBig:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	height: 25px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
	background-color: #d82027;
}

a.basketBig2 {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	height: 31px;
	font-weight: normal;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #0084d5;
	background-image: url( '/images/default/bg_bt2.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}
a.basketBig2:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	height: 31px;
	font-weight: normal;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
	background-color: #d82027;
}

.btReload {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	padding-right: 5px;
	padding-top: 3px;
	/*margin-left: 5px;
	text-decoration: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_reload.gif' );
	background-repeat: no-repeat;*/
}
.btReload:hover {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	padding-right: 5px;
	padding-top: 3px;
	/*margin-left: 5px;
	text-decoration: none;
	font-size: 0px;
	background-image: url( '/images/default/bt_reload.gif' );
	background-repeat: no-repeat;*/
}

.btDelete {
	display: block;
	width: 21px;
	height: 21px;
	margin-left: 3px;
	text-decoration: none;
	font-size: 12px;
	background-image: url( '/images/default/bt_del.gif' );
	background-repeat: no-repeat;
}
.btDelete:hover {
	display: block;
	width: 21px;
	height: 21px;
	margin-left: 3px;
	text-decoration: none;
	font-size: 12px;
	background-image: url( '/images/default/bt_del.gif' );
	background-repeat: no-repeat;
}

.buttonBas {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #7b7b7b;
	background-color: #7b7b7b;
	background-image: url( '/images/default/bg_bt2.gif' );
	background-repeat: repeat-x;
}
.buttonBas:hover {
	display: block;
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #7b7b7b;
	background-color: #7b7b7b;
	background-image: url( '/images/default/bg_bt2_a.gif' );
	background-repeat: repeat-x;
}

.buttonNoFloat {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	background-image: url( '/images/default/bg_bt.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
}
.buttonNoFloat:hover {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	border: 1px solid #e6e6e6;
	background: none;
	background-color: #ffffff;
}

.buttonCatSrc {
	display: block;
	float: left;
	height: 17px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #da1f26;
	background-color: #da1f26;
	background-image: url( '/images/default/bg_bt1.gif' );
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow: hidden;
}
.buttonCatSrc:hover {
	display: block;
	float: left;
	height: 17px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #da1f26;
	background-color: #d82027;
	background-image: url( '/images/default/bg_bt1_a.gif' );
	background-repeat: repeat-x;
	white-space: nowrap;
}

a.closeDivWhite {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
a.closeDivWhite:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.showParams {
	color: #00a651;
	text-decoration: underline;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_remind.png' );
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}
.showParams:hover {
	color: #00a651;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_remind.png' );
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}

a.externalLink {
	float: left;
	display: block;
	height: 30px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 11px;
	padding-top: 7px;
}

a.externalLink:hover {
	float: left;
	display: block;
	height: 30px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 11px;
	padding-top: 7px;
	background-image: url( '/images/default/bg_tmenu.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}

.newsTitle_0 {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #c3f5c9;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background: none;
}

.newsTitle_0:hover {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background: none;
	text-decoration: none;
}

.newsTitle_1 {
	display: block;
	float: left;
	height: 25px;
	width: 126px;
	color: #c3f5c9;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background: none;
}

.newsTitle_1:hover {
	display: block;
	float: left;
	height: 25px;
	width: 126px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background: none;
	text-decoration: none;
}

.newsTitle_2 {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #c3f5c9;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background: none;
}

.newsTitle_2:hover {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background: none;
	text-decoration: none;
}

.newsTitleOn_0 {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-image: url( '/images/default/bg_menupan_a.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.newsTitleOn_0:hover {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-image: url( '/images/default/bg_menupan_a.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

.newsTitleOn_1 {
	display: block;
	float: left;
	height: 25px;
	width: 126px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-image: url( '/images/default/bg_menupan_a.png' );
	background-repeat: no-repeat;
	background-position: -127px 0px;
}

.newsTitleOn_1:hover {
	display: block;
	float: left;
	height: 25px;
	width: 126px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-image: url( '/images/default/bg_menupan_a.png' );
	background-repeat: no-repeat;
	background-position: -127px 0px;
	text-decoration: none;
}

.newsTitleOn_2 {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-image: url( '/images/default/bg_menupan_a.png' );
	background-repeat: no-repeat;
	background-position: -253px 0px;
}

.newsTitleOn_2:hover {
	display: block;
	float: left;
	height: 25px;
	width: 127px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-image: url( '/images/default/bg_menupan_a.png' );
	background-repeat: no-repeat;
	background-position: -253px 0px;
	text-decoration: none;
}

.newsTab:hover {
	display: block;
	float: left;
	height: 26px;
	width: 248px;
	text-align: center;
	padding-top: 12px;
	background-image: url( '/images/default/bg_tab.png' );
	background-repeat: no-repeat;
	background-position: 0px -38px;
	color: #000000;
	text-decoration: none;
}

.newsTab {
	display: block;
	float: left;
	height: 26px;
	width: 248px;
	text-align: center;
	padding-top: 12px;
	background-image: url( '/images/default/bg_tab.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.newsTabOn {
	display: block;
	float: left;
	height: 26px;
	width: 248px;
	text-align: center;
	padding-top: 12px;
	background-image: url( '/images/default/bg_tab.png' );
	background-repeat: no-repeat;
	background-position: 0px -76px;
}

.newsTabOn:hover {
	display: block;
	float: left;
	height: 26px;
	width: 248px;
	text-align: center;
	padding-top: 12px;
	background-image: url( '/images/default/bg_tab.png' );
	background-repeat: no-repeat;
	background-position: 0px -76px;
	color: #000000;
	text-decoration: none;
}

.topMenuSubCalendar {
	display: block;
	float: right;
	height: 30px;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	padding-top: 7px;
	padding-left: 35px;
	background-image: url( '/images/default/ico_calendar.png' );
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.topMenuSubCalendar:hover {
	display: block;
	float: right;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	padding-left: 35px;
	background-image: url( '/images/default/ico_calendar.png' );
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}

.topMenuSubStore {
	display: block;
	float: right;
	height: 30px;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	padding-top: 7px;
	padding-left: 35px;
	background-image: url( '/images/default/ico_warehouse.png' );
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.topMenuSubStore:hover {
	display: block;
	float: right;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	padding-left: 35px;
	background-image: url( '/images/default/ico_warehouse.png' );
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}


.topMenuSubComplaint {
	display: block;
	float: right;
	height: 30px;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	padding-top: 7px;
	padding-left: 35px;
	background-image: url( '/images/default/ico_claim.png' );
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.topMenuSubComplaint:hover {
	display: block;
	float: right;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	padding-left: 35px;
	background-image: url( '/images/default/ico_claim.png' );
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}


.exButton {
	display: block;
	/*float: left;*/
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: right;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-repeat: no-repeat;
	overflow: hidden;
}
.exButton:hover {
	display: block;
	/*float: left;*/
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: right;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-repeat: no-repeat;
	background-position: 0px -23px;
	overflow: hidden;
}

.exTransFilter {
	display: block;
	float: left;
	height: 28px;
	width: 239px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	background-image: url( '/images/default/bg_tab2.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.exTransFilter:hover {
	display: block;
	float: left;
	height: 28px;
	width: 239px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	background-image: url( '/images/default/bg_tab2.png' );
	background-repeat: no-repeat;
	background-position: 0px -37px;
}

span.exTransFilterOn {
	display: block;
	float: left;
	height: 28px;
	width: 239px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	background-image: url( '/images/default/bg_tab2.png' );
	background-repeat: no-repeat;
	background-position: 0px -74px;
}

.button_w {
	display: block;
	float: left;
	height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: right;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-repeat: no-repeat;
	overflow: hidden;
}
.button_w:hover {
	display: block;
	float: left;
	height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: right;
	background-image: url( '/images/default/bt_rejestr.png' );
	background-repeat: no-repeat;
	background-position: 0px -23px;
	background-color: #00a651;
	overflow: hidden;
}

.l16 {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #03a753;
	background-image: url( '/images/default/bg_bt3.png' );
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #00a651;
	height: 17px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.l16:hover {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #03a753;
	background-image: url( '/images/default/bg_bt3.png' );
	background-repeat: repeat-x;
	background-position: 0px -36px;
	border: 1px solid #00a651;
	height: 17px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


.l17 {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow6.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
}
.l17:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background-image: url( '/images/default/ico_arrow6.png' );
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
}

.l18 {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-color: #03a753;
	background-image: url( '/images/default/bg_bt3.png' );
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #00a651;
	height: 31px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.l18:hover {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-color: #03a753;
	background-image: url( '/images/default/bg_bt3.png' );
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #00a651;
	height: 31px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

