﻿div.basketContainerHide
{
	display: none;
}


div.basketContainerShow
{
	width: 894px;
	height: 150px;
	background-image: url(../images/basket_bg.jpg); 
	z-index: 100000; 
	position: absolute; 
	top: 14px; 
	left: 14px;
    /*filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;*/
}

div.basketContainerShowScroll
{
	width: 894px;
	height: 164px;
	overflow-x: hidden;
	overflow-y: auto; 
	background-image: url(../images/basket_bg.jpg);
	z-index: 100000; 
	position: absolute; 
	top: 14px; 
	left: 14px;
    /*filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;*/
    
    scrollbar-arrow-color: White;
    scrollbar-3dlight-color: #828282;
    scrollbar-darkshadow-color: #828282;
    scrollbar-face-color: #828282;
    scrollbar-highlight-color: #828282;
    scrollbar-shadow-color: #828282;
    scrollbar-track-color: Black;	
    
}

div.basketContainerShow td, div.basketContainerShowScroll td
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: LightGrey;
}

div#orderedItems td
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: White;
}

.basketDeleteItemButton, .basketDeleteItemButton:link, .basketDeleteItemButton:hover, .basketDeleteItemButton:active
{
	text-decoration: none;
	color: White;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;	
}

.basketOrderItemsButton, .basketOrderItemsButton:link, .basketOrderItemsButton:hover, .basketOrderItemsButton:active
{
	text-decoration: underline;
	color: White;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;	
}

.bestilButton
{
	display: block;
	width: 89px;
	height: 23px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(../images/bestilbutton.jpg);
	
}

.sletButton
{
	display: block;
	width: 60px;
	height: 16px;
	background-image: url(../images/sletbutton.jpg);
}
