/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #999;
	line-height: 135%;
}

img {
	border: 0;
}

object {
	outline-style: none;
}

div.clear {
	clear: both;
}

div#container {
	/* width: 980px; */
	width: 975px;
	margin: 0 auto;
	margin-top: 7px;
	/* background-color: #f0ef38; */
}

div#header {
	width: 975px;
	margin: 0 auto;
	z-index: 0;
}

div#wrapper {
	width: 903px;
	/* height: 570px; */
	margin: 0 auto;
}

div#wrapper-bg {
	float: left;
	width: 867px;
	/* height: 570px; */
	/* height: 405px; */
	padding: 0 18px 8px 18px;
	background: url(../_img/wrapper-bg.jpg) repeat-x left top #0b0b0b;
	visibility: hidden;
	z-index: 10;
}

div.column-left {
	float: left;
	width: 445px;
	margin-right: 7px;
}

	div.title, div.news-title, div.store-name, div.product-name, div.title-job {
		margin: 0;
		font-size: 100%;
		height: 25px;
		padding: 5px 0 0 10px;
		background: #1b1b1b;
	}

	div.title, div.product-name, div.title-job {
		background: url(../_img/dotted-bg.gif);
	}

	div.product-name {
		height: 26px;
		padding: 4px 0 0 13px;
	}
	
	div.product-name h2 {
		font-size: 120%;
		padding-top: 3px;
	}

	div.news-title, div.store-name {
		background-color: #000;
		float: left;
		width: 100%;
	}

h2, h3 {
		margin: 0;
		padding-top: 1px;
		font-size: 100%;
	/*	text-transform: uppercase; */
		color: #f0ef38;
		height: 11px;
}

h2.fla-big {
	height: 14px;
}
	
	div.img {
		width: 445px;
		height: 277px;
		overflow: hidden;
	}

	ul.photo-thumbnails {
	list-style-type: none;
	margin: 0;
	margin-top: 7px;
	padding: 0;
}

	ul.photo-thumbnails li {
		float: right;
		margin-right: 8px;
	}
	
	ul.photo-thumbnails li.no-margin {
		margin-right: 0;
	}
	
	ul.photo-thumbnails li a {
		display: block;
		width: 38px;
		height: 39px;
		border: 2px solid #000;
		overflow: hidden;
	}
	
	ul.photo-thumbnails li a img {
		width: 80px;
	}
	
	ul.photo-thumbnails li a:hover, ul.photo-thumbnails li a.selected {
		border: 2px solid #f0ef38;
	}

div.column-right {
	float: left;
	width: 381px; /* real: 393px; */
	padding: 0 7px 7px 22px;
	background: #1b1b1b;
}

	div.text {
		float: left;
		width: 317px;
		height: 351px;  /* real: 340px; */
		/* padding-top: 16px; */
		/* margin-top: 14px; */
		margin-top: 30px;
		overflow: hidden;
		position: absolute;
	}
	
	div.text p {
		margin-top: 0;
	}

div.scroll-text {
	float: right;
	width: 20px;
	height: 405px;
	background: url(../_img/scroll-text.png);
}

div.scroll-text.content {
	margin-right: 6px;
}

.up, .down {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	text-indent: -9999px;
	cursor: pointer;
}

.up:hover, .down:hover {
	background: none;
}

.up {
	margin-top: 14px;
}

.down {
	margin-top: 350px;
}

a {
	color: #f0ef38;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #f0ef38;
}

div.news-section {
	float: left;
	width: 830px;
	position: absolute;
	overflow: hidden;
	height: 380px;
	margin-bottom: 40px;
}

div.news {
	position: relative;
	float: left;
	width: 830px;
	/* height: 120px; */
	margin-bottom: 8px;
	background: #1b1b1b;
}

div.news-image {
	float: left;
	width: 179px;
	/* height: 90px;
	overflow: hidden; */
	overflow-x: hidden;
}

div.news-text, div.store-details {
	float: left;
	padding: 10px 0 10px 12px;
}

div.news-text {
	width: 629px;
}

div.news-text-content {
	/* height: 50px; */
}

div.news-text p, div.store-details p {
	margin-top: 0;
	margin-bottom: 3px;
}

div.news-text p.read-more {
	position: absolute;
	right: 11px;
	bottom: 10px;
	margin-bottom: 0;
}

div.column-left-narrow {
	float: left;
	width: 174px;
	margin-right: 29px;
}

div.column-right-stores {
	float: left;
	/* width: 648px; */
	width: 631px;
	padding-top: 21px;
}

div.store {
	float: left;
	width: 100%;
	height: 91px;
	margin-bottom: 4px;
	background: #1B1B1B none repeat scroll 0 0;
}

div.scrolled-content {
	float: left;
	width: auto;
	height: 370px;
	overflow: hidden;
}

div.title-container, div.title-container-job {
	height: 16px;
	overflow: hidden;
}

div.city, div.contact-department {
	width: 174px;
	height: 24px;
	margin-top: 5px;
	background: url(../_img/dropdown-bg.gif) repeat-x #000;
}

div.contact-department {
	width: 194px;
	margin-top: 17px;
}

div.city a, div.contact-department a {
	display: block;
	height: 21px;
	padding: 3px 7px 0 7px;
	color: #f0ef38;
}

div.city a:hover, div.contact-department a:hover {
	color: #f0ef38;
}

div.city a.folded {
	background: url(../_img/dropdown-down.png) no-repeat;
}

div.city a.unfolded {
	background: url(../_img/dropdown-up.png) no-repeat;
}

div.contact-department a.folded {
	background: url(../_img/dropdown-down2.png) no-repeat;
}

div.contact-department a.unfolded {
	background: url(../_img/dropdown-up2.png) no-repeat;
}

div.city-list, div.department-list {
	/* padding-bottom: 7px; */
	background: #1B1B1B;
}

div.department-list {
	width: 194px;
}

div.city-list ul, div.department-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.city-list ul li, div.department-list ul li {
}

div.city-list ul li a, div.department-list ul li a {
	display: block;
	padding: 2px 7px 4px 7px;
	height: 16px;
	color: #999;
}

div.city-list ul li a:hover, div.department-list ul li a:hover, ul li a#opened {
	color: #f0ef38;
	background-color: #000;
}

div.city-list
{
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	width: 148px;
	float: left;
}

div.city-container
{
	position: absolute;
	overflow: hidden;
	width: 174px;
	height: 400px;
	margin-top: 5px;
	background: #1B1B1B;
}

#loader-shops
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: url(../_img/ajax-loader.gif) no-repeat center;	
	z-index: 10;
}

div.scroll-stores {
	float: right;
	width: 26px;
	height: 400px;
	background: #1B1B1B;
}

div.scroll-stores .arr-up {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../_img/scroll_up.png) no-repeat;
	margin-top: 5px;
}

div.scroll-stores .arr-down {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../_img/scroll_down.png) no-repeat;
	margin-top: 358px;
}

/* CONTACT */

div.contact-form {
	width: 781px;
	margin: 0 auto;
}

form {
	margin: 0;
}

div.contact-left, div.contact-middle {
	float: left;
}

div.contact-left, div.contact-middle, div.contact-right {
	margin-top: 11px;
}

div.contact-left {
	width: 211px;
}

div.contact-middle {
	width: 227px;
}

div.contact-right {
	float: left;
	width: 333px;
	padding-bottom: 20px;
}

input, textarea {
	border: 0;
	padding: 7px 10px;
	background: url(../_img/dotted-bg.gif);
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #fff;
}

input {
	width: 174px;
}

textarea {
	width: 313px;
	height: 253px;
}

input.submit {
	float: right;
	width: 45px;
	height: 14px;
	margin-top: 10px;
	margin-right: 2px;
	background: url(../_img/wyslij.png) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

input.submit_en {
	float: right;
	width: 45px;
	height: 14px;
	margin-top: 10px;
	margin-right: 2px;
	background: url(../_img/wyslij_en.png) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

input.submit_ro {
	float: right;
	width: 50px;
	height: 14px;
	margin-top: 10px;
	margin-right: 2px;
	background: url(../_img/wyslij_ro.png) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

/* JOBS */

div.title-container-job {
	margin-bottom: 8px;
}

div.title-job {
	height: 23px;
	padding: 7px 0 0 10px;
	margin-bottom: 8px;
}

div.title-job h3 {
	font-weight: normal;
}

div.title-job h3 a {
	color: #fff;
}

div.title-job h3 a:hover {
	color: #000;
}

/* SEARCH RESULTS */

div.title.search {
	margin-bottom: 8px;
}

div.results-wrapper {
	float: left;
	width: 830px;
}

div.results-column {
	float: left;
	width: 272px;
	margin-right: 6px;
}

div.results-column.last-item {
	margin-right: 0;
}

div.results-item {
	float: left;
	width: 248px;
	padding: 12px;
	margin-bottom: 6px;
	background: url(../_img/dotted-bg.gif);
}

div.results-image {
	float: left;
	width: 80px;
	/* height: 30px; */
	overflow: hidden;
}

div.results-image img {
	width: 60px; 
}

div.results-description {
	float: left;
}

div.results-description h3, div.results-description p {
	margin: 0;
}

div.results-description h3 {
	color: #fff;
	text-transform: none; 
}

div.results-description p {
	margin-top: 3px;
}

#scroller {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
}

div#footer {
	width: 975px;
	margin: 0 auto;
}

#loader-main
{
	width: 100%;
	height: 100%;
	background: url(../_img/ajax-loader2.gif) no-repeat center center;	
	z-index: 10;
}
