<!--
.menubutton{
	height:22px;
	border-bottom:1px solid #ffffff;
}

.basketContent{
	padding:20px;
}

.basketContentHeader{
	font-family:Helvetica;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #bababa;
	height:28px;
	color:#000000;
	text-decoration:none;
}

.basketContentHeader A:link{
	font-family:Helvetica;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #bababa;
	height:28px;
	color:#000000;
	text-decoration:none;
}

.basketContentHeader A:visited{
	font-family:Helvetica;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #bababa;
	height:28px;
	color:#000000;
	text-decoration:none;
}

.basketContentItems{	
	font-size:10px;
	height:28px;
}

.basketContentTotalprice{
	font-size:10px;
	border-bottom:1px solid #bababa;
	height:28px;
}

/* ShowGroups.asp*/
.SHOWPRODUCT_PARAM{
	background-color:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:75px;
	height:20px;
	border:1px solid #c5c5c5;
	margin-top:3px;
	
} 

#hiddenBasketLayer{
	width:200px;
	height:80px;
	background-repeat:no-repeat;
	background-image:url(/images/webshop/showProduct_hiddeLayer.jpg);
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	display:none;
}

#hiddenBasketLayer h5{
	font-size:10px;
	color:#000000;
	margin-top:2px;
	margin-bottom:10px;
}

/*
	'	******************************************************************************
	'	Basket.ASP
	'	Here you can change all settings for the basket.asp site, everything has been
	'   customized by CSS 
	'   ******************************************************************************
*/

#basket_header{
	width:525px;
	border-bottom:1px solid #000000;
	background-color:#000000;
	margin-top:25px;
}


#basket_header img{
	text-align:center;
	

}
#basket_Header h1{
	font-size:12px;
	float:left;
}

#basket_Header h2{
	font-size:12px;
	color:#CCCCCC;
	float:left;

}

#basket_content_container{
	width:100%;
	clear:both;
	position:relative;

}

/* Toppen - Teksterne til indk?bskruven */

#basket_content_header{ 
	width: 100%;
	height: 22px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	background-color:#e4e2d5;

}

.basket_content_Image{ /* billede*/
	width:15%;
	font-weight:bold;
	position:relative;
	float:left;
	top:5px;

	
}
.basket_content_item{ /* Varenavn */
	font-weight:bold;	
	width:34%;
	position:relative;
	float:left;
	top:5px;
}

.basket_content_Quantity{ /* Antal */
	top:5px;
	font-weight:bold;
	width:10%;
	position:relative;
	float:left;
}

.basket_content_ItemPrice{ /* stk Pris */
	top:5px;
	font-weight:bold;
	width:13%;
	position:relative;
	float:left;
	text-align:right;
}
.basket_content_ItemTotalPrice{ /* Total pris*/
	top:5px;
	font-weight:bold;
	width:17%;
	position:relative;
	float:left;
	text-align:right;
}

.basket_content_ItemDelete{ /* Slet */
	top:5px;
	font-weight:bold;
	width:10%;
	position:relative;
	float:left;
	text-align:right;
}

/* Inhold - Placering af indhold i indk?bskurven*/
.basket_content_line{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:visible;
	width:100%;
	color:#666666;

}

.basket_content_item_lineImage{ /* Vare billede */
	top:5px;
	font-weight:bold;
	width:15%;
	position:relative;
	float:left;	
}
.basket_content_item_lineEntry{ /* Var. item*/	
	top:5px;
	width:34%;
	position:relative;
	float:left;
	font-size:12px;
	color:#666666;
	
}
	.basket_content_item_lineEntry A:Link{ /* Var. item*/
		top:5px;
		color:#666666;
		text-decoration:none;
		font-size:12px;
	}

	.basket_content_item_lineEntry A:hover{ /* Var. item*/
		top:5px;
		color:#666666;
		text-decoration:underline;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}


.basket_content_Quantity_input{ /* Input til Antal */
	top:5px;
	font-weight:bold;
	width:8%;
	position:relative;
	float:left;
	font-size:12px;
	color:#666666;


	}
	
	.basket_content_Quantity_input input{ /* Input til Antal */
	width:20px;
	border:1px solid #e2e2e2;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	

.basket_content_ItemPrice_lineEntry{ /* Pris */
	top:5px;
	font-weight:bold;
	width:15%;
	position:relative;
	float:left;
	font-size:12px;
	color:#666666;
	text-align:right;

}
.basket_content_ItemTotalPrice_lineEntry{ /* Total pris */
	top:5px;
	font-weight:bold;
	width:18%;
	position:relative;
	float:left;
	font-size:12px;
	color:#666666;
	text-align:right;

	
	}

.basket_content_ItemTotalPrice_remove{ /* Slet */
	top:5px;
	font-weight:bold;
	width:9%;
	position:relative;
	float:left;
	font-size:10px;
	color:#666666;
	text-align:right;

}

#basket_action{
	text-align:center;
	margin-top:25px;

}
.basket_continueShopping{
	text-align:center;
	font-size:16px;
	background-image:url(/images/continue.jpg);
	border:0px solid #000000;
	width:150px;
	color:#FFFFFF;
	height:31px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;

}
.basket_updateBasket{
	text-align:center;
	border:0px solid #000000;
	background-color:#f7f7f7;
	background-image:url(/images/update.jpg);
	font-size:16px;
	width:150px;
	height:31px;
	color:#666666;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;

}
.basket_next{
	text-align:center;
	border:0px solid #000000;
	color:#FFFFFF;
	width:94px;
	height:20px;
	font-size:10px;
	background-image:url(/images/next.jpg);
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

/* delivery.asp */
#delivery_terms{
	font-size:11px;
}
#delivery_login{ /* LOGIN */	
	position:relative;
}

#delivery_standard{ /* Denne indeholder standard felter */
	width:100%;
	font-size:11px;
}

#delivery_standard input{ /* Denne indeholder standard felter */
	width:200px;
	font-size:11px;
	border:1px solid #999999;
}

#delivery_standard select{ /* Denne indeholder standard felter */
	width:200px;
	font-size:11px;
	border:1px solid #999999;
}

#delivery_standard textarea{
	width:200px;
	font-size:11px;
	border:1px solid #999999;
	height:100px;
	overflow:auto;
	

}

.delivery_inputLine{ /* Denne linie bruges til at holde styr p? tekst + input felter  */
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:1px dashed #e2e2e2;
	overflow:visible;
	width:505px;
	position:relative;
	
}
.delivery_inputLine:hover{
	background-color:#e2e2e2;
}
.delivery_inputLine_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	left:5px;
	position:absolute;
	top:5px;
} /* Teksten */

.delivery_inputLine_longInput{ /* Meget lange tegn */
	left:200px;
	position:absolute;
	top:2px;
}
	.delivery_inputLine_longInput input{
	width:300px;
	border:1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.delivery_inputLine_shortInput{ /* Kort input 4 tal, eks. postnummer */
	left:300px;
	width:40px;
	border:1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
		position:absolute;
}
.delivery_inputLine_mediumInput{ /* Medium input, 8 tal/bogstaver eks. telefon */
	left:300px;
	width:80px;
	border:1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
		position:absolute;
}
.delivery_inputLine_textArea{ /* tekst felt */
	left:300px;
	width:100px;
	border:1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}



.delivery_standard input{
	border:1px solid #f7f7f7;
	font-size:10px;
	position:relative;
	right:0px;
}




#delivery_otherDelivery{ /* Denne indeholder standard felter */
	width:515px;
	font-size:11px;
}

#delivery_otherDelivery input{ /* Denne indeholder standard felter */
	width:200px;
	font-size:11px;
	border:1px solid #999999;
}

#delivery_otherDelivery select{ /* Denne indeholder standard felter */
	width:200px;
	font-size:11px;
	border:1px solid #999999;
}

#delivery_otherDelivery textarea{
	width:200px;
	font-size:11px;
	border:1px solid #999999;
	height:100px;
	overflow:auto;
	

}

#delivery_buttons{
	height:30px;
	text-align:center;
}
.delivery_back{
	text-align:center;
	font-size:10px;
	background-image:url(/images/continue.jpg);
	border:0px solid #000000;
	width:152px;
	color:#FFFFFF;
	height:20px;
	font-weight:bold;

}

.delivery_next{
	text-align:center;
	border:0px solid #000000;
	color:#FFFFFF;
	width:155px;
	height:20px;
	font-size:10px;
	background-image:url(/images/til-betaling.jpg);
	position:absolute;
	right:30px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}


/* ErrorHandler.asp */

#errorLayer{
	width:400px;
	height:350px;
	background-repeat:no-repeat;
	background-image:url(/images/webshop/errorHandler_ErrorLayer.jpg);
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;

}
#errorLayer h1{
	font-size:10px;
	color:#000000;
	margin-top:2px;
	margin-bottom:12px;
}

/* Payement.as? */

#payment_header{
	width:600px;
	border-bottom:1px solid #000000;

}
#payment_header h1{
	font-size:12px;
	float:left;
}

#payment_header h2{
	font-size:12px;
	color:#CCCCCC;
	float:left;

}

#payment_content{
	width:100%;
}

#payment_details{
	width:100%;
}

#payment_details h1{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	margin:0px;
	text-align:left;
}

#payment_details p{
	font-size:11px;
	color:#000000;
	font-weight:normal;
	margin:0px;
	text-align:left;
}

#payment_invoice{
	position:absolute;
	font-size:12px;
	left:115px;
	width:150px;
	color:#666666;
	display:block;
	height:200px;
} 
#payment_invoice h1{
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:10px;
		margin-bottom:10px;
}
#payment_invoice p{
	font-size:12px;
	font-weight:normal;
	margin:0px;

}

#payment_deliveryAddress{
	position:absolute;
	font-size:12px;
	right:60px;
	width:150px;
	color:#666666;
	display:block;
	height:200px;
}
#payment_deliveryAddress h1{
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}
#payment_deliveryAddress p{
	font-size:12px;
	font-weight:normal;
	margin:0px;

}



#payment_types{
	clear:both;
	padding-top:20px;

}
#payment_types input{
	border:0px;
	margin:0px;
	height:12px;
}

#payment_card input{
	width:35px;
	height:18px;
	border:1px solid #000000;
	background-color:#f7f7f7;
	border-collapse:inherit;
	font-size:10px;
	text-align:center;
}

#payment_card select{
	width:45px;
	height:18px;
	border:1px solid #000000;
	background-color:#f7f7f7;
	border-collapse:inherit;
	font-size:10px;
	text-align:center;
	margin:0px;
}

#payment_types h1{

	font-size:10px;
	color:#000000;
	font-weight:bold;
	margin:0px;
	text-align:left;
}

#payment_types img{
	float:left;
}

#payment_card{
display:none;
}

.payment_back{
	text-align:center;
	border:1px solid #000000;
	background-color:#f7f7f7;
	width:100px;
	height:18px;
	font-size:10px;
	margin:5px;

}

.payment_next{
	text-align:center;
	border:1px solid #000000;
	background-color:#f7f7f7;
	width:100px;
	height:18px;
	font-size:10px;
	margin:5px;
}

.btnRegister{
	text-align:center;
	background-image:url(/images/continue.gif);
	width:150px;
	height:30px;
	border:0px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
}

.btnLogIn{
	text-align:center;
	background-image:url(/images/continue.gif);
	width:150px;
	height:30px;
	border:0px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
}

#secure{
	position:relative;
	top:50px;
	width:100%;
}

#secure p{
	font-size:10px;
	text-align:right;
	color:#666666;
	display:block;
}

.securetxt{
	position:absolute;
	top:7px;
	left:0px;
	text-align:right;
	display:block;
}
.secureimage{
	position:absolute;
	top:4px;
	right:0px;
	display:block;
}

/* KNAPPER!!! */
.btnAdd2Basket{
	text-align:center;
	background-image:url(/images/kurv.gif);
	width:140px;
	height:30px;
	border:0px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
}
.btnUpdateBasket{
	text-align:center;
	background-image:url(/images/update.gif);
	width:150px;
	height:30px;
	border:0px;
	font-size:16px;
	color:#777777;
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
}
.btnContinue{
	text-align:center;
	background-image:url(/images/continue.gif);
	width:150px;
	height:30px;
	border:0px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
}
.btnGo2Basket{
	text-align:center;
	background-image:url(/images/action.gif);
	width:150px;
	height:30px;
	border:0px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
}
		/* MENU CLASS - LEFT site */
		
		.shopByHeader{
			font-family:Arial, Helvetica, sans-serif;
			color:#ffffff;
			font-size:11px;
			text-align:right;
		}
		
		
		.shopByType{
			font-family:Arial, Helvetica, sans-serif;
			color:#ffffff;
			font-size:20px;
			text-align:right;
		
		}
		
		#menuSpacer{
			height:10px;
		
		
		}
		
		
		.superStarMenuFooter{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			color:#999999;
			font-size:10px;			
			text-decoration:none;
			text-align:center;
		}
		
		.superStarMenuFooter a:link{
			text-decoration:none;
		}
		
		.superStarMenuFooter a:visited{
			text-decoration:none;
		}
		
		.superStarMenuFooter a:hover{
			text-decoration:underline;
		}
	
		
		.superStarMenu{
			line-height:14px;
			font-size:14px;

		}
	
		
		a.superStarMenu:link {
			color:#f7eeac;
			text-decoration:none;
			margin:0px;
			padding:0px;
			font-size:12px;

		}
		
		a.superStarMenu:visited{
			color:#f7eeac;
			text-decoration:none;
			margin:0px;
			padding:0px;
			font-size:12px;

		}
		
		a.superStarMenu:hover{
			color:#ffffff;
			text-decoration:underline;
			margin:0px;
			padding:0px;
			font-size:12px;

		}
		
		a.superStarMenu:active{
			color:#ffffff;
			text-decoration:underline;
			margin:0px;
			padding:0px;
			font-size:12px;

		}
		
		
		.superStarSubMenu{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#ffffff;
			font-size:10px;
			text-decoration:none;
			height:14px;
			line-height:14px;
			margin:0px;
			padding:0px;
		}
		.superStarSubMenu a:link{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#ffffff;
			font-size:10px;
			text-decoration:none;

		}
		
		.superStarSubMenu a:visited{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#ffffff;
			font-size:10px;
			text-decoration:none;
		}
		.superStarSubMenu a:active{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#ffffff;
			font-size:10px;
			text-decoration:none;
		}
		
		.superStarSubMenu a:hover{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#ffcc66;
			font-size:10px;
			text-decoration:none;
		}
		
		.onMenu{
			font-family:Arial, Helvetica, sans-serif;
			color:#666666;
			font-size:12px;
			text-decoration:underline;
			text-transform:uppercase;


		}
		
		.offMenu{
			font-family:Arial, Helvetica, sans-serif;
			color:#666666;	
			text-decoration:none;
			font-size:12px;	
			text-transform:uppercase;
		}
		
		.onSubMenu{
			font-family:Arial, Helvetica, sans-serif;
			color:#666666;	
			font-size:12px;
			text-decoration:none;		
			text-transform:uppercase;
		}
		
		.offSubMenu{
			font-family:Arial, Helvetica, sans-serif;
			color:#666666;			
			text-decoration:none;
			text-transform:uppercase;
			font-size:12px;			
			}
			
		
/* ShowAccount.asp */
#showAccount_content_tab1 {
	width:100%;
	position:relative;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
#showAccount_content_tab1 h1 {
	font-size:14px;
	color:#666666;
}
#showAccount_content_tab1 p {
	font-size:11px;
	color:#666666;
}
#showAccount_content_tab1 a:link {
	color:#666666;
	text-decoration:underline;
}
#showAccount_content_tab1 a:visited {
	color:#666666;
	text-decoration:underline;
}
#showAccount_content_tab1 a:hover {

	color:#FF9933;
	text-decoration:underline;
}
#showAccount_content_tab1 .txtinput {
	width:256px;
	height:20px;
	background-color:#fafbf6;
	border:1px solid #bbbbbb;
}
/* ShowAccount.asp */
#showAccount_content_tab2 {
	width:100%;
	position:relative;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
#showAccount_content_tab2 h1 {
	font-size:14px;
	color:#666666;
}
#showAccount_content_tab2 p {
	font-size:11px;
	color:#666666;
}
#showAccount_content_tab2 table {
	font-size:11px;
	color:#666666;
}
#showAccount_content_tab2 a:link {
	color:#666666;
	text-decoration:underline;
}
#showAccount_content_tab2 a:visited {
	color:#666666;
	text-decoration:underline;
}
#showAccount_content_tab2 a:hover {
	color:#FF9933;
	text-decoration:underline;
}
#showAccount_content_tab2 .txtinput {
	width:256px;
	height:20px;
	background-color:#fafbf6;
	border:1px solid #bbbbbb;
}
/* Register */
#myAccount {
	width:100%;
	position:relative;
}
#myAccount h1 {
	font-size:14px;
	color:#666666;
}
#myAccount p {
	font-size:11px;
	color:#666666;
}
#myAccount a:link {
	color:#666666;
	text-decoration:underline;
}
#myAccount a:visited {
	color:#666666;
	text-decoration:underline;
}
#myAccount a:hover {
	color:#FF9933;
	text-decoration:underline;
}
#myAccount .txtinput {
	width:256px;
	height:20px;
	background-color:#fafbf6;
	border:1px solid #bbbbbb;
}
#myAccount_coloum_left {
	width:50%;
	position:relative;
	left:0px;
	background-image:url(/images/streg.gif);
	float:left;
}
#myAccount_coloum_right {
	width:50%;
	position:relative;
	right:0px;
	float:left;
}


/* ContactForm */
#contactForm{
	width:100%;
	margin-right:20px;
	position:relative;
	

}
#contactForm p{
	font-size:11px;
}

/* Standard inputs (if no other selected) */ 
.shortTxtInput{
	width:256px;
	height:20px;
	background-color:#fafbf6;
	border:1px solid #bbbbbb;
}
.longTxtInput{
	width:256px;
	height:20px;
	background-color:#fafbf6;
	border:1px solid #bbbbbb;
}

.txtTextArea{
	width:256px;
	font-size:11px;
	border:1px solid #999999;
	height:100px;
	overflow:auto;
}
.select{
	width:200px;
	font-size:11px;
	border:1px solid #999999;
}
.sbtBtn{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	background-image:url(/images/continue.jpg);
	border:0px solid #000000;
	width:150px;
	color:#FFFFFF;
	height:30px;
	font-weight:normal;
	text-transform:uppercase;

}
.stdBtn{
	text-align:center;
	border:0px solid #000000;
	color:#FFFFFF;
	width:155px;
	height:20px;
	font-size:10px;
	background-image:url(/images/til-betaling.jpg);
	font-weight:bold;
	position:absolute;
	right:30px;
	text-transform:uppercase;
}

#checkoutHelp ul{
	margin:0px;
	padding:0px;
	padding-left:25px;
	font-size:11px;
	
	}
#checkoutHelp h4{
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	
	}	
#checkoutHelp a:link{
	color:#003;
	text-decoration:underline;
	
	}
#checkoutHelp a:visited{
	color:#003;
		text-decoration:underline;
	}
#checkoutHelp a:hover{
	color:#333;
		text-decoration:underline;
	}
#checkoutHelp a:active{
	color:#003;
		text-decoration:underline;
	}
	

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
	
.showProduct_description_addtobasket{
	text-align:center;
	background-image:url(/images/kurv.gif);
	width:140px;
	height:30px;
	border:0px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
	text-transform:uppercase;
}

-->
