/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.menu_top  { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; color: #ffffff;}
.menu_overskrifter { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #758591;}
.menu_grupper { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; color: #758591;}

.standard { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; color: #758591;}
.standard_skjult { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 10px; text-decoration: none; color: #ffffff;}
.standard_sort { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; color: black;}
.standard_sort_stor { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 24px; text-decoration: none; color: black;}
.standard_overskrift { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #758591;}
.standard_stor { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 18px; text-decoration: none; color: #758591;}

.standard_absmiddle { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; color: #758591; vertical-align:middle;}
.standard_overskrift_absmiddle { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #758591; vertical-align:middle; background-repeat: no-repeat; background-position: center center;}
.standard_kategori_knap { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #000000; vertical-align:middle; background-repeat: no-repeat; background-position: center center;}

.fejl { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; color: red;}

.shopping_cart { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; color: #a6aeb1;}

.blog { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 16px; text-decoration: none; color: #758591;}
.blog_overskrift { font-family: "Palatino Linotype", Georgia, Verdana, Arial, sans-serif; font-size: 18px; font-weight: bold; text-decoration: none; color: #758591;}

A { text-decoration: none; color: #758591;}
A:hover { text-decoration: none; font-weight: bold; color: #758591;}
A.udenbold:hover { text-decoration: none; font-weight: normal; color: #758591;}
A:active { text-decoration: none; font-weight: normal; color: #758591;}

.produktbilleder {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 1px solid #e0e0e0;}


.thumbnail{
	position: relative; 
	z-index: 0; 
	border: none;}

.thumbnail:hover{
	background-color: transparent; 
	z-index: 50;}

.thumbnail span{
	position: absolute;
	background-color: white;
	padding: 5px;
	left: 900px;
	border: 1px solid #e0e0e0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	} /*CSS for enlarged image*/

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -280;
	left: -430px; /*position where enlarged image should offset horizontally */
	}
	
.thumbnail4{
	position: relative; 
	z-index: 0; 
	border: none;}

.thumbnail4:hover{
	background-color: transparent; 
	z-index: 50;}

.thumbnail4 span{
	position: absolute;
	background-color: white;
	padding: 5px;
	left: 900px;
	border: 1px solid #e0e0e0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	} /*CSS for enlarged image*/

.thumbnail4 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -175;
	left: -640px; /*position where enlarged image should offset horizontally */
	}	
	
	
	
.thumbnail5{
	position: relative; 
	z-index: 0; 
	border: none;}

.thumbnail5:hover{
	background-color: transparent; 
	z-index: 50;}

.thumbnail5 span{
	position: absolute;
	background-color: white;
	padding: 5px;
	left: 900px;
	border: 1px solid #e0e0e0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	} /*CSS for enlarged image*/

.thumbnail5 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

.thumbnail5:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -280;
	left: -640px; /*position where enlarged image should offset horizontally */
	}
	
	

