.basketTop
{
	background: #FFF url(http://telenor.platekompaniet.no/images/basket/basketbox_top.gif) no-repeat 0 0;
	padding-top:35px;
	width:193px;	
}
.basketTop H1
{
	padding:10px;	
	margin:0px;
	text-align:center;	
	font-size:14px;
}
.basketBottom
{
	background: #FFF url(http://telenor.platekompaniet.no/images/basket/basketbox_bottom.gif) no-repeat 0 0;
	height:72px;
	width:193px;
	overflow:hidden;	
}
.basketBottom H1
{
	font-family: Arial;
	margin:16px 5px 0px 0px;
	padding:0px;
	font-size:11px;
	text-align: right;
	font-weight: bold;	
	letter-spacing:1px;
	color:#404040;
	height:10px;
}
.basketBottom .button 
{
	float:right;
	margin: 21px 4px 0px 0px;
	width:73px;
	height:21px;
	background:url(http://telenor.platekompaniet.no/images/basket/basketbox_button.gif);
	cursor:pointer;
}
.basketBottom .button:hover
{
	background:url(http://telenor.platekompaniet.no/images/basket/basketbox_button2.gif);
}
.basketBottom .buttonInaktiv
{
	float:right;
	margin: 21px 4px 0px 0px;
	width:73px;
	height:21px;
	background:url(http://telenor.platekompaniet.no/images/basket/basketbox_button3.gif);
}
  /**************************/
 /* ITEMS                  */
/**************************/

.basketBoxItem .imageHolder	{ width: 60px; vertical-align:top }
.basketBoxItem .info		{ font-size: 12px;}
.basketBoxItem .title		{ width: 120px;}
.basketBoxItem .artist		{ width: 120px; min-height:35px; font-weight:bold; }
.basketBoxItem .price		{ width: 105px; float:left}

.basketBoxItem .delete
{
	float:left;
	cursor:pointer;
	width:15px;
	height:15px;
	background:url(http://telenor.platekompaniet.no/images/basket/basketbox_remove.gif);
}
.basketBoxItem .image 
{
	height:60px;
	width:60px;
	border:1px solid black;	
}

.underline
{
	border-bottom: 1px solid #CCC;
}