/*	-------------------------------------------------------------
	Knorr - Brandowy (Tips)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.version		1.0
	.url			knorr.pl
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Knorr - Brandowy (Tips), Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

*/

	.tips-category-page .main-column h1{
		font-size: 3.0em;
		color: #0b7601;
		margin: 10px 0;
	}
	
	/*	-------------------------------------------------------------
	1.1. =Tips
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
	.tips-category-page .list{
		width: 648px;
	}
	
	.tips-category-page .list h2{
		height: 34px;
		background: url("../images/headers/h_tips_page.gif") no-repeat;
		margin: 10px 0;
	}
	
	.tips-category-page .list h2 span{
		display: none;
	}
	
	.tips-category-page .list h2.recipes{
		background: url("../images/headers/h_recipes_plain.gif") no-repeat;
	}
	
	.tips-category-page .list li{
		border-top: 1px solid #9eccac;
		padding: 18px 0;
		overflow: hidden;
		zoom: 1;
	}
	
	.tips-category-page .list li.first{
		border: none;
		padding-top: 0;
	}
	
	.tips-category-page .list li .photo{
		float: left;
		padding: 0 1px 1px 0;
		border-right: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		display: block;
		margin: 0 15px 0 0;
	}
	
	.tips-category-page .list li .photo img{
		display: block;
	}
	
	.tips-category-page .list li h3{
		font-size: 2.5em;
		font-weight: normal;
		overflow: hidden;
		margin: 0 0 10px 0;
	}
	
	.tips-category-page .list li .date{
		background: url("../images/backgrounds/bg_news_page_list_item_date.gif") no-repeat left top;
		display: block;
		overflow: hidden;
		zoom: 1;
	}
	
	.tips-category-page .list li .date span{
		background: #f3f6e7 url("../images/backgrounds/bg_news_page_list_item_date_right.gif") no-repeat right top;
		color: #6e6f68;
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0 0 0 7px;
		padding: 2px 10px 2px 3px;
	}
	
	.tips-category-page .list li p{
		font-size: 1.2em;
		margin: 10px 0 0 0;
		overflow: hidden;
		zoom: 1;
	}
	
	.tips-category-page .list li p .see-more-button{
		font-weight: bold;
	}
	
