/* OFFERS LIST */

div.offersBox {
	width:inherit;
	margin-bottom:17px;
	overflow:hidden;
	padding-top:17px;
	padding-bottom:17px;
	border-top:1px dotted #CFCFD0;
	/*border-bottom:1px dotted #CFCFD0;*/
}

div.offersBox div.offersBoxItem {
	position:relative;
	float:left;
	width:358px;
	height:150px;
	overflow:hidden;
	margin:0 15px 5px 0;
}

div.offersBox div.offersBoxItem table {
	width:100%;
	border:0;
	font-size:11px;
	color:#666666;
}

div.offersBox div.offersBoxItem td.foto {
	width:130px;
	height:130px;
	text-align:center;
	border:1px solid #CCCCCC;
}

div.offersBox div.offersBoxItem td.text {
	vertical-align:top;
	padding:5px 0 0 10px;
}

div.offersBox div.offersBoxItem td.text a {
	text-decoration:none;
}

div.offersBox div.offersBoxItem td.text strong {
	color:#333333;
}



div.offersBox div.offersBoxItem td.foto img {
	border:0;
}

div.offersBox div.offersBoxItem table a.more {
	display:block;
	background:url(icoMore.png) 45px 2px no-repeat ;
	width:55px;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	height:11px;
	color:#666666;
}

div.offersBox div.offersBoxItem table p {
	margin:0;
}

.mapZoom {
	display:block;
	background:url(mapZoom.png) left center no-repeat;
	line-height:26px;
	padding-left:28px;
}

#naviLine {
	line-height:30px;
	margin-bottom:17px;
}
#naviLine a {
	color:#393939;
	text-decoration:none;
}
#naviLine a:hover {}

.detailPhoto {
	width:160px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}
.detailPhoto img{
	border:1px solid #999;
}
.detailPhoto .gallery{
	text-align:justify;
	margin-top:4px;
	padding:0;
}
.detailPhoto .gallery img{
	margin-bottom:3px;
	border:1px solid #999;
}
.detail {
	margin-left:10px;
	float:left;
	color:#666666;
	max-width: 550px;
}

.detail h2 {
	color:#333333;
	margin: 0;
}

.detail .strong {
	font-weight:bolder;
}
h1 a{
	text-decoration:none;
	color:inherit;
}

.form-error {
	color: #FF5700;
	padding: 2px;
	font-weight: bold;
}

#cnt-message {   
   float: left;
}

/* Komunikaty systemowe */
.monit {
	font-weight: bold;
    padding: 4px 28px 4px 25px;
    width: auto;
    margin-bottom: 10px;
}

.monit.error {color: red;background: url("marc-failed.png")left center no-repeat;}
.monit.success {color: green;  background: url('marc-ok.png') left center no-repeat;}
.monit.message {background: url('marc-info.png') left center no-repeat;}

.button {
	background-color: #C2295B;
	border: 1px solid #C2295B;
	color: #fff;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.pagination, .pagination li:first-child a, .pagination li:last-child a {
    border-radius: 3px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #c22959;
	border-color: #c22959;
	color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #c22959;
}
