/** Eric Meyer's reset **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup :/ */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** Own styles **/

/** set strong to bold mode */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
body {
    background: #f6f5f1 url('../images/pagebg.gif') repeat-x top left;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
    margin: 0;
    padding: 0;   
}

a {
	color: #25afde;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p {
	font-size: 11px;
	line-height: 1.4em;
}

small {
	color: #25afde;
	font-size: 11px;
	font-weight: normal;
}

#pageContainer {
    width: 960px;
    margin: 0px auto;
}

#pageTop {
    height: 96px;
    width: 960px;    
}

#pageLogoLeftWrapper {
    width: 333px;
    height: 96px;
    float: left;
	margin-left: -8px;
    background: url('../images/top_lside.png') no-repeat top left;
}
#pageLogoRightWrapper {
    width: 333px;
    height: 96px;
    background: url('../images/top_rside.png') no-repeat top right;
}

#pageLogoInner {
    width: 299px;
    margin-left: 17px;
    height: 96px;
    background: url('../images/logobg.gif') repeat-x top left;
}

#pageLogoInner img {
    margin-top: 33px;
}

#pageMyAccount {
    margin-top: 52px;
	margin-right: 5px;
    float: right;
    background: url('../images/mycase.gif') no-repeat top right;
    width: 150px;
    height: 37px;
}

#pageMyAccount img.lobuziak {
	margin: -42px 30px 0 30px;
    float: right;
    width: 89px;
    height: 47px;
	z-index: 999;
}

#pageMyAccount a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: block;
    margin-top: 10px;
    margin-left: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

#pageMyAccount a span {
    color: #25afde;
	font-size: 15px;
}

#pageLoginBox {
    position: absolute;
    z-Index: 250;
    background: #ffc34d;
    border: 1px solid #ffae4f;
    border-top: 0px solid white;
    font-size: 11px;
    height: 1px;
    padding: 10px;
    margin-top: 11px;
	color: #333;
}

#pageLoginBoxInner input {
    background: url('../images/input_login.gif') no-repeat 0 0;
	border: none;
	width: 200px;
	height: 20px;
    padding: 2px 5px;
    margin: 3px 0;
}

#pageLoginBoxInner input.loguj {
	background: url('../images/b_loguj.png') no-repeat 0 0;
	float: right;
	width: 93px;
	height: 25px;
	color: #fff;
	padding: 4px 5px;
	font-weight: bold;
	text-align: center;
}

#pageLoginBoxInner a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    display: inline;
    margin: 0;
}

#pageLoginBoxInner a.rejestracja {
	color: #25afde;
	font-weight: bold;
	line-height: 1.6em;
}

#pageLoginBoxInner a.przypomnij {
	font-size: 11px;
}

#pageLoginBoxInner ul li a {
	float: left;
	height: 13px;
	width: 190px;
	padding: 6px 10px;
	margin: 1px 0;
	display: block;
}

#pageLoginBoxInner ul li a:hover {
	background: url('../images/baccount.gif') no-repeat 0 0;
	color: #25afde;
}

#pageMenu {
    background: url('../images/menu_begin.png') no-repeat top left;
    width: 960px;
    height: 35px;
    margin-top: 5px;
}

#pageMenuWrapper {
    background: url('../images/menu_end.png') no-repeat top right;
    width: 960px;
    height: 35px;
}

#pageMenuWrapper ul {
    margin-left: 4px;
    width: 952px;
    height: 35px;
    background: url('../images/menu_bg.png') repeat-x top left;
}

#pageMenuWrapper ul li {
    float: left;
}

#pageMenuWrapper ul li.optRight {
    float: right;
    background: url('../images/menu_bg.png') repeat-x top left;
}

#pageMenuWrapper ul li a.active {
     border: 1px solid #2099c4;
     border-bottom: 0px solid white;
	 padding-left: 9px;
	 padding-right: 9px;
     background: url('../images/menu_active.gif') repeat-x top left;
     color: #fff;
}

#pageMenuWrapper ul li a {
    float: left;
    display: block;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    color: #333;
	background: url('../images/menu_sep.png') no-repeat top right;
    border-top: 1px solid #cecece;
    border-bottom: 0px solid white;
}

#pageMenuWrapper ul li.last a {
	background: none;
}

#pageMenuWrapper ul li.last a.active {
     border: 1px solid #2099c4;
     border-bottom: 0px solid white;
     padding-left: 9px;
     padding-right: 9px;
     background: url('../images/menu_active.gif') repeat-x top left;
     color: #fff;
}

#pageMenuWrapper ul li a:hover {
     border: 1px solid #2099c4;
     border-bottom: 0px solid white;
	 padding-left: 9px;
	 padding-right: 9px;
     background: url('../images/menu_active.gif') repeat-x top left;
     color: #fff;
}

#searchForm {
    background: #25afde url('../images/bbox_top.png') no-repeat top left;
    width: 310px;
    padding-top: 4px;
    margin-bottom: 10px;
}

#searchFormWrapper {
    background: url('../images/bbox_bottom.png') no-repeat bottom left;
    width: 310px;
    padding-bottom: 4px;
}

#searchFormWrapper h2 {
    background: url('../images/searchhd.png') no-repeat top left;
    color: #fff;
    margin-top: 6px;
    padding-top: 3px;
    margin-bottom: 10px;
    padding-left: 13px;
    margin-left: 2px;
    height: 24px;

}

#searchFormWrapper h2 span {
   color: #333;
   font-size: 18px;
}

#mainPage {
    margin-top: 8px;    
    width: 960px;
    float: left;
}

#leftColumn {
    float: left;
    margin-left: 8px;
    width: 310px;
}

#rightColumn {
    width: 635px;
    float: right;
}

.oneThirdCol {
    float: left;
    width: 310px;
    margin-right: 5px;
    margin-bottom: 6px;
    background: white url('../images/wbox_bg.gif') repeat-y top left;  
}

.oneThirdColWrapper {
    width: 310px;
    background: url('../images/wbox_bottom.gif') no-repeat bottom left;
}

.oneThirdColInner {
    width: 310px;
    background: url('../images/wbox_top.gif') no-repeat top left;
	padding: 10px 0;
}

.oneThirdColInner h1 {
    background: url('../images/header.gif') no-repeat top left;
    color: #333;
    padding-top: 4px;
    padding-left: 13px;
    margin-left: 2px;
	margin-bottom: 10px;
    height: 25px;   
}

.oneThirdColInner h1 span {
    color: #25afde;
	font-size: 18px;
}

.oneThirdColInner h1 span.oragne, .otherThirdColInner h2 span.oragne {
    color: #ff9f00;
	font-size: 18px;
	
}

.oneThirdColInner h2 {
    background: url('../images/header.gif') no-repeat top left;
    color: #333;
    padding-top: 4px;
    padding-left: 13px;
    margin-left: 2px;
   margin-bottom: 10px;
    height: 25px;   
}

.oneThirdColInner h2 span {
    color: #25afde;
   font-size: 18px;
}

.oneThirdColInner h2 span.oragne, .otherThirdColInner h2 span.oragne {
    color: #ff9f00;
   font-size: 18px;
}

.otherThirdCol {
    float: left;
    width: 630px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: url('../images/xbox_bg.gif') repeat-y top left;
}

.otherThirdColWrapper {
    width: 630px;
    background: url('../images/xbox_bottom.gif') no-repeat bottom left;
}

.otherThirdColInner, .statThirdColInner {
    width: 630px;
    background: url('../images/xbox_top.gif') no-repeat top left;
	padding: 10px 0;
	color: #333;
}

.otherThirdColInner h1, .statThirdColInner h1 {
    background: url('../images/header_x.gif') no-repeat top left;
    color: #333;
    padding-top: 4px;
    padding-left: 13px;
    margin-left: 2px;
	margin-bottom: 10px;
    height: 25px;    
}

.otherThirdColInner h1 span, .statThirdColInner h1 span {
    color: #25afde;
}

.otherThirdColInner h2, .statThirdColInner h2 {
    background: url('../images/header_x.gif') no-repeat top left;
    color: #333;
    padding-top: 4px;
    padding-left: 13px;
    margin-left: 2px;
   margin-bottom: 10px;
    height: 25px;    
}

.otherThirdColInner h2 span, .statThirdColInner h2 span {
    color: #25afde;

}

.statThirdColInner p {
   color: #333;
	padding: 5px 15px;
}

.statThirdColInner div {
   color: #333;
   padding: 5px 15px;
}

#steps, #step1, #otherSteps {
	display: block;
	clear: both;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
}

#step1 table select, #step2 table select, #step3 table select { margin: 0}

#pageFooter {
    background: url('../images/footer.gif') no-repeat top left;
    width: 950px;
    height: 60px;
    float: left;
    margin-left: 5px;
    font-size: 11px;
    color: #b6b6b5;
}

.leftSide {
    width: 60%;
    float: left;
    padding-top: 14px;
    padding-left: 10px;
}

#pageFooter a {
    color: #b6b6b5;
    text-decoration: none;
    
}

.rightSide {
    width: 35%;
    text-align: right;
    padding-top: 14px;
    padding-right: 10px;
    float: right;
}

.bottomSide {
    width: 95%;
    text-align: center;
    padding-top: 14px;
    padding-right: 10px;
    float: left;
}

.highlighted {
    color: #333 !important;
}

.listItem {
    background: url('../images/listitem1.gif') no-repeat top left;
    width: 290px;
    height: 70px;
    margin: 2px;
    margin-left: 10px;
}

/** POLECANE **/

.listItemRec {
    width: 97px;
    height: 115px;
    margin: 1px;
    margin-left: 2px;
    margin-right: 0px;
    float: left;
    position: relative;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.listImageRec {
    float: left;
    margin: 1px;
    width: 95px;
    height: 80px;
}

.listDescRec {
    padding-top: 4px;
    font-size: 11px;
    float: right;
    color: #333;
    width: 98px;
    text-align: center;
}

.listItem:hover {
    background-position: bottom left;
	height: 70px;
}

.listImage {
    float: left;
    margin: 11px 6px;
    width: 64px;
    height: 48px;
}

.listDesc, .listDesclm {
    padding-top: 8px;
	padding-right: 3px;
    font-size: 12px;
    float: right;
    color: #333;
    width: 206px;
	height: 52px;
}

.listDesclm {
	padding-top: 12px;
	height: 48px;
}

.listDesc h3, .listDesclm h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
	overflow: hidden;
	height: 14px;
	line-height: 1.2em;
}

.listDesclm h3 {
    margin-bottom: 8px;
}

.listDesc h3 a, .listDesclm h3 a {
	font-size: 14px;
	color: #333;
}

.listDesc h3 a:hover, .listDesclm h3 a:hover {
	color: #25afde;
	text-decoration: none;
}

.listDesc p {
	overflow: hidden;
	height: 14px;
	line-height: 1.2em;
}

.priceField {
    text-align: right;
    font-weight: bold; 
    padding-right: 12px;
    padding-top: 8px;
    clear: both;
    color: #25afde;
}

.listItemlm {
    background: url('../images/listitem.gif') no-repeat top left;
    width: 290px;
    height: 60px;
    margin: 2px;
    margin-left: 10px;
}

.listItemlm:hover {
    background-position: bottom left;
	height: 60px;
}

.listImagelm { 
    float: left;
    margin: 6px;
    width: 64px;
    height: 48px;
}

.listDesclm p {
	overflow: hidden;
	height: 14px;
	line-height: 1.2em;
	width: 58%;
	display: inline-block;
	clear: both;
}

.priceFieldlm {
    text-align: right;
    font-weight: bold; 
    padding-right: 12px;
    clear: both;
    color: #25afde;
	width: 42%;
	display: inline-block;
	float: right;
}

.singleColumn {
    width: 317px;
    float: left;
}

.selectBox {
    background: url('../images/selectbox.png') no-repeat top left;
    width: 130px;
    height: 24px;
    border: 0px solid white;
    padding: 4px;
    margin: 4px;
	margin-left: 0;
}

.selectBox1, .selectBox2 {
    background: url('../images/selectbox_s.png') no-repeat top left;
    width: 85px;
    height: 20px;
    border: 0px solid white;
    padding: 2px;
    margin: 4px;
	margin-left: 0;
	font-size: 11px;
	color: #333;
	line-height: 16px;
}

.selectBox2 {
    background-position: 0 -20px;
    width: 130px;
    height: 20px;
}
  
/**
 * vegat's select boxes
 **/   
 .customSelectBox {
    background: url('../images/selectbox.png') no-repeat top left;
    width: 125px;
    height: 22px;
    padding-top: 3px;
    border: 0px solid white;
    font-size: 12px;
    margin: 4px;
	margin-left: 0;
    color: #333;
    padding-left: 5px;
    z-Index: 100;
    font-weight: normal;
    cursor: pointer;
	overflow: hidden;
}

.customSelectBoxInner {
    height: 19px;
    cursor: pointer;
    padding-top: 3px;
    width: 122px !important;
    background:url('../images/selarrow.png') no-repeat top right; 
}

.customSelectBoxChanged {
	font-weight: normal !important;
}

.customSelectBoxCaption {
	overflow: hidden;
	margin-right: 22px;
	width: 100px !important;
	height: 13px;
}

.selectBox option, .selectBox1 option, .selectBox2 option {
    font-size: 13px;
    padding: 4px;
    background: white;
    border: 0px solid white;
	color: #333;
}

.searchTable td {
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
    color: #333333;
    padding-left: 5px;
}

.searchTable2 td {
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    color: #333333;
}

.searchTable2 p {
    font-size: 11px;
	padding: 2px 0 10px 2px;
	line-height: 1;
	display: inline-block;
	width: 105px;
	vertical-align: middle;
}

.searchTable2 td.left {
	vertical-align: top;
	padding-top: 8px;
}

.searchTable2 td.right {
	padding-left: 15px;
	padding-top: 22px;
}

.searchTable, .searchTable2 {
    margin-left: 15px;
}

.searchTable2 {
    margin-right: 15px;
}

.searchTable2 input.datePicker {
	background: url('../images/selectbox_s.png') no-repeat top left;
    width: 81px;
    height: 16px;
    border: 0px solid white;
    padding: 2px;
    margin: 4px;
	margin-left: 0;
	font-size: 11px;
	color: #333;
}

.mainSearchInput input {
    background: url('../images/search_main.gif') no-repeat top left;
    width: 272px;
    margin-bottom: 10px;
    color: gray;
    margin-left: 15px;
    border: 0px solid white;
    height: 21px;
    padding: 4px;
}

.mainSearchSubmit {
    text-align: right;
    padding-right: 15px;
	padding-bottom: 6px;
	padding-top: 10px;
}

.boxContent {
   	line-height: 1.4em;
   	padding: 0 15px 5px;
   	color: #333;
	font-size: 11px;
	text-align: justify;
}

.boxContentAktu {
	line-height: 1.4em;
   	padding: 0 10px;
   	color: #333;
	font-size: 11px;
}

.boxContent ul {
	list-style: circle;
	padding-left: 15px;
}

.boxContent ul li {
	margin-bottom: 10px;
}

.boxContent ul li a {
	color: #333;
}

.boxContent ul li a:hover {
	color: #25afde;
	text-decoration: none;
}

.mainImage {
    width: 248px;
    height: 184px;
    padding-bottom: 10px;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
}

.leftArrow {
    cursor: pointer;
    width: 23px;
    float: left;
    height: 194px;
    background: url('../images/larrow.gif') no-repeat center left;
    margin-left: 2px;
}

.rightArrow {
    cursor: pointer;
    width: 23px;
    float: right;
    height: 194px;
    background: url('../images/rarrow.gif') no-repeat center left;
    margin-right: 2px;
}

.leftArrow:hover {
    background: url('../images/laarrow.gif') no-repeat center left;
}
    
.rightArrow:hover {
    background: url('../images/raarrow.gif') no-repeat center left;
}

.specialOfferDesc {
    float: left;
    width: 270px;
    padding: 0 20px;
}

.specialOfferDesc h2 {
   color: #333333;
   font-size: 18px;
   margin-bottom: 7px;
	height: 20px;
	overflow: hidden;
}

.specialOfferDesc h2 a {
    color: #333333;
}

.specialOfferDesc h2 a:hover {
    color: #25afde;
	text-decoration: none;
}

.specialOfferDesc .offerPlace {
    float: left;
    color: #333;
	line-height: 1.4em;
	height: 32px;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 4px;
}

.viewAllBig {
    display: block;
    background: url('../images/viewall.png') no-repeat top left;
    width: 135px;
    float: right;
    height: 18px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;
    margin-right: 5px;
}

.blueButton {
    display: inline-block;
	 background: url('../images/viewall.png') no-repeat top left;
    width: 185px;
    height: 22px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 4px;
    margin-right: 5px;
}


/************* STYLE DLA MENU ROZWIJANEGO, T.Banasiak MSERWIS ************/

#pageMenuWrapper ul li {
	position: relative;
	float: left;
	display: block;
}

#pageMenuWrapper ul li ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	visibility: hidden;
	width: 220px;
	height: auto;
	background: #f3f3f3;
	border: 1px solid #25afde;
	border-top: 1px solid #2099c4;
}

#pageMenuWrapper ul li ul li {
	float: left;
	display: inline;
	background: #f3f3f3;
	z-index: 1000;
}

#pageMenuWrapper ul li ul li a.active {
	background: none;
	border: 1px solid #f3f3f3;
    border-bottom: 1px solid #ececec;
	color: #333;
}

#pageMenuWrapper ul li ul li a {
	width: 200px;
	background: none;
	background-color: #f3f3f3;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	height: auto;
	z-index: 1000;
	padding: 5px 10px;
}

#pageMenuWrapper ul li ul li a:hover {
   background: #25afde;
   color: #fff;
}



#pageMenuWrapper ul li.last ul li a.active {
   background: none;
   border: 1px solid #f3f3f3;
    border-bottom: 1px solid #ececec;
   color: #333;
}

#pageMenuWrapper ul li.last ul li a {
   width: 200px;
   background: none;
   background-color: #f3f3f3;
   font-size: 12px;
   font-weight: normal;
   line-height: 1.4em;
   height: auto;
   z-index: 1000;
   padding: 5px 10px;
}
#pageMenuWrapper ul li.last ul li a:hover {
   background: #25afde !important;
   color: #fff !important;
}



#logowanie {
	padding: 10px 0;
}

#logowanie p {
	padding: 0;
	padding-top: 20px;
}

#logowanie a {
	color: #25afde;
	text-decoration: none;
	font-weight: bold;
}

#logowanie table {
	padding-left: 150px;
}

#logowanie table#registrationTable {
	padding-left: 0;
}

#logowanie tr td.name {
	padding-right: 7px;
}

#logowanie input {
	background: url('../images/input_login.gif') no-repeat top left;
	border: none;
	width: 200px;
	height: 20px;
    padding: 2px 5px;
    margin: 3px 5px;
}

#logowanie input.loguj {
	background: url('../images/b_loguj.png') no-repeat 0 0;
	float: right;
	width: 93px;
	height: 25px;
	color: #fff;
	padding: 4px 5px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#rejestracja, #edycja {
	padding: 10px 0;
}

#rejestracja a, #edycja a {
	color: #25afde;
	text-decoration: none;
	font-weight: bold;
}

#rejestracja table, #edycja table {
	padding: 0 10px;
}

#rejestracja tr td.name, #edycja tr td.name {
	padding-right: 7px;
	width: 200px;
	vertical-align: middle;
}

#rejestracja tr td, #edycja tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#rejestracja tr td.error, #edycja tr td.error{
	font-weight: bold;
	color: red;
	vertical-align: middle;
}

#rejestracja span.selection, #edycja span.selection, span.selection, span.selection1 {
	height: 12px;
   padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#rejestracja input, #edycja input {
	background: url('../images/input_login.gif') no-repeat top left;
	border: none;
	width: 200px;
	height: 20px;
    padding: 2px 5px;
    margin: 3px 5px;
}

#rejestracja input.radio, #rejestracja input.checkbox, #edycja input.radio, #edycja input.checkbox, input.radio, input.checkbox {
	background: transparent no-repeat 0 0;
	border: none;
	width: 15px;
	height: 20px;
	padding: 0;
   margin: 0;
   vertical-align: middle;
}

#rejestracja select.selectbox, #edycja select.selectbox, select.selectbox {
	background: url('../images/selectbox_r.png') no-repeat 0 0;
	border: none;
	width: 210px;
	height: 24px;
    padding: 2px 5px;
	padding-right: 2px;
    margin: 3px 5px;
}

#rejestracja input.loguj, #edycja input.loguj {
	background: url('../images/b_loguj.png') no-repeat 0 -25px;
	float: right;
	width: 113px;
	height: 25px;
	color: #fff;
	padding: 4px 5px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.clear { clear: both; } 

#table {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #ececec;
	line-height: 1.2em;
}

#table th {
	background: none repeat scroll 0 0 #ececec;
	padding: 12px 6px;
	text-align: left;
	font-weight: bold;
}

#table tr td.table_title {
	background: none repeat scroll 0 0 transparent;
	padding: 8px 6px;
	text-align: left;
	vertical-align: middle;
}

.content {
	/*padding: 0 10px;*/
	margin: 0 10px;
	width: 610px;
	background: #ececec;
}

.innerContent {
	padding: 0 10px;
	/*width: 610px;*/
}

.innerContent h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ff9f00;
}

.sitePagination {
	width: 610px;
	padding: 5px 0;
}

p.pagination {
	text-align: center;
	padding: 0;
}

p.pagination strong {
	font-weight: bold;
	color: #fff;
	background: url('../images/pagination.png') no-repeat 0 -23px;
	padding: 4px 7px 3px 8px;
	margin: 0 1px;
	width: 23px;
	height: 23px;
	text-align: center;
}

p.pagination a.next {
	text-decoration: none;
	background: none;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

p.pagination a.prev {
	text-decoration: none;
	background: none;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

p.pagination a.next:hover {
	text-decoration: none;
	background: none;
	color: #25afde;
}

p.pagination a.prev:hover {
	text-decoration: none;
	background: none;
	color: #25afde;
}

p.pagination a {
	font-weight: bold;
	color: #fff;
	background: url('../images/pagination.png') no-repeat 0 0;
	padding: 4px 7px 3px 8px;
	margin: 0 1px;
	width: 23px;
	height: 23px;
	text-decoration: none;
	text-align: center;
}

p.pagination a:hover {
	background: url('../images/pagination.png') no-repeat 0 -23px;
	text-decoration: none;
}

.breadcrumbs {
	background: url('../images/breadcrumbs.png') no-repeat 0 0;
	padding: 6px 8px;
	height: 13px;
	margin-bottom: 10px;
}

.offerItemList {
	margin-bottom: 10px;
	height: 96px;
	clear: both;
	display: block;
}

.offerItemListPhoto, .offerItemListTitle, .offerItemListDesc, .offerItemListPlace, .offerItemListPrice {
	display: block;
	overflow: hidden;
}

.offerItemListTitle, .offerItemListDesc, .offerItemListPlace, .offerItemListPrice {
	padding-top: 5px;
	padding-bottom: 5px;
}

.offerItemListPhoto {
	width: 134px;
	float: left;
	margin-right: 10px;
}

.offerItemListPhoto img {
	background: url('../images/listphoto.png') no-repeat 0 0;
	padding: 7px;
}

.offerItemListTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}

.offerItemListTitle a {
	color: #333333;
	text-decoration: none;
}

.offerItemListTitle a:hover {
	color: #25afde;
	text-decoration: none;
}

.offerItemListDesc {
	line-height: 1.2em;
	padding-top: 0;
	padding-bottom: 3px;
	text-align: justify;
	height: 23px;
	overflow: hidden;
}

.offerItemListPlace, .offerItemListPrice {
	display: inline-block;
}

.offerItemListPlace {
	padding-right: 20px;
}

.offerItemListPrice {
	clear: both;
	color: #25afde;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
}

.offerItemListPrice span {
	clear: both;
	color: #333;
	font-weight: normal;
}

.mainPhoto {
	width: 290px;
	margin: 2px 10px 10px 0;
	display: block;
	float: left;
	text-align: center;
}

.mainPhoto img {
	border: 0;
}

.photos {
	width: 290px;
	height: 90px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	text-align: center;
	background: url('../images/thumb_bg.png') no-repeat 0 0;
}

.infiniteCarousel .arrow {  display: block;  height: 90px;  width: 23px;   text-indent: -999px;  position: absolute;  top: 0px;  cursor: pointer;  outline: 0;}
.infiniteCarousel .forward {  background: url('../images/rarrow.gif') no-repeat center left;  right: 0;}
.infiniteCarousel .back {  background: url('../images/larrow.gif') no-repeat center left;  left: 0;}
.infiniteCarousel .forward:hover { }
.infiniteCarousel .back:hover { }

.mainitem {
	width: 310px;
	display: block;
	float: right;
	margin-bottom: 20px;
}

.mainitem h1 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	background: #f8f8f8;
	margin: 0px;
	padding: 0px;
}

.mainitem h1 span {
	color: #333333;
	font-family: verdana;
}

.mainitem ul {
	list-style: none;
}

.mainitem ul li {
}

.sendmail, .showgmap {
	display: inline-block;
}

.sendmail {
	margin-top: 10px;
	text-align: right;
}

.showgmap {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

a.gmap {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/gmap.png') no-repeat 0 0;
	padding: 5px 12px 5px 13px;
	height: 25px;
}

a:hover.gmap {
	color: #333333;
	text-decoration: none;
	background-position: 0 -25px;
}

.otheritem {
	padding: 0 5px;
	display: inline-block;
	width: 600px;
}

span.nameview, span.infoview {
	color: #333333;
	padding: 5px 0;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: top;	
}

span.nameview {
	font-weight: bold;
	margin-right: 5px;
	width: 100px !important;
}

span.infoview {
	width: 205px !important;
}

span.nameview1, span.infoview1 {
	color: #333333;
	padding: 5px 0;
	display: block;
}

span.nameview1 {
	font-weight: bold;
}

span.infoview1 {
	line-height: 1.4em;
}

span.infoview1 p {
	text-align: justify;
	font-size: 11px;
}

span.regview a {
	color: #333;
	padding: 10px 0;
	text-align: right;
	float: right;
}

#addToFavourites {
	margin-top: 15px;
	text-align: right;
}

/** Moje konto **/
.useraccount, .useraccount span {
	padding-bottom: 5px;
	font-size: 14px;
}

.useraccount span {
	font-weight: bold;
}

.listaccount {
	background: url('../images/b_account.png') no-repeat 0 0;
	width: 239px;
	height: 15px;
	padding: 6px 0;
	margin: 4px 0;
}

.listaccount a {
	padding: 6px 10px;
	color: #333;
}

.listaccount a:hover {
	color: #25afde;
}

.message {
	color: red;
	padding: 10px 0;
	text-align: center;
}

.fail {
	background: url('../images/fail.png') no-repeat 0 0;
	padding: 6px 8px;
	height: 13px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

.success {
	background: url('../images/success.png') no-repeat 0 0;
	padding: 6px 8px;
	height: 13px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

.uwaga {
	color: red;
	padding: 10px 0;
	text-align: center;
}

.sortOptions {
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: 10px;
	float: left;
}

.sortOptions a {
	padding-left:5px;
}

/** Edycja zdjec **/
h2.editfoto, h3.editfoto {
	padding: 5px 0;
	font-weight: bold;
}

h3.editfoto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.editfoto {
	text-align: center;
}

img.editfoto {
	padding-bottom: 5px;
}

/** 404 **/
#404Top {
    height: 101px;
    width: 960px;    
}

#404LogoLeftWrapper {
    width: 333px;
    height: 101px;
	margin-left: -8px;
    background: url('../images/top_lside.png') no-repeat top left;
}
#404LogoRightWrapper {
    width: 333px;
    height: 101px;
    background: url('../images/top_rside.png') no-repeat top right;
}

#404LogoInner {
    width: 299px;
    margin-left: 17px;
    height: 101px;
    background: url('../images/logobg.gif') repeat-x top left;
}

#404LogoInner img {
    margin-top: 33px;
}

span.near {
	 background: url('../images/b_loguj.png') no-repeat 0 -50px;
	 width: 145px;
	 height: 25px;
	 text-align: center;
	 display: inline-block;
	 padding: 5px 0;
	 margin-right: 10px;
}

span.near a {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.kilometers ul li {
	display: inline;
	line-height: 1.6em;
	padding-right: 5px;
}

#nearAttractionsList, #nearAccomodationList, #nearFoodList {
	margin: 5px 0 20px 0;
}

#nearAttractionsList h3, #nearAccomodationList h3, #nearFoodList h3 {
	margin: 0 0 10px 0;
}

.NearList {
	margin: 5px 0 0 0;
}

.listItemnear {
    background: url('../images/listitem2.gif') no-repeat top left;
    width: 290px;
    height: 85px;
    margin: 2px;
}

.listItemnear:hover {
    background-position: bottom left;
	height: 85px;
}

#bigGrayButton { width: 280px; height: 25px; border: 0; background: url(../images/bgray.png) no-repeat; }

/** Style stron statycznych by T.B **/
.staticPage {
   padding: 10px;
   line-height: 150%;   
   font-size: 11px;
   padding-top: 0px;
}

.staticPage div {
   line-height: 150%;   
   font-size: 11px;
}

.staticPage ul {
   list-style-type: disc ;
   margin: 10px; 
}

.staticPage ul li {
   margin-left: 30px;
   margin-bottom: 5px;
}

.staticPage ol {
   list-style-type: decimal;
   margin: 10px; 
}

.staticPage ol li {
   margin-left: 30px;
   margin-bottom: 5px;
}

.staticPage h1 {
   background: white;
}

.staticPage h2, .staticPage h3 {
   font-weight: bold;
   margin-left: 15px;
   color: #333;
}

.more {
	text-align: right;
	margin: 8px 0 0 0;
	padding-right: 10px;
	font-size: 11px;
	width: 290px;
}

.more1 {
	text-align: right;
	margin: 2px 0 0 0;
	padding-right: 10px;
	font-size: 11px;
	width: 280px;
}

.offList ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

.offList li {
	margin-top: 7px;
	margin-bottom: 7px;
}

.offList li a {
	margin-left: 4px;
	font-size: 12px;
}

.offDiv {
	padding-left: 10px;
	padding-right: 5px;
}

.commentBox {
	border: 1px solid #e3e3e3;
	margin-bottom: 6px;
}

.commentAuthor {
	width: 60%;
	border-bottom: 1px solid silver;
	margin: 4px;
}

.commentContent { 
	padding: 5px;
}
.notFoundMessage {
	margin: 0px auto;
	clear: both;
	margin-top: 50px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 1px solid gray;
	padding: 10px;
	width: 80%;
}
#mapForm {
    background: #25afde url('../images/bbox_top.png') no-repeat top left;
    width: 310px;
    padding-top: 4px;
    margin-bottom: 10px;
}

#mapFormWrapper {
    background: url('../images/bbox_bottom.png') no-repeat bottom left;
    width: 310px;
    padding-bottom: 4px;
}

#mapFormWrapper h2 {
    background: url('../images/searchhd.png') no-repeat top left;
    color: #fff;
    margin-top: 6px;
    padding-top: 3px;
    margin-bottom: 10px;
    padding-left: 13px;
    margin-left: 2px;
    height: 24px;

}

#mapFormWrapper h2 span {
   color: #333;
   font-size: 18px;
}

.disList {
	line-height: 140%;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
}
.disList a {
	color: white;
	text-decoration: none;
}
.disList a:hover {
	text-decoration: underline;
}

.holder td {
	padding-bottom: 2px;
	padding-top: 2px;
}