/* ZAPYTANIA OFERTOWE - nawigacja */

/***********************************************************/
/* IKONY GLOWNE */
/*#icons {
	float: right;
	border-top: 18px solid #fff;
}

#icons td {
  padding: 0 8px;
  text-align: center;
  background: url(/img/zapytania_ofertowe/icon_separator.gif) repeat-y right top;
}

.icons_img td {
  height: 38px;
  vertical-align: top;
}

.icons_text td {
  vertical-align: top;
}
    
.icons_text a {
  font-size: 11px;
  color: #363a81;
  text-decoration: none;
}

.icons_text a:hover {
  text-decoration: underline;
}

#icons td.last {
  background: none;
}*/


/***********************************************************/
/* MAIN MENU */
/*#main_menu {
 height: 36px;
 background: url(/img/zapytania_ofertowe/main_menu_02.png) repeat-x left bottom;
}

#main_menu ul {
  padding-left: 10px;
  height: 36px;
  display: block;
  font-size: 90%;
  list-style: none;
  background: url(/img/zapytania_ofertowe/main_menu_01.png) no-repeat left bottom;
}

#main_menu ul li {
  float: left;
  background: url(/img/zapytania_ofertowe/main_menu_sep.gif) no-repeat right center;
}

#main_menu ul li a {
  height: 36px;
  display: block;
  float: left;
  padding: 0 17px;
  font-weight: bold;
  text-decoration: none;
  color: #3b4d5d;
  line-height: 36px;
}

#main_menu ul .first_item a {
  background: none;    
}

#main_menu ul .last_item {
  background: none;    
}

#main_menu ul li a:hover {
  text-decoration: none;
  color: #222;
  background: url(/img/zapytania_ofertowe/btn_hover.png) repeat-x left bottom #f0fafd;
}

#main_menu ul li a.active,
#main_menu ul li a.active:hover {
  font-weight: bold;
  color: #fff;
  background: url(/img/zapytania_ofertowe/btn_active.png) no-repeat right top;
}

#main_menu ul li a.active_new,
#main_menu ul li a.active_new:hover {
  font-weight: bold;
  color: #fff;
  background: url(/img/zapytania_ofertowe/btn_active_new.png) no-repeat right top;  
}*/

/***********************************************************/
/* BREADCRUMBS */
#breadcrumbs {
  font-size: 80%;
  color: #555;
}

#breadcrumbs a {
  color: #80a5c6;  
}


/***********************************************************/
/* PAGINATION */
.pagination {
  width: 98%;
  padding: 8px 0;
  float: right;
  text-align: center;
}

.pagination a {
  padding: 0 4px;
  font-size: 120%;
  text-decoration: none;
  color: #7597b5;
}

.pagination a:hover {
  text-decoration: underline;
  color: #555;
}

.pagination a.current_page {
  padding: 0 4px;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  color: #3b3b3b;
}


/***********************************************************/
/* FOOTER MENU */
/*#footer_menu_ex,
#footer_menu {
	font-size: 90%;
  color: #555;
  list-style: none;
}

#footer_menu_ex li,
#footer_menu li {
  padding: 0 4px;
	margin: 10px 0;
	float: left;
	border-right: 1px solid #c0c0c0;
}

#footer_menu_ex li.last_item,
#footer_menu li.last_item {
  border-right: none;
}

#footer_menu_ex li a,
#footer_menu li a {
  text-decoration: none;
	color: #363a81;
}

#footer_menu_ex li a:hover,
#footer_menu li a:hover {
  text-decoration: underline;
}*/

