/*
Text Only Stylesheet
*/
/*===================================================================================================================*/
/* TAG STYLES */
/*===================================================================================================================*/
html {
	font-size: 62.5%;
	color: black;
}


body {
	font-size: 1.6em;
}

/* These specifications should prevent incorrectly font sizes due to inheritance */
table, th, td, li li, li p, td p, blockquote p {font-size:1em}




/*===================================================================================================================*/
/* MAIN LAYOUT ELEMENTS */
/*===================================================================================================================*/



/*===================================================================================================================*/
/* HEADER BLOCK */
/*===================================================================================================================*/



/*-----Accessibility Menu-----*/
#CMS_Access_TextButtons{
	display: none;
}

#CMS_Access_TextOnly{
	display: none;
}



/*-----Top Navigation Bar-----*/



/*===================================================================================================================*/
/* BLOCK 1 - CONTENT */ 
/*===================================================================================================================*/



/*===================================================================================================================*/
/* BLOCK 2 - RIGHT COLUMN - MODULES */
/*===================================================================================================================*/
div.CMS_ModuleIEFix {
	display: none;
	background-color: transparent;
}




/*===================================================================================================================*/
/* BLOCK 3 - LEFT COLUMN - SUB NAV */
/*===================================================================================================================*/



/*===================================================================================================================*/
/* FOOTER BLOCK */
/*===================================================================================================================*/



/*===================================================================================================================*/
/* STYLES REQUIRED BY CMS */
/*===================================================================================================================*/



/*===================================================================================================================*/
/* MISCELLANEOUS STYLES */
/*===================================================================================================================*/

.txtOldPrice {
	text-decoration: line-through;
}

#cartbutton{
	text-align: left;
	padding-top: 6px;
}

#mailinglistbutton{
	text-align: left;
	margin-top: 5px;
}

#shopimage{
	text-align: left;
}

#shopimageextras{
	text-align: left;
}

#addtobasket{
	text-align: left;
}
.txtCartPrice {
	float: right;
}

#ShoppingBasketModule {
	width: 280px;
}


.txtError {
	font-weight: bold;
	color: #FF0000;
}

.txtStockWarn {
	color: #FF0000;
}

.txtSale {
	color: #FF0000;
}

.txtOutOfStock {
	color: #FF0000;
}

.txtBoxSave {
	color: #FF0000;
}
