.aple {
	_width:100px;
	display:block;
	position:absolute;
}
.aple .atop .aleft{
	padding-left:1px;
	background: url(../repository/layout/img/aple/top_left.png) no-repeat left;
}
.aple .atop .aright{
	padding-right:2px;
	background: url(../repository/layout/img/aple/top_right.png) no-repeat right;
}
.aple .atop .auto{
	font-size:0;
	height:4px;
	background: url(../repository/layout/img/aple/top_auto.png) repeat-x;
}
.aple .amiddle {
	border-left:1px solid #c5c5c5;
	padding-right:2px;
	background: url(../repository/layout/img/aple/middle.png) repeat-y right;
}
.aple .amiddle .auto {
	background: #ffffff;
	text-align:left;
	padding: 1px 11px 4px 12px;
}
.aple .abottom .aleft{
	padding-left:1px;
	background: url(../repository/layout/img/aple/bottom_left.png) no-repeat left;
}
.aple .abottom .aright{
	padding-right:3px;
	background: url(../repository/layout/img/aple/bottom_right.png) no-repeat right;
}
.aple .abottom .auto{
	font-size:0;
	height:3px;
	background: url(../repository/layout/img/aple/bottom_auto.png) repeat-x;
}

/* lista pokazująca więcej krajów */

.lista_wiecej .atop .aleft{
	padding-left:1px;
	background: url(../repository/layout/img/lista_wiecej/top_left.png) no-repeat left;
}
.lista_wiecej .atop .aright{
	padding-right:2px;
	background: url(../repository/layout/img/lista_wiecej/top_right.png) no-repeat right;
}
.lista_wiecej .atop .auto{
	font-size:0;
	height:4px;
	background: url(../repository/layout/img/lista_wiecej/top_auto.png) repeat-x;
}
.lista_wiecej .amiddle {
	border-left:1px solid #c5c5c5;
	padding-right:2px;
	background: url(../repository/layout/img/lista_wiecej/middle.png) repeat-y right;
}
.lista_wiecej .amiddle .auto {
	
	background: #ffffff;
}
.lista_wiecej .abottom .aleft{
	padding-left:1px;
	background: url(../repository/layout/img/lista_wiecej/bottom_left.png) no-repeat left;
}
.lista_wiecej .abottom .aright{
	padding-right:3px;
	background: url(../repository/layout/img/lista_wiecej/bottom_right.png) no-repeat right;
}
.lista_wiecej .abottom .auto{
	font-size:0;
	height:3px;
	background: url(../repository/layout/img/lista_wiecej/bottom_auto.png) repeat-x;
}
.lista_wiecej .amiddle table.auto_middle {
	border-collapse: collapse;
}
.lista_wiecej .amiddle .auto_middle th{
	padding: 0 18px 0 15px;
	color:#4a4a4a;
	height:36px;
	background:#ececec;
	font-weight:normal;
	width:87px;
}
.lista_wiecej .amiddle .auto_middle th+th{
	padding-left: 11px;
	width:91px;
}
.lista_wiecej .amiddle .auto_middle td{
	color:#4b4b4b;
	padding-left:15px;
	padding-top:12px;
	text-align:left;
}
.lista_wiecej .amiddle .auto_middle td span{
	padding-left:22px;
	background: url('../repository/layout/img/checkbox.gif') no-repeat;
	cursor: pointer;
}
.lista_wiecej .amiddle .auto_middle td span.checkbox_on{
	background-position: 0 -14px;
}

.lista_wiecej .amiddle .auto_middle td span.checkbox_off{
	background-position: 0 0;
}
.lista_wiecej .amiddle .auto_bottom{	
	width:100%;
	text-align:center;
	margin-top:18px;
	background:#ececec;
	border-top:1px solid #d6d6d6;
	height: 36px;
}
.lista_wiecej .amiddle .auto_bottom  div {
	margin-left:auto;
	margin-right:auto;
	width:60px;
	margin-top:8px;
	border:1px solid #69ba2f;
	background: #fff;
	text-align:center;
	padding-top:3px;
	padding-bottom:4px;
}
.lista_wiecej .amiddle .auto_bottom a{
	color:#69ba2f;
}
/** FLAGI **/
.aple .english { 
	background: url(../repository/layout/img/flagi/gb.png) no-repeat left bottom;
	padding-left:23px;
	margin-left:-8px;
}
.aple .polski { 
	background: url(../repository/layout/img/flagi/pl.png) no-repeat left bottom;
	padding-left:23px;
	margin-left:-8px;
}
.aple .deutsch { 
	background: url(../repository/layout/img/flagi/de.png) no-repeat left bottom;
	padding-left:23px;
	margin-left:-8px;
}
.aple .espaniol { 
	background: url(../repository/layout/img/flagi/es.png) no-repeat left bottom;
	padding-left:23px;
	margin-left:-8px;
}.aple .romania { 
	background: url(../repository/layout/img/flagi/ro.png) no-repeat left bottom;
	padding-left:23px;
	margin-left:-8px;
}.aple .holandia { 
	background: url(../repository/layout/img/flagi/nl.png) no-repeat left bottom;
	padding-left:23px;
	margin-left:-8px;
}