/*
	CSS: Basket.css
*/

/*
* Indkøbskurv, Iframe'en:
* NB: Stylese for indholdet af basket,
* findes under mappen indkoebskurv!
*/
body {
	/*scrollbar-arrow-color:gray;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:gray;
	scrollbar-face-color:#FFCF63;
	scrollbar-highlight-color:#EFDFC6;
	scrollbar-shadow-color:#EFDFC6;*/
	
	margin: 0px;
	padding: 5px;
}

div#basketContainer {
	position: absolute;
	top: 25px !important;
	/*right: -15px !important;*/
	left: -270px;
	width: 145px;
	height: 250px;
}
iframe#basket {
	/*border-style: none;*/
	width: 100%;
	height: 100%;
}

div#inkoebskurv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #c1c1c1;
	background-color: #eee;
	
}

div#inkoebskurv_headline {
	padding: 2px;
	background-color: #cbcbcb;
	color: #777;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

div#content {
	/*width: 98%;*/
	/*height: auto !important;*/
	height: 150px;
	/*min-height: 150px !important;*/
	overflow: auto;
}

div.inkoebskurv_obj {
	padding: 2px;
}
div.inkoebskurv_obj {}

a.removeLink {
	background-image: url("../../whois/css/notAvailable.gif");
	background-repeat: no-repeat;
	background-position: left;
	
	padding-top: 6px;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 5px;
	
	width: 15px;
	height: 15px;
	
	vertical-align: middle;
	
	border-style: none;
	text-decoration: none;
}
a.removeLink:link {
	text-decoration: none;
}
a.removeLink:visited {
	text-decoration: none;
}
a.removeLink:hover {
	text-decoration: none;
}

/* hvis der ikke er nogen obj */
div#inkoebskurv_noObj {
	padding: 2px;
	color: #666666;
}

div#inkoebskurv_submit {
	display:inline;
	padding-left: 11px;
	bottom: 10px;
}
div#inkoebskurv_submit button{
	padding-left: 2px;
	padding-right: 4px;
	width: 55px;
	font-size: 11px;
	text-align: center;

}

div#inkoebskurv_deleteAll {
	display:inline;
	margin-bottom: 10px;
}
div#inkoebskurv_deleteAll button{
	padding-left: 4px;
	padding-right: 2px;
	width: 55px;
	font-size: 11px;
	text-align: center;
}

div#inkoebskurv_bottom {
	height: 10px;
}