
/* ==================================== */
/*	SHOE DISCOUNT CLASSES				*/
/* ==================================== */


.MainTableFullGradient,
.MainTableTopGradient,
.Weekaanbieding,
.MainTableCollectieKids,.fr_MainTableCollectieKids,.nl_MainTableCollectieKids,
.MainTableCollectieHeren,.fr_MainTableCollectieHeren,.nl_MainTableCollectieHeren,
.MainTableCollectieDames,.fr_MainTableCollectieDames,.nl_MainTableCollectieDames,
.MainTableCollectieSport,.fr_MainTableCollectieSport,.nl_MainTableCollectieSport
{
	padding-left:20px;
	padding-right:20px;
	background-position:center -10px;
	width:975px !important;
}

.Kids,.Heren,.Dames,.Sport
{
	background-position:center -10px;
}

.PageTable 
{
	margin-top:20px;
	width:975px;
	background-color:#FFF;
}

.BottomMenu .link:hover 
{
	text-decoration: underline;
}

.BottomMenu .focused
{
	text-decoration: underline;
}

.WhiteBorder 
{
	width:20px;
	background-color:#FFF;
}












.MainTableFullGradient
{
	background-image :url(images/gradient.gif);
	background-repeat:no-repeat;
	width:935px;
}

.MainTableTopGradient
{
	background-image :url(images/topgradient.gif);
	background-repeat:no-repeat;
	width:935px;
}

.MainTable
{
	width:935px;
}

.TopMenu
{
	text-align:center ;
}

textarea
{
	font-family: Arial ;
	font-weight: normal;
	color: #666666;
}

#LoginDiv
{
	position:relative;
	left:0px;
	top:25px;
	float :left;
	z-index:0;
}

#TaalKeuze
{
	position:relative;
	top:25px;
	float :right;
	z-index:0;
	font-weight:bold;
	font-size :12px;
	color:#999999;
}

#TaalKeuze A
{
	font-weight:bold;
	font-size :10px;
	color:#999999;
}

.TaalKeuzeLink
{
	font-weight:bold;
	color:#999999;
}

.BorderTD
{
	border :1px;
	border-style :solid;
	border-color :#cccccc;
	vertical-align :top;
}

.StandaardTD
{
	padding:5px;
}

.StandaardTDLiveContent
{
	padding:3px;
}

.KaderRood
{
	background-color :#ec0000;
}

.StandaardTD A 
{
	color :#666666;
	font-weight:bold;
	text-decoration:underline !important;
}

.articleTitle 
{
	color :#666666;
	font-weight:bold;
}

.StandaardTD A:visited
{
	color :#666666;
	font-weight:bold;
	text-decoration:underline !important;
}

.DNNForge H1
{
    font-size: 14px;
    font-weight:bold;
    color: #666666;
    margin-bottom:10px;
}



/* ==================================== */
/*	GENERAL CLASSES						*/
/* ==================================== */

html {overflow-y: scroll;} 

Body
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial ;
	font-weight: normal;
	color: #666666;
}

Table
{
	font-size: 14px;
	font-family: Arial ;
	font-weight: normal;
	color: #666666;
}

label
{
	font-size: 14px;
}

img
{
	border:0px;
}
 
A 
{	
	TEXT-DECORATION: none;
	font-size: 14px;
	color:#ec0000;
}

A:link 
{	
	TEXT-DECORATION: none;
}

A:visited 
{	
	TEXT-DECORATION: none;
}

A:hover 
{	
	TEXT-DECORATION: underline;
}

P
{
	border:0px;
	margin :0px;
	padding:0px;
	font-size: 14px;
}

H1
{
	text-transform :uppercase ;
	font-weight :bold ;
	font-size :32px;
	margin :0px;
	padding:0px;
	color:#ec0000;
}

H2
{
	text-transform :uppercase ;
	font-weight :bold ;
	font-size :14px;
	margin :0px;
	padding:0px;
	color:#ec0000;
}

H3
{
	font-weight :bold ;
	font-size :14px;
	margin :0px;
	padding:0px;
	color:#666666;
}
  
 INPUT
 {
	font-size: 14px;
	font-family: Arial ;
	font-weight: normal;
	color: #666666;
 }

/* ==================================== */ 
/* KLASSES GEBRUIKT VOOR DE OPBOUW VAN	*/
/* EEN TREEMENU (VB DE SITEMAP)			*/
/* ==================================== */ 

.TreeMenu_Node
{
    font-family:Arial;
    font-size: 11px;
    font-weight: normal;
    color:#A62A00;
}

.TreeMenu_NodeSelected
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color:#A62A00;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color:#A62A00;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color:#A62A00;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

/* ==================================== */
/* STIJLEN DIE GEBRUIKT WORDEN IN		*/
/* HET BESTANDSBEHEER					*/
/* ==================================== */

.FileManager
{
		border-right: black 1px solid;
		border-top: black 1px solid;
		border-left: black 1px solid;
		border-bottom: black 1px solid;
		height:400px;
}
.FileManager_ToolBar
{
		border-bottom: black 1px solid;
		height:25px;
}
.FileManager_Explorer
{
		height:100%;
		border: dimgray 1px solid;
		background-color: White;
		margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
		height:100%;
		border: dimgray 1px solid;
		background-color: White;
		margin: 2px 2px 2px 2px;
		overflow: auto;
}

.FileManager_MessageBox
{
		text-align: center;
		vertical-align: middle;
		background-color: White;
		padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
		margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #A62A00;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #A62A00;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #A62A00;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ec0000;
}



/* ==================================== */
/* STIJLEN DIE GEBRUIKT  IN DE WIZARD	*/
/* ==================================== */

.Wizard
{
		border-right: black 1px solid;
		border-top: black 1px solid;
		border-left: black 1px solid;
		border-bottom: black 1px solid;
		height:400px;
		width:650px;
}
.WizardButton
{
		border-right: dimgray 1px solid;
		padding-right: 2px;
		border-top: dimgray 1px solid;
		padding-left: 2px;
		padding-bottom: 2px;
		border-left: dimgray 1px solid;
		padding-top: 2px;
		border-bottom: dimgray 1px solid;
		background-color: gainsboro;
}
.WizardHeader
{
		background: #ffffcc;
		border-bottom: black 1px solid;
		height:40px;
}
.WizardFooter
{
		border-top: black 1px solid;
		background: #ccffcc;
		height: 25px;
		text-align: right;
}
.WizardBody
{
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
		height: 325px;
}
.WizardHelp
{
		padding-right: 5px;
		padding-left: 5px;
		font-size: 11px;
		padding-bottom: 5px;
		border-left: black 1px solid;
		width: 180px;
		padding-top: 5px;
		background-color: #ccffff;
}
.WizardHelpText
{
		overflow: auto;
		font-size: 8pt;
		width: 180px;
		color: black;
		font-family: Arial;
		height: 300px;
}
.WizardText
{
		font-size: 11px;
		color: black;
		font-family: Arial;
}



/* ==================================== */
/* STIJLEN DIE TOEGEPAST WORDEN OP		*/
/* HELPTEKSTEN DIE DOOR DE MODULES		*/
/* GETOOND WORDEN						*/
/* ==================================== */

.Help
{
	  border-right: black 1px solid;
	  padding-right: 2px;
	  border-top: black 1px solid;
	  padding-left: 2px;
	  font-weight: normal;
	  font-size: 11px;
	  padding-bottom: 2px;
	  border-left: black 1px solid;
	  color: black;
	  padding-top: 2px;
	  border-bottom: black 1px solid;
	  font-family: Arial;
	  background-color: #ffff99;
}


/* ==================================== */
/* STIJLEN DIE GEBRUIKT WORDEN VOOR HET */
/* OPMAKEN VAN EEN MENU VAN EEN MODULE	*/
/* ENKEL ZICHTBAAR VOOR ADMINISTRATORS	*/
/* ==================================== */

.ModuleTitle_MenuContainer {
		border-bottom: blue 0px solid;
		border-left: blue 0px solid;
		border-top: blue 0px solid;
		border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
		cursor: pointer;
		cursor: hand;
		height:16;
		background-color: Transparent;

}

.ModuleTitle_MenuItem {
		cursor: pointer;
		cursor: hand;
		color: black;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
		border-left: white 0px solid;
		border-bottom: white 1px solid;
		border-top: white 1px solid;
		border-right: white 0px solid;
		background-color: Transparent;
}

.ModuleTitle_MenuIcon {
		cursor: pointer;
		cursor: hand;
		background-color: #EEEEEE;
		border-left: #EEEEEE 1px solid;
		border-bottom: #EEEEEE 1px solid;
		border-top: #EEEEEE 1px solid;
		text-align: center;
		width: 15;
		height: 21;
}

.ModuleTitle_SubMenu {
		z-index: 1000;
		cursor: pointer;
		cursor: hand;
		background-color: #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
		border-bottom: #FFFFFF 0px solid;
		border-left: #FFFFFF 0px solid;
		border-top: #FFFFFF 0px solid;
		border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
		border-bottom: #EEEEEE 1px solid;
		border-left: #EEEEEE 0px solid;
		border-top: #EEEEEE 1px solid;
		border-right: #EEEEEE 0px solid;
		background-color: #EEEEEE;
		height: 1px;
}

.ModuleTitle_MenuItemSel {
		cursor: pointer;
		cursor: hand;
		color: black;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
		background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
		font-family: webdings;
		font-size: 10pt;
		cursor: pointer;
		cursor: hand;
		border-right: #FFFFFF 1px solid;
		border-bottom: #FFFFFF 1px solid;
		border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
		font-family: webdings;
		font-size: 10pt;
		cursor: pointer;
		cursor: hand;
}

.ModuleTitle_MenuItem 
{
	background-color:#ffffff;
	color:#000000;
}


/* ==================================== */
/* STANDAARD CLASSES DNN				 */
/* ==================================== */


/* HET CONTROLEPANEEL VAN DNN, ENKEL ZICHTBAAR VOOR INGELOGDE ADMINS */
.ControlPanel {
    width: 100%;
    height: 65px;
    background-color: #E3E3E3;
    BORDER-BOTTOM: #000000 1px solid;
}

/* DEZE KLASSE WORDT GEBRUIKT OM MODULETITELS OP TE MAKEN */
.Head   
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* DEZE KLASSE WORDT GEBRUIKT OM DE TITELS VAN DE ADMINISTATOR PAGINA'S OP TE MAKEN */
.SubHead    {
    font-size: 14px;
    font-weight:    bold;
    color: #666666;
}

/* DEZE KLASSE WORDT GEBRUIKT OM DE TITELS VAN COMPACTE MODULES ALS QUICKLINKS EN SIGNIN OP TE MAKEN */
.SubSubHead 
{
    font-size: 14px;
    font-weight:    bold;
    color:  #000000;
}

/* DE KLASSE NORMALBOLD STAAT OP ALLE VETTE TEKST DIE OP DE SITE WORDT GEPLAATST VANUIT MODULES */
.NormalBold
{
    font-size: 14px;
    font-weight: bold;
}

/* DE KLASSE NORMALBOLD STAAT OP ALLE FOUTMELDINGEN DIE OP DE SITE WORDT GEPLAATST VANUIT MODULES */
.NormalRed
{
    font-size: 14px;
    color: #ec0000
}

/* DEZE KLASSE WORDT TOEGEPAST OP TEKSTBOXEN OP TE MAKEN DIE OP DE SITE GEPLAATST WORDEN VANUIT MODULES  */
.NormalTextBox
{
    font-weight: normal;
}

/* STIJL DIE GEBRUIKT WORDT OM STANDAARD HTMLKNOPPEN OP TE MAKEN */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	background: #dddddd;
	color: #000000;
	font-family: Arial;
}

.normal 
{
	font-size: 14px;
}




/* ==================================== */
/*	FORMULIER CLASSES					*/
/* ==================================== */

.FormLabel
{
	padding-right :10px;
	padding-left :10px;
	font-size :14px;
}

.FormTextBox
{
	font-size :14px;
}


.FormTableGeneral TD
{
	text-align :left;
}

.FormTable TD
{
	padding-top:10px;
}


/* ==================================== */
/*	SITEMAP CLASSES						*/
/* ==================================== */

.Sitemap_Node
{
	color:#666666;
	padding-right: 10px;
	padding-left: 10px;
	font-weight:bold;
	font-size :12px;
	cursor: hand;
	text-transform :uppercase ;
}

.Sitemap_NodeOver
{
	color:#ec0000;
}

.SitemapTable IMG
{
	border:5px;
	border-style :solid;
	visibility :hidden;
}


/* ==================================== */
/*	STORE LOCATOR CLASSES				*/
/* ==================================== */

.SDWinkelTitel
{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.SDWinkelTitel .first-word
{
	color:#666666;
}

/*	NL	*/

.SDWinkel_NL input
{
	background-color:#f6f6f6;
}

.SDWinkel_NL
{
	padding:10px;
	padding-top :5px;
}

.SDWinkel_NL .SubHead
{
	visibility:collapse;
	visibility:hidden;
	font-size :0px;
}



.SDWinkel_NL TD
{
	text-align :left;
}

.SDWinkel_NL .CommandButton
{
	font-size :0px;
	color:White;
	background-image :url(images/zoeken.gif);
	background-repeat:no-repeat;
	height:26px;
	width :92px;
	display :block;
}

.BristolWinkelPrint .CommandButton
{
	visibility:collapse;
	visibility:hidden;
	font-size :0px;
}

.BristolWinkelPrint .PrintLink
{
	visibility:collapse;
	visibility:hidden;
	font-size :0px;
}

.SDWinkel_NL .storelocator_errors
{
	text-align :left;
	font-style:italic;
}

.SDWinkel_NL .NormalRed
{
	text-align :left;
	font-style:italic;
}

/*	FR	*/

.SDWinkel_FR input
{
	background-color:#f6f6f6;
}

.SDWinkel_FR
{
	padding:10px;
	padding-top :5px;
}

.SDWinkel_FR .SubHead
{
	visibility:collapse;
	visibility:hidden;
	font-size :0px;
}



.SDWinkel_FR TD
{
	text-align :left;
}

.SDWinkel_FR .CommandButton
{
	font-size :0px;
	color:White;
	background-image :url(images/chercher.gif);
	background-repeat:no-repeat;
	height:26px;
	width :92px;
	display :block;
}

.BristolWinkelPrint .CommandButton
{
	visibility:collapse;
	visibility:hidden;
	font-size :0px;
}

.BristolWinkelPrint .PrintLink
{
	visibility:collapse;
	visibility:hidden;
	font-size :0px;
}

.SDWinkel_FR .storelocator_errors
{
	text-align :left;
	font-style:italic;
}

.SDWinkel_FR .NormalRed
{
	text-align :left;
	font-style:italic;
}

.itomni_salespoints_legendtable
{
	margin-top:10px;
}

.itomni_salespoints_legenddescrtd
{
	height:20px;
	padding-left:10px;
	padding-top:5px;
}

.ITOmni_Salespoints_LabelViewTitle
{
height:35px;
}



/* ==================================== */
/*	CATALOGUS DAMES						*/
/* ==================================== */

.MainTableCategoryDames
{
	background-image :url(images/gradient_category_dames.gif);
	background-repeat:no-repeat;
	width:935px;
}

.nl_MainTableCollectieDames
{
	background-image :url(images/nl_gradient_collectie_dames.gif);
	background-repeat:no-repeat;
	width:935px;
}

.fr_MainTableCollectieDames
{
	background-image :url(images/fr_gradient_collectie_dames.gif);
	background-repeat:no-repeat;
	width:935px;
}

.Dames
{
	background-repeat:no-repeat;
	width:935px;
}

.Dames .Category_Box
{
	background-color:#f17fa1;
	padding-top:5px;
	padding-bottom:5px;
	color:White;
}

.Dames .NormalBold
{
	font-size :0px;
	visibility :hidden;
	visibility :collapse;
	height:0px;
	color:white;
}


.Dames .SelectedCategory
{
	width :175px;
	height:30px;
	background-image :url(images/menu_dames_over.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight :bold ;
	color:white;
	text-transform :uppercase;
	padding-top:5px;
	padding-left:5px;
	display :block;
}




/* ==================================== */
/*	CATALOGUS HEREN						*/
/* ==================================== */

.MainTableCategoryHeren
{
	background-image :url(images/gradient_category_heren.gif);
	background-repeat:no-repeat;
	width:935px;
}

.nl_MainTableCollectieHeren
{
	background-image :url(images/nl_gradient_collectie_heren.gif);
	background-repeat:no-repeat;
	width:935px;
}

.fr_MainTableCollectieHeren
{
	background-image :url(images/fr_gradient_collectie_heren.gif);
	background-repeat:no-repeat;
	width:935px;
}

.Heren
{
	background-image :url(images/gradient_heren.gif);
	background-repeat:no-repeat;
	width:935px;
}

.Heren .Category_Box
{
	background-color:#7fbfd5;
	padding-top:5px;
	padding-bottom:5px;
	color:White ;
}

.Heren .NormalBold
{
	font-size :0px;
	visibility :hidden;
	visibility :collapse;
	height:0px;
}

.Heren .SelectedCategory
{
	width :175px;
	height:30px;
	background-image :url(images/menu_heren_over.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight :bold ;
	color:white;
	text-transform :uppercase;
	padding-top:5px;
	padding-left:5px;
	display :block;
}

/* ==================================== */
/*	CATALOGUS KIDS						*/
/* ==================================== */

.MainTableCategoryKids
{
	background-image :url(images/gradient_category_kids.gif);
	background-repeat:no-repeat;
	width:935px;
}

.nl_MainTableCollectieKids
{
	background-image :url(images/nl_gradient_collectie_kids.gif);
	background-repeat:no-repeat;
	width:935px;
}

.fr_MainTableCollectieKids
{
	background-image :url(images/fr_gradient_collectie_kids.gif);
	background-repeat:no-repeat;
	width:935px;
}

.Kids
{
	background-image :url(images/gradient_kids.gif);
	background-repeat:no-repeat;
	width:935px;
}

.Kids .Category_Box
{
	background-color:#e5e97f;
	padding-top:5px;
	padding-bottom:5px;
	color:White;
}

.Kids .NormalBold
{
	font-size :0px;
	visibility :hidden;
	visibility :collapse;
	height:0px;
}

.Kids .SelectedCategory
{
	width :175px;
	height:30px;
	background-image :url(images/menu_kids_over.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight :bold ;
	color:white;
	text-transform :uppercase;
	padding-top:5px;
	padding-left:5px;
	display :block;
}

/* ==================================== */
/*	CATALOGUS SPORT						*/
/* ==================================== */

.MainTableCategorySport
{
	background-image :url(images/gradient_category_sport.gif);
	background-repeat:no-repeat;
	width:935px;
}

.nl_MainTableCollectieSport
{
	background-image :url(images/nl_gradient_collectie_sport.gif);
	background-repeat:no-repeat;
	width:935px;
}

.fr_MainTableCollectieSport
{
	background-image :url(images/fr_gradient_collectie_sport.gif);
	background-repeat:no-repeat;
	width:935px;
}

.Sport
{
	background-image :url(images/gradient_sport.gif);
	background-repeat:no-repeat;
	width:935px;
}

.Sport .Category_Box
{
	background-color:#f8c67f;
	padding-top:5px;
	padding-bottom:5px;
	color:White;
}

.Sport .NormalBold
{
	font-size :0px;
	visibility :hidden;
	visibility :collapse;
	height:0px;
}

.Sport .SelectedCategory
{
	width :175px;
	height:30px;
	background-image :url(images/menu_sport_over.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight :bold ;
	color:white;
	text-transform :uppercase;
	padding-top:5px;
	padding-left:5px;
	display :block;
}

/* ==================================== */
/*	CATALOGUS ALGEMEEN					*/
/* ==================================== */

.Category_Box_Title
{
	font-size:12px;
	font-weight :bold ;
	color:white;
	text-transform :uppercase;
}

.DetailText
{
	padding:10px;
	background-color :White;
}

.Category 
{
	width :175px;
	height:30px;
	background-image :url(images/menu.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight :bold ;
	color:#999999;
	text-transform :uppercase;
	padding-top:5px;
	padding-left:5px;
	margin-left :5px;
	display :block;
}

.menulvl2
{
	margin-left :30px !important;
}



.SelectedCategory
{
	margin-left :5px;
}



.Store-CategoryMenu-Header
{
	height:0px;
	visibility:collapse;
	visibility :hidden;
	font-size :0px;
}

.Store-CategoryMenu-Footer
{
	height:0px;
	visibility:collapse;
	visibility :hidden;
	font-size :0px;
}

.Store-CategoryMenu-EditLink1
{
	height:0px;
	visibility:collapse;
	visibility :hidden;
	font-size :0px;
}

.Store-CategoryMenu-EditLink2
{
	height:0px;
	visibility:collapse;
	visibility :hidden;
	font-size :0px;
}

.Store-CategoryMenu-Entity TD
{
	font-size :0px;
	padding:0px;
}

.Store-CategoryMenu-Item
{
	height:0px;
	visibility:collapse;
	visibility :hidden;
	font-size :0px;
}

.Store-CategoryMenu-Entity A:hover
{
	text-decoration:none;
}

.Store-Menu
{
	background-image :url(images/menu_background.gif);
	background-repeat:repeat-y;
}

.Store-Menu-Top
{
	background-image :url(images/menu_background_top.gif);
	background-repeat:no-repeat;
	height:13px;
}

.Store-Menu-Bottom
{
	background-image :url(images/menu_background_bottom.gif);
	background-repeat:no-repeat;
	height:6px;
}

.Store_CategoryView_SubCategories
{
	visibility :hidden;
}



.Dames .NormalBold
{
	color:white;
}

.Heren .NormalBold
{
	color:white;
}

.Kids .NormalBold
{
	color:white;
}

.Sport .NormalBold
{
	color:white;
}


/* ==================================== */
/*	WEEKAANBIEDING						*/
/* ==================================== */

.WeekaanbiedingDiv
{
	/*position:relative;
	z-index:0;*/
	width:100px;
	height:62px;
	position:relative;
	float :right;
	top:5px;
	right:10px;
}

.WeekaanbiedingNL
{
	background-image :url('../../images/KOOPJE VAN DE WEEK/Logo_Detail_Balk.gif');
	background-repeat:no-repeat;
	width:935px;
}

.WeekaanbiedingFR
{
	background-image :url('../../images/BONNE AFFAIRE DE LA SEMAINE/Logo_Detail_Balk.gif');
	background-repeat:no-repeat;
	width:935px;
}

.WeekaanbiedingNL .Category_Box,
.WeekaanbiedingFR .Category_Box
{
	background-color:#999999;
	padding-top:5px;
	padding-bottom:5px;
	color:White ;
}