/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for IC Companys
	media: all

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 62.5%;
	line-height: 1em;
	text-align: left;
	color: #333;
	background: #fff url("/layout/ICCompanys/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: bold;
	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: 1.2em;
    font-family: Verdana, Tahoma;
}
legend
{
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	tables
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table
{
	margin-bottom: 10px;
	padding: 0;

}
table.news
{
font-family: Verdana, Tahoma;
font-size: 1.0em;
}
	tr
	{
	}
		th
		{
			padding: 2px;
			border: none;
		}
		td
		{
			padding: 2px;
			
				font-family: Verdana, Tahoma;
		}

	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	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 20px;
	min-height: 137px;
	z-index: 100;
}

* html #header { height: 137px; }
#header1
{
	position: relative;
	margin: 0 0px 0 0px;
	min-height: 137px;
	z-index: 100;

}

* html #header1 { height: 137px; }

	/* logo */
	a#logo
	{
		float: right;
		margin: 32px 16px 0 0;
		width: 206px;
		height: 30px;
	}
		a#logo img { border: none; }
	a#logo1
	{
		float: right;
		margin: 22px 0 5px 0;
		height: 30px;
		width: 970px;
		
	}
		a#logo1 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#lang
			{
				width: 114px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-lang1.gif') no-repeat 0 0;
				
			}
			ul#toplinks li a#about
			{
				width: 78px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-about1.gif') no-repeat 0 0;
			}
			ul#toplinks li a#media
			{
				width: 37px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-media.gif') no-repeat 0 0;
			}
			ul#toplinks li a#gl
			{
				width: 46px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-gl.gif') no-repeat 0 0;
			}
			ul#toplinks li a#contact
			{
				width: 62px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-kontakt.gif') no-repeat 0 0;
			}
			ul#toplinks li a#sotr
			{
				width: 108px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-sotr.gif') no-repeat 0 0;
			}
			ul#toplinks li a#vakans
			{
				width: 73px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-vakans.gif') no-repeat 0 0;
			}
			ul#toplinks li a#gb
			{
				width: 85px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-gb.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: 17px;
				left: -20px;
				width: 170px;
				margin: 0;
				padding: 2px 5px 0px;
				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.2em;
				}
					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#news
			{
				width: 76px;
				background: url('/layout/ICCompanys/gfx/navigation/globalnav-news.gif') no-repeat 0 0;
			}
		    ul#globalnav li a#newcollections
			{
				width: 94px;
				background: url('/layout/ICCompanys/gfx/navigation/globalnav-newcollections.gif') no-repeat 0 0;
			}
			ul#globalnav li a#akcia
			{
				width: 53px;
				background: url('/layout/ICCompanys/gfx/navigation/globalnav-akcia.gif') no-repeat 0 0;
			}
			ul#globalnav li a#shop
			{
				width: 87px;
				background: url('/layout/ICCompanys/gfx/navigation/globalnav-shop.gif') no-repeat 0 0;
			}
			ul#globalnav li a#moda
			{
				width: 46px;
				background: url('/layout/ICCompanys/gfx/navigation/globalnav-moda.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("/layout/ICCompanys/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: 290px;
			margin-right: 10px;		
		}
			#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("/layout/ICCompanys/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("/layout/ICCompanys/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;
			background: #fff url("/layout/ICCompanys/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: 10px;
			padding-bottom: 10px;
			font-size: 1.1em;
			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;
		padding-left: 10px;
		width: 625px;
		font-size: 1.4em;
		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;
		height: 36px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#maincontent ul#localnav li
		{
			float: left;
			margin: 0 10px;
			padding: 0;
		}
			#maincontent ul#localnav li a
			{
				display: block;
				margin: 0;
				padding: 0;
				height: 36px;
				font-size: 1.3em;
				line-height: 1.1em;
				text-decoration: none;
				color: #777;
				background: url("/layout/ICCompanys/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("/layout/ICCompanys/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("/layout/ICCompanys/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 url("/layout/ICCompanys/gfx/backgrounds/taske1_stylistform.png") no-repeat 95% 40px;
		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("/layout/ICCompanys/gfx/shopfinder/denmark.gif") no-repeat 0 0;
	}
	#maincontent #dubai
	{
		left: 166px;
		top: 242px;
		width: 11px;
		height: 16px;
		background: url("/layout/ICCompanys/gfx/shopfinder/dubai.gif") no-repeat 0 0;
	}
	#maincontent #iceland
	{
		left: 25px;
		top: 127px;
		width: 22px;
		height: 12px;
		background: url("/layout/ICCompanys/gfx/shopfinder/iceland.gif") no-repeat 0 0;
	}
	#maincontent #norway
	{
		left: 90px;
		top: 100px;
		width: 34px;
		height: 44px;
		background: url("/layout/ICCompanys/gfx/shopfinder/norway.gif") no-repeat 0 0;
	}
	#maincontent #lithuania
	{
		left: 123px;
		top: 144px;
		width: 16px;
		height: 11px;
		background: url("/layout/ICCompanys/gfx/shopfinder/lithuania.gif") no-repeat 0 0;
	}
	#maincontent #schweiz
	{
		left: 90px;
		top: 187px;
		width: 27px;
		height: 11px;
		background: url("/layout/ICCompanys/gfx/shopfinder/schweiz.gif") no-repeat 0 0;
	}
	#maincontent #russia
	{
		left: 134px;
		top: 30px;
		width: 304px;
		height: 163px;
		background: url("/layout/ICCompanys/gfx/shopfinder/russia.gif") no-repeat 0 0;
	}
	#maincontent #ukraine
	{
		left: 134px;
		top: 166px;
		width: 38px;
		height: 27px;
		background: url("/layout/ICCompanys/gfx/shopfinder/ukraine.gif") no-repeat 0 0;
	}

	/* related content (right column) */
	#related
	{
		float: left;
		width: 236px;
	}
		div.teaser { margin-bottom: 8px; }
		
	
		
		div.teaser.last { margin-bottom: 0; }
		div.teaser.newsAboutFashion
		{
			padding: 0 18px 10px 0;
			min-height: 165px;
			text-align: right;
			background: url("/layout/ICCompanys/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("/layout/ICCompanys/gfx/icons/drop-up.gif") no-repeat;
}
#scrollDown
{
	float: right;
	width: 11px;
	height: 12px;
	margin: 8px 50px 0 0;
	background: url("/layout/ICCompanys/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("/layout/ICCompanys/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"/*tpa=http://www.companys.com/layout/ICCompanys/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"/*tpa=http://www.companys.com/layout/ICCompanys/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: 46px;
		text-indent: 0;
		color: #fff;
		background: #333;
		font-size: 85%;
	}
	.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"/*tpa=http://www.companys.com/layout/ICCompanys/gfx/backgrounds/background-ajax.gif*/) no-repeat center center;
}
/* style for validator messages */
span.warning
{
	margin: 0 0 0 210px;
}

#maincontent div.skript
	{
		margin: 5 0 5px;
		background-color: red;
		width: 250px;
		height: 20px;
	}
	
	#maincontent div.java
	{
		margin-bottom: 10px;
background-color: blue;
	}
	
	
	
	
	
	
	
	#header2
{
	position: relative;
	margin: 0px 0px 15px 0px;
	min-height: 25px;
	z-index: 10;

}

* html #header2 { height: 15px; }
ul#toplinks1
	{
		
		margin: 2px 0 0 525px;
		padding: 0;
		list-style-type: none;
	}
		ul#toplinks1 li
		{
			float: left;
			position: relative;
			margin: 0 10px 0 0;
			padding: 0;
		}
		ul#toplinks1 li.last
		{
			margin-right: 0;
			
		}
			ul#toplinks1 li a
			{
				display: block;
				margin: 0;
				padding: 0;
				height: 16px;
				border: none;
			}
			ul#toplinks1 li a#gorod
			{
				width: 125px;
				background: url('/layout/ICCompanys/gfx/toplinks/toplinks-gorod.gif') no-repeat 0 0;
				
			}
	/* contry chooser */
			ul#toplinks1 ul#countries1
			{
				position: absolute;
				top: 20px;
				left:  0px;
				width: 150px;
				margin: 0;
				padding: 5px 5px 15px 10px;
				list-style-type: none;
				background: #fff;
				border: 1px solid #ccc;
				
			}
				ul#toplinks1 ul#countries1 li
				{
					float: none;
					display: block;
					margin: 0;
					padding: 0;
					font-size: 1.2em;
					line-height: 1.6em;
				}
					ul#toplinks1 ul#countries1 li a
					{
						display: block;
						margin: 0;
						padding: 0;
						color: #000;
						border: none;
					}
					ul#toplinks1 li a
			{
				background-position: 0 -16px !important;
			}
			
			.news {
			font-size: 1.3em;
			line-height: 1.3em;
			}
			
			
b.small
				{
				font-size: 0.71em;
				}