div#topbasket {
        font-size: 0.8em;
        position: relative;
        top: 20px;
        left: 790px;
        width: 168px;
        height: 85px;
        padding: 0;
        margin: 0;
}

div#topbasketControls, div#topbasketCtrlLeft, div#topbasketCtrlRight
{
        height: 30px;
        position: absolute;        
}

div.topbasketCtrl a {
        border: 0;
        display: block;
        height: 30px;
        }

div#topbasketCtrlLeft {
        width: 75px;
        left: 2px;
        /* background: green; */
}

div#topbasketCtrlRight {
        width: 89px;
        left: 79px;
        /* background: red; */
}


div#topbasketControls {
        border: 0;
        width: 168px;
}

div#topbasketContent {
        top: 25px;
        width: 168px;
        padding-top: 4px;
        padding-left: 8px;
        position: absolute;
}

div#topbasketCheckout {
        top: 70px;
        position: absolute;
        text-align: right;
        width: 155px;
}

div#topbasketContent p {
	/* text-align: center; */
	color: black;
}

p#topbasketItem {
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 2px;
}

p#topbasketEmpty {
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 2px;
}


p#topbasketVat {
	font-size: 10px;
	color: #444444;	
}

.topbasketLink {
	color: black;
}