/* CSS 2.0 For Contra */
/* Body & Table styles */
body
{
	margin: 0px 20px 40px 20px;
	background-color: #F2F2F2;
	background-image: url(img/bg_pattern.gif);
}

table.main
{
	background-color: #E9E9E9;
	border-collapse: collapse;
	border-color: #848A9C;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	width: 638px;
	background-image: url(img/table_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.overall
{
	padding: 30px 20px 50px 20px;
	text-align: left;
	vertical-align: top;
}

td.leftmargin
{
	vertical-align: top;
	text-align: left;
	padding: 30px 0px 50px 20px;
}

td.menu
{
	padding: 0px 20px 0px 20px;
	height: 18px;
	border-color: #848A9C;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	vertical-align: middle;
	text-align: left;
	background-image: url(img/menu_td_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.menufront
{
	padding: 0px 20px 0px 20px;
	height: 18px;
	border-color: #848A9C;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	vertical-align: middle;
	text-align: left;
	background-image: url(img/menu_td_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.navtracker
{
	padding: 0px 20px 0px 20px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	background-image: url(img/navtracker_td_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Boxed Styles */
#pris
{
	display: block;
	background-color: #F4F4F4;
	border-color: 848a9c;
	border-width: 1px;
	border-style: dashed;
	padding: 10px;
}

/* Image styles */
img.withborder
{
	border-color: #B7B7B7;
	border-width: 1px;
}

/* Text */
/* :visited/:link states: */
.overall a:visited, .overall a:link
{
	color: #7D002D;
	font-size: 10px;
	line-height: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom: #7D002D;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

.smaller a:visited, .smaller a:link
{
	color: #7D002D;
	font-size: 9px;
	line-height: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom: #7D002D;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

.menu a:visited, .menu a:link, .menufront a:visited, .menufront a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #262626;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

.navtracker a:visited, .navtracker a:link
{
	color: #A8A8A8;
	font-size: 9px;
	line-height: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom: #A8A8A8;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

/* Normal states */
.overall, input.overall, textarea.overall, option.overall, button.overall, .overall TD
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #5A5F6B;
	font-size: 10px;
	line-height: 13px;
}

.smaller
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #5A5F6B;
	font-size: 9px;
	line-height: 12px;
}

.selectedMenuItem
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #AFAFAF;
	font-size: 10px;
	line-height: 10px;
}

.menu, .menufront
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #262626;
	font-size: 10px;
	line-height: 10px;
}

.navtracker
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #A8A8A8;
	font-size: 9px;
	line-height: 9px;
}

.headline
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #5A5F6B;
	font-size: 11px;
	line-height: 14px;
	background-image: url(img/headline_underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 270px;
	display: block;
	font-weight: bold;
}

/* :hover states */
.overall a:hover
{
	color: #7D002D;
	font-size: 10px;
	line-height: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

.smaller a:hover
{
	color: #7D002D;
	font-size: 9px;
	line-height: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

.menu a:hover, .menufront a:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #262626;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom: #262626;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

.navtracker a:hover
{
	color: #A8A8A8;
	font-size: 9px;
	line-height: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
