/* Egna stilar som ersätter Default.css */
	h2
	{
		margin-top: 11px;
		margin-bottom: 8px;
		font-size: 1.5em;
		color: #666699;
	}

	h3
	{
		margin-top: 11px;
		margin-bottom: 8px;
		font-size: 1.3em;
		font-weight: bold;
		font-style: italic;
		color: #666699;
	}

	h4, .caption /* Samma som caption / styckerubrik */
	{
		margin-top: 11px;
		margin-bottom: 8px;
		font-size: 1.1em;
		font-weight: bold;
		color: #666699;
	}	
	
	.redheadline
	{
		margin-top: 3px;
		margin-bottom: 3px;
		font-size: 1.3em;
		font-weight: bold;
		color: #C92424;
	}
	
	.whiteheadline
	{
		margin-top: 11px;
		margin-bottom: 8px;
		font-size: 1.5em;
		color: #ffffff;
	}
	
	a:link
	{
		color: #17469E;
		text-decoration: none;
	}

	/* Länk: besökt */
	a:visited
	{
		color: #666666;
		text-decoration: none;
	}

	/* Länk: pekare över */
	a:hover
	{
		color: #17469E;
		text-decoration: none;
	}

	/* Länk: aktiv (knapp nere) */
	a:active
	{
		color: #17469E;
		text-decoration: none;
	}
	
	.whitetext
	{
		color: #FFFFFF;
	}
	
	.whitetext a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	.whitetext a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	.whitetext a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	.greenlink a
	{
		color: #328613;
	}
	
	.greenlink a:hover
	{
		color: #328613;
	}
	
	.greenlink a:visited
	{
		color: #328613;
	}
	
	/* Varukorg: panel */
	div.shoppingCartPopup
	{
		background-color:#cbcfe9;
 	 	width:600px;
  	  	border:1px #B7B6B6 solid;
  	 	padding:5px;
   	 	font-size:11px;
  	  	position: absolute;
 	   	left: 170px;
	    top: 36px;
 	   	color: #000000;
   	 	text-align: left;
   	 	z-index:100;
	}

