body, #julklapp_body
{
	background: url('images/background.gif');
}

h1 { font: bold 15pt sans-serif; }

td 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000
}

#products
{
	width: 100%;
}

#products td
{
	border: 1px dashed #cccccc;
	width: 33%;
	height: 150px;
}

#main
{
	padding: 10px;
}

.marked
{
	font-size: 10pt;
	font-weight: bold;
	color: #EA0000;
}

.intro
{
/*	font-size: 8pt;*/
}

#catlist
{
	width: 100%;
}

#catlist td
{
	width: 33%;
	text-align: center;
}

#cat_x
{
	border: 3px solid red;
}

#cat_y
{
	border: 3px solid #00C000;
}

#cat_x a, #cat_x a:visited
{
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

#cat_y a, #cat_y:visited
{
	font-size: 10pt;
	font-weight: bold;
	color: #00C000;
}

#cat_header_x
{
	font-size: 15pt;
	color: red;
}

#cat_header_y
{
	font-size: 15pt;
	color: #00C000;
}

#cat_desc
{
	font-family: verdana,arial,sans-serif;
	font-size: 7pt;
}

#backTD a, #backTD a:visisted
{
	font-size: 11pt;
	font-weight: bold;
	color: white
}