﻿* {	margin: 0; padding: 0; border: 0; }

.clear { clear: both; }

body {	
	color: #333;
	font-family:verdana,arial,helvetica;
	font-size: 75%;
	font-weight:normal;
}

h1 {
	color:#BA2025;
	font-size:1.5em;
	font-weight:normal;
}

h1, h2, h3, p {
	margin-bottom: 1em;
}

a {
	color: #333;
	text-decoration: underline;
}

ul {
	list-style: none;
}

/* Containers */

#container {
	width: 900px;
	margin: 0 auto;
}

#head {
	height: 80px;
	border-bottom: 1px solid #ca2e2e;
	text-align: center;	
	padding-top: 20px;
}

#nav {
	text-align: center;
	line-height: 2em;
	font-size: 12px;
}

#main {
	padding: 40px 200px;
	color: #000;
	font-size: 1.1em;
}

#main-products {
	padding: 40px 0px;
	color: #000;
	font-size: 1.1em;
}

#main a,
#main-products a {
	color: #BA2025;
}


#footer {
	border-top: 1px solid #BA2025;
	text-align: center;
	font-size: 10px;
	line-height: 2em;
	margin-top: 3em;
}

#footer a {
	color: #333;
}

/* Vörur */

#prod-nav {
	width: 172px;
	float: left;
}

#prod-nav {
	padding-bottom: 1em;
	position: relative;
	float: left;
	padding-top: 45px;
	text-align:center;
}

#prod-main {
	width: 572px;
	float: left;
}

#prod-nav-right {
	position: relative;
	width: 150px;
	float: left;
	padding-top: 45px;
}

#lights-title {
	position: absolute;
	left: -25px;
	top: -30px;
}

#furniture-title {
	position: absolute;
	left: 20px;
	top: 0px;
}

/* Navigation */

#nav ul li {
	display: inline;
	padding: 0 10px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover,
#nav a.selected {
	border-bottom: 1px solid #BA2025;
}


/* Offers */

div.offers {
	/* border: 1px solid #f4f4f4; */
	border-top: 0;
	border-bottom: 0;
	width: 535px;
}

div.offers div.offeritem {
	width: 165px;
	/*height: 149px;*/
	float: left;
	overflow: hidden;
	margin: 4px;
	border: 1px solid #f4f4f4;
}

div.offers div.center {

}

div.offers div.upper {

}

div.offeritem div.offer_info {
	padding: 0 4px;
}

div.offeritem div.offer_image {	width: 165px; height: 115px; overflow: hidden;}
div.offeritem div.offer_title {	font-size: 12px; line-height: 1.5em;font-weight: bold;  }
div.offeritem div.offer_from {	font-size: 10px; line-height: 1.5em; }
div.offeritem div.offer_description { font-size: 9px; }
div.offeritem div.offer_price { font-size: 10px; line-height: 2em; }
div.offeritem div.offer_price span { font-size: 11px; color: #BA2025; display: block; }

div.offer_pages {
	text-align: center;
	width: 300px;
	margin: 0 auto;
}
div.offer_pages span {
	color: #CCC;
}
div.offer_pages table {
	margin: 0 auto;
	text-align: center;
}
div.offer_pages table tr td {
	width: 20px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #7F7F7F;
	font-size: 10px;
}

div.offer_pages a span,
div.offer_pages a {
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
	display: block;
}


div.offer_paging {
	padding-top: 25px;
	clear: both;
	width: 525px;
}

div.offer_paging a.prev,
div.offer_paging a.next {
	display: block;
	height: 19px;
	width: 19px;
}

div.offer_paging a span {
	display: none;
}

div.offer_paging a.prev {
	float: left;
	background: url('../img/arrow_left.gif') top left no-repeat;
}

div.offer_paging a.next {
	float: right;
	background: url('../img/arrow_right.gif') top left no-repeat;
}

div.offer_split {
	/*border-top: 1px solid #f4f4f4;*/
	clear: both;
}

div.offer_inner span.c_title {
	font-size: 2em;
	display: block;
	line-height: 2em;
	border-bottom: 1px solid #BA2025;
}

div.offer_inner table {
	width: 100%;
}

div.offer_inner table tr.price td {
	padding-top: 3px;
	font-size: 1.2em;
}

div.offer_inner span.offerprice {
	color: #BA2025;
}


div.showall {
	padding-top: 0.5em;
	text-align: center;
	font-size: 11px;
}
div.showall a {
	color: #BA2025 !important; /* 7f7f7f */
	font-weight: bold;
}

#suppliers a img {
	border: 2px solid #FFF;
}

a.active_supplier img {
	border: 2px solid #CA2E2E;
}

#prod-main > p { padding: 0 50px 0 0; }
