/* TOC
		General
		Text
		Links
		Lists
		Formatting
		Navigation
		Layout
		Areas
		Block styles
		Block types
		Block list styles
		Forms
		Paging
		Default node properties
		Types
		Others */

/* Colors
        Light Red           #B5121B
        Dark Red            #6E0209
        Light Grey          #E5E0DA
        Dark Grey           #897763
        White               #FFFFFF
        Black               #000000 */



/* General */

body
{
	background: #E5E0DA url( Images/Body.Background.png );
	color: #333333;
	text-align: center;
}

html,
body,
input,
select,
textarea
{
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

input
{
	overflow: visible;
	width: auto;
}

img { border: 0; }



/* Text */

h2,
h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: normal;
}

h2
{
	color: #6B5D4E;
}

h3
{
	color: #6E0209;
	font-size: 14px;
	margin-bottom: 5px;
}

.Attention
{
   color: #FF0000;
}

	.Attention fieldset
	{
		border:solid 1px #000000;
		padding:8px;
	}

.InfoMessage
{
	color: #008000;
}

.Details
{
	color: #897763;
	display: block;
	font-size: .85em;
}

	p.Details
	{
		margin: .75em 0;
	}

	.Details span
	{
		background: Transparent url( Images/Details.Separator.png ) no-repeat left center;
		padding-left: 8px;
		margin-left: 2px;
	}

		.Details span.First
		{
			background: none;
			padding-left: 0;
			margin-left: 0;
		}

.Small
{
	font-size: .85em;
}




/* Links */

a
{
	color: #B5121B;
	outline: none;
	text-decoration: none;
}

	a:hover
	{
		text-decoration: underline;
	}

	h1 a:hover,
	h2 a:hover,
	h3 a:hover
	{
		text-decoration: none;
	}



/* Lists */

dl,
ol,
ul
{
}

	ul.PageIndex
	{
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;
		padding: .75em 0;
		margin: 1.5em 0;
	}



/* Formatting */

.BorderTop { border-top: 1px solid #E5E0DA; }
.BorderBottom { border-bottom: 1px solid #E5E0DA; }




/* Navigation */

ul.Navigation li { float: left; }
ul.Navigation a { text-decoration: none; }
ul.Navigation a:hover { text-decoration: underline; }



/* Layout */

#Container
{
	background-color: #FFFFFF;
	border: 1px solid #897763;
	margin: 5px auto;
	text-align: left;
	width: 970px;
}

	/* Header */

	#Header
	{
		background-color: #FFFFFF;
		background-position: left 79px;
		background-repeat: no-repeat;
		height: 108px;
		position: relative;
	}
	
		#Header #HeaderLogoLink
		{
			display: inline-block;
			padding: 16px;
		}
		
			#Header #HeaderLogoLink img
			{
			}

		/* Service menu and Search */

		ul.ServiceMenu,
		form.SiteSearch
		{
			position: absolute;
			right: 20px;
			text-align: right;
		}

		/* Service menu */

		ul.ServiceMenu
		{
			font-size: 0.85em;
			top: 20px;
		}
		
			ul.ServiceMenu li
			{
				border-left: solid 1px #B5121B;
				padding-left: 10px;
				margin-left: 10px;
			}

				ul.ServiceMenu li.First
				{
					border-left: none;
					margin-left: 0;
				}

  			ul.ServiceMenu a
			{
				color: #333333;
			}

				ul.ServiceMenu li.Active a,
				ul.ServiceMenu a:hover
				{
					color: #B5121B;
					text-decoration: none;
				}

		/* Search */

		form.SiteSearch
		{
			padding: 3px;
			padding-right: 0px;
			top: 50px;
		}
		
			form.SiteSearch .SearchTextBox
			{
				background: #FFFFFF no-repeat left top;
				padding: 3px 2px;
				margin-right: 5px;
				vertical-align: top;
				width: 195px;
				height: 12px;
				border: solid 1px #897763;
			}
		
			form.SiteSearch .SearchSubmit
			{
			}

		#Header form.SiteSearch
		{
			background: Transparent repeat-x left top;
		}

	/* Main menu */

	#MainMenu
	{
		background: #B5121B url( Images/MainMenu.Background.png ) repeat-x left top;
		height: 68px;
	}

		.MainMenu
		{
			height: 68px;
			overflow: hidden;
			padding-left: 15px;
			position: relative;
		}

			.MainMenu li
			{
				background: Transparent url( Images/MainMenuItem.Background.png ) repeat-y right top;
				padding-right: 2px;
			}

			.MainMenu li.First
			{
				border-left: 1px solid #bbad9e;
			}

			.MainMenu a
			{
				display: block;
				float: left;
				text-align: center;
				text-decoration: none;
			}

			.MainMenu a:hover,
			.MainMenu .Active a
			{
				background: #B5121B url( Images/MainMenuItem.Active.Background.png ) repeat-x left top;
				color: #FFFFFF;
			}

			.MainMenu .SubMenu
			{
				display: none;
				left: 0px;
				top: 38px;
				position: absolute;
			}

			.MainMenu .Active .SubMenu
			{
				display: block;
			}
				
				.MainMenu .SubMenu li
				{
					background: none !important;
					padding-right: 6px;
				}

				.MainMenu .SubMenu li.First
				{
					border-left: none;
					padding-left: 22px;
				}

				.MainMenu .SubMenu a
				{
					background: #EBEBEB url( Images/Li.ReadMore.png ) no-repeat left center !important;
				}

				.MainMenu .SubMenu a,
				.MainMenu .SubMenu .First a
				{
				   padding: 0 15px 0 9px;
				}

	/* Crumb Trail */

	#Path
	{
	   background-color: #FFFFFF;
		margin: 9px 20px 0 19px;
	}
	
		.CrumbTrail
		{
			color: #172d3b;
			font-weight: bold;
			font-size: .85em;
		}

		.CrumbTrail,
		.CrumbTrail a
		{
			color: #FFFFFF;
		}

			.CrumbTrail li
			{
				background: #6E0209 url( Images/PathItem.Background.png ) no-repeat left top;
				height: 18px;
				padding: 1px 6px 0 14px;
			}
			
				.CrumbTrail li a,
				.CrumbTrail li span
				{
					display: inline-block;
				}
				
				.CrumbTrail li span
				{
					margin-top: -1px;
				}

			.CrumbTrail li.First
			{
				background: Transparent url( Images/PathItem.Background.Home.png ) no-repeat left top;
				padding-left: 8px;
			}

			.CrumbTrail li.Last
			{
				background: Transparent url( Images/PathItem.Background.Last.Begin.png ) no-repeat left top;
				padding-right: 0;
			}

				.CrumbTrail li.Last span
				{
					background: Transparent url( Images/PathItem.Background.Last.End.png ) no-repeat right top;
					padding: 1px 14px 5px 0;
				}

			/* Homepage (1 crumb) */
			.CrumbTrail li.First.Last
			{
				background: Transparent url( Images/PathItem.Background.Home.png ) no-repeat left top;
			}

			.CrumbTrail li.First.Last a
			{
				background: Transparent url( Images/PathItem.Background.Home.End.png ) no-repeat right top;
				margin-top: -1px;
				padding: 1px 14px 5px 0;
			}

	/* User status */

   div.UserStatus
   {
      font-size: 0.85em;
      float: right;
      padding: 2px 0;
   }
   


	/* Content */

	#Content
	{
		min-height: 400px;
		padding: 20px 20px 10px;
	}

		.Instruction
		{
			display: block;
			padding: .5em 1em;
			margin-bottom: 1.5em;
			border: 2px solid #FC6;
			background: #FF9;
			clear: both;
			color: #931;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}



	/* Footer */

	#Footer
	{
		color: #B5121B;
		font-size: 0.85em;
		padding: 0 20px;
	}
	
		#Footer a
		{
			color: #B5121B;
			text-decoration: none;
		}

		#Footer a:hover
		{
			text-decoration: underline;
		}

		#Footer .FooterLogo,
		#Footer .FooterNavigation,
		#Footer .OtherMagazines
		{
			border-top: 1px solid #B5121B;
			float: left;
		}

		#Footer .FooterLogo
		{
			padding: 15px 20px 20px 0;
			width: 53px;
 		}

		#Footer .FooterNavigation
		{
			padding: 10px 0;
			width: 597px;
		}

			#Footer ul.FooterMenu
			{
				height: 1em;
				margin-bottom: 1em;
			}
			
				#Footer ul.FooterMenu li
				{
					margin-right: 1em;
				}

		#Footer .Liones,
		#Footer .Liones a
		{
			color: #897763;
		}
		
		#Footer .OtherMagazines
		{
			padding: 10px;
			width: 240px;
		}

			#Footer .OtherMagazines p
			{
				font-weight: bold;
			}

				#Footer ul.ProductMenu
				{
					line-height: 1.4em;
					list-style: disc;
					margin-left: 1.5em;
				}

				#Footer ul.ProductMenu li
				{
					float: none;
				}



/* Areas */

#AreaDefinition
{
}

	/* One Column */
	
	#AreaDefinition.OneColumn .Area.PrimaryContent
	{
	}

	/* Two Columns */

	#AreaDefinition.TwoColumns .Area.PrimaryContent
	{
		float: left;
		width: 450px;
	}

	#AreaDefinition.TwoColumns .Area.SecondaryContent
	{
		float: right;
		width: 450px;
	}

	/* Two Columns Left */

	#AreaDefinition.TwoColumnsLeft .Area.PrimaryContent
	{
		float: left;
		width: 564px;
	}

	#AreaDefinition.TwoColumnsLeft .Area.SecondaryContent
	{
		float: right;
		width: 336px;
	}

	/* Two Columns Right */

	#AreaDefinition.TwoColumnsRight .Area.PrimaryContent
	{
		float: right;
		width: 564px;
	}

	#AreaDefinition.TwoColumnsRight .Area.SecondaryContent
	{
		float: left;
		width: 336px;
	}

	/* Three Columns */

	#AreaDefinition.ThreeColumns .Area.PrimaryContent,
	#AreaDefinition.ThreeColumns .Area.SecondaryContent,
	#AreaDefinition.ThreeColumns .Area.TertiaryContent
	{
		float: left;
		width: 290px;
	}

	#AreaDefinition.ThreeColumns .Area.PrimaryContent,
	#AreaDefinition.ThreeColumns .Area.SecondaryContent
	{
		margin-right: 30px;
	}

	/* Three Columns Left */

	#AreaDefinition.ThreeColumnsLeft .Area
	{
		float: left;
	}

	#AreaDefinition.ThreeColumnsLeft .Area.PrimaryContent
	{
		width: 402px;
	}

	#AreaDefinition.ThreeColumnsLeft .Area.PrimaryContent,
	#AreaDefinition.ThreeColumnsLeft .Area.SecondaryContent
	{
		margin-right: 30px;
	}

	#AreaDefinition.ThreeColumnsLeft .Area.SecondaryContent,
	#AreaDefinition.ThreeColumnsLeft .Area.TertiaryContent
	{
		width: 234px;
	}

	/* Three Columns Right */

	#AreaDefinition.ThreeColumnsRight .Area.PrimaryContent
	{
		float: right;
		width: 402px;
	}

	#AreaDefinition.ThreeColumnsRight .Area.SecondaryContent,
	#AreaDefinition.ThreeColumnsRight .Area.TertiaryContent
	{
		float: left;
		margin-right: 30px;
		width: 234px;
	}

	/* Three Columns Skyscraper */

	#AreaDefinition.ThreeColumnsSkyscraper .Area.PrimaryContent,
	#AreaDefinition.ThreeColumnsSkyscraper .Area.SecondaryContent
	{
		float: left;
		margin-right: 30px;
	}

	#AreaDefinition.ThreeColumnsSkyscraper .Area.PrimaryContent
	{
		width: 414px;
	}

	#AreaDefinition.ThreeColumnsSkyscraper .Area.SecondaryContent
	{
		width: 336px;
	}


	#AreaDefinition.ThreeColumnsSkyscraper .Area.TertiaryContent
	{
		float: left;
		width: 120px;
	}

	/* Homepage */

	#AreaDefinition.Homepage .AreaContainer
	{
		float: left;
		width: 640px;
	}

	#AreaDefinition.Homepage .Area.PrimaryContent
	{
	}
	
	#AreaDefinition.Homepage .Area.SecondaryContent
	{
		float: right;
		width: 260px;
	}

	#AreaDefinition.Homepage .Area.TertiaryContent
	{
		float: left;
		width: 350px;
	}
	
	#AreaDefinition.Homepage .Area.QuartaryContent
	{
		float: right;
		width: 260px;
	}

	.Area
	{
		line-height: 1.5em;
	}



/* Blocks styles */

.Block
{
	border-bottom: 1px solid #6E0209;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 15px;
}

	.Block.FloatRight
	{
		margin: 0 0 10px 15px;
		width: 188px;
	}

	.Block.Last,
	.Block.Tabs
	{
		border-bottom: none;
		padding-bottom: 0;
	}

	.Block input,
	.Block select,
	.Block textarea
	{
		background-color: #FFFFFF;
	}

	/* RSS Icon */

	.Block a.RssFeedIcon
	{
		position: relative;
		float: right;
	}
	
		.Block a.RssFeedIcon img
		{
			position: absolute;
			right: 6px;
			top: 6px;
		}

	/* Content */

	.Block .Content
	{
	}

		.Block.Highlight .Content,
		.Block.Inverse .Content,
		.Block.Poll .Content
		{
			background: none;
		}

	/* Highlight */

	.Block.Highlight
	{
		background-color: #E5E0DA;
      border-bottom: 0;
		padding: 10px;
	}

		.Block.Highlight .Body
		{
			padding-left: 16px;
		}

		.Block.Highlight .List li img.ImageContainer
		{
			border-color: #B5121B;
		}

	/* Inverse */
	
	.Block.Inverse
	{
		background: #897763 repeat center top;
      border-bottom: 0;
		color: #FFFFFF;
		padding: 10px;
	}

		.Block.Inverse .Body
		{
			padding-left: 16px;
		}

		.Block.Inverse a,
		.Block.Inverse .List
		{
			color: #B5121B;
		}

		.Block.Inverse .Paging
		{
			color: #FFFFFF;
		}

			.Block.Inverse .Paging a
			{
				color: #E5E0DA;
			}

		.Block.Inverse .List
		{
		}

			.Block.Inverse .List a
			{
				background-image: url( Images/Li.Inverse.png );
				color: #FFFFFF;
			}

				.Block.Inverse .List a:hover,
				.Block.Inverse .List a:hover span
				{
				    background-image: url( Images/Li.Inverse.Hover.png );
					color: #E5E0DA;
				}

			.Block.Inverse .List img.ImageContainer
			{
				background-color: #FDD8ED;
				border-color: #A8015C;
			}

		.Block.Inverse .ReadMore a
		{
			background-image: url( Images/Li.ReadMore.Inverse.png );
		}

		.Block.Inverse .Body a
		{
			color: #FFFFFF;
			text-decoration: underline;
		}

			.Block.Inverse .Body a:hover
			{
				color: #E5E0DA;
			}

		.Block.Inverse input,
		.Block.Inverse select,
		.Block.Inverse textarea
		{
			background-color: #DCEBF5;
		}

/* Block types */

   /* Ad Slot */
   
   .Block.AdSlot
   {
      border-bottom: 0;
      padding: 0;
   }

      .Block.AdSlot.Highlight .Content,
      .Block.AdSlot.Inverse .Content
      {
         padding: 5px 0;
      }

		.Block.AdSlot div div div
		{
			margin-bottom: 15px;
		}

	/* Carousel */
	
	.Block.Carousel
	{
		background-color: Transparent;
		border: 0;
		line-height: normal;
		padding: 0;
	}
    
		.Block.Carousel .Content
		{
			padding: 10px 0 15px;
		}

		/* List */

		.Block.Carousel ul
		{
			border-top: none !important;
			font-weight: bold;
			list-style: none !important;
			height: 240px;
			margin-left: 370px;
			position: relative;
		}

			.Block.Carousel ul li
			{
				background-color: #E5E0DA;
				border-bottom: 2px solid #FFFFFF !important;
				padding-left: 0;
			}

				.Block.Carousel ul li a.CarouselItemLink
				{
					background: Transparent url( Images/Li.Carousel.png ) no-repeat 6px 14px;
					color: #897763;
					display: block;
					padding-bottom: 8px !important;
					padding-left: 20px;
					padding-right: 4px;
					padding-top: 8px !important;
					text-decoration: none;
				}

			/* Active list item */

			.Block.Carousel ul li.Active 
			{
				background-color: #897763;
			}

				.Block.Carousel ul li.Active a.CarouselItemLink
				{
					background: Transparent url( Images/Li.Carousel.Hover.png ) no-repeat 6px 14px !important;
					color: #FFF !important;
				}

		/* Image */

		.Block.Carousel ul li div.Image
		{
			display: none;
			height: 240px;
			left: -370px;
			overflow: hidden;
			position: absolute;
			top: 0;
			width: 360px;
		}

		.Block.Carousel ul li.Active div.Image
		{
			display: block;
		}

			.Block.Carousel ul li a.CarouselImageLink
			{
				display: block;
			}

			.Block.Carousel ul li div.Image a
			{
				padding: 0 !important;
			}

		/* Image caption */

		.Block.Carousel ul li div.Caption
		{
			background-color: #FFFFFF;
			bottom: 0;
			filter: alpha( opacity=75 );
			font-weight: normal;
			opacity: 0.75;
			margin: 5px;
			position: absolute;
		}

			.Block.Carousel ul li div.Caption a
			{
				background: none;
				color: #000000;
				filter: alpha( opacity=100 );
				opacity: 1;
				padding: 5px !important;
			}

	/* Editorial */

	.Block.Editorial
	{
	}

	/* Google Ad */

	.Block.Ad
	{
		padding-bottom: 0;
	}

   /* Person */
   
   .Block.Person
   {
   }
   
      .Block.Person .Content fieldset
      {
         float: left;
         margin: 0 1.99% 1.5em 0;
         width: 48%;
      }

      .Block.Person .Content fieldset legend
      {
         font-weight: bold;
      }

	/* Poll */
	
	.Block.Poll
	{
	}
	
		.Block.Poll form p
		{
			margin: 2px 0;
		}

			.Block.Poll form .Radio
			{
				vertical-align: middle;
			}

			.Block.Poll form input.Radio
			{
				margin: 0 5px;
			}

		.Block.Poll .ReadMore a
		{
			background-image: url( Images/Li.ReadMore.png );
			background-repeat: no-repeat;
			background-position: 2px center;
		}

	/* Shopping cart */
	
	.Block.ShoppingCart .ShoppingCartTable
	{
		border-collapse: collapse;
		margin-bottom: 1.5em;
	}

	   .Block.ShoppingCart .ShoppingCartTable tr
	   {
		   vertical-align: top;
	   }

	   .Block.ShoppingCart .ShoppingCartTable td.OrderLineProductAction
	   {
	      padding-left: 8px;
         vertical-align: middle;
	   }

	   .Block.ShoppingCart .ShoppingCartTable hr.OrderLineSeparator
	   {
	      margin: 4px 0;
	   }
 
      .Block.ShoppingCart .ShoppingCartTable select.Quantity
      {
         text-align: center;
         width: 50px;
      }

      .Block.ShoppingCart .ShoppingCartTable select.Quantity option
      {
         text-align:center;
         padding-right: 14px;
      }

      .Block.ShoppingCart .ShoppingCartTable td.SelectMethod label
      {
         display: block;
      }

   /* Tabs */
   
   .Block.Tabs
   {
      position: relative;
   }
   
      .Block.Tabs ul.Tabs
      {
      	height: 28px;
      	overflow: hidden;
      }
      
         .Block.Tabs ul.Tabs li.Tab
         {
            display: block;
            float: left;
            list-style: none;
            margin-right: 2px;
         }
      
            .Block.Tabs ul.Tabs li.Tab a.Tab
            {
               background: #6E0209 url( Images/Block.Tabs.Tab.Background.png ) repeat-x left bottom;
               color: #FFFFFF;
               display: block;
               text-decoration: none;
            }
            
            .Block.Tabs ul.Tabs li.Tab a.Tab:hover
            {
            }
            
            .Block.Tabs ul.Tabs li.Tab.Active a.Tab
            {
               background: #B5121B url( Images/Block.Tabs.Tab.Background.Active.png ) repeat-x left bottom;
               color: #FFFFFF;
               font-weight: bold;
            }

		.Block.Tabs .Content
		{
			border: 1px solid #6E0209;
			padding: 5px;
		}
		
			.Block.Tabs .Content .Description
			{
				margin-bottom: .75em;
			}

		.Block.Tabs .List a
		{
			background-image: url( Images/Li.Block.Tabs.png );
		}

      .Block.Tabs .List
      {
         clear: left;
      }



/* Block list styles */

.Block ol
{
	list-style-type: decimal;
}

	.Block .List a
	{
		background-image: url( Images/Li.png );
		background-repeat: no-repeat;
		background-position: 6px 12px;
		padding-left: 20px;
	}

	.Block .List a:hover
	{
		background-image: url( Images/Li.Hover.png );
		color: #6E0209;
	}

	.Block .List a:hover span
	{
		color: #6E0209;
	}

	/* Default */
	
	.Block .List
	{
		border-top-style: solid;
		border-width: 0px;
	}

		.Block .List li
		{
			border-bottom-style: dotted;
			border-width: 0px;
			clear: both;
		}

			.Block .List li.Last
			{
				border-bottom-style: solid;
			}

			.Block .List img.ImageContainer
			{
				background-color: #FFFFFF;
				border-color: #B3CED6;
				border-style: solid;
				border-width: 1px;
				float: right;
				padding: 2px;
				margin: 0 0 5px 5px;
			}

		.Block .List a
		{
			color: #333333;
			padding-bottom: 3px;
			padding-top: 3px;
		}

		.Block .List.ShoppingCartTable a
		{
			padding-bottom: 0;
			padding-top: 0;
		}

			.Block .ReadMore a
			{
				color: #B5121B;
			}

			.Block .ReadMore a:hover
			{
				text-decoration: underline;
			}

			.Block.Poll .ReadMore
			{
			}



	/* Light Medium Heavy */

	.Block .List.Heavy,
	.Block .List.Heavy li,
	.Block .List.Light,
	.Block .List.Light li,
	.Block .List.Medium,
	.Block .List.Medium li,
	.Block .List.White,
	.Block .List.White li
	{
		border-width: 1px;
	}

	.Block .List.Heavy a,
	.Block .List.Light a,
	.Block .List.Medium a,
	.Block .List.White a
	{
		background-position: 6px 15px;
		cursor: pointer; /* IE */
		padding-bottom: 6px;
		padding-top: 6px;
	}

	.Block .List.Heavy,
	.Block .List.Heavy li
	{
		border-color: #6E0209;
	}

	.Block .List.Light,
	.Block .List.Light li
	{
		border-color: #E5E0DA;
	}

	.Block .List.Medium,
	.Block .List.Medium li
	{
		border-color: #B5121B;
	}

	.Block .List.White,
	.Block .List.White li
	{
		border-color: #FFFFFF;
	}

	/* Links */
	
	.Block .List a,
	.Block .ReadMore a
	{
		display: block;
		text-decoration: none;
	}

	/* Read more */

	.Block .ReadMore
	{
		margin-top: 10px;
	}

		.Block .ReadMore a
		{
			background: Transparent url( Images/Li.ReadMore.png ) no-repeat 8px center;
			padding-left: 20px;
		}



/* Forms */

form.Frontoffice
{
}

	form.Frontoffice td
	{
		padding: 2px 0;
	}

   /* Fields */

	form.Frontoffice input,
	form.Frontoffice select,
	form.Frontoffice textarea
	{
		border: 1px solid #B3CED6;
		color: #0079A6;
	}

	form.Frontoffice input,
	form.Frontoffice textarea
	{
		padding: 2px;
	}

	form.Frontoffice input.Checkbox,
	form.Frontoffice input.Radio
	{
		background: none;
		border-width: 0;
	}

	form.Frontoffice label.Radio:hover
	{
		text-decoration: underline;
	}

   /* Button container */

	form.Frontoffice .ButtonContainer
	{
		background: url( Images/ButtonContainer.Reset.png ) no-repeat left top;
		height: 24px;
		padding-left: 4px;
	}

		form.Frontoffice .ButtonContainer input
		{
			background: url( Images/ButtonContainer.Reset.png ) repeat-x right top;
			border: none;
			color: #666666;
			cursor: pointer;
			font-weight: bold;
			overflow: visible;
			padding: 3px 20px 5px 16px;
			width: auto;
		}

	form.Frontoffice .ButtonContainer.Submit
	{
		background: url( Images/ButtonContainer.Submit.png ) no-repeat left top;
   }

		form.Frontoffice .ButtonContainer.Submit input
		{
			background: url( Images/ButtonContainer.Submit.png ) repeat-x right top;
         color: #B5121B;
      }

	form.Frontoffice div.ButtonContainer.Submit.Hover
	{
		background: url( Images/ButtonContainer.Submit.Hover.png ) no-repeat left top;
   }

		form.Frontoffice div.ButtonContainer.Submit.Hover input
		{
			background: url( Images/ButtonContainer.Submit.Hover.png ) no-repeat right top;
			color: #FFFFFF;
		}

	/* Custom fields */
	
	tr#FieldContainer-SubscribeToMailing td,
	tr#FieldContainer-Captcha td
	{
		padding-top: .75em;
	}

	.lynkx-captcha
	{
		float: left;
		margin: 3px 5px 3px 0 !important;
	}
	

/* Paging */

.Paging
{
	color: #897763;
	height: 19px; /* IE */
	font-size: .85em;
}

	.Paging .Result
	{
		float: left;
	}

		.Paging .Result .PageNumber
		{
			font-weight: bold;
		}

	.Paging .Control
	{
		float: right;
		text-align: right;
	}

		.Paging .Control .PageLink.Current
		{
			font-weight: bold;
		}
	
	.Paging a
	{
		color: #897763;
		text-decoration: none;
	}

		.Paging a:hover
		{
			text-decoration: underline;
		}




/* Default node properties */

.Body
{
	margin-bottom: 1.5em;
}

	.Body dl,
	.Body ol,
	.Body ul
	{
		padding-left: 2.5em;
	}

		.Block.Inverse .Body dl,
		.Block.Highlight .Body dl,
		.Block.Inverse .Body ol,
		.Block.Highlight .Body ol,
		.Block.Inverse .Body ul,
		.Block.Highlight .Body ul
		{
			padding-left: 16px;
		}

	.Body ul
	{
		list-style-type: square;
	}

	.Body ul li
	{
		background: none;
		padding-left: 0;
	}

	.Block .Body
	{
		margin-bottom: 0;
	}

.Description
{
	margin-bottom: 1.5em;
}

.Footer
{
	margin-top: 1.5em;
}

span.PublicationDate
{
	color: #B5121B;
	font-size: .85em;
	font-weight: normal;
}

	.Block.Inverse span.PublicationDate
	{
		color: #E5E0DA;
	}

.Subtitle
{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1.5em;
}



/* Node image container */

.ImageContainer
{
	border: solid 1px #E5E0DA;
	padding: 2px;
	margin-bottom: 6px;
}

.ImageContainer,
.ImageContainer a
{
	color: #897763;
	text-decoration: none;
}

	.ImageContainer p
	{
		font-size: .85em;
		line-height: 1.5em;
		padding-left: 2px;
	}

	.ImageContainer.FloatLeft
	{
		margin-right: 15px;
	}

	.ImageContainer.FloatRight
	{
		margin-left: 15px;
	}



/* Type: Article */

ul.Articles
{
}

	ul.Articles li
	{
	}

		ul.Articles li .PublicationDate
		{
			color: #B5121B;
			display: inline;
			margin-right: 1em;
		}

		ul.Articles li .Description
		{
			display: inline;
		}

		ul.Articles li .Themes,
		.Themes
		{
			color: #897763;
			font-size: .85em;
		}



/* Type: Event */

.Block.Event .Details
{
}

	.Block.Event .Details p
	{
		clear: left;
	}

		.Block.Event .Details p span
		{
			display: inline-block;
			width: 80px;
		}



/* Type: FAQ */

.FaqCategory
{
	margin-bottom: 1.5em;
}

	.FaqCategory dt
	{
		margin-bottom: .5em;
	}

	.FaqCategory dd
	{
		margin: 0 .5em 1em;
	}



/* Type: Form */

.Block.Form .Icon.Excel
{
	background: url( ../../Types/Form/Images/Icon.Excel.gif ) no-repeat left bottom;
	display: block;
	font-size: .85em;
	padding-left: 20px;
	line-height: 16px;
}

/* Type: Google Ad */

.Block.Ad
{
	padding-left: 0px;
	padding-right: 0px;
}



/* Type: Product */

.Block.Product table.ProductDetails
{
	color: #60818D;
	font-size: .85em;
}

	.Block.Product table.ProductDetails th
	{
		width: 125px;
	}

.Block.Products .Price
{
	font-weight: bold;
}

.Block.Products .List .Price
{
	margin-top: .75em;
	display: block;
}



/* Type: SearchForm */

.Block.SearchForm form
{
}

	.Block.SearchForm .SearchTextBox
	{
		margin-top: 3px;
		padding-bottom: 4px;
		vertical-align: top;
		width: 196px;
	}
	
	.Block.SearchForm .SearchSelectBox
	{
		margin-top: 3px;
		vertical-align: top;
		padding: 2px;
	}

	.Block.SearchForm .SearchSubmit
	{
		margin-top: 4px;
		border: none;
		padding: 0px;
		vertical-align: top;
	}



/* Type: Service */

.Block.Services
{
}

	.Block.Services label
	{
		float: left;
		margin-top: 5px;
		width: 49.9%;
	}

	.Block.Services label input
	{
		position: relative;
		top: 2px;
	}



/* Type: Sitemap */

#MainContent #SitemapList
{
	line-height: 1.5em;
}

#MainContent #SitemapList
{
	margin: 1em 0 1em 1.2em;
	padding: 0;
}

	#MainContent #SitemapList .SitemapIcon
	{ 
		vertical-align: middle; 
		margin-left: 18px;
	}

	#MainContent #SitemapList span.SitemapNodeWithChildren
	{
		font-weight: bold;
	}

#MainContent #SitemapList ul
{
	margin-left: 1.5em;
}



/* Type: Store */

.Block.Stores
{
}

	/* Layout */

	.Block.Stores .ByQuery,
	.Block.Stores .ByLetter,
	.Block.Stores .ByType
	{
		clear: left;
	}

	.Block.Stores .Label,
	.Block.Stores .SearchField
	{
		float: left;
		margin-bottom: .75em;
	}

	.Block.Stores .Label
	{
		width: 150px;
	}

	.Block.Stores .SearchField
	{
		width: 260px;
	}

	/* By letter */

	.Block.Stores a.Letter
	{
		display: inline-block;
		line-height: 16px;
		text-align: center;
		width: 20px;
	}

		.Block.Stores a.Letter:hover,
		.Block.Stores a.Letter.Selected
		{
			background-color: #0079A6;
			color: #FFFFFF;
			text-decoration: none;
		}

			.Block.Stores a.Letter.Selected:hover
			{
				text-decoration: underline;
			}

	/* By type */

	.Block.Stores .ByType .SearchField
	{
		padding: 2px;
		width: 266px;
	}
	
	/* Submit */

	.Block.Stores .SearchSubmit
	{
		margin-left: 150px;
		padding: 0;
	}

	/* Result */

		.Block.Store dl.StoreDetails,
		.Block.Stores dl.StoreDetails
		{
			padding-left: 0;
		}

			.Block.Store dl.StoreDetails dt,
			.Block.Stores dl.StoreDetails dt
			{
				float: left;
				width: 22%;
				font-weight: bold;
			}

			.Block.Store dl.StoreDetails dd,
			.Block.Stores dl.StoreDetails dd
			{
				float: left;
				width: 77.9%;
			}



/* Type: Tagcloud */

.Block.Tagcloud
{
}

	.Block.Tagcloud ul.Tagcloud
	{
		margin-left: 0;
	}

	.Block.Tagcloud ul.Tagcloud li
	{
		background: none;
		float: left;
		padding-left: 0;
		margin: 5px;
	}

		.Block.Tagcloud ul.Tagcloud li.Small
		{
			font-size: .85em;
		}

		.Block.Tagcloud ul.Tagcloud li.Medium
		{
			font-size: normal;
		}

		.Block.Tagcloud ul.Tagcloud li.Large
		{
			font-size: 1.33em;
		}

		.Block.Tagcloud ul.Tagcloud li.Huge
		{
			font-size: 1.67em;
		}

	.Block.Tagcloud ul.Tagcloud a
	{
		text-decoration: none;
	}
	
		.Block.Tagcloud ul.Tagcloud li.Roze a
		{
			color: #B5121B;	
		}
			.Block.Tagcloud ul.Tagcloud li.Roze a:hover
			{
				background-color: #B5121B;
				color: #FFFFFF;	
			}
		
		.Block.Tagcloud ul.Tagcloud li.Rood a
		{
			color: #C00000;	
		}
			.Block.Tagcloud ul.Tagcloud li.Rood a:hover
			{
				background-color: #C00000;
				color: #FFFFFF;	
			}
			
		.Block.Tagcloud ul.Tagcloud li.Groen a
		{
			color: #008000;	
		}
			.Block.Tagcloud ul.Tagcloud li.Groen a:hover
			{
				background-color: #008000;
				color: #FFFFFF;	
			}
			
		.Block.Tagcloud ul.Tagcloud li.Paars a
		{
			color: #800080;	
		}
			.Block.Tagcloud ul.Tagcloud li.Paars a:hover
			{
				background-color: #800080;
				color: #FFFFFF;	
			}
			
		.Block.Tagcloud ul.Tagcloud li.Zwart a
		{
			color: #333333;	
		}
			.Block.Tagcloud ul.Tagcloud li.Zwart a:hover
			{
				background-color: #333333;
				color: #FFFFFF;	
			}

	.TagcloudTerm a:hover
	{
		color: #FFF !important;
	}



/* Others */

.AreaMaintenanceControl
{
	background-color: #EEE;
	border: 1px solid #DDDDDD;
	padding: 4px 0 1px;
	margin: 5px 0;
}

.CanvasMaintenanceControl
{
	background-color: #FBFBFB;
	border: 1px solid #DDDDDD;
	padding: 4px 0;
}

h2 .MaintenanceControl
{
	left: -5px;
	position: relative;
	top: -7px;
}

hr
{
	height: 1px;
	border: none;
	background-color: #B3CED6;
	color: #B3CED6;
	margin: 1em 0;
}

table.Debug
{
	border-collapse: collapse;
}

	table.Debug th,
	table.Debug td
	{
		border: 1px solid red;
	}