	/* demask discount shop css 27-5-2005 */
	
	body, td, th, pre
	{ font-family: verdana, tahoma, arial; font-size: 11px; }
	
	th
	{ text-align: left; font-weight: bold; }
	
	html { overflow-y:scroll }
	
	body
	{ background: #000000; margin: 0px; color: white; padding:0px; overflow-y: scroll;
		scrollbar-face-color: black; scrollbar-track-color: black; scrollbar-arrow-color: white;
		scrollbar-highlight-color: black; scrollbar-shadow-color: black; 
		scrollbar-3dlight-color: black; scrollbar-darkshadow-color: black;  
	}

	a
		{ color: white; text-decoration:none}
	a:hover
		{ color:red; }
	a:visited
		{ color:white; }
	a:visited:hover
		{ color:red; }

	.mainHeader
	{
		font-size:42px;
		font-weight:bold;
		letter-spacing:7px;	
	}

	.subHeader
	{
		margin-left:30px;
		font-size:23px;
		font-weight:bold;
		letter-spacing:3px;
	}
	
	.centerTable
	{
		width: 750px;
		height: 100%;
	}

	.centerTable.td 
	{
		vertical-align: middle;
	}

	.itemsTable
	{
		border-top:1px solid gray;
		border-bottom:1px solid gray;
		margin-bottom:7px;
	}

	.itemTable
	{
		border-left:1px solid gray;
		border-right:1px solid gray;
		border-bottom:1px solid gray;
		padding:5px;
		margin-bottom:7px;
	}

	.topPagerCell
	{
		
		padding-left:5px;
		padding-right:5px;
		border-left:1px solid gray;
	}

	.bottomPagerCell
	{
		padding:5px;
		border-left:1px solid gray;
		border-top:1px solid gray;
		border-bottom:1px solid gray;
	}
			
	.salePrice
	{ 
		font-size:14px;
		font-weight:bold;
		color:red;
	}

	/* form elements */
	input, textarea, button, select
		{ border: 1px solid #cecece; font: 10px verdana, tahoma, arial; }
	textarea
		{ overflow: auto; }

	/* main menu */
	.menu { margin:0px;padding:0px }	
	.menu td { margin:0px;padding:0px }	

	table.menu a 
	{ 
		width:150px;
		height:20px;
		display: block;
		position:relative;
		border:0;
/*	padding: 2px 5px;
		margin-right: 1px;*/
		text-indent: 5px;
		border-right:1px solid black;
	} 
	
	div.menu a 
	{
		position:inline;
		color: #333333; 
		background: #ffffff; 
		text-decoration:none; 
		font-size:11px; 
		line-height:20px; 
		font-family: Tahoma, verdana, sans-serif;

	}

	div.menu a:link 
	{
		color: #333333; 
		background: #cfcfcf; 
	}

	div.menu a:active 
	{ 
		color: #000000;
		background: #cfcfcf; 
	}

	div.menu a:visited 
	{
		color: #333333; 
		background: #cfcfcf; 
	}

	div.menu a:hover 
	{
		color: #eeeeee;
		font-weight:bold;
		background: #000000; 

	}

	div.menu 
	( 
		position:absolute;
		top:0px; 
		left:0px;
		right:0px;
		bottom:0px;
	)

	/* menu2 */


.menu2 { width:180px; margin:0px;padding:0px;}
	

.menu2active
	{
		background-color:#EEEEEE; 
		width:180px;
		height:25px;
		font-weight:bold;
		display: block;
		position:relative;
		color:black;
		text-decoration:none; 
		font-size:11px; 
		line-height:25px; 
		font-family: Tahoma, verdana, sans-serif;
		padding: 2px 5px;
		white-space: nowrap;
	}


	
	table.menu2 a 
	{ 
		color:white;
		width:180px; 
		height:25px;
		display: block;
		position:relative;
		border:0;
		white-space: nowrap;
	} 
	
	
	div.menu2 a 
	{
		position:inline;
		text-decoration:none; 
		font-size:11px; 
		line-height:25px; 
		font-family: Tahoma, verdana, sans-serif;
		padding: 2px 5px;
	}

	div.menu2 a:link 
	{
		color:white;
	}

	div.menu2 a:active 
	{ 
		color: white;

	}

	div.menu2 a:visited 
	{
		color:white;
	}

	div.menu2 a:hover 
	{
		color: black;
		font-weight:bold;
		background-color: #D7D7D7; 

	}

	div.menu2 
	( 
		position:absolute;
		top:0; 
		left:0;
		right:0;
		bottom:0;
	)


	/* categorie menu */
/*
	.list-menu 
	{
		width: 225px;
	}

	.list-menu ul 
	{
		margin: 0; 
		padding: 0;
		list-style-type: none;
	} 

	.list-menu li 
	{
		margin: 2px 0 0;
	} 

	.list-menu a 
	{
		display: block;
		width:225px;
		padding: 2px 2px 2px 10px;
		border: 1px solid #000000;
		background: black;
		text-decoration: none; 
		
	} 



	.list-menu a:hover
	{
		border: 1px solid gray;
		background: #333333;
		color: #ffffff;
		font-weight:bold;
	} 

		.cat-nav-active
	{
		background-color:#EEEEEE; 
		color:black; 
		font-weight:bold;
		text-align:right;
		position: relative;
		white-space: nowrap;
		display: block;
		width: 100%;
		height: 25px;
		margin: 0; 
		padding: 0; 
	}
	.cat-nav-active a 
	{
		display: block;
		color: #000000;
		width: 100%;
		height: 25px;
		float: right;
		color: black;
		text-decoration: none;
	}

	.cat-nav-active div 
	{
		
		position: relative;
		right: 15px;
		top: 5px;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
	}

	.cat-nav-active a:visited {color:black;}
	.cat-nav-active a:active {color:black;}
	.cat-nav-active a:link {color:black; }
	.cat-nav-active a:hover {background-color:#D7D7D7; color:black; font-weight:bold;}

	

	.cat-nav
	{ 
		text-align:right;
		color:white;
		position: relative;
		white-space: nowrap;
		display: block;
		width: 100%;
		height: 25px;
		margin: 0; 
		padding: 0; 

	}

	.cat-nav a 
	{

		display:block;
		color: white;
		width: 225px;;
		height: 25px;
		float: right;
		color: black;
		text-decoration: none;
	}

	.cat-nav a:visited {color:white;}
	.cat-nav a:link {color:white; }
	.cat-nav a:hover {background-color:#D7D7D7; color:black; font-weight:bold; width:225;}

	.cat-nav div 
	{
		
		position: inline;
		right: 15px;
		top: 5px;
		margin: 5px;
		padding: 0px;
		cursor: pointer;
	}
*/



