/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for IC Companys
	media: all

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

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;
}
:root
{
	overflow-y: scroll;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
.clearfix
{
	display: block;
}

.clear
{
	clear: both;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	accessibility, seo & print
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility
{
	position: absolute;
	top: -999em;
	left: -999em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	elements & typography
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1
{
	margin: 0 0 30px;
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
}
h2
{
	margin: 0 0 10px;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
}
h3
{
	margin: 0 0 10px;
	font-size: 1.3em;
}
h4
{
	margin: 0 0 10px;
	font-size: 1em;
}

p
{
	margin: 0 0 10px;
}

dl,
dd
{
	margin: 0;
	padding: 0;
}
dt,
dd
{
	/*font-size: .95em;*/
}

ul
{
	margin: 0;
	padding: 0;
}
	li
	{
		margin: 0 0 0 15px;
		padding: 0;
	}

img
{
	border: none;
}

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	form elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}
input,
select,
textarea
{
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}
legend
{
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	tables
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table
{
	margin-bottom: 10px;
	padding: 0;
	font-size: 1em;
	border: none;
}
	tr
	{
	}
		th
		{
			padding: 2px;
			border: none;
		}
		td
		{
			padding: 2px;
			border: none;
		}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a,
a:visited
{
	text-decoration: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* container */
#container
{
	margin: auto;
	width: 980px;
	text-align: left;
}

/* header content */
#header
{
	position: relative;
	margin: 0 0 0 32px;
	min-height: 137px;
	z-index: 100;
}
* html #header { height: 137px; }
	/* logo */
	a#logo
	{
		float: right;
		margin: 32px 16px 0 0;
		width: 206px;
		height: 30px;
	}
		a#logo img { border: none; }
	
	/* top links */
	ul#toplinks
	{
		float: left;
		margin: 12px 0 0;
		padding: 0;
		list-style-type: none;
	}
		ul#toplinks li
		{
			float: left;
			position: relative;
			margin: 0 30px 0 0;
			padding: 0;
		}
		ul#toplinks li.last
		{
			margin-right: 0;
		}
			ul#toplinks li a
			{
				display: block;
				margin: 0;
				padding: 0;
				height: 16px;
				border: none;
			}
			ul#toplinks li a#chooseCountry
			{
				width: 117px;
				background: url('../gfx/toplinks/toplinks-choose-language.gif') no-repeat 0 0;
			}
			ul#toplinks li a#about
			{
				width: 34px;
				background: url('../gfx/toplinks/toplinks-about.gif') no-repeat 0 0;
			}
			ul#toplinks li a#contact
			{
				width: 42px;
				background: url('../gfx/toplinks/toplinks-contact.gif') no-repeat 0 0;
			}			
			ul#toplinks li a#clubLogin
			{
				width: 56px;
				background: url('../gfx/toplinks/toplinks-club-login.gif') no-repeat 0 0;
			}
			ul#toplinks li a#partner
			{
				width: 42px;
				background: url('../gfx/toplinks/toplinks-partner.gif') no-repeat 0 0;
			}
			/*ul#toplinks li a:hover,
			ul#toplinks li a:focus,*/
			ul#toplinks li a
			{
				background-position: 0 -16px !important;
			}
			ul#toplinks li a span { display: none; }

			/* contry chooser */
			ul#toplinks ul#countries
			{
				position: absolute;
				top: 20px;
				left: -20px;
				width: 112px;
				margin: 0;
				padding: 10px 20px 15px;
				list-style-type: none;
				background: #fff;
				border: 1px solid #ccc;
				z-index: 100;
			}
				ul#toplinks ul#countries li
				{
					float: none;
					display: block;
					margin: 0;
					padding: 0;
					font-size: 1.1em;
					line-height: 1.6em;
				}
					ul#toplinks ul#countries li a
					{
						display: block;
						margin: 0;
						padding: 0;
						color: #000;
						/*text-decoration: underline;*/
						border: none;
					}

	/* global navigation */
	ul#globalnav
	{
		float: left;
		margin: 22px 0 0;
		padding: 0;
		list-style-type: none;
	}
		ul#globalnav li
		{
			float: left;
			margin: 0 32px 0 0;
			padding: 0;
		}
		ul#globalnav li.last
		{
			margin-right: 0;
		}
			ul#globalnav li a
			{
				display: block;
				margin: 0;
				padding: 0;
				height: 36px;
				border: none;
			}
			ul#globalnav li a#newCollections
			{
				width: 150px;
				background: url('../gfx/navigation/globalnav-new-collections.gif') no-repeat 0 0;
			}
			ul#globalnav li a#shopFinder
			{
				width: 103px;
				background: url('../gfx/navigation/globalnav-shop-finder.gif') no-repeat 0 0;
			}
			ul#globalnav li a#brands
			{
				width: 62px;
				background: url('../gfx/navigation/globalnav-brands.gif') no-repeat 0 0;
			}
			ul#globalnav li a#trends
			{
				width: 59px;
				background: url('../gfx/navigation/globalnav-trends.gif') no-repeat 0 0;
			}
			ul#globalnav li a#club
			{
				width: 38px;
				background: url('../gfx/navigation/globalnav-club.gif') no-repeat 0 0;
			}
			ul#globalnav li a#styling
			{
				width: 64px;
				background: url('../gfx/navigation/globalnav-styling.gif') no-repeat 0 0;
			}
			ul#globalnav li a:hover,
			ul#globalnav li a:focus
			{
				background-position: 0 -36px !important;
			}
			ul#globalnav li a span { display: none; }

	/* shopping bag, for the future */
	#basket
	{
		float: right;
		width: 214px;
		margin: 22px 0 0;
		padding: 10px;
		line-height: 1.2em;
		color: #999;
		border: 1px solid #d2d2d2;
	}
		#basket h4
		{
			margin-bottom: 6px;
			font-size: 1.1em;
		}
		#basket p
		{
			margin-bottom: 0;
			font-size: 1.1em;
		}
		#basket a:link,
		#basket a:visited
		{
			text-decoration: underline;
			color: #999;
		}

/* main container */
#main
{
	margin: 8px 0 0 0;
}

	#main div.box
	{
		margin: 40px 0 10px;
		padding: 20px;
		font-size: 1.1em;
	}
	#main div.box.logos
	{
		background: #e7e7e7;
		-moz-opacity: 0.65;
		-khtml-opacity: 0.65;
		opacity: 0.65;
		filter: alpha(opacity=65);
	}
	#main div.box.logos a
	{
		float: left;
		margin: 10px 3px;
	}

	/* main content (center column) */
	#maincontent
	{
		float: left;
		margin-right: 12px;
		padding: 25px 30px 15px;
		width: 670px;
		min-height: 448px;
		color: #333;
		background: #fff;
		border: 1px solid #ccc;
	}
	* html #maincontent { height: 448px; }
	#main.front #maincontent
	{
		width: 732px;
		padding: 0;
		background: none;
		border: none;
	}
	#main.wide #maincontent { width: 918px; }

	#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: 20px;
		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: 1em;
				line-height: 1.5em;
			}
			#maincontent div.box.shopInfo div.col
			{
				font-size: 1.2em;
				line-height: 1.5em;
				margin-bottom: 20px;
			}
		#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 -30px;
		}

	/* 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: 666px;
			margin: 0 0 25px;
			padding: 0;
			min-height: 88px;
			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: 88px; }
		#maincontent dl.brandBox a:hover,
		#maincontent dl.brandBox a:focus
		{
			color: #666;
			border: 1px solid #c0c0c0;
			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.right
	{
		margin-right: 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;
		}

	/* brands (logos) in this store */
	#brandsInThisStore
	{
	}
		#brandsInThisStore a
		{
			margin-right: 15px;
		}
			#brandsInThisStore a img
			{
				margin-bottom: 15px;
			}

	/* 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;
	}

	/* container for top content */
	#topcontent
	{
		margin-bottom: 5px;
	}

	/* local navigation */
	#maincontent ul#localnav
	{
		float: left;
		min-height: 36px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#maincontent ul#localnav li
		{
			float: left;
			margin: 0 16px;
			padding: 0;
		}
			#maincontent ul#localnav li a
			{
				display: block;
				margin: 0;
				padding: 0;
				height: 36px;
				font-size: 1.2em;
				line-height: 1.1em;
				text-decoration: none;
				color: #777;
				background: url('../gfx/navigation/localnav-dot.gif') no-repeat 50% 0;
				border: none;
			}
			#maincontent ul#localnav li a:hover,
			#maincontent ul#localnav li a:focus,
			#maincontent ul#localnav li.selected a
			{
				color: #000;
				background: url('../gfx/navigation/localnav-dot-selected.gif') no-repeat 50% 0;
				/*background-position: 50% -27px !important;*/
			}
			#maincontent ul#localnav li a span { 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: #c7c0cd url('../gfx/backgrounds/taske2_stylistform.jpg') no-repeat top right;
		border: 1px solid #afa8b5;
	}
	#maincontent .genericForm
	{
		margin: 0;
		padding: 20px;
		background: #eaeaea none;
		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;
			line-height: 1.2em;
		}
			#maincontent .stylistForm label.alignRight
			{
				float: left;
				width: 200px;
				/*text-align: right;*/
			}
			#maincontent .stylistForm strong
			{
				color: #000;
			}
		#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;
			}
			#maincontent .stylistForm select.field
			{
				line-height: 1.2em;
			}

	/* 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;
	}
	
	#maincontent #estonia
	{
		left: 123px;
		top: 138px;
		width: 11px;
		height: 6px;
		background: url('../gfx/shopfinder/estonia.gif') no-repeat 0 0;
	}
	#maincontent #sweden
	{
		left: 106px;
		top: 111px;
		width: 17px;
		height: 39px;
		background: url('../gfx/shopfinder/sweden.gif') no-repeat 0 0;
	}
	#maincontent #finland
	{
		left: 118px;
		top: 100px;
		width: 26px;
		height: 38px;
		background: url('../gfx/shopfinder/finland.gif') no-repeat 0 0;
	}

	/* related content (right column) */
	#related
	{
		float: left;
		width: 236px;
	}
		div.teaser { margin-bottom: 12px; }
		div.teaser.last { margin-bottom: 0; }
		div.teaser.newsAboutFashion
		{
			padding: 0 18px 10px 0;
			min-height: 165px;
			text-align: right;
			background: url('../images/teasers/nexs-about-fashion.jpg') no-repeat 0 0;
		}
		* html div.teaser.newsAboutFashion { height: 165px; }
			div.teaser.newsAboutFashion input.subscribe
			{
				margin: 93px 0 0;
				padding: 1px 3px;
				width: 190px;
				font-size: 1.2em;
				text-align: right;
				color: #666;
				background: #fff;
				border: 2px solid #ccc;
			}
			div.teaser.newsAboutFashion input.submit
			{
				margin: 8px 8px 8px 0;
				padding: 1px 3px;
				border: none;
			}
			div.teaser.newsAboutFashion p
			{
				margin: 0;
			}
			div.teaser.newsAboutFashion a
			{
				font-size: 1.1em;
				color: #fff;
				text-decoration: underline;
			}

/* footer */
#footer
{
	margin: 30px 20px 20px;
}
	#footer p
	{
		font-size: 1.1em;
		line-height: 1.2em;
		color: #999;
	}
		#footer p a
		{
			color: #999;
			text-decoration: underline;
		}
		#footer p span
		{
			margin: 0 5px;
		}

/* gallery */
#myGallery
{
	float: left;
	width: 550px;
	height: 550px;
	border: none;
	text-align: left;
	margin: 0;
	background-position: right;
	overflow: hidden;
}
#myGallery.front
{
	width: 732px;
	height: 490px;
}

#myCarousel
{
	float: left;
	width: 106px;
	height: 550px;
	margin-left: 562px;
	overflow: hidden;
}

#scrollUp
{
	float: right;
	width: 11px;
	height: 12px;
	margin: 21px 50px 5px 0;
	background: url('../gfx/icons/drop-up.gif') no-repeat;
}
#scrollDown
{
	float: right;
	width: 11px;
	height: 12px;
	margin: 8px 50px 0 0;
	background: url('../gfx/icons/drop-down.gif') no-repeat;
}

.jdGallery
{
	position: relative;
	overflow: hidden;
}
	.jdGallery img
	{
		margin: 0;
		border: 0;
	}
	.jdGallery .loadingElement
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff url('../gfx/jd-gallery/loading-bar.gif') no-repeat center center;
	}
	.jdGallery .slideElement
	{
		width: 100%;
		height: 100%;
		background-color: #eaeaea;
		background-repeat: no-repeat;
		padding: 0;
		float: right;
	}
	.jdGallery div.carouselContainer
	{
		position: absolute;
		height: 550px;
		width: 106px;
		z-index: 10;
		margin: 0;
		padding: 0;
		left: 0;
		top: 0;
	}
	.jdGallery a
	{
		font-size: 100%;
		text-decoration: none;
		color: inherit;
	}
	.jdGallery a.right,
	.jdGallery a.left
	{
		position: absolute;
		height: 138px;
		width: 38px;
		cursor: pointer;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
	}
	.jdGallery a.left
	{
		left: 0;
		top: 200px;
		background: url('../gfx/jd-gallery/prev-hover.png') no-repeat 0 0;
	}
	.jdGallery a.right
	{
		right: 0;
		top: 200px;
		background: url('../gfx/jd-gallery/next-hover.png') no-repeat 0 0;
	}
	.jdGallery a.left:hover,
	.jdGallery a.right:hover
	{
		opacity: 1.0;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
	}
	.jdGallery a.open
	{
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.jdGallery a.carouselBtn
	{
		display: none;
		position: absolute;
		bottom: 0;
		right: 30px;
		height: 20px;
		text-align: center;
		padding: 0 10px;
		font-size: 13px;
		background: #333;
		color: #fff;
		cursor: pointer;
	}
	.jdGallery .carousel
	{
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		width: 106px;
		height: 550px;
		margin: 0;
		padding: 0;
		text-indent: 0;
		color: #fff;
		background: transparent;
	}
	.jdGallery .carousel .carouselWrapper
	{
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		width: 106px;
		height: 550px;
	}
	.jdGallery .carousel .carouselInner
	{
		position: relative;
		width: 106px !important;
		background: transparent;
	}
	.jdGallery .carousel .carouselInner .thumbnail
	{
		float: left;
		clear: both;
		margin: 0 0 12px 0;
		padding: 0;
		background: #000;
		background-position: center center;
		border: solid 0px #fff;
		cursor: pointer;
	}
	.jdGallery .carousel .label
	{
		display: none;
		position: absolute;
		bottom: 5px;
		left: 10px;
		margin: 0;
		padding: 0;
		font-size: 13px;
	}
	.jdGallery .carousel .label .number
	{
		display: none;
		color: #b5b5b5;
	}
	.jdGallery .slideInfoZone
	{
		position: absolute;
		z-index: 10;
		overflow: hidden;
		width: 100%;
		margin: 0;
		bottom: 0;
		left: 0;
		height: 40px;
		text-indent: 0;
		color: #fff;
		background: #333;
	}
	.jdGallery .slideInfoZone h2
	{
		margin: 2px 5px;
		padding: 0;
		font-size: 1.2em;
		font-weight: bold;
		color: inherit;
	}
	.jdGallery .slideInfoZone p
	{
		margin: 2px 5px;
		padding: 0;
		font-size: 1em;
		color: #eee;
	}

.withArrows
{
}
	.withArrows a.open
	{
		position: absolute;
		z-index: 10;
		top: 0;
		left: 10%;
		width: 80%;
		height: 100%;
		background: none;
		cursor: pointer;
	}

div.gallery-container
{
	position: relative;
	margin-bottom: 10px;
}

.jdExtCarousel
{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 106px;
	height: 533px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #fff;
}

.jdExtCarousel .carouselWrapper
{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 106px;
	height: 562px;
}

.jdExtCarousel .carouselInner
{
	position: relative;
	width: 106px !important;
	background: transparent;
}

.jdExtCarousel .carouselInner .thumbnail
{
	float: left;
	clear: both;
	margin: 0 0 12px 0;
	padding: 0;
	background: #000;
	background-position: center center;
	border: none;
	cursor: pointer;
}

.jdExtCarousel .label
{
	display: none;
	position: absolute;
	bottom: 5px;
	left: 10px;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.jdExtCarousel .label .number
{
	display: none;
	color: #b5b5b5;
}

.ajaxLoading
{
	background: url("../gfx/backgrounds/background-ajax.gif") no-repeat center center;
}
/* style for validator messages */
span.warning
{
	margin: 0 0 0 210px;
}

.login
{
	width: 250px;
	min-height: 220px;
	border: solid 10px #f2f2f2;
	padding: 20px 80px;
	background-color: #ffffff;
	margin: auto;
	margin-top: 100px;
	
	}
	.login dl
	{
		
		}
		.login dl dt
		{
			margin: 10px 0;
			font-weight: bold;
			font-size: 12px;
			clear: both;
		}
		.login dl dd
		{
			margin: 10px 0;
		}
		.login dl dd input
		{
			width: 240px;
			height: 20px;
			font-size: 12px;
		}		
		.login div
		{
			width: 245px;
			min-height: 20px;
			margin: 10px 0;

		}
		.login .button input
		{
			float: right;
			width: 100px;
			font-size: inherit;
			color: #f2f2f2;
			background-image: url('/layout/ICCompanys/gfx/buttons/login.png');
			background-position: right;
			background-repeat: no-repeat;
			background-color: #232A3D;
			padding-right: 30px;
			line-height: 30px;
			height: 28px;
			border: none;
			font-size: 12px;
			font-weight: bold;
			cursor: pointer;
		}
	.login .loginError
	{
		margin-top: 15px;
		}
		.login .loginError p
		{
			color: #FF0000;
			font-size: 11px;
		}
		
#maincontent .newsletter
{
    background: #cfe0f3;
}
.newsletter .buttonPanel
{
    text-align: right;
    padding-top: 10px;
}
.newsletter span.errorMessageText
{
    display: none;
}

.newsletter select
{
    font-size: 1.3em;
    width: 300px;
}
#maincontent .newsletter input.submit
{
    outline: none;
    border-width: 2px; 
}