/* Klasser som benyttes i de forskjellige visningsmalene: */

/* Klasser brukt i "Tittel, innsalgstekst, les mer." (loop_Teaser.cfm) */
.stdTeaserTable {}
.stdTeaserTitleTD {
	font-size : 11px;
	font-weight : bold;
	padding-top : 10px;
	padding-left : 20px;
}
.stdTeaserAbstract1TD {
	padding-left : 20px;
}
.stdTeaserLinkTD {}
.stdTeaserLink, .stdTeaserLink:active, .stdTeaserLink:visited {
	text-decoration: none;
	color : #cc6600;
	padding-left : 20px;
}
.stdTeaserLink:hover {
	text-decoration: none;
	color : #FF6B00;
}
.stdTeaserDividerTD {
	height: 2px;
}




.stdTeaserPicImageTD {}
.stdTeaserPicTable {}
.stdTeaserPicTitleTD {
	font-size : 11px;
	font-weight : bold;
}
.stdTeaserPicAbstract1TD {

}
.stdTeaserPicLinkTD {}
.stdTeaserPicLink, .stdTeaserPicLink:active, .stdTeaserPicLink:visited {
	text-decoration: none;
	color : #FF99cc;
}
.stdTeaserPicLink:hover {
	text-decoration: none;
	color : #FF6B00;
}
.stdTeaserPicDividerTD {
	height: 25px;
}




/* Klasser brukt i "Tittel med lenke." (loop_Title.cfm) */
.stdTitleTable {}
.stdTitleTitleTD {}
.stdTitleLink, .stdTitleLink:active, .stdTitleLink:hover, .stdTitleLink:visited {}
.stdTitleDividerTD {}


/* Klasser brukt i "Full hovedvisning" (loop_Main.cfm) */
.pageHeadTD {
	font-size : 11px;
	color: #C55300;
	font-weight: bold;
	padding-bottom:6px;
	padding-top:5px;
	padding-left:10px;
	background-color: #E4D0AD;
	width: 100%;
} 
					/* Kan også være i bruk på sideoverskrifter andre steder. */
.stdMainTable {
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.stdMainBodyTD {
}

.stdMainAbstract2TD {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}
.stdMainFullTextTD {}
.stdMainDividerTD {}

.stdMainPriceTD {} 				/* Kun for innholdstypen "produkt". */
.stdMainLinkTD {} 				/* Kun for innholdstypen "produkt". */
.stdMainLink {} 					/* Kun for innholdstypen "produkt". */




/* Klasser brukt i "Fullvisning" (loop_Full.cfm) og 
	 "Fullvisning uten tittel" (loop_FullTextOnly.cfm) */
.stdFullTable {}
.stdFullTitleTD {}					/* Kun "Fullvisning" */
.stdFullAbstract2TD {}			/* Kun "Fullvisning" */
.stdFullFullTextTD {}
.stdFullDividerTD {}

.stdFullPriceTD {} 				/* Kun "Fullvisning".  Kun for innholdstypen "produkt". */
.stdFullLinkTD {} 				/* Kun "Fullvisning".  Kun for innholdstypen "produkt". */
.stdFullLink {} 					/* Kun "Fullvisning".  Kun for innholdstypen "produkt". */


/* Klasser brukt i "Spørsmål og svar-liste" (loop_QAList.cfm) */
.stdQAListTable {}
.stdQAListAbstract1TD {}
.stdQAListbodyTD {}
.stdQAListTD {}


/* Klasser brukt i "Bilde" (loop_Image.cfm) */
.stdImageTable {}
.stdImageTD {}
.stdImageDividerTD {}

