/* navigation_links */
div.navigation_links {    	
	padding: 0 15px;
	color: #111111;  		
	font-weight: bold;					
	padding-bottom: 13px;
	padding-top: 13px;
	background: #f2f2f2;
}

div.navigation_links span {
	margin-left: 0px;
	margin-right: 7px;
	font-weight: normal;
}

div.navigation_links a {  
	color: #111111;        
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;	
}

div.navigation_links a:hover {  
	text-decoration: none;
}


div.navigation_links img {         
	margin-left: 8px;
	margin-right: 4px;	
	position: relative;		
	padding-bottom: 0px;
}

/* koniec navigation_links */

/* sort_belt */

table.sort_belt {
	width: 787px;	
	border: none;	
	/*background: url('../image/template/sort_belt_bg.jpg') no-repeat center center;*/
	height: 31px;
	overflow: hidden;
	border-collapse: collapse;	
	margin: 0px;
	color: #444444;
	padding: 0px;
}

table.sort_belt a {
	display: block;	
}

table.sort_belt td {
	vertical-align: middle;	
	padding: 0px;
	overflow: hidden;
	text-align: right;
}

table.sort_belt td.icon_type {
	padding: 0px;	
	width: 26px;
}


/* koniec sort_belt */

/* portion_belt */
div.portion_belt_container {
	/*background: url('../image/template/portion_belt_bg.gif') repeat-x;*/
	height: 22px;
	
	text-align: right;
	overflow: hidden;
	margin: 0px;
	margin-top: 7px;
	padding: 0px;
}


table.portion_belt {  
  width: auto;    
  height: 22px;  
  text-align: center;  
  border-collapse: collapse;
  margin: 0px;  
  margin: auto;  
  margin-right: 9px;
  padding: 0px;    
}

table.portion_belt td {
  margin: 0px;
  padding: 0px;
  height: 22px;      
  width: 36px;
  border: solid 1px white;
  border-top: none;
  border-bottom: none;
}

table.portion_belt td.selected {  
  font-weight: normal;
  background: url('../image/template/portion_selected_bg.gif') no-repeat center center;
  overflow: hidden;  
  border: none;
}


table.portion_belt td.spacer {
	width: auto;
}

table.portion_belt td a {
  display: block;  
  margin: auto;
  padding: 0px;
  height: 22px;
  line-height: 20px;  
  text-align: center;    
  text-decoration: none; 
  color: #848484;
}

table.portion_belt a:hover {
  text-decoration: none;
  background: url('../image/template/portion_selected_bg.gif') no-repeat center center;
}

table.portion_belt a.selected {
	display: block;	
	margin: 0px;
	padding: 0px;
	text-align: center;  
	font-weight: normal;  	
	text-decoration: none;	
	background: url('../image/template/portion_selected_bg.gif') no-repeat center center;
	color: #fe6c00;
	font-weight: bold;		
}

table.portion_belt td.icon {  
	text-align: center;	
	border: none;
	width: 24px;	
}

table.portion_belt td.icon a {  
  display: block;  
  margin: auto;
  padding: 0px;
  height: 22px;
  line-height: 20px;  
  text-align: center;    
  text-decoration: none; 
  color: #848484;
}



table.portion_belt td.icon a img {	
	display: block;
	margin: auto;
	padding-top: 5px;
}

table.portion_belt td.icon a:hover {
	background: none;	
}

table.portion_belt td.icon a img {
}

table.portion_belt td.spacer {
	border: none;
}

/* koniec portion_belt */

/* pasek nawigacji góra prawo lewo */
table.navigation_belt_shet {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 100%;

	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	line-height: 32px;
}

table.navigation_belt_shet td {
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
}

table.navigation_belt_shet td.prev {
	width: 100px;
}

table.navigation_belt_shet td.next {
	width: 95px;
}

table.navigation_belt_shet td.back {
	width: auto;
	text-align: center;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
}

table.navigation_belt_shet td.prev a {
	background: url('../image/icon/card_previous_on.gif') no-repeat 15px 12px;
	padding-left: 20px;
}

table.navigation_belt_shet td.next a {
	background: url('../image/icon/card_next_on.gif') no-repeat 66px 12px;
	padding-right: 20px;
}


table.navigation_belt_shet td.prev div {
	background: url('../image/icon/card_previous_on.gif') no-repeat 15px 12px;
	padding-left: 20px;
	color: #aaaaaa;
}

table.navigation_belt_shet td.next div {
	background: url('../image/icon/card_next_on.gif') no-repeat 66px 12px;
	padding-right: 20px;
	color: #aaaaaa;
}


table.navigation_belt_shet td a {
	display: block;
	height: 34px;
	line-height: 32px;
}

table.navigation_belt_shet td a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}


div.navigation_belt_sheet div.card_prev_off {
	display: block;   
	padding-left: 22px;	
	line-height: 32px;
	margin-left: 8px;
	background: url('../image/icon/card_previous_off.gif') no-repeat 0px 11px;
	float:left;	
	color: #ababab;	
	height: 34px;
}

div.navigation_belt_sheet div.card_next_off {
	display: block;     
	padding-right: 22px;
	line-height: 32px;
	margin-right: 8px;	
	background: url('../image/icon/card_next_off.gif') no-repeat right 11px;	
	float: right;
	color: #ababab;	
	height: 34px;
}


/* koniec pasek nawigacji góra prawo lewo */
