*, html {
	padding: 0;
	margin: 0;
}
body {
	background: #f2f2f2;
	font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
}
#wrapper {
	background: #fff;
	width: 1000px;
	margin: auto;
	margin-top: 15px;
	min-height: 500px;
	padding-bottom: 20px;
}
img, img {
	border: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #e05800;
}
#header {
	width: 1000px;
	height: 127px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}
#sidebar {
	width: 235px;
	float: left;
	padding-left: 12px;
}
ul.sub a {
	font-size: 11px;
	padding-left: 40px;
}
#content {
	float: right;
	padding-right: 10px;
	width: 720px;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
}
#content ul {
	margin-left: 10px;
	margin-top: 10px;
}
#content ul li {
	margin-left: 20px;
}
#content h2 {
	font-weight: normal;
	padding: 3px;
	font-size: 20px;
	color: #000;
	margin-top: 5px;
}
/* Sidebar / Hliðarvalmynd
**************************************/
.sidebar_header {
	width: 216px;
	height: 27px;
	background: url(images/sidebar_header.jpg) no-repeat;
	padding-left: 15px;
	padding-top: 9px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px #332821;
	position: relative;
	margin-top: 10px;
}
.sidebar_body {
	background: #fcfcfc;
	width: 231px;
}
.sidebar_body ul {
	list-style-type: none;
}
.sidebar_body ul li {
	display: block;
}
.sidebar_body ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 215px;
	padding-left: 10px;
}
.sidebar_body ul li a:hover {
	background: #ddd;
	color: #000;
}
.sidebar_body ul li a.current {
	background: #849ec5;
	color: #fff;
	font-weight: bold;
	font-style: normal !important;
}
/* Slideshow
**************************************/
#slideshow {
	height: 200px;
	width: 715px;
	margin-top: 10px;
}
/* Classes
**************************************/
.clear {
	clear: both;
}
/* Sidebar news
**************************************/
#sidebar_news {
	background: #f2f2f2;
	text-align: left;
	font-size: 12px;
	padding: 10px;
}
#sidebar_news ul {
	list-style-type: none;
	display: inherit;
}
#sidebar_news span.newsDate {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 11px;
}
#sidebar_news ul li.newsTitle a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	display: inline;
}
#sidebar_news ul#NewsList {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sidebar_news a.newsMore {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	display: inline;
}
#sidebar_news a.newsMore:hover {
	text-decoration: underline;
}
/* Footer
**************************************/
#footer {
	width: 990px;
	margin: auto;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	background: #3e5774;
	margin-bottom: 20px;
}

/* Vörulisti
**************************/
div.product
{
  margin-left: 20px;
  margin-top: 20px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  position: relative;
}	
div.product img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.product a:hover img {border: 1px solid #000;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
div.price {
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 8px;
	color: #fff;
	background: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 3px;
}
/* Fréttabréf
**************************/
.frettabref {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Valmynd efst
**************************************/
#menu {
	width: 650px;
	position: absolute;
	top: 80px;
	right: 20px;
}
#menu ul {
	list-style-type: none;
	float: right;
}
#menu ul li {
	float: left;
	height: 27px;
}
#menu ul li a {
	padding: 2px 10px 9px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	text-shadow: 1px 1px 1px #31445b;
	display: block;
}
#menu ul li a:hover {
	background: url(images/menu_hover.gif) no-repeat center;
	text-shadow: 1px 1px 1px #271d14;
}
#menu ul li a.current {
	background: url(images/menu_current.gif) no-repeat center;
	text-shadow: 1px 1px 1px #31445b;
}
#headtext {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 11px;
	color: #fff;
	text-shadow: #31445b 1px 1px 1px;
}
#headtext a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#headtext a:hover {
	color: #e05800;
}
#search input {
	float: left;
}
#search input.input {
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	width: 110px;
	border: 1px solid #ccc;
	outline: 0;
	font-size: 12px;
	padding: 3px;
}
#search input.button {
	margin-top: 12px;
}

/* Leitarvél
**************************************/
input#SearchForm_SearchForm_Search {
	width: 150px;
	margin-top: 10px;
}
input#SearchForm_SearchForm_action_results {
	margin-top: 10px;
	width: 60px;
}
/* Loading
**************************************/

#loadpage {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 120px;
	color: #fff;
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	background: #e15601 url(images/ajaxload.gif) no-repeat left center;
}
/* Main news page
**************************************/

h1.newstitle a {
	color: #34261b;
	font-size: 14px;
	text-decoration: none;
}
h1.newstitle span {
	font-size: 11px;
	color: #ccc;
}
div.newsDetails {
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
	padding: 5px;
	font-size: 11px;
	color: #666;
	margin-top: 10px;
}
a.link {
	font-style: normal !important;
	font-weight: bold;
}
ul.sub span {
	padding-left: 15px;
	font-weight: normal;
}