/******************************************************
/* Base.css
/* This stylesheet contains the default styling 
/* of html elements and general classes used 
/* throughout the project.
/*
/* Don't add control, framework, template 
/* or contentblock specific classes to this file! 
/*****************************************************/

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote, ul, ol, li, dl, dt, dd 
{
	margin: 0;
	padding: 0;
}

html, body, td, th
{
	color: #000;
	font-family: Arial, Georgia, Verdana, Helvetica, Sans-Serif;
}

li 
{
	font-family: Arial, Georgia, Verdana, Helvetica, Sans-Serif;	
}
#RegionFormLeft ul,
#RegionFormRight ul
{
	list-style-type: disc
}
html
{
	font-size: small;
}

body
{
	font-size: 85%;
	line-height: 1.455;
}

form
{
}

p
{
	margin-bottom: 10px;
}

.ingress
{
	font-weight: bold;
	font-size: 100%;
	line-height: 1.2;
	color: #000000;
}

/******************************************************
/* Headings
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	margin: 8px 0 4px 0;
}

h1
{
	font-family:Arial;
	color: #000;
	font-size: 140%;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	color: #000;
	font-size: 110%;
}

h2.tagline
{
	font-family: Arial;
	color: #000;
	font-size: 120%;
	margin-top:-5px;
}

h2.FormHeaderRight
{
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
}

h3
{
	font-family: Arial;
	color: #000;
	font-weight: bold;
	font-size: 100%;
}

h4, h5, h6
{
	color: #000;
	font-weight: bold;
	font-size: 100%;
}

.ingress
{
	font-weight:bold;
}
strong
{
	font-family: Arial;
}

/*********************************
/ Links 
/********************************/
a:link
{
	color:  #D62C00;
	text-decoration: none;
}

a:visited
{
	color:  #D62C00;
	text-decoration: none;
}

a:hover
{
	color:  #D62C00;
	text-decoration: underline;
}

a:active
{
	color:  #D62C00;
	text-decoration: none;
}

.EmLink a,
a.EmLink
{
	padding-left: 9px;
	background: no-repeat url(/Images/LinkIcons/EmLink.gif) 1px center;
}

.EmMail a,
a.EmMail
{
	padding-left: 14px;
	background: no-repeat url(/Images/LinkIcons/EmEmail.gif) 1px center;

}
.EmParagraph
{
	padding-left: 10px;
	background: no-repeat url(/Images/LinkIcons/EmLink.gif) 1px 6px;
}

.AnchorLink,
.AnchorLink a,
.AnchorLink a:hover,
a:hover .AnchorLink
{
	color: #000;
	text-decoration: none;
}

/*********************************
/ Lists 
/********************************/

DIV.BlockArea ul
{
	padding-left: 18px;
	list-style-type: disc;
}

ul
{
	list-style-type: none;
	margin-left: 0px;
}

ol
{
	margin-bottom: 10px;
	margin-left: 20px;
}

* html ol
{
	margin-left: 25px;
}

li
{
	margin: 0 0 .3em;
	vertical-align: middle;
}

#RegionFormLeft LI
{
	margin-left:20px;
}

dl
{
}

dt
{
	font-weight: bold;
	margin-bottom: .3em;
	clear: both;
}

dd
{
	margin-bottom: 10px;
}

/******************************************************
/* Images
/*****************************************************/
img
{
	border: 0;
}

img.blockImage
{
	display: block;
	line-height: 0;
}

img.leftAligned
{
	float: left;
}

img.rightAligned
{
	float: right;
}


/******************************************************
/* Separators
/*****************************************************/
hr
{
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	margin: 10px 0;
}


/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .fc
{
	height: 1px;
}


/******************************************************
/* Utility classes
/*****************************************************/
.Block
{
	display: block;
}
.gemener
{
	text-transform:lowercase;
}
.notgemener
{
	text-transform:capitalize;
}/******************************************************
/* This file should only contain basic form styles.
/*
/*****************************************************/
.textBox, textarea, select, .stateCtrl input, .stateList input, .button, label
{
	vertical-align: middle;
}

input, textarea, select, option
{
	color: $fontColor;
	font-size: 1em;
	line-height: normal;
}

/******************************************************
/* BLOCKS
/*****************************************************/
.inputBlock
{
	clear: both;
	margin-bottom: 5px;
}

fieldset
{
	padding: 10px;
	border: solid 1px $borderColor;
}

legend
{
	padding: 0 .5em;
	color: #000;
}

/******************************************************
/* LABELS
/*****************************************************/
label, .inputLabel
{
	font-weight: normal;
	line-height: 20px; /* Height of input fields */
}

.inputBlock label, .inputBlock .inputLabel
{
	float: left;
	width: 200px;
}



/******************************************************
/* TEXTBOX
/*****************************************************/
.textBox
{
	padding: 1px;
	border: solid 1px #ccc;
	width: 220px;
}
/*
textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
*/

textarea
{
	overflow: auto;
	width: 190px;
	font-family:Arial;
}
.textBoxSmall
{
	border:1px solid #CCCCCC;
	padding:1px;
	width:20px;
}

/******************************************************
/* select
/*****************************************************/
select
{
	width: 220px;
}

select option
{
}

/******************************************************
/* STATE CONTROLS (checkbox & radiobutton)
/*****************************************************/
.stateCtrl
{
	clear: both;
	display: block;
	font-weight: normal;
}

.inputBlock .stateCtrl
{
}

.stateCtrl input, .stateList input
{
	float: left;
}

.stateCtrl label, .stateList .stateList label
{
	float: none;
	margin-left: 22px;
	display: block;
	width: auto;
	font-weight: normal;
}

.stateList td
{
	padding: 0;
	vertical-align: top;
}

html > body .stateCtrl input, html > body .stateList input
{
	margin-top: 3px;
	margin-bottom: 3px;
}

* html .stateCtrl label, * html .stateList label
{
	height: 1px;
}

/******************************************************
/* BUTTONS
/*****************************************************/
.buttonBlock
{
	clear: both;
	margin: 10px 0;
	text-align: right;
}

.buttonBlock .button, .inputBlock .button
{
	margin-left: 5px;
}

/******************************************************
/* ERRORS
/*****************************************************/
.errorList
{
	margin-left: 200px;
}

.errorList ul
{
	color: #f00;
	list-style-type: none;
	margin: 0;
}

.errorIndicator
{
	color: #f00;
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	bottom: 2px;
}


/******************************************************
/* CLEAR SPACER
/*****************************************************/
.inputBlock:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .inputBlock
{
	height: 1px;
	padding-bottom: 1px; /* Fix for dropdown so that not bottom-border gets hidden */
}
/* End hide from IE-mac */

.CalendarViewText ul
{
	margin-left: 20px;
}

.CalendarViewText ul li
{
	list-style: disc;
}
/***********************/
fieldset{border:0;padding:0}

body 
{
	background-color: #f3f1e5;
}
.noborder
{
	border:0px;
}.wcBreadcrumb
{
	margin-bottom: 8px;
}

.wcBreadcrumb .separator
{
	margin: 0 .2em;
}/* Kalenderh�ndelsevisning */

DIV.CalendarContainer
{
	padding: 10px 10px 10px 10px;
	width: 350px;
}

DIV.CalendarViewTopic
{
	width: 240px;
	font-weight: bold;
}

DIV.CalendarViewDate
{
	width: 240px;
	font-size: xx-small;
}

DIV.CalendarViewText
{
	width: 350px;
	font-style: italic;
	padding: 10px 0px 0px 0px;
}

DIV.CalendarViewMail
{
	width: 240px;
}

DIV.CalendarViewFullBooked
{
	width: 240px;
	padding: 0px 0px 5px 0px;
}.dataGrid 
{
	width: 100%;
	border-spacing: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

.dataGrid caption
{
	text-align: left;
	margin-bottom: .5em;
	font-size: 1.4em;
}

.dataGrid .header th
{
	text-align: left;
	padding: 2px 5px;
	color: $gridHeaderColor;
	background-color: $gridHeaderBgColor;
	border: solid 1px $gridHeaderBgColor;
	border-bottom-style: none; 
}

.dataGrid .footer td
{
	padding: 2px 5px;
	background-color: $gridFooterBgColor;
	color: $gridFooterColor;
	border: solid 1px $borderColor;
}

.dataGrid td
{
	padding: 2px 5px;
	border-right: solid 1px $gridAltRowBgColor;
	vertical-align: top;
}

.dataGrid tr.row
{
	background-color: $gridRowBgColor;
}

.dataGrid tr.alt
{
	background-color: $gridAltRowBgColor;
}

.dataGrid td.first
{
	border-left: solid 1px $borderColor;
}

.dataGrid td.last 
{
	border-right-color: $borderColor;
}

.dataGrid tr.last td
{
	border-bottom: solid 1px $borderColor;
}

.dataGrid tr:hover
{
	background-color: $GridHoverBgColor;
}
.errorLabel
{
	color: #f00;
	display: block;
}
.expandablePanel
{
	clear: both;
	margin-bottom: $defaultMargin;
	border: solid 1px $borderColor;
}

.expandablePanel .header
{
	padding: 5px 10px 5px 20px;
	background-color: #eee;
	background-image: url(/Images/Icons/Collapsed.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.expandablePanel.expandedPanel .header
{
	background-image: url(/Images/Icons/Expanded.gif);
}

.expandablePanel .content
{
	display: none;
	padding: 5px 10px;
	border-top: solid 1px $borderColor;
}

.expandablePanel.expandedPanel .content
{
	display: block;
}

.expandablePanel .hover,
.expandablePanel.expandedPanel .hover
{
	background-color: #ddd;
}

.expandablePanel.disabledExpandablePanel
{
	background-color: #ccc;
}
.expandablePanelList
{
	clear: both;
	margin-bottom: $defaultMargin;
}

.expandablePanelList .listItem
{
	background-color: $listBgColor;
}

.expandablePanelList .expandablePanel
{
	margin-bottom: 0;
	border-bottom-style: none; 
}

.expandablePanelList .expandablePanel .content
{
	border-top-style: none; 
}

.expandablePanelList .alt,
.expandablePanelList .alt .header
{
	background-color: $listAltBgColor;
}

.expandablePanelList .alt .hover
{
	background-color: #ddd;
}


.expandablePanelList .last
{
	border-bottom-style: solid;
}
.iconLink
{
	text-decoration: none;
}

.iconLink .icon
{
	margin-right: 3px;
}

.iconLink .text
{
	text-decoration: underline;
	color: $iconLinkColor;
}ul.iconLinkList
{
	list-style: none none;	
	margin-left: 0;
}

ul.iconLinkList li
{
	list-style: none none;
}.dateLabel
{
	font-size: .8em;
	color: #666;
}.pageTree
{
}

.pageTree .treeNode
{
	color: #333;
	padding: 0 3px;
	cursor: default;
}

.pageTree .hover
{
	color: #000;
}

.pageTree .sel
{
	color: #000;
	font-weight: bold;
}

.pageTree .multiSel
{
	font-weight: bold;
	color: #666;
}

.hoverPopup
{
	background-color: Lime;
}.panelList
{
	clear: both;
	margin-bottom: 10px;
}

.panelList .listItem
{
	padding: 5px 10px;
	background-color: $listBgColor;
}

.panelList .alt
{
	background-color: $listAltBgColor;
}

.panelList .header
{
	font-weight: bold;
	background-color: $listHeaderBgColor;
	color: $listHeaderColor;
	margin-bottom: 1px;
}

.panelList .footer
{
	background-color: #ccc;
	height: 1.5em;
	margin-top: 1px;
}

.listdate
{
	color:#888;
}
h3.list
{
	margin-top:1px;
}
.listitem img
{
	margin-bottom:10px;
}

.listitem
{
	clear:both;
}
.listitem p
{
	margin:0;
}.region:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .region
{
	height: 1px;
}.tabStrip
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.tabStrip li
{
	float: left;
	list-style: none;
	cursor: pointer;
	cursor: hand;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	border: solid 1px #999;
	border-bottom-style: none; 

	background-color: #ccc;
}

.tabStrip .hover,
.tabStrip .active
{
	color: #fff;
	background-color: #999;
}.FrontFlashColumns .BlockArea
{
	float: left;
	width: 200px;
}

.FrontFlashColumns .LeftColumn
{
	width: 500px;
}

.FrontFlashColumns .RightColumn
{
	width: 230px;
}.ThreeColumn .BlockArea
{
	float: left;
	width: 168px;
}

.ThreeColumn .CenterColumn,
.ThreeColumn .RightColumn,
.ThreeColumn .LeftColumn
{
	margin-left: 6px;
	margin-right: 6px
}.TwoColumn .BlockArea
{
	float: left;
}

.TwoColumn .LeftColumn
{
	padding: 5px 0px 0px 5px;
	width: 220px;
}

.TwoColumn .RightColumn
{
	padding: 5px 5px 0px 0px;
	width: 260px;
	float: right;
}

.WideLeft .LeftColumn,
.WideRight .RightColumn
{
	width: 258px;
}

.WideLeft .RightColumn,
.WideRight .LeftColumn
{
	width: 258px;
}.TwoColumnUneven
{
	width: 553px;
}

.TwoColumnUneven .BlockArea
{
	overflow: hidden;
	float: left;
}

.TwoColumnUneven .LeftColumn
{
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 350px;
}

.TwoColumnUneven .RightColumn
{
	background-image: url(/Images/GrayPixel.gif);
	background-repeat: repeat-y;
	display: block;
	padding: 0px 0px 0px 0px;
	width: 180px;
	float: right;
}

.RightColumn div.cb
{
	padding-left: 5px;
}

.FormHeaderRight
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.selecteddatecell
{
	background:#f0f0f0;	
	border:1px solid #c0c0c0;
}
.calendardayheading
{
	border-bottom:1px solid #ccc;
}
.leftfloating{float:left;}
.rightfloating{float:right;}
.rightaligned{text-align:right;}
.flagborder{border:1px solid black;}#flashcontent h1
{
	margin:0;
	padding:0;
}
DIV.FormHeaderPlaceHolder
{
	line-height: 0;
	height: 4px;
}

h1.FormHeaderTopic
{
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #658ba4;
}

h2.FormHeaderRight
{
	margin: 0 0;
}

DIV.FormHeaderLeft
{
	height: 0px;
	width: 0px;
	float: left;
	padding: 4px 0px 0px 0px;
	background-color: #ffffff;
}

DIV.FormHeaderRight
{
	height: 20px;
	float: left;
	width: 180px;
	background-color: #ffffff;
	background-image: url(/Images/GrayPixel.gif);
	background-position: 1 0;
	background-repeat: repeat-y;
	padding: 7px 0px 0px 0px;
	overflow: hidden;
}

DIV.FormRight p
{
	padding: 0px 12px 0px 12px;

}

DIV.FormHeaderSubTopic
{
	float: left;
	height: 20px;
	width: 180px;
	background-image: url(/Images/FormSubTopicBG.gif);
	background-repeat: no-repeat;
	padding: 1px 0px 0px 5px;
	font-weight: bold;
}

h2.FormHeaderSubTopic2
{
	line-height:22px;
	background-image: url(/Images/FormSubTopic2BG.gif);
	background-repeat:repeat-y;
	padding: 1px 0px 0px 5px;
	font-weight: bold;
}

DIV.BreadCrumbDiv
{
	font-size:9px;
	color: #000000;
}

DIV.BreadCrumbDiv a
{
	text-decoration: none;
	font-size:9px;
	color: #658ba4;
}

DIV.BreadCrumbDiv a:visited
{
	text-decoration: none;
	font-size:9px;
	color: #658ba4;
}

DIV.BreadCrumbDiv a:hover
{
	font-size:9px;
	color: #658ba4;
	text-decoration: underline;
}.PageFooter
{
	text-align: center;
	font-size: xx-small;
	color: #486474;
}

.PageFooter a,
.PageFooter a:visited
{
	text-decoration: none;
	color: #486474;
}

.PageFooter a:hover
{
	text-decoration: underline;
	color: #486474;
}

.TeaserLeft,
.TeaserRight
{
	overflow: hidden;
	line-height: 1.4em;
	font-size: x-small;
	padding: 4px;
	position: absolute;
	top: 19px;
	height: 94px;
	width: 318px;
}

.TeaserLeft
{
	left: 19px;
}

.TeaserRight
{
	left: 366px;
}

.TeaserLeft img,
.TeaserRight img
{
	 float: left;
	 margin-right: 8px;
}

.TeaserLeft div,
.TeaserRight div
{
	 padding: 4px;
}.PageHeaderLogo
{
	float: left;
	padding: 6px 0px 5px 9px;
}
.PageHeader
{
	float:left;
	vertical-align:middle;
	background: white url(/Images/PageHeaderBG.jpg);
	height:90px;
	width:712px;
}#TextNav
{
	background: no-repeat url(/Images/TextNavBG.gif);
	width: 238px;
	height: 90px;
	float:left;
	vertical-align:bottom;
	text-align:right;
}
#TextNav .textnavlinks
{
	margin-top: 35px;	
	margin-right:8px;
	line-height:16px;
	height:16px;
}
* > #TextNav .textnavlinks
{
	margin-top:40px;
}
#RegionFormRight ul
{
	list-style-type:disc;
	padding-left: 18px;
}
.loginLink
{
	margin-top: 8px;	
	margin-right:8px;
	line-height:16px;
	height:16px;
}
.loginLinka a, .loginLinka a:link, .loginLinka a:visited 
{
	font-weight: bold;
	font-family: Arial;
	color: #fff;
}
.quicksearchinput
{
	border:2px solid white;
	height:11px
}#PostBackTester
{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #000;
}
.hidden{display:none}.required{position:absolute;left:435px;top:0px;}
.required2{position:absolute;left:435px;top:0px;}
.helptext{position:absolute;left:435px;top:15px;LINE-HEIGHT: 15px;width:110px}
.Required, .NotRequired{position:relative;}
/* Sidebar, allm�nt */

.SidebarCalendar
{
	color: #ffffff;
}

.SideBarCalendar a:visited
{
	color: #ffffff;
}
/* Box i sidebar*/

DIV.SidebarBox
{
	margin-top:20px;
	margin-bottom: 5px;
	background: url(/images/rightColumnBoxBG.gif);
	background-repeat:repeat-y;
	font-size:xx-small;
}

.SidaBarBoxHeading
{
	font-family: Tahoma;
	font-size:200%;
	color: White;
	line-height:20px;
	margin-left:20px;
}
.BoxLink a,
.BoxLink a:visited,
.BoxLink a:hover
{
	color:White;
	font-size:160%;
	font-weight:bold;
	text-decoration:none;
}

.BoxLink
{
	float:left;
	line-height:34px;
	margin-left:5px;
	margin-top:2px;
}
.BoxImage
{
	float:left;
	margin-left:20px;
	margin-top:2px;
}


/* Kalendern i sidebaren */

DIV.SidebarCalendar
{
	float: left;
	text-decoration: none;
	font-size: xx-small;
	color: #ffffff;
}

DIV.SidebarCalendar a
{
	text-decoration: none;
	color: #ffffff;
}

DIV.SidebarCalendar a:visited
{
	text-decoration: none;
	color: #ffffff;
}

DIV.SidebarCalendar a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

DIV.CalendarEventDark
{
	float: right;
	width: 238px;
	padding: 1px 0px 2px 0px;
}

DIV.CalendarEventDark a
{
	float: left;
}

DIV.CalendarEventDark img
{
	float: left;
}

DIV.CalendarEventLight
{
	float: right;
	width: 238px;
	padding: 1px 0px 2px 0px;
	background-image: url(/Images/CalendarLightBG.gif);
}

DIV.CalendarEventLight a
{
	float: left;
}

DIV.CalendarEventLight img
{
	float: left;
}

DIV.CalendarHeader,
DIV.CalendarMonth
{
	text-align: center;
	width: 238px;
}

DIV.CalendarHeader a:hover
{
	text-decoration:none;
}


DIV.CalendarHeader
{
	background:url(/Images/QuickLinkBG.gif);
	font-family: Tahoma;
	font-size:200%;
	line-height:30px;
	margin-top:10px;
	margin-bottom: 3px;
}

DIV.CalendarMonth
{
	margin: 0px 0 10px 0;
	font-weight: bold;
}

DIV.CalendarMonth input
{
	padding: 0 6px;
}

DIV.CalendarDay
{
	float: left;
	width: 39px;
	text-align: center;
}

DIV.CalendarTopic
{
	float: left;
	width: 150px;
}
DIV.CalendarTopic p
{
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
DIV.CalendarTopic img
{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	float: right;
}

DIV.CalendarTopic a
{
	width: 150px;
	font-weight: normal;
}

DIV.CalendarTopic a.BookingStatus
{
	width: 37px;
	float: right;
}



DIV.CalendarBookingStatus
{
	float: right;
	width: 40px;
}

DIV.CalendarBookingStatus img
{
	float: right;
}

DIV.CalendarDate
{
	font-size: xx-small;
}

DIV.CalendarText
{
	font-style: italic;
	padding: 10px 0px 0px 0px;
}

DIV.CalendarMail
{
}

DIV.CalendarFullBooked
{
}

DIV.LinkListButton
{
	margin-left:15px;
	float: left;
	width: 54px;
	text-align: center;
	padding-top:1px;
	
}
DIV.LinkListButton img
{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
DIV.LinkListTopic
{
	float: left;
	width: 120px;
}


UL.SideMenu 
{
	width: 147px;
	/*background-color: #7ca2b7;*/
	padding: 7px 0px 7px 0px;
	overflow: hidden;
	float:left;
}

UL.SideMenu a,
UL.SideMenu a:visited,
UL.SideMenu a:hover
{
	letter-spacing: 1px;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	font-size: xx-small;
	padding: 7px 10px 7px 14px;
	color:#fff;
}

.SideMenu li a,
.SideMenu li a:link,
.SideMenu li a:visidet,
.SideMenu li a:hover
{
	color: #fff;
}


LI.SideMenuExpanded
{
	background-color: #658ba4;
}

UL.SideMenu LI.SideMenuExpanded
{
	line-height: 0;
}


LI.SideMenuSelected a, LI.SideMenuSelected a:hover, LI.SideMenuSelected a:visited, LI.SideMenuSelected a:link
{
	color: #1E4059;
}


LI.SideMenuSelected UL
{
	background-color: #658ba4;
}


LI.SideMenuSelected
{
	background-color: #fff;
}
/*LI.SideMenuExpanded ul li
{
	padding: 0px 0px 0px 10px;
}*/

.SideMenuExpanded ul li
{
	padding-right:2px;
}

.SideMenuExpanded ul li a,
.SideMenuExpanded ul li a:link,
.SideMenuExpanded ul li a:hover,
.SideMenuExpanded ul li a:visited
{
	letter-spacing: 1px;
	line-height: 1.2;
	
	margin-left:10px;
}

.SideMenuExpanded ul li.SideMenuExpanded ul li a,
.SideMenuExpanded ul li.SideMenuExpanded ul li a:link,
.SideMenuExpanded ul li.SideMenuExpanded ul li a:hover,
.SideMenuExpanded ul li.SideMenuExpanded ul li a:visited
{
	letter-spacing: 1px;
	line-height: 1.2;
	color: #fff;
	margin-left:20px;
}

LI.SideMenuExpanded .SideMenuSelected a,
LI.SideMenuExpanded .SideMenuSelected a:visited,
LI.SideMenuExpanded .SideMenuSelected a:hover
{
	display: block;
	letter-spacing: 1px;
	color: #1E4059;
}


.SideMenuExpanded ul li.SideMenuExpanded ul li.SideMenuSelected a,
.SideMenuExpanded ul li.SideMenuExpanded ul li.SideMenuSelected a:hover,
.SideMenuExpanded ul li.SideMenuExpanded ul li.SideMenuSelected a:visited
{
	display: block;
	letter-spacing: 1px;
	color: #1E4059;
}

.SideMenuSelected a,
.SideMenuSelected a:hover,
.SideMenuSelected a:visited
{
	color: #1E4059;
}
.OrderDirect
{
	margin-top:10px;
	overflow:auto;
}
.OrderButton
{
	margin: 0 auto;
	width:145px;
	
}
.OrderButtonLeft
{
	float:left;
	height:26px;
	width:4px;
	background: url(/images/orderbutton-left.png);
}
.OrderButtonMid
{
	float:left;
	width:137px;
	text-align:center;
	height:26px;
	line-height:26px;
	background: url(/images/orderbutton-mid.png);
	text-transform:uppercase;
	font-weight:bold;
}
.OrderButtonMid a, OrderButtonMid a:link, OrderButtonMid a:hover
{
	color:#fff;
	font-family:Lucida Sans;
	font-size: 15px;
	
}
.OrderButtonRight
{
	float:left;
	height:26px;
	width:4px;
	background: url(/images/orderbutton-right.png);
}

.TagCloud
{
	margin-right:10px;
	line-height:200%;
	padding:0px 5px 0px 5px;
}
.TagCloud a, .TagCloud a:link, .TagCloud a:hover 
{
	color:#000;
}
.TagCloud p
{
	margin-bottom:0px;
}
.TopMenuRight
{
	height: 25px;
	width: 147px;
	background: url(/Images/Menus/TopMenuBGb.gif) repeat-x #a8c1ce;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
}
* > .TopMenuRight
{
	width:150px;
}
.TopMenuRight li
{
	margin: 3px 5px 0px 0px;
}
.TopMenuRight a,
.TopMenuRight a:link,
.TopMenuRight a:visited
{
	font-family: Arial;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
}
.TopMenu
{
	height: 25px;
	width: 800px;
	background: url(/Images/Menus/TopMenuBGb.gif) repeat-x #a8c1ce;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	padding: 0 0px;
}

.TopMenu li
{
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
}

.TopMenu li.Selected,
.TopMenu li.Hover
{
	background-color: #658BA4;
}

.TopMenu li.Separator
{
	width: 1px;
	padding: 0;
	background-image: url(/Images/Menus/TopMenuSeparator.gif);
}

.TopMenu a,
.TopMenu a:link,
.TopMenu a:visited
{
	font-family: Arial;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #fff;
}

div.PlaceHolderDiv
{
	background-color: #658ba4;
	width: 566px;
	height: 22px;
	float: right;
}.TreeMenu
{
	background-color: #658ba4;
	list-style: none none;
	width: 566px;
	height: 22px;
	float: right;
	text-align: center;
	font-size: xx-small;
	font-weight: normal;
}

LI.TreeMenuSelected
{
	color: #336699;
	background-color: #ffffff;
	list-style: none none;
	text-align: center;
}
LI.TreeMenuSep 
{
	background-image: url(/Images/Menus/separator.gif);
	background-repeat: no-repeat;
	width:1px;
}
DIV.TreeMenuSelected
{
	padding: 6px 12px 3px 12px;
}

.TreeMenu li
{
	float: left;
	height: 22px;
	line-height: normal;
	margin: 0;
}

.TreeMenu a,
.TreeMenu a:hover,
.TreeMenu a:visited
{
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
}

.TreeMenu a
{
	display: block;
	padding: 0px 0px 0px 0px;
}

DIV.TreeMenuObjectfirst
{
	background-image: none;
	padding: 6px 12px 3px 12px;
}

DIV.TreeMenuObject
{
	padding: 6px 12px 3px 12px;
}.SendMailForm
{
	width: 435px;
}

.cb Text *
{
	color: #000;
}
.MessageBox
{
	display:block;
	float:none;
	padding:5px 5px 5px 5px;
	border:2px solid #658ba4;
	margin:5px 5px 5px 5px;
}.InfoPuff{margin-left:-5px;}

.InfoPuff #Top
{
	height: 12px;
	background-image: url(/Images/InfoPuffTop.gif);
	background-repeat: no-repeat;
	line-height: 0px;
	font-size: 0px;
	
}

.InfoPuff #Content
{
	background-image: url(/Images/InfoPuffBg.gif);
	background-repeat: repeat-y;
	padding: 8px 20px 8px 20px;
	
}

.InfoPuff #Bottom
{
	height: 12px;
	background-image: url(/Images/InfoPuffBottom.gif);
	background-repeat: no-repeat;
	
}

.InfoPuff .left
{
	padding: 0px 15px 0px 0px;
	float:left;
	display: inline;
	
}

.h1
{
	font-family: Georgia;
	color: $h1Color;
	font-size: 140%;
	font-weight: bold;
}.QuickLink
{
	margin-bottom: 15px;
	padding: 0 12px;
}

.QuickLink div
{
	display: block;
	position: relative;
	height: 67px;
	background: no-repeat url(/Images/QuickLinkBG.gif);
	cursor: pointer;
}

.QuickLink div img
{
	position: absolute;
	left: 15px;
	top: 18px;
}

.QuickLinkImg
{
	position: absolute;
	left: 15px;
	top: 18px;
}

.QuickLink div h1
{
	font-size: 14px;
	font-family: Georgia;
	font-weight: bold;
	position: absolute;
	left: 54px;
	top: 16px;
	color: #fff;
}



.QuickLink a:hover
{
	text-decoration: none;
}.SendMailForm .inputBlock
{
	margin-left: 7px;
}

.SendMailForm .Required .inputBlock
{
	margin-left: 0px;
}

.SendMailForm .Required .inputBlock .textBox
{
	margin-left: 7px;
}
.TeaserPageList img
{
	float: left;
	margin-right: 15px;
}

.TeaserPageList br
{
	clear: both;
}
