/* 
	CSS Document 

	DESCRIPTION		Denna fil styr upp layout/designen för nyhetsmodule webbshoppen.
					Den grundläggande lyouten styrs av main.css
	AUTHOR			Johan Lindqvist, johan@nolgard.se
	COPYRIGHT		2008, Nolgard, www.nolgard.se
	PROJECT			www.tenderum.com
	
*/



/**************************************************************
	Public news design 
**************************************************************/

/* Innehåller nyhetspuffarna på nyhetssidan */
div#news_puff_container {
	display: block;
	float: right;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
/* Innehåller aktuell nyhet på nyhetssidan */
div#news_container {
	display: block;
	width: 350px;
	height: auto;
	padding: 0px;
}
div#news_puff/* Innehåller nyhetspuffarna på valfri sida */
 {
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 1em;
}
.thisPage {
	background-color: #CCCCCC;
	display: block;
	float: left;
	padding: 0.2em;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	border: 1px solid #999999;
}
.nextPage {
	background-color: transparent;
	display: block;
	float: left;
	padding: 0.2em;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	border: 1px solid transparent;
}

/* Formaterar nyheterna */
.liIndexPuffDate {
	font-size: 9px;
	display: block;
	color: #CCC;
}
.liIndexPuffHeadline {
	font-size: 11px;
	display: block;
	color: #999;
}
.news_ul_std {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_li_std_no_bullets {
	margin-top: 0px;
	margin-bottom: 0.5em;
	list-style-type: none;
	height: auto;
	width: auto;
	display: block;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
.news_puff_active {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
}
