/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for IC Companys
	media: print

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.noprint
{
	display: none;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	text-align: left;
	color: #333;
	background: #fff url('../gfx/backgrounds/background.gif') 50% 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	tables
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table
{
	margin-bottom: 10px;
	padding: 0;
	font-size: 1em;
	border: none;
}
	tr
	{
	}
		th
		{
			padding: 2px;
			border: none;
		}
		td
		{
			padding: 2px;
			border: none;
		}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* container */
#container
{
	margin: auto;
	width: 650px;
	text-align: left;
}

/* header content */
#header
{
	position: relative;
	margin: 0;
	min-height: auto;
}
* html #header { height: auto; }
	/* logo */
	a#logo
	{
		float: none;
		margin: 0;
		width: 206px;
		height: auto;
	}
		a#logo img { border: none; }
	
	/* exclude all navigation */
	ul#toplinks,
	ul#globalnav
	{
		display: none;
	}

	/* shopping bag, for the future */
	#basket
	{
		display: none;
	}

/* main container */
#main
{
	margin: 0;
}

	#main div.box
	{
		margin: 0 0 10px;
		padding: 20px;
		font-size: 1.1em;
	}
	#main div.box.logos
	{
		display: none;
	}

	/* main content (center column) */
	#maincontent
	{
		float: none;
		margin-right: 12px;
		padding: 0;
		width: 650px;
		min-height: auto;
		color: #000;
		background: #fff;
		border: none;
	}
	* html #maincontent { height: auto; }
	#main.front #maincontent
	{
		width: 650px;
		padding: 0;
		background: none;
		border: none;
	}
	#main.wide #maincontent { width: 650px; }

	#maincontent a,
	#maincontent a:visited
	{
		/*float: none;*/
		/*text-decoration: underline;*/
		color: #6f8191;
	}
	#maincontent a:hover
	{
		color: #999;
	}

	#maincontent div.box
	{
		margin: 0 0 20px;
		padding: 10px;
		font-size: 1.1em;
	}
	#maincontent div.box.trendCheck
	{
		font-size: 1em;
		color: #666;
		background: #f5f5f5;
	}
		#maincontent div.box.trendCheck a
		{
			/*color: #666;*/
			/*text-decoration: underline;*/
		}
		#maincontent div.box.trendCheck a.readmore
		{
			padding-right: 10px;
			background: url('../gfx/icons/readmore-trendcheck.png') no-repeat 100% 50%;
		}
	#maincontent div.shopCityInfo
	{
		margin: 0 0 30px;
	}
		#maincontent div.shopCityInfo h2
		{
			margin: 0 0 15px;
			font-size: 1.6em;
			font-weight: bold;
		}
	#maincontent div.box.shopInfo
	{
		position: relative;
		margin: 0 0 12px;
		padding-bottom: 10px;
		background: #f5f5f5;
		border: 1px solid #e2e2e2;
	}
	#maincontent div.box.shopInfo:hover { background: #fff; }
		#maincontent div.box.shopInfo div.col
		{
			float: left;
			width: 230px;
			margin-right: 20px;
		}
			#maincontent div.box.shopInfo div.col p
			{
				font-size: 1.2em;
				line-height: 1.5em;
			}
		#maincontent div.box.shopInfo a.storeDetails
		{
			position: absolute;
			right: 23px;
			bottom: 20px;
			font-size: 1.2em;
			padding-right: 15px;
			background: url('../gfx/icons/drop.gif') no-repeat 100% 50%;
		}

	/* image headlines in lower maincontent */
	#maincontent img.headline
	{
		margin: 25px 0 10px;
	}
	#maincontent #relatedProducts img.headline
	{
		margin-top: 10px;
	}

	/* trend box */
	#maincontent .trendImageBox
	{
		margin: 0 0 25px;
	}
		#maincontent .trendImageBox img
		{
			margin: 0;
		}

	/* generel elements in maincontent */
	#maincontent h3,
	#maincontent ul
	{
		margin-bottom: 20px;
	}
	#maincontent p
	{
		margin-bottom: 20px;
		font-size: 1.3em;
		line-height: 1.4em;
	}

	/* regular list with no disc */
	#maincontent ul.nodisc
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#maincontent ul.nodisc li
	{
		display: block;
		margin: 0;
		padding: 0;
		font-size: 1.3em;
		line-height: 1.5em;
	}
	#maincontent ul.nodisc li a
	{
	}

	/* brand box */
	#maincontent dl.brandBox
	{
	}
		#maincontent dl.brandBox a
		{
			width: 650px;
			margin: 0 0 25px;
			padding: 0;
			min-height: auto;
			font-size: 1.2em;
			text-decoration: none;
			color: #999;
			background: #fff url('../gfx/backgrounds/background-trend-box.gif') no-repeat 0 50%;
			border: 1px solid #e2e2e2;
		}
		* html #maincontent dl.brandBox a { height: auto; }
		#maincontent dl.brandBox a:hover,
		#maincontent dl.brandBox a:focus
		{
			color: #666;
			background: #fff url('../gfx/backgrounds/background-trend-box-hover.gif') no-repeat 0 50%;
		}
		#maincontent dl.brandBox a img
		{
			float: left;
			margin-right: 30px;
		}
		#maincontent dl.brandBox a span
		{
			float: left;
			width: 390px;
			margin-top: 16px;
			font-size: 1.2em;
			line-height: 1.3em;
			cursor: pointer;
		}
		#maincontent dl.brandBox a br { display: none; }

	/* get the look product box */
	#maincontent dl.product
	{
		float: left;
		width: 300px;
		margin: 0 30px 20px 0;
		padding: 0;
	}
		#maincontent dl.product dd
		{
			float: left;
			width: 150px;
		}
		#maincontent dl.product dd.image
		{
			width: 110px;
			margin-right: 30px;
		}
		#maincontent dl.product dd h3
		{
			margin-top: 20px;
			margin-bottom: 10px;
		}
		#maincontent dl.product dd p
		{
			margin-bottom: 0;
			font-size: 1.1em;
			line-height: 1.5em;
		}
		#maincontent dl.product dd.splash
		{
			text-align: right;
		}

	/* curtains */
	#maincontent ul.curtains
	{
		position: relative;
		height: 200px;
		margin-bottom: 0;
		overflow: hidden;
	}
		#maincontent ul.curtains li
		{
			margin: 0;
			padding: 0;
			float: left;
			display: block;
			height: 200px;
		}
		#maincontent ul.curtains li.last { border-right: none; }

		#maincontent ul.curtains li a
		{
			display: block;
			width: auto;
			height: 200px;
			text-decoration: none;
			border-right: 5px solid #fff;
		}
		ul.curtains li a img { display: none; }

	/* curtain mouseover text field below the curtain */
	#maincontent div.curtaintext
	{
		margin-bottom: 15px;
		padding: 15px 20px;
		width: 615px;
		font-size: 1.6em;
		font-weight: bold;
		color: #fff;
		border-top: 5px solid #fff;
	}
	#maincontent #curtainsHotPlacesText { background: #757575; }
	#maincontent #curtainsMixMatchText { background: #14375b; }

	#maincontent div.profile
	{
		margin: 40px 0 10px;
	}

	/* local navigation */
	#maincontent ul#localnav
	{
		display: none;
	}

	#maincontent ul.links
	{
		float: left;
		width: 215px;
		margin: 10px 10px 10px 0;
		padding: 0;
		list-style-type: disc;
		/*background: #f5f5f5;*/
	}
	#maincontent ul.links li
	{
		margin: 0;
		font-size: 1.3em;
		line-height: 1.5em;
		color: #666;
	}
	#maincontent ul.links li a
	{
		margin: 0;
		padding: 0;
	}
	#maincontent ul.links a:hover,
	#maincontent ul.links a:focus
	{
		color: #333;
	}

	/* link to other website */
	#maincontent ul.websitelink
	{
		margin: 30px 0 20px;
		padding: 0;
		list-style-type: none;
		/*background: #cecece;*/
	}
	#maincontent ul.websitelink li
	{
		display: block;
		margin: 0;
		padding: 10px 40px 10px 0;
		font-size: 1.3em;
		color: #666;
		background: #cecece;
	}
	#maincontent ul.websitelink li a
	{
		margin: 0;
		padding: 7px 20px 7px 30px;
		text-decoration: none;
		color: #666;
		background: #eaeaea url('../gfx/icons/websitelink-dot.gif') no-repeat 15px 50%;
	}
	#maincontent ul.websitelink a:hover
	{
		color: #333;
		background-color: #dadada;
	}

	/* stylist formular */
	#maincontent .stylistForm
	{
		margin: 0;
		padding: 20px;
		background: #eaeaea;
		border: 1px solid #ccc;
	}
		#maincontent .stylistForm div
		{
			margin-bottom: 5px;
		}
		#maincontent .stylistForm h4
		{
			font-size: 1.3em;
		}
		#maincontent .stylistForm label
		{
			margin: 5px 10px 0 0;
			font-size: 1.3em;
		}
			#maincontent .stylistForm label.alignRight
			{
				float: left;
				width: 200px;
				/*text-align: right;*/
			}
			#maincontent .stylistForm strong
			{
				color: #f00;
			}
		#maincontent .stylistForm input
		{
			font-size: 1.3em;
		}
			#maincontent .stylistForm input.field
			{
				float: left;
				width: 200px;
				border: 1px solid #ccc;
			}
			#maincontent .stylistForm input.submit
			{
				padding: 3px 10px;
			}

	/* worldmap for shopfinder page */
	#maincontent .worldmap
	{
		float: right;
		position: relative;
	}
	#maincontent .map
	{
		position: absolute;
		display: none;
	}
	#maincontent #denmark
	{
		left: 101px;
		top: 144px;
		width: 11px;
		height: 16px;
		background: url('../gfx/shopfinder/denmark.gif') no-repeat 0 0;
	}
	#maincontent #dubai
	{
		left: 166px;
		top: 242px;
		width: 11px;
		height: 16px;
		background: url('../gfx/shopfinder/dubai.gif') no-repeat 0 0;
	}
	#maincontent #iceland
	{
		left: 25px;
		top: 127px;
		width: 22px;
		height: 12px;
		background: url('../gfx/shopfinder/iceland.gif') no-repeat 0 0;
	}
	#maincontent #norway
	{
		left: 90px;
		top: 100px;
		width: 34px;
		height: 44px;
		background: url('../gfx/shopfinder/norway.gif') no-repeat 0 0;
	}
	#maincontent #lithuania
	{
		left: 123px;
		top: 144px;
		width: 16px;
		height: 11px;
		background: url('../gfx/shopfinder/lithuania.gif') no-repeat 0 0;
	}
	#maincontent #schweiz
	{
		left: 90px;
		top: 187px;
		width: 27px;
		height: 11px;
		background: url('../gfx/shopfinder/schweiz.gif') no-repeat 0 0;
	}
	#maincontent #russia
	{
		left: 134px;
		top: 30px;
		width: 304px;
		height: 163px;
		background: url('../gfx/shopfinder/russia.gif') no-repeat 0 0;
	}
	#maincontent #ukraine
	{
		left: 134px;
		top: 166px;
		width: 38px;
		height: 27px;
		background: url('../gfx/shopfinder/ukraine.gif') no-repeat 0 0;
	}

	/* related content (right column) */
	#related
	{
		margin-top: 20px;
		float: none;
		width: 236px;
	}
		div.teaser { margin-bottom: 12px; }
		div.teaser.last { margin-bottom: 0; }
		div.teaser.newsAboutFashion
		{
			display: none;
		}

/* footer */
#footer
{
	margin: 30px 0 20px;
}
	#footer p a
	{
		display: none;
	}
