body
{
	margin-top: 			5px;
	margin-bottom: 		0px;
	background-color: 	#F4F4F4;

	line-height: 			150%;	
   font-family: 			Verdana, Arial, Tahoma;
   font-size: 				13px;
   color: 					#3A3A3A;
}

table {
	line-height: 			150%;
   font-family: 			Verdana, Arial, Tahoma;
   font-size: 				13px;
   color: 					#3A3A3A;
}

input, select, textarea, button { 
	font-family: 			Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 				10px; 
	font-weight: 			bold;
}

fieldset {
	padding: 				5;
	background-image: 	url('../images/layout/formBackground.gif');
}

legend { 
	background-color: 	#F4F4F4; 
	padding-left: 			1px;
	padding-right: 		3px;
}

.tool, .tooltext	{ 
	padding-left: 			5px; 
	padding-top: 			5px; 
	padding-right: 		5px; 
	padding-bottom:		5px 
}

.topHeader {
	background-image: 	url('../images/layout/imgTopHeader.png');
	background-repeat: 	no-repeat;
}

.mainContent {
	padding-top: 			10px;
	padding-bottom: 		10px;
}

.loginContent {
	padding-left:			22px;
}

.contentBox {
	background-color: 	White;
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			3px;
	padding-bottom:		3px;
	border-left: 			1px solid #0373C4;
	border-right:			1px solid #0373C4;
	border-top:				1px solid #0373C4;
	border-bottom:			1px solid #0373C4;
}

.categorieLink {
	border: 					0px;
	color:					#000000;
	text-decoration: 		none;
}

.productLink {
	border: 					0px;
	color:					#000000;
	text-decoration: 		none;
}

.categorieLink:hover {
	text-decoration: none;

}

.image {
	border: 						1px solid #DFDFDF;
	padding: 					4px;
	background-color:			#FEFEFC;
}