/* 
	Home Delivery Option Popup
*/
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#reservecollectconfirm
{
  width : 470px;
  background-color:#ffffff;
  border:3px solid #ccc;
  color: #000000;
  height: 275px;
  padding: 10px 10px;
  text-align: left;	
}

#reservecollectconfirm h1
{
	/*background: transparent url(../img/v3_bg_reserve_lightbox_title.gif) left top no-repeat;*/		
	/*background: transparent url(../img/bg_reserve_lightbox_title.gif) left top no-repeat;	*/
	background: transparent url(../img/bg_onshelf_lightbox_title.gif) left top no-repeat;	
	padding: 25px 10px 20px 20px;	
	color: #ffffff;		
}

#reservecollectconfirm label
{
	font-weight: bold;
}

#reservecollectconfirm p
{
	padding-bottom: 5px;	
}

#reservecollectconfirm #randcemail
{
	padding-bottom: 10px;	
}

#reservecollectconfirm .errormessage
{
	color: #CC0000;
	font-weight: bold;
	padding-bottom: 5px;
}

#reservecollectconfirm input#emailaddress
{
	width: 200px;
}

#reservecollectconfirm .buttons
{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;	
	margin: 5px;
}

#simplemodal-container #selectshippingregion .title
{
	font-size: 20px;	
	font-weight: bold;
	padding: 0px 0px 10px 0px; 
	line-height: 110%;
}

#simplemodal-container
{
	height: 280px;
	width: 490px;	
}

#simplemodal-container #selectshippingregion {
  background-color:#ecece4;
  border:3px solid #ccc;
  color: #666666;
  font-size: 14px;
  height: 230px;
  padding: 20px;
  text-align: left;
  width:360px;
}

#simplemodal-container #selectshippingregion input.yes
{
	display: block;
	width: 75px;
	height: 30px;
	border: 0;
	background: transparent url(../img/btn_blank.gif) left top no-repeat;
	float: left;	
	margin: 10px 0px 0px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#simplemodal-container #selectshippingregion input.yes:hover
{
	color: #fff200;
}

#simplemodal-container #selectshippingregion ul
{
	list-style: none;
}

#simplemodal-container #selectshippingregion ul li
{
	padding: 10px 0px 0px 0px;
}

#simplemodal-container #selectshippingregion .postcodeoption
{
	padding: 10px 0 0 0;	
}

#simplemodal-container #selectshippingregion input.yes:hover
{
	background-position: left bottom;	
}

#simplemodal-container #selectshippingregion p
{
	margin: 0px;
	color: #cc0000;
	font-weight: bold;	
}

#simplemodal-container a.cancel
{
	background: transparent url(../img/btn_blank.gif) left top no-repeat;		
	width: 75px;
	height: 25px;
	display: block;
	float: left;
	margin: 10px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;	
	color: #ffffff;
}

#simplemodal-container a.cancel span
{
	/*display: none;	*/
}

#simplemodal-container a.cancel:hover
{
	background-position: left bottom;	
	color: #fff200;	
	text-decoration: underline;
}

p.smalltext
{
	font-size: 0.85em;	
}

img.randcfeature
{
	float: right;	
	padding: 0 0 0 5px;
}

strong.viewBasketWarning
{
	color: Red;
	padding: 0 0 0 10px;
}

div.basket_buttons
{
	clear: both;
	margin: 20px 0 0 0;
}

.stockstatus span
{
	padding-left: 10px;	
}

div.postcodeContainer
{
	float:left;
	width: 320px;
}

div#primaryContent div#mainContent div.postcodeContainer input
{
	width:90px;
}

a.btnPostcoder
{
	float:left;
	outline:none;
}

div.addressPicker, div.noAddressFound
{	
	border-bottom: 1px dashed #000;
	border-top: 1px dashed #000;
	clear:both;
	margin:10px 0;
	padding: 10px 0;
}

div.addressPicker strong, div.noAddressFound strong
{
	display:block;
	padding-bottom: 5px;
}

div.noAddressFound strong
{
	color:#ff0000;
}

div#primaryContent div#mainContent div.addressPicker select
{
	width: auto;
}

