/*CSS FOR ADD TO BASKET PAGE
updated: 1 september 2006
*/

/*Check out now - bottom of page float right*/
span.con{
margin:0;
}
/*hide the text and put the image replacement*/
span.con a{
display:block;
background-image:url(../_images/checkoutnow.gif);
background-repeat:no-repeat;
width:116px;
height:29px;
text-indent:-999px;
outline:none;
margin:10px 0 0 0;
}

/*hide the text and put the image replacement*/
span.cs a{
display:block;
background-image: url(../_images/continue_shopping.gif);
background-repeat:no-repeat;
width:141px;
height:29px;
text-indent:-999px;
outline:none;
margin:5px 0 0 0;
}
.clear{
clear:both;
}




/*Buttons in check out process for back and continue */

#content-buttons {
	clear:both;
	width:100%;
	padding-top: 5px;
}

#content-buttons #buttons-backButton,#content-buttons #buttons-continueButton{
	height:auto;
	width:50%;
}

#content-buttons #buttons-continueButton .continueButton-button img, #content-buttons #buttons-backButton .backButton-button img{
	margin-right:5px;
}

#buttons-continueButton .continueButton-label, #buttons-backButton .backButton-label {
	width:auto;
}

#content-buttons #buttons-backButton,
#content-buttons #buttons-backButton .backButton-button,
#content-buttons #buttons-backButton .backButton-label,
#content-buttons #buttons-continueButton .continueButton-button,
#content-buttons #buttons-continueButton .continueButton-label {float:left;}
#content-buttons #buttons-continueButton{
	float:right;
	width:auto;
}

#buttons-continueButton p.continueButton-label a, #buttons-backButton p.backButton-label a,
#buttons-continueButton p.continueButton-label a:hover, #buttons-backButton p.backButton-label a:hover,
#buttons-continueButton p.continueButton-label a:visited, #buttons-backButton p.backButton-label a:visited {
	color: #091453;
	text-decoration: none;
}




/*caledar for delivery*/

#content #content-calendarHolder {
float:left;
margin:20px 0px 16px 0px;
padding:0;
}

#content-calendarHolder .calendarHolder-title {
width:auto;
text-align:left;
padding: 8px 0px 8px 0px;
}

#sub_tble_content p.msg_error{
margin-top:1.5em;
color:#CC0000;
}