		/* ------------ main -------------- */
			
		div#all_content div#main { 
			width:660px;
			float:left;
			margin:0;
			padding:0 0 15px 30px;
		}
	
			/* ------------ job selectors -------------- */
		
			div#all_content div#main div#job_selectors { 
				width:660px;
				font-size:0.8em;
				color:#000;
				margin:0;
				padding:0;
			}
			
				div#job_selectors div#offers { 
					float:left;
					margin:0 0 0 10px;
					padding:0;
				}
			
					div#job_selectors div#offers img { 
						margin-left:10px;
					}
			
				div#job_selectors div#line { 
					float:right;
					margin:0;
					padding:0;
				}
			
					div#job_selectors div#line input { 
						margin-left:15px;
					}
			
			/* ------------ job table -------------- */
		
			div#all_content div#main div#oferty_pracy { 
				width:660px;
				font-size:0.8em;
				margin:0;
				padding:10px 0 0 0;
				clear:left;
			}
			
				div#oferty_pracy table { 
					margin:0;
					padding:0;
					width:660px;
				}
				
				/* ------------ job table styling -------------- */
				
				div#oferty_pracy table tfoot { 
					text-align:center;
					background:url(../images/tablefoot_bg.gif) repeat-x top left;
					height:34px;
				}
				
				div.test { background:url(../images/bg_sidebarbox.gif) repeat-x top left; padding:10px 0 0 0; height:10px !important; }
				div.test a { font-weight:normal; color:#186A16 }
				
				div#oferty_pracy table tfoot tr,				
				div#oferty_pracy table tfoot tr td { 
									height:34px;
								}				
				
				div#oferty_pracy table tfoot tr td a { 
					text-decoration:none;
				}
				
				div#oferty_pracy table tfoot tr td a:hover { 
					text-decoration:underline;
				}
				
				div#oferty_pracy table tfoot tr td a span { 
					text-decoration:underline;
				}
				
				div#oferty_pracy table tbody tr { 
					background:url(../images/table_border.gif) repeat-x top left;
				}
				
				* html div#oferty_pracy table tbody tr { cursor:pointer } /* IE 6.0 hack */
				
				div#oferty_pracy table tbody tr.next { 
					background:url(../images/td_bg.gif) repeat-x top left;
				}
				
				div#oferty_pracy table tbody tr:hover { 
					background:url(../images/td_bgactiv.gif) repeat-x top left;
					cursor:pointer;
				}
				
					div#oferty_pracy table tbody tr.nexte:hover { 
						background:url(../images/table_border.gif) repeat-x top left;
						cursor:auto;
					}
					
					div#oferty_pracy table tbody tr.nexte td.gar { 
						text-align:center;
					}
					
					div#oferty_pracy table tbody tr:hover a { 
						text-decoration: none;
						color:#33A030;
					}
				
				div#oferty_pracy table tbody tr td { 
					padding:10px 5px 5px 10px; 
				}
				
				*:lang(en) div#oferty_pracy table tbody tr td.border { 
					background:url(../images/td_border.gif) no-repeat 0 50% !important;
				}

				/* ------------ job title -------------- */
				
				div#oferty_pracy table h2 { 
					font-size:1.4em;
					margin:0;
					padding:0 0 4px 0;
				}
				
					div#oferty_pracy table h2.new { 
						background:url(../images/ico_newjob.gif) no-repeat 0 0.3em;
						padding:0 0 4px 28px;
					}

					div#oferty_pracy table h2.newok { 
						background:url(../images/ico_ok.gif) no-repeat 0 0.3em;
						padding:0 0 4px 28px;
					}
				
				/* ------------ job offering company -------------- */
				
				div#oferty_pracy table p.company { 
					color:#000;
				}
				
				/* ------------ where is job -------------- */
				
				div#oferty_pracy table p.where { 
					color:#000;
				}
				
					div#oferty_pracy table p.where a { 
						color:#000;
						text-decoration:none;
						border-bottom:1px dashed #ccc;
					}
					
						div#oferty_pracy table p.where a:hover { 
							color:#000;
							text-decoration:none;
							border-bottom:1px dashed #666;
						}
						
						div#oferty_pracy table tr:hover p.where a { 
							color:#000;
						}
				
				/* ------------ type of job -------------- */
				
				div#oferty_pracy table p.type { 
					color:#AA8A09;
					font-size:0.9em;
				}
				
				/* ------------ salary -------------- */
				
				div#oferty_pracy table p.salary {
					text-align:center;
				}
		

