#bHead{
	float:left;
	width:230px;
	border-bottom:1px solid #A4A4A4;
	font-weight:bold;
}

#bItem{
	float:left;
	width:130px;
	font-size:11px;
	margin-top:3px;
}
#bQty{
        float:left;
        width:30px;
        font-size:11px;
	margin-top:3px;
}
#bPrice{
        float:left;
        width:60px;
        font-size:11px;
	margin-top:3px;
}

#bItemR{
        float:left;
        width:130px;
        font-size:11px;
        margin-top:3px;
	color:#CC0000;
}
#bQtyR{
        float:left;
        width:30px;
        font-size:11px;
        margin-top:3px;
        color:#CC0000;
}
#bPriceR{
        float:left;
        width:60px;
        font-size:11px;
        margin-top:3px;
        color:#CC0000;
}

#bRemoveX{
	margin-top:6px;
	float:left;
	width:10px;
}


#basket_header{
        width:270px;
        height:50px;
        float:left;
        background:url('../../sections/home/gfx/leftcol-top.jpg');^M
        background-repeat:no-repeat;
}

#basket_content{
        float:left;
        width:270px;
        background:url('../../sections/store/gfx/leftcol-bg.jpg');
}

#basket_footer{
        float:left;
        height:91px;
        width:270px;
        background:url('../../sections/store/gfx/left_method.jpg');
        overflow:hidden;
}

#basket_checkout{
	width:270px;
	height:30px;
	float:left;	
	border-top:2px solid #FFFFFF;;
}

#store_header{
	width:270px;
	height:50px;
	float:left;
	background:url('../../sections/home/gfx/leftcol-top.jpg');
	background-repeat:no-repeat;
}

#store_content{
	float:left;
	width:270px;
	background:url('../../sections/store/gfx/leftcol-bg.jpg');
}

#store_footer{
	float:left;
	height:8px;
	width:270px;
	background:url('../../sections/store/gfx/leftcol-footer.jpg');
	overflow:hidden;	
}

#otherproducts_header{
	width:270px;
	height:8px;
	float:left;
	background:url('../../sections/store/gfx/leftcol-header-slim.jpg');
	background-repeat:no-repeat;
}

#otherproducts_content{
	float:left;
	width:270px;
	background:url('../../sections/store/gfx/leftcol-bg.jpg');
}

#otherproducts_footer{
	float:left;
	height:8px;
	width:270px;
	background:url('../../sections/store/gfx/leftcol-footer.jpg');
	overflow:hidden;	
}



#basketHead{
        float:left;
        width:600px;
        border-bottom:1px solid #A4A4A4;
        font-weight:bold;
}

#basketItem{
        float:left;
        width:300px;
        font-size:11px;
        margin-top:3px;
	height:20px;
}
#basketQty{
        float:left;
        width:100px;
        font-size:11px;
        margin-top:3px;
	height:20px;
}
#basketPrice{
        float:left;
        width:200px;
        font-size:11px;
        margin-top:3px;
	height:20px;
}

#basketItemR{
        float:left;
        width:300px;
        font-size:11px;
        margin-top:3px;
        color:#CC0000;
	height:20px;
}
#basketQtyR{
        float:left;
        width:100px;
        font-size:11px;
        margin-top:3px;
        color:#CC0000;
	height:20px;
}
#basketPriceR{
        float:left;
        width:150px;
        font-size:11px;
        margin-top:3px;
        color:#CC0000;
	height:20px;
}

#basketRemoveX{
        margin-top:6px;
        float:left;
        width:10px;
}

