/*
 *******************************************
 *                                         *
 * CSS FOR SPRUNK-JANSEN                   *
 * faq template_layput			               *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/
#leftcolumn{
	position:relative;
	float:left;
	width:240px;
	overflow:hidden;
	height:auto;
}
#centercolumn, #centertop{
	position:relative;
	float:left;
	width:505px;
	overflow:hidden;
	height:auto;
}
/*#centercolumn, #centertop{
	width:355px;
}*/
#centertop{
	margin-bottom:25px;
}
#centertop{
	clear:both !Important;
}
#leftcolumn{
	margin-right:25px;
}

#lefttextbox{
	padding:10px;
}
#lefttextbox a{
	color:#fff;
}

	#shopcontainer{
		clear:both !Important;
	}
		#shopcontainer #prodprice, #shopcontainer #prodadd{
			float:left;
			width:115px;
			height:64px;
		}
		#shopcontainer #prodadd{
			margin-left:10px;
			background-image:url(../graphics/sample_images/arrow_bg.gif);
			background-repeat:no-repeat;
			background-position:right;
			cursor:pointer;
		}
			#shopcontainer #prodadd h3{
				margin-top:12px;
				margin-left:10px;
				font-size:130%;
			}
			#shopcontainer #prodadd h3 a{
				color:#fff;
				text-decoration:none;
			}
		#shopcontainer #prodprice{
			text-align:center;
		}
			#shopcontainer #prodprice h3{
				margin:0px;
				padding:0px;
				margin-top:9px;
				margin-bottom:3px;
				font-size:160%;
			}
			#shopcontainer #prodprice p{
				font-size:70%;
				margin:0px;
				padding:0px;
			}
		#shopcontainer #prodinfo{
			clear:both !Important;
			padding:10px;
			padding-top:20px;
			/*width:240px;*/
		}
		#shopcontainer #prodinfo p{
			font-size:90%;
		}
		
		
		
		
#products .listgreen h1, #products .listred h1, #products .listblue h1{
	font-size:110%;
	font-weight:normal;
	color:#000;
}
#products .listgreen h1 a, #products .listred h1 a, #products .listblue h1 a{
	color:#000;
	text-decoration:none;
}

#products .listgreen span{
	color:#7bb13a;
}

#products .listred span{
	color:#cc5a58;
	text-decoration:none;
}
#products .listblue span{
	color:#43a7bd;
	text-decoration:none;
}