/* PickUp Button */ 
.ShopStockTable
{
	border: none;
	border-spacing: 0px;
	border: 1px solid #64932D;
}

.ShopStockTable tbody tr:hover
{
	background-color: #64932D;
	color:White;
	cursor : pointer;
}


.jScrollPaneContainer
{
	border: solid 1px #FCB116;
}

.ShopStockTable thead tr:hover
{

}

.PickUpTable
{
	border: 1px solid #0091BD;
	border-spacing: 0px;
}


.PickUpTable tbody tr:hover
{
	background-color: #0091BD;
	color:White;
	cursor : pointer;
}

.Theader
{
	background-color: White;
}

.TBody
{
	margin-top:10px;
	font-size: 11px;
}

.TBody tr
{
	height:11px;
}

.HeaderSpace
{
	height:20px;
}


.PickUpButton
{
	background: url( 'Images/arrow_down_grey_dark.png' ) no-repeat right center;
	height: 31px;
	width: 218px;
	float:left;
	border-bottom: solid 1px #64932D;
	font-size:11px;
	line-height:15px;
}

.PickUpButton:hover
{
	cursor:pointer;
}

.PickUpTableBody
{
	padding-left:10px;
	background-color:White;
}

.PickupSelectionList
{
	display:none;
	background-color:White;
	float:left;
	clear:left;
	position:absolute;
	top:1px;
	left:1px;
}

.PickUpCityThead
{
	padding-left:9px;
	padding-right:9px;
	line-height:20px;
	vertical-align:top;
	text-align:left;
	width:80px;
	/*background: url( 'Images/btn_sort.png') no-repeat center;
	background-position: 55px;*/
}

.PickUpStockInfoThead
{
	vertical-align:top;
	text-align:left;
	line-height:20px;
	padding-right:5px;
	/*background: url( 'Images/btn_sort.png') no-repeat center;
	background-position: 112px;*/
}

.PickupButtonContainer
{
	
}

.PickUpCity
{
	padding-left:9px;
	line-height:20px;
	vertical-align:top;
	text-align:left;
	border:none;
}

.PickUpStockInfo
{
	vertical-align:top;
	text-align:left;
	line-height:20px;
	border:none;
}

.AdamStreet
{
	line-height:20px;
	padding-left:21px;
	background: url( 'Images/hoekje.png') no-repeat left
}

/* Order Button */ 
.OrderButtonContainer
{

}

.OrderButton
{
	/*background: url( 'Images/arrow_down_grey_dark.png' ) no-repeat right center;*/
	background-image:none;
	height: 31px;
	width: 218px;
	border-bottom: solid 1px #0091BD;
	font-size:11px;
	line-height:15px;

}

.OrderButton:hover
{
	cursor:default;
}

.OrderButton span
{
	padding-right:11px;
		cursor:default;
}
.PickupButton span
{
	line-height:16px;
	padding-right:11px;
}

.OrderDateThead
{
	vertical-align:top;
	text-align:left;
	width:198px;
	line-height:20px;
	padding-left:9px;
	padding-right:9px;
}

.OrderSelectionList
{
	display:none;
	background-color:White;
	float:left;
	clear:left;
	position:absolute;
	top:1px;
	left:1px;
}

.OrderDate
{
	padding-left:9px;
	padding-right:9px;
	cursor:pointer;
}

.ButtonsContainer
{
	float: left;
	margin-left:25px;
}

.tbChangeAmount
{
	margin-left:4px;
}



.shopwebradio
{
	float:left;
	min-width:100px;
	*min-width:150px;
}

.shopradio
{
	float:left;
	clear:none;
	width:44px;
	height:20px;
	margin-right:20px;
	
}

.shopradioinput
{
	border: 0px;
}

.webradio
{
	float:left;
	clear:none;
	width:44px;
	height:22px;
}

