/* CSS Document */		

		

/*BoxBasket */


.BoxBasket {
    bottom: 106px;
    font-family: 'CABNDWebBold',arial,verdana,sans serif;
    font-size: 12px;
    height: 43px;
    padding: 10px 0 0;
    position: absolute;
    right: 155px;
    text-align:right;
    width:130px;
}

.BoxBasket .basketicon {
    background: url("/v30/localpictures/theme/bl_layout/basket_icon.gif") repeat scroll 0 0 transparent;
    height: 57px;
    width: 64px;
}

.BoxBasket .basketicon a {
    height: 57px;
    width: 64px;
    display:block;	
}

.BskBoxBez {
    display: inline-block;
    width: 65px;
}

.BoxBasket .BasketButton img {
    border: medium none;
}

/* OrderBasket Items */

.BasketItemContainer, .BasketAllCostContainer {
    background: none repeat scroll 0 0 #DADADA;
    border: 1px dashed #8E8E8D;
    margin: 0 0 5px;
    padding: 5px;
}


.BasketCol1 {
width:30px;
}

.BasketCol2 {
margin:0 20px 0 0;
}

.BasketCol3 {
font-size:11px;
}

.BasketCol3 .BasketArticleName {
font-size:12px;
font-weight:bold;
}

.BasketCol3 .BasketModel {
font-size:10px;
margin:2px 0;
}

.BasketCol3 .BasketDeliveryText  {
font-size:11px;
font-weight:bold;
}


.BasketCol4 {
font-size:11px;
}

.BasketCol4 table {
display:inline;
}

.BasketCol4 .BasketValue {
margin:0 0 5px 0;
}

.BasketCol4 .BasketSinglePrice{
font-size:11px;
}	

.BasketCol4 .BasketTotalPrice{
font-size:11px;
}	

.BasketCol4 .BasketFullVat{
font-size:10px;
}

.BasketCol4 .BasketHalfVat{
font-size:10px;
}	

.BasketValue .textfieldContent, #SELECTOR {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000;
    font-size: 12px;
    margin: 0 2px 2px 5px;
    padding: 2px;
    width: 90px !important;;   
}	

#SELECTOR {
width:99% !important;
margin:0;
}

/*Complete Basket  */

.BasketAllTotalPrice  {
font-size: 14px;
font-weight: bold;
margin: 0 0 10px;
text-decoration: underline;
 }	
 
.BasketAllFullVat, .BasketAllHalfVat {
font-size:10px;
}	

.BasketAllShip, .BasketAllPay {
font-weight:bold;
}	

.BasketAllCostContainer {
margin:10px 0 10px 0;
}		


.VoucherForm .textfieldContent {
    background: none repeat scroll 0 0 #DADADA;
    border: 1px dashed #8E8E8D;
    margin: 0 0 0;
    padding: 3px;
    width: 190px !important;
}		

.WkInfoText {
    background: none repeat scroll 0 0 #F2CA92;
    font-size: 11px;
    height: 60px;
    margin: 10px 0 10px 51px;
    overflow-y: auto;
    padding: 10px;
}