/* -- Profile finder -- */
tr.datarow
{
	background-color: #F0F0F0;
}
table.searchresults
{
	background-color: #F0F0F0;
}

td.searchprevtext
{
	padding-left: 1em;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}

/* -- Start page -- */
img.startpageimage
{
	/*padding: 2em;*/
	margin-bottom: 1em;
	width: 100%;
}

/* -- Quick bar -- */
div.quickbarupperdiv
{
	height: 2.5em;
}
div.quickbarlowerdiv
{
	width: 100%;
	clear: both;
}
img.quickbaricon
{
	margin-right: 0.2em;
	height: 1.85em;
}
img.quickbariconseparator
{
	margin-right: 0.2em;
	width: 0.1em;
	height: 1.85em;
}
div.languagecontainer
{
	margin-right: 0.2em;
	margin-left: 1em;
	float: right;	
}
img.languageicon
{
	margin-top: 0.2em;
	margin-left: 0.2em;
	height: 1.5em;
}
span.usernamelabel
{
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* -- Quick search -- */
input.quicksearchinput
{
	width: 12em;
	height: 1.6em;
	border: 0.1em solid #9C9A94;
	color: Black;
	display: block;
	position: relative;
	float:left;
	
}
span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}
img.quicksearch
{
	height: 1.75em;
	display: block;
	position: relative;
	float:left;
	margin-left: 0.2em;
}

 .searchtd
 {
	vertical-align: top;
 }

/* ---Calender template items---*/	

div.monthcalendararea
{
	float: right;
	width: 38%;
}
div.calendarlistingarea
{
	float: left;
	width: 61%;
	text-align: left;	
}
h1.calendardayheading
{
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe
{
	border-color: #fff;
	background-color: #fff;
}
/* IE 6 does not seem to handle parent-child selectors */
div.monthcalendararea > table
{
	border: solid 0.1em #ffffff;
}
td.calendaritem, tr.calendaritem
{
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #F0E5CE;
}
td.selecteddatecell 
{
	border: solid 0.2em #95632F;
}
td.datecellothermonth 
{
	background-color: #F0F0F0;
}
td.weekendcell
{
	background-color: #DADADA;
}
td.datecellactive
{
	background-color: #F0E5CE; 
	border: solid 0.2em #95632F;
}	
td.dayweekheader
{
	color: #333;
	border-style: none;
}
	
/*---Listing headers (Startpage and LeftMenu head)----*/


a.listheading
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: white;
	padding-top:0.3em;
	padding-bottom:0.4em;
	display: block;
	text-decoration: none;
}
span.listheading
{
	font-weight: bold; 
	font-size: 1em; 
	color: white;
	padding-top:0.3em;
	padding-bottom:0.1em;
	display: block;
	text-decoration: none;
}
div.listheadingcontainer
{
	background-color: #F0E5CE;
	display: block;
	width: 100%;
	height: 2.2em;
}
div.listheadingleftcorner
{
	background-image: url(../images/corner_left_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 0.8em;
	height: 2.2em;
	float: left;
}
div.listheadingrightcorner
{
	background-image: url(../images/corner_right_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 0.8em;
	height: 2.2em;
	float: right;
}
a.startnewsHeading
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: white;
	display: block;
	text-decoration: none;
}

a.Startnews
{
	font-weight: bold; 
	font-size: 1em; 
	color: white;
	display: block;
	text-decoration: none;
}

a.StartCalendar
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}
div.startpageleftnews, div.startpagecalendaritem
{
	margin-top: 0.7em;
	padding-top: 0.3em;
}

/* ------ LeftMenu items -----*/
a.menulink
{
	color: white;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
a.menulinkactive
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menulink:hover
{
	color: white;
}

/* --------- Listings ----------- */
.NewsListingHeader
{
	border-bottom: solid 0.1em #F0E5CE;
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0.4em 0.5em;
}
.NewsListingItem
{
	/*padding: 0.6em 0.4em 0.6em 0.5em;*/
	margin: 0 0 0.6em 0;
}

a.NewsLink
{
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	color:#DA3798;
}

a.NewsLinkBrandShop
{
		text-decoration: none;
}


a.RightListingHeader
{
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0 0.2em;
	margin-bottom:0.6em;
	text-decoration: none;
	color: white;
}

a.RightListingItem
{
	text-decoration: none;
	display: block;
	padding-left: 0.3em;
	clear: both;
}

a.linklist
{
	text-decoration: none;
}

.datelistingtext
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic;
}
.rssevenrow
{
	background-color:  #ffffff;
	padding: 0.6em 0.4em 0.6em 0em;
}
.rssunevenrow
{
	background-color:#ffffff;
	padding: 0.6em 0.4em 0.6em 0.5em;
}
.rssheaderrow
{
	background-color: #ffffff;
	border-bottom: solid 0.1em #F0E5CE;
}

/* ----- Conferance items --- */
div.conferance
{
	width: 100%;
	padding: 0.3em;
}
div.conferancelinkbuttonsarea
{
	margin-top: 0.3em;
	float: right;
}
div.conferanceheader
{
	width: 100%;
}
/*------ Site map items ---*/
tr.sitemapheader
{
	font-weight: 600;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-size: 1.2em;
}
/*----- Password input ---*/
div.passwordfield 
{
	background-color: #dcdace;
	border: solid 0.1em #000;
	width: 21em;
	padding: 0.3em;
}
input.registerfield
{
	width: 20em;
}
/*----- Personal registry Items -----*/
table.DetailedView
{
	background-color: #fff;	
	border-style: solid; 
	border-color: #F0F0F0;	
	border-width: 0.1em;
}
	
table.BackButton
{
	background-color: #F0F0F0;	
	border-style: solid; 
	border-color: #bbb;	
	border-width: 0.1em;
	text-transform: uppercase;
}
	
/*--- Newsgroup ---*/
body.newsgroupitem
{
	padding: 0; 
	margin: 0;
}
div.newsgroupheader
{
	background-color: #ddd;
	border-bottom: solid 0.1em back;
	padding: 0.4em 0;
}
A.newsgroupbarbutton 
{ 
	color: #000; 	
	font-size: 1.1em; 
	font-family: tahoma; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* ---News Groups---*/
TR.NewsgroupRow {
	BACKGROUND-COLOR: #D9C9A8; 
	COLOR: #333333; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 2px}

TR.NewsgroupRowActive{ 
	BACKGROUND-COLOR: #F0E5CE; 
	COLOR: #333333; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold;
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 2px}
	
TD.NewsgroupTableheading { 
	COLOR: #ffffff; 
	FONT-SIZE: 11px;
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	HEIGHT: 20px;
	PADDING-LEFT: 5px; 
	BACKGROUND: #95632F}

A.NewsgroupBarButton { 
	COLOR: #333333; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	TEXT-DECORATION: none}

A.NewsgroupBarButton:visited { 
	COLOR: #333333; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none}

.NewsgroupBarTitle {
	COLOR: #333333; 
	FONT-SIZE: 12px; 
	FONT-FAMILY:Verdana, arial, tahoma; 
	FONT-WEIGHT:bold;}

.NewsgroupItemMessage {
	FONT-SIZE: 10px; 
	FONT-FAMILY:Verdana, Courier new;
	COLOR: #333333;}

.NewsgroupItemHeading{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold;}

.NewsgroupItemHeading2{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma;}	
	
/* ---Document list---*/

.DocumentListBox
{
	border: 1px solid #FFFFFF;
}

.DocumentListItem
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentListItemAlt
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.DocumentMainIntro
{
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* ---Document---*/

.DocumentFrameHeader
{
	text-align: left;
	padding: 0.5em 0.5em 0.5em 6em;
}
.DocumentArea
{
	float: left;
	text-align: center;
	width: 100%;
}

.PPTFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 45em;
}
.XLSFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 52em;

}

.DOCFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 85%;
	height: 62em;
}

A.SelectedPagingItem
{
	font-weight: bold;
}

A.UnselectedPagingItem
{
}

/* ---Tab strip---*/
.tabbackground
{
	background-image:url(../images/Tab/tabrow_background.gif);
	text-align: left; 
	height: 26px; 
	background-position: top; 
	background-repeat: repeat-x;	
}
.tabOuterContainer 
{
	display: inline-block;
}
.tabContainer 
{
	display: block; 
	float: left;
}
.tabActive
{
	font-weight: bold; 
	font-size: 1.1em; 
	z-index: 10; 
	background-image:url(../images/Tab/tab_background_active.gif);
	cursor: hand; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;

}
.tabActiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left_active.gif);
}
.tabActiveRight
{
	width: 7px; 
	position: relative; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right_active.gif);
}
.tabInactive
{
	font-size: 1.1em; 
	background-image:url(../images/Tab/tab_background.gif);
	cursor: hand; 
	padding-top: 6px;
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x; 
	display: inline;
}
.tabInactiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left.gif);
}
.tabInactiveRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right.gif);
}
.tabDisabled
{
	font-size: 1.1em; 
	background-image:url(../images/Tab/tab_background.gif);
	color: gray; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;
}
.tabDisabledLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left.gif);
}
.tabDisabledRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right.gif);
}
.tabObjectActive
{
	display:block;
	float: left;
	width: 99%;
	text-align: left;
}
.tabObjectInactive
{
	display: none;
}
textarea.EPEdit-inputLongString
{
	width: 90%;
	height: 20em;
}


/* page pictures */
.pagepictures
{
	display: block;
	float: left;
	position: relative;
	width: 54.1em;
	height: 17em;
	overflow: hidden;
	margin-bottom: 1em;
}
* html .pagepictures
{
	width: 52em;
}


.picturesmalldiv
{
	display: block;
	float: left;
	position: relative;
	width: 15em;
	height: 17em;
	margin: 0 2em 0 0;
}
* html .picturesmalldiv
{
	margin: 0 2em 0 0;
}


.picturemediumdiv
{
	display: block;
	float: left;
	position: relative;
	width: 32.8em;
	height: 17em;
	margin: 0;
}

* html .picturemediumdiv
{
	width: 32.6em;
}



img.picturesmall
{
	width: 15em;
	height: 14.2em;
}

img.picturemedium
{
	width: 32.8em;
	height: 14.2em;
}
* html img.picturemedium
{
	width: 32.6em;
}

.picturenormaldiv
{
	display: block;
	float: left;
	position: relative;
	width: 53em;
	overflow: hidden;
	margin: 0;
}

* html .picturenormaldiv
{
	width: 52em;
}

img.picturenormal
{
	max-width:53em;
}

* html img.picturenormal
{
	
}


.newsdiv
{
	display: block;
	position: relative;
	float: left;
	width: 99%;
	margin: 1em 0 0 0;
}

a.readmore 
{
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
	color: #DA3798;
	margin-left: 0.3em;
	letter-spacing: 0.1em;
}

input.searchinput
{
	width:60%;
	color: Black;
}

.searchbutton
{
	color: Black;
	background-color: #DA3798;
	border:0px solid;
	height: 1.7em;
	text-transform: uppercase;
}

.openhoursdiv
{
	width: 99%;
	display:block;
	position: relative;
	float: left;
	height: 7em;
	line-height: 2em;
	margin: 2em 0 0 0;
}

.openhoursdiv p
{
	width: 100%;
	display:block;
	position: relative;
	float: left;
}

.addressdiv
{
	width: 99%;
	display:block;
	position: relative;
	float: left;
	height: 7em;
	line-height: 2em;
	margin: 2em 0 0 0;
}

.addressdiv p 
{
	width: 100%;
	display:block;
	position: relative;
	float: left;

}


.searchdiv
{
	display:block;
	position: relative;
	float: left;
	height: 1.6em;
}


.kartdiv
{
	color: rgb(110,187,31);
	width: 80%;
	display:block;
	position: relative;
	float: left;
	text-transform: uppercase;
	margin: 2em 0 0 0;
}


.kartdiv p
{
	color: rgb(110,187,31);
	margin-top: 0.5em;
}

.kartdiv a
{
	color: rgb(110,187,31);
	margin: 0 0 0.3em 0;
	font-size: 1.5em;
}



.kartdiv a:hover
{
	color: #DA3798;
	margin: 0 0 0.3em 0;
	font-size: 1.5em;
}

ul.leftmenuul
{
	text-transform: uppercase;
}

ul.leftmenuul li
{
	margin: 0.6em 0 0.6em 0;
}


a.leftmenuselected
{
	color: #DA3798;
}

/* shop list */
td.listheader
{
	width: 25%;
	color: #DA3798;
	padding-left: 1em;
	
}

td.firstlistheader
{
	width: 25%;
	color: #DA3798;
	
}

td.list
{
	width: 25%;
	padding: 0.5em 0 0.5em 1em;
}

td.firstlist
{
	width: 25%;
	padding: 0.5em 0 0.5em 0;
}

td.categorylistitem
{
	width:35%
}

td.floorlistitem
{
	width: 15%;
}
/* trends */
.trendsdiv
{
	display: block;
	float: left;
	position: relative;
	width: 53.8em;
	
	min-height: 29.5em;	
}

* html .trendsdiv
{
	height: 29.5em;
	width: 50.1em;
}

.onetrenddiv
{
	display: block;
	float: left;
	position: relative;
	width: 17.9em;
	
	height: 100%
}

* html .onetrenddiv
{
	width: 16.6em;
}

.trendpicture
{
	margin: 0em 1em 1em 1em;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 9em;
	height:10em;
}

* html .trendpicture
{
	margin: 0em 0.4em 0.4em 0.4em;
}

.trendpicture img
{
	overflow: hidden;
}

.trendname
{
	margin: 1em 1em 1.5em 1em;
	
	float: left;
	text-align: left;
	overflow: hidden;
	display: block;
	color: #DA3798;
	text-transform: uppercase;
	font-size: 1.2em;
	width: 90%;
	
}

* html .trendname
{
	margin: 0.4em 0.4em 0.4em 0.4em;
}

.trendfunction
{
	margin: 0em 1em 0em 1em;
	
	float: left;
	text-align: left;
	overflow: hidden;
	display: block;
	font-style:italic;
	font-size: 1.2em;
	width: 90%;
	
}

* html .trendfunction
{
	margin: 0.4em 0.4em 0.4em 0.4em;
}

.trendtext
{
	margin: 1em 1em 1em 1em;
	
	float: left;
	text-align: left;
	
}

* html .trendtext
{
	margin: 0.4em 0.4em 0.4em 0.4em;
}



.trendstable
{
	margin: 5em 0em 5em 0em;
	width:95%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


td.trendtd a
{
	font-size: 1.5em;
	line-height: 1.2em;
	color: rgb(218,55,152);
}

td.trendtd p
{
	
	color: rgb(218,55,152);
	font-size: 1em;
}

td.trendlasttd a
{
	font-size: 1.5em;
	line-height: 1.2em;
	color: rgb(218,55,152);
}

td.trendlasttd p
{
	font-size: 1em;
	color: rgb(218,55,152);
}


td.trendtd
{
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width: 32%;
	background-image: url(/images/SSM/structure/trendsep.gif);
	background-position:right;
	background-repeat: repeat-y;
	height: 5em;
	color: #DA3798;
	padding: 0.4em;
	
}

td.trendlasttd
{
	
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width: 32%;
	height: 5em;
	color: #DA3798;
	padding: 0.4em;
}

.pagenametrend
{
	color: #DA3798;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 1em 0 1em 0;
	
}


.trendbody table
{
	width: 52em;
	overflow: hidden;
}

* html .trendbody table
{
	width: 52em;
}

.trendbody table img
{
	max-width: 14em;
}

* html .trendbody table img
{
	width: 14em;
}
/* gift cards */

.button
{
	color: Black;
	border:0px solid;
	background-color: #F68426;
	height: 1.6em;
	display: block;
	float: left;
	position: relative;
	margin-left: 1em;
	text-transform: uppercase;
	padding-top:0.3em;
	padding-bottom:0.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	
}


.buttonsaldo
{
	color: Black;
	border:0px solid;
	background-color: #DA3798;
	height: 1.6em;
	display: block;
	float: left;
	position: relative;
	margin-left: 1em;
	text-transform: uppercase;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	
}

a.buttonsaldo:hover
{
	color: Black;
}

.inputbox
{
	border:0px solid;
	color:Black;
	height:1.6em;
	display: block;
	float: left;
	position: relative;
}

/* page strucutral things */

p.dhtmlgoodiesp
{
	margin: 0em 0 0em 0;
}

/* wish list */

tr.register
{
}

td.registerlabel
{
	color: #DA3798;
	text-transform: uppercase;
}
td.registerinput
{
	color: #DA3798;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


/* flash object */
#flashcontent
{
	position:relative;
	float:left;
	/*background-color: #0C3868;*/
	display: block;
	overflow: hidden;
	width:98.3em;
	height:14.2em;
	text-align: left;
	
}

/* category dropdownlist */
div.category
{
	line-height: 1.5em;
	font-size: 1em;
	color:  #DA3798;
	display: block;
	position: relative;
	float: left;
	margin-right: 1em;
	text-transform: uppercase;
}

/* zeroing margin */
.margin
{
	margin: 0;
}

.categorydropdownlist
{
	display: block;
	position: relative;
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
}

p.searchpage
{
	color:  #DA3798;
	text-transform: uppercase;
}

a.headermenu
{
	text-transform: uppercase;
}