@CHARSET "UTF-8";

#products {
	float: none;
	width: 100%;
	overflow: hidden;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0 0 6px 0;
}

#products div.separator {
	border-bottom: 2px solid #fdb912;
	float: none;
	width: auto;
	margin: 4px 8px 4px 8px;
}

/* Top 10 */

#top10 {
	float: none;
	width: auto;
	overflow: hidden;
}

#top10 div.header {
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	background: #1b1c20;
	padding: 6px;
	text-align: center;
	float: none;
	width: auto;
	overflow: hidden;
}

#top10 div.list {
	background: #fdb912;
	padding: 4px 4px 6px 6px;
	float: none;
	width: auto;
	overflow: hidden;
}

#top10 div.list div.item {
	font-size: 7pt;
	float: left;
	display: block;
}

#top10 div.list div.item a
{
  text-decoration: none;
  font-weight: normal;
}

#top10 div.list div.item a:hover
{
  text-decoration: underline;
  font-weight: normal;
}

/* Solcremer */

#solcremer div.header {
	text-align: center;
}

#solcremer div.product {
	float: left;
	width: auto;
	height: 190px;
	overflow: hidden;
}

#solcremer div.logo {
	float: none;
	display: inline;
}

/* Change Position of Buttons */

#solcremer div.buttons {
	position: relative;
	top: -64px;
	left: 134px;
	float: none;
	width: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#solcremer div.buttons div.button {
	background: #fdb912 url('gfx/buttonBuy.png') no-repeat right center;
	float: none;
	width: auto;
	margin: 2px;
	padding: 4px 2px 4px 4px;
	overflow: hidden;
}

#solcremer div.buttons div.button a {
	width: 100%;
	display: block;
	font-size: 6pt;
	text-decoration: none;
	overflow: hidden;
}

#solcremer div.pop {
	width: 400px;
	float: none;
	margin: 0 auto;
	text-align: center;
}

#solcremer div.pop div.img {
	text-align: center;
}

#solcremer div.pop a {
	text-decoration: none;
}

#solcremer div.pop div.nav {
	background: #fdb912;
	padding: 10px 6px 10px 6px;
}

#solcremer div.pop div.nav td.button a {
	color: #fff;
	background: #000;
	padding: 3px 6px 3px 6px;
	margin: 0 4px 0 4px;
}

/* Solkort */

#solkort div.header {
	text-align: center;
	margin-bottom: 8px;
}

/* Udviden produktvisning */

#solcremer div.udv_produkt
{
  position: relative;
  float: left;
  width: 304px;
  height: 185px;
}

#solcremer div.produktbillede
{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 120px;
  height: 165px;
  overflow: hidden;
  text-align: center;
}

#solcremer div.overskrift
{
  position: absolute;
  overflow: hidden;
  word-wrap: break-word;
  width: 154px;
  height: 33px;
  left: 140px;
  top: 49px;
  font-weight: bold;
  text-transform: uppercase;
}

#solcremer div.overskrift a
{
  text-decoration: none;
}

#solcremer div.overskrift a:hover
{
  text-decoration: underline;
}

#solcremer div.bruningseffekt
{
  position: absolute;
  left: 138px;
  top: 82px;
}

#solcremer div.bruningseffekt img
{
  padding-left: 2px;
}

#solcremer div.bruningseffekt_info
{
  position: absolute;
  left: 219px;
  top: 83px;
  width: 79px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 5pt;
  text-transform: uppercase;
}

#solcremer div.hudpleje
{
  position: absolute;
  left: 138px;
  top: 98px;
}

#solcremer div.hudpleje img
{
  padding-left: 2px;
}

#solcremer div.hudpleje_info
{
  position: absolute;
  left: 219px;
  top: 99px;
  width: 79px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 5pt;
  text-transform: uppercase;
}

#solcremer div.flaske
{
  position: absolute;
  left: 140px;
  top: 124px;
  width: 154px;
  height: 18px;
  background-color: #FDB912;
}

#solcremer div.brev
{
  position: absolute;
  left: 140px;
  top: 144px;
  width: 154px;
  height: 18px;
  background-color: #FDB912;
}

#solcremer div.koeb
{
  position: absolute;
  left: 103px;
  top: 0px;
}

#solcremer div.pris
{
  position: absolute;
  width: 99px;
  height: 14px;
  padding-top: 4px;
  padding-left: 4px;
  font-size: 6pt;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

