div.containerCategoryContent {
	padding-left:36px;
	padding-right:36px;
	padding-top:62px;
}

div.containerCategorys {
	padding-left:16px;
	padding-right:16px;		
}

div.category {
	width:144px;
	height:210px;
	
	float:left;
	
	padding-left:16px;
	padding-right:16px;
	padding-bottom:14px;

}

/* ################### Kategorieansichten ##################### */
/*																*/
/*						SNAP Artikel							*/
/*																*/
/* ############################################################ */

div.categoryThumbnailSNAP {
	width:147px;
	height:158px;
	
	padding-left:1px;
	padding-top:1px;
	
	background-image:url(/img/screendesign/bg_categorythumbssnap.jpg);
	background-position:0px 0px;
}

div.categoryThumbnailSNAP:hover {
	background-position:0px -159px;
}

/* ################### Kategorieansichten ##################### */
/*																*/
/*							B&C Artikel							*/
/*																*/
/* ############################################################ */


div.categoryThumbnailBANDC {
	width:147px;
	height:158px;
	
	padding-left:1px;
	padding-top:1px;
	
	background-image:url(/img/screendesign/bg_categorythumbsbandc.jpg);
	background-position:0px 0px;
}

div.categoryThumbnailBANDC:hover {
	background-position:0px -159px;
}


/* ################### Kategorieansichten ##################### */
/*																*/
/*							PROMODORO Artikel					*/
/*																*/
/* ############################################################ */


div.categoryThumbnailPROMODORO {
	width:147px;
	height:158px;
	
	padding-left:1px;
	padding-top:1px;
	
	background-image:url(/img/screendesign/bg_categorythumbspromodoro.jpg);
	background-position:0px 0px;
}

div.categoryThumbnailPROMODORO:hover {
	background-position:0px -159px;
}


/* ################### Kategorieansichten ##################### */
/*																*/
/*							Kategorie							*/
/*																*/
/* ############################################################ */

div.categoryThumbnail {
	width:147px;
	height:158px;
	
	padding-left:1px;
	padding-top:1px;
	
	background-image:url(/img/screendesign/bg_categorythumbs.jpg);
	background-position:0px 0px;
}

div.categoryThumbnail:hover {
	background-position:0px -159px;
}

/* ################### Kategorieansichten ##################### */
/*																*/
/*						Restant Kategorie							*/
/*																*/
/* ############################################################ */

div.categoryThumbnailRestant {
	width:146px;
	height:158px;
	
	padding-left:1px;
	padding-top:1px;
	
	background-image:url(/img/screendesign/bg_categorythumbs.jpg);
	background-position:0px 0px;

	border:2px dotted #A22022;
}

div.categoryThumbnailRestant:hover {
	background-position:0px -159px;

	border:2px dotted #A22022;
}

/* ################### Kategorieansichten ##################### */
/*																*/
/*						Restant Artikel SNAP					*/
/*																*/
/* ############################################################ */

div.categoryThumbnailRestantSNAP {
	width:146px;
	height:158px;
	
	padding-left:1px;
	padding-top:1px;
	
	background-image:url(/img/screendesign/bg_categorythumbssnap.jpg);
	background-position:0px 0px;

	border:2px dotted #A22022;
}

div.categoryThumbnailRestantSNAP:hover {
	background-position:0px -159px;

	border:2px dotted #A22022;
}

/* ################### Kategorieansichten ##################### */
/*																*/
/*						Restant Artikel B&C						*/
/*																*/
/* ############################################################ */

div.categoryThumbnailRestantBANDC {
	width:146px;
	height:158px;
	
	padding-left:1px;
	padding-top:1px;
	
	background-image:url(/img/screendesign/bg_categorythumbsbandc.jpg);
	background-position:0px 0px;

	border:2px dotted #A22022;
}

div.categoryThumbnailRestantBANDC:hover {
	background-position:0px -159px;

	border:2px dotted #A22022;
}

/* ################## Kategorieansichten ENDE ################## */

div.containerOrder {
	border:solid 1px #909090;padding:9px;margin-bottom:28px;
}

div.containerOrderConfirmation {
	padding-left:36px;
	padding-right:36px;
	font-size:0.8em;
}

div.containerProductImage {
	width:336px;
	
	padding-right:36px;
	
	float:left;
}

div.containerProductDetails{
	width:330px;
	
	padding-left:36px;
	padding-right:36px;
	padding-top:44px;
	
	float:left;
}

div.containerOrderByColor {	
	padding-left:36px;
	padding-right:36px;
	padding-top:14px;
	padding-bottom:14px;

	background-color:#F5F2EB;
}

div.aplicationAdvice {
	width:180px;
	
	background-color:#F5F2EB;
	
	border:1px #a0a0a0 dotted;
	
	padding:14px;
	
	margin-bottom:28px;
	
	font-size:0.8em;
}

div.messageUserInfo {
	margin-left:36px;
	margin-right:36px;
	margin-top:28px;
	margin-bottom:28px;
	
	border:1px #a0a0a0 dotted;
	
	padding-left:18px;
	padding-right:18px;
	padding-top:14px;
	padding-bottom:14px;
	
	font-size:0.8em;
	color:#000;
}

div.messageError {
	margin-left:36px;
	margin-right:36px;
	margin-top:28px;
	margin-bottom:28px;
	
	border:1px solid #F00;
	
	padding-left:18px;
	padding-right:18px;
	padding-top:14px;
	padding-bottom:14px;
	
	font-size:0.8em;
	color:#F00;
}

div.tipp {
	
	background-color:#F5F2EB;
	
	border:1px #a0a0a0 dotted;
	
	padding:14px;
	
	font-size:0.8em;
}

div.selectColor {
	padding-bottom:14px;
	
	width:162px;
	
	float:left;
	
	font-size:0.6em;
}