/*
Print Stylesheet
*/
/*===================================================================================================================*/
/* GLOBAL STYLES */
/*===================================================================================================================*/

#CMS_Access_TextButtons{
	display: none;
}

#CMS_TextOnly{
	display: none;
}

#CMS_Access{
	display: none;
}

#CMS_MainMenu{
	display: none;
}

#CMS_SecondMenu{
	display: none;
}

#CMS_Navigation{
	display: none;
}

#CMS_Column2{
	display: none;
}

#CMS_Footer_Links{
	display: none;
}

#CMS_Footer_TopLink{
	display: none;
}


/*===================================================================================================================*/
/* SHOP PRINT ELEMENTS */
/*===================================================================================================================*/

#CMS_Session{
	display: none;
}

.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: 272px;
}


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

.txtStockWarn {
	color: #FF0000;
}

.txtSale {
	color: #FF0000;
}

.txtOutOfStock {
	color: #FF0000;
}

.txtBoxSave {
	color: #FF0000;
}

/*===================================================================================================================*/
/* BLOG PRINT ELEMENTS */
/*===================================================================================================================*/

#commentform{
	display: none;
}