/*	-------------------------------------------------------------
	Knorr - Brandowy (Internal Service Jem Kolorowo)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.version		1.0
	.url			knorr.pl
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Knorr - Brandowy (Jem Kolorowo), Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


/*	-------------------------------------------------------------
	1. =Jem Kolorowo page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.is-jem-kolorowo-page .main-column{
		position: relative;
	}
	
	.is-jem-kolorowo-page .main-column h1{
		width: 163px;
		height: 23px;
		background: url("../images/headers/h_jem_kolorowo.gif") no-repeat;
		margin: 10px 0;
	}
	
	.is-jem-kolorowo-page .main-column h1 span {
		display: none;
	}
	
	/*	-------------------------------------------------------------
	1.1. =Graphic buttons list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.is-jem-kolorowo-page .graphic-buttons {
		overflow: hidden;
		position: absolute;
		left: 0;
		width: 920px;
	}
	
	.is-jem-kolorowo-page .graphic-buttons li {
		float: left;
		width: 180px;
		height: 212px;
		text-indent: -9999px;
		margin: 0 2px;
	}
	
	.is-jem-kolorowo-page .graphic-buttons li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.is-jem-kolorowo-page .graphic-buttons .red-button {
		background: url("../images/buttons/btn_jem_kolorowo_red.jpg") no-repeat;
	}
	
	.is-jem-kolorowo-page .graphic-buttons .orange-button {
		background: url("../images/buttons/btn_jem_kolorowo_orange.jpg") no-repeat;
	}
	
	.is-jem-kolorowo-page .graphic-buttons .green-button {
		background: url("../images/buttons/btn_jem_kolorowo_green.jpg") no-repeat;
	}
	
	.is-jem-kolorowo-page .graphic-buttons .white-button {
		background: url("../images/buttons/btn_jem_kolorowo_white.jpg") no-repeat;
	}
	
	.is-jem-kolorowo-page .graphic-buttons .blue-button {
		background: url("../images/buttons/btn_jem_kolorowo_blue.jpg") no-repeat;
	}
	
	
	/*	-------------------------------------------------------------
	1.2. =Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.is-jem-kolorowo-page .content {
		margin: 250px 0 0 0;
		float: left;
	}
	
	.is-jem-kolorowo-page .content h2 {
		color: #0B7601;
		font-size:2.5em;
		font-weight:normal;
		overflow:hidden;
		margin-bottom: 15px;
	}
	
	.is-jem-kolorowo-page .content .news-list li {
		margin: 15px 0 0 0;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #9eccac;
		font-size: 1.2em;
		line-height: 1.5em;
		clear: both;
		overflow: hidden;
		float: left;
		width: 100%
	}
	
	.is-jem-kolorowo-page .content .news-list .last {
		border: 0;
	}
	
	.is-jem-kolorowo-page .content .news-list li h3 {
		margin: 0 0 3px 0;
	}
	
	.is-jem-kolorowo-page .content .news-list li h3 a {
		color: #005a19;
	}
	
	.is-jem-kolorowo-page .content .news-list .see-more-button {
		float: left;
		clear: both;
		margin: 10px 0 0 0;
		background: url("../images/buttons/btn_is_see_more.gif") no-repeat 0 0;
		color: #ffffff;
		font-weight: bold;
		padding: 0 0 0 9px;
	}
	
	.is-jem-kolorowo-page .content .news-list .see-more-button span {
		background: url("../images/buttons/btn_is_see_more.gif") no-repeat 100% 0;
		padding: 3px 11px 6px 0;
		display: block;
	}
	
	.is-jem-kolorowo-page .content .news-list .see-more-button:hover {
		text-decoration: none;
	}
	
	
	/*	-------------------------------------------------------------
	1.3. =Tabs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.is-jem-kolorowo-page .content .tabs {
		width: 686px;
		height: 31px;
		position: absolute;
		top: -28px;
		left: -1px;
	}
	
	.is-jem-kolorowo-page .content .tabs li {
		float: left;
		width: 136px;
		height: 23px;
		text-align: center;
		background: url("../images/backgrounds/bg_is_content_tab.gif") no-repeat;
		font-size: 1.2em;
		line-height: 1.5em;
		padding: 4px 0 0 0;
		margin: 0 1px 0 0;
	}
	
	.is-jem-kolorowo-page .content .tabs li a {
		display: block;
		height: 100%;
		color: #ffffff;
	}
	
	.is-jem-kolorowo-page .content .tabs li a:hover {
		color: #ffffff;
	}
	
	.is-jem-kolorowo-page .content .tabs .on {
		height: 23px !important;
		margin: -3px 1px 0 0;
		padding: 8px 0 0 0;
		background: url("../images/backgrounds/bg_is_content_tab_on.gif") no-repeat;
	}
	
	.is-jem-kolorowo-page .content .tabs .on a {
		color: #005a19;
		font-weight: bold;
	}
	
	.is-jem-kolorowo-page .content .tabs .on a:hover {
		color: #005a19;
	}
	
	.is-jem-kolorowo-page .content .tabs .last {
		margin: 0;
	}
	
	
	/*	-------------------------------------------------------------
	1.4. =Sidebar
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
	.is-jem-kolorowo-page .is-menu {
		margin: 290px 0 0 0;
	}
	
	.is-jem-kolorowo-page .is-menu ul li {
		border-top:1px solid #9ECCAC;
		font-weight:bold;
		padding: 7px 7px 7px 2px;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	
	.is-jem-kolorowo-page .is-menu ul .first {
		border: 0;
	}
	
	