/*HTML ELEMENTS=================================*/
/*==============================================*/

/*==============================================*/
/*==============================================*/


/*PAGE CONFIGURATION AND HACK ELEMENTS==========*/
/*==============================================*/

/*==============================================*/
/*==============================================*/



/*POSITIONAL ELEMENTS===========================*/
/*==============================================*/
.divLocal_basketContainer
{
    background-color: #ffffff !important;
    padding:0px 10px 0 10px;
    font-size:10pt;
    width:940px !important;
    margin-bottom:10px;
}
.divLocal_basketStage
{
    margin-bottom:20px;
}
.divLocal_basketStage div img
{
    padding-left:3px;
}
.btnLocal_remove
{
    background:white url('/images/bertie/buttons/remove.jpg') no-repeat top;
    border:none;
    width:61px;
    height:18px;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn’t like the above */
}

.btnLocal_emptyBasket
{
    background:white url('/images/bertie/buttons/emptybasket.jpg') no-repeat top;
    border:none;
    width:90px !important;
    height:18px !important;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn’t like the above */
}
.btnLocal_buy
{
    background-image:url('/images/bertie/buttons/buy.jpg');
    border:none;
    width:92px;
    height:28px;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn’t like the above */

}
.divGlobal_basketTotal
{
    position:relative;width:98%;height:60px;background-color:#f2eeeb;margin-top:20px;
}

#divLocal_buy
{
	position:relative;float:right;width:350px;margin-top:17px;z-index:999;text-align:right;margin-right:10px;
}

.divLocal_ChgContainer 
{
	position:relative;float:left;width:200px;
}

#divLocal_Change 
{
	margin-left:15px;margin-top:17px;margin-bottom:7px;
}
/*==============================================*/
/*==============================================*/



/*DECORATION ELEMENTS===========================*/
/*==============================================*/
.divLocal_popupInfoContainer
{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	display:none;
	visibility:hidden;
	border:1px solid #8f8274;
	font-size:0.8em;
	line-height:1.4em;
	background-color:#ffffff;
}
.divLocal_popupInfoContainer_scroll
{
	position:absolute;
	top:0px;
	left:0px;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-face-color:#cccccc;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-Color:#cccccc;
}
.divLocal_popupInfoContainer_shadow
{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	display:none;
	visibility:hidden;
	border:1px solid #8f8274;
	background-color:#8f8274;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
}
#divSimpleBilling {
	font-weight:bold;margin-top:10px;color:#907777;line-height:1.5;
}
#editBilling 
{
	style="cursor:pointer;text-decoration:underline;font-weight:bold;color:#907777;"
}
#divSimpleDelivery
{
	font-weight:bold;margin-top:10px;color:#907777;line-height:1.5;
}
/*==============================================*/
/*==============================================*/



/*TEXT FORMATTING ELEMENTS======================*/
/*==============================================*/

/*==============================================*/
/*==============================================*/


/*FORM FORMATTING ELEMENTS======================*/
/*==============================================*/

/*==============================================*/
/*==============================================*/

.divGlobal_paymentLower
{
    margin-top:10px;
    margin-left:20px;
}