/**
 * @author Attila Jenei
 * @link http://www.attilajenei.com
 * @copyright 2014 Attila Jenei
 */

@CHARSET "UTF-8";

.Main h2 {
	font-size: 120%;
}

.Main .Search .Element,
.Main .Search .Button {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 10px 0;	
}

.Main .Search div.selector,
.Main .Search input,
.Main .Search button {
	margin: 2px;
}

.Main .Search select {
	margin: 15px 2px 2px 2px;
}

.Main .Search input {
	padding: 15px;
	width: 400px;
}

.Main .Search div.selector {
	padding: 15px;
}

.Main.Middle form {
	display: inline-block;	
}

.Main.Middle .Search {
	margin-top: 10%;		
	text-align: center;
}

.Main.Middle .Search .Button {
	display: block;
	text-align: center;
}

.Main .NoResult {
	line-height: 1.5;
	max-width: 600px;
	margin: 20px;
}

.Main .Result {
	font-size: 90%;
	line-height: 1.5;
	max-width: 600px;
}

.Main .Result .detailContainer {
	width: 97%;
	background: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
}

.Main .Result .contactContainer {
	width: 97%;
	background: #ebe9e5;
	padding: 10px;
}

.Main .Result .servicesContainer {
	width: 97%;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}

.Main .Result > li {
	clear: both;
	overflow: hidden;
}

.Main .Result h3 {
	margin: 20px 0 0 0;
}

.Main .Result h3 a {
	font-weight: normal;
}

.Main .Result .Address {
	color: #468;
}

.Main .Result .Category a {
	color: #66a;
}

.Main .Result .Services,
.Main .Result .PaymentMethods,
.Main .Result .ShipmentMethods {
	overflow: hidden;
}

.Main .Result .PaymentMethods,
.Main .Result .ShipmentMethods {
	margin-top: 10px
}

.Main .Result .Services li,
.Main .Result .PaymentMethods li,
.Main .Result .ShipmentMethods li {
	float: left;
}

.Main .Result .Services li + li,
.Main .Result .PaymentMethods li + li,
.Main .Result .ShipmentMethods li + li {
	border-left: 1px solid #ccc;
	padding-left: 8px;
	margin-left: 8px;
}

.Main .Result .Services,
.Main .Result .Services a {
	color: #484;
}

.Main .Result .picurl {
	display: none;
}

#preview {
	position:absolute;
	border:1px solid #333;
	background:#ccc;
	padding:5px;
	display:none;
	color:#fff;
}

.Main.Search .Result em {
	font-weight: bold;
	font-style: normal;
}

.Main.Search .Result .Thumbnail {
	float: left;
	margin: 10px 20px 10px 0;
	border: 1px solid #444;
}

.Main.Search .Result .Description {
	margin-top: 10px;
}

.Main .Paginator {
	clear: both;
	max-width: 600px;
	padding-top: 30px;
	text-align: center;
}

.Main .Paginator .Previous,
.Main .Paginator .Next {
	font-weight: bold;
	width: 100px;	
	display: inline-block;
}
	
.Main .Paginator .Previous {
	padding-right: 20px;
	text-align: right;
}

.Main .Paginator .Page {
	padding: 0px 2px;
}

.Main .Paginator span.Page {
	font-weight: bold;
}

.Main .Paginator .Next {
	padding-left: 20px;
	text-align: left;
}

.Main.View h1 {
	margin: 0;
}

.Main.View .Result {
	width: 48%;
}

.Main.View .AddToShopList {
	float: right;
	margin: 4px 0;
}

.Main.View .Result h3 {
	margin: 10px 0 10px 0;	
}

.Main.View .Result .Description {
	margin: 15px 0;
}

.Main.View .Result .Services {
	clear: both;
	margin: 20px 0 0 0;
}

.Main.View .Result .Images {
	overflow: hidden;
	margin: 15px 0;
}

.Main.View .Result .Images > div {
	float: left;
	margin: 0 10px 10px 0;
	background: #fff;
	padding: 5px;
	width: 180px;
	height: 180px;
	position: relative;
}

.Main.View .Result .Images > div img {
	position: relative;
	width: 90%;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.Main.View .Contact ul + ul {
	margin-top: 10px;
}

.Main.View .Map {
	position: absolute;
	left: 50%;
	right: 0;
	top: 51px;
	bottom: 41px;
	border-left: 1px solid #ddd;
}

.Main.View .Map > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.Main.View .Map > div > div,
.Main.View .Map > div > iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.Main.ShopList #pageBody {
	position: absolute;
	top: 51px;
	bottom: 41px;	
}

#shopListLeft {
	position: absolute;
	left: 0;
	width: 228px;
	top: 0;
	bottom: 0;
	padding: 16px;
	
	border-right: 1px solid #ddd;
}

#shopList {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 0;
	padding: 10px 0;
	overflow: auto;
	font-size: 12px;
}

.Main.ShopList .Start {
	padding-left: 4px;
}

.Main.ShopList .Block {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0.5;
	z-index: 10;	
}

.Main.ShopList .Item {
	position: relative;
	overflow: auto;
	padding: 10px;
	line-height: 16px;
	background: #f4f4f4;
}

.Main.ShopList .Item + .Item {
	border-top: 1px solid #ddd;
}

.Main.ShopList .Item h3 {
	margin: 0;
}

.Main.ShopList .Item .Letter {
	width: 12px;
	display: inline-block;
}

.Main.ShopList .Item .Distance {
	float: right;
}

.Main.ShopList .Item .Buttons {
	padding-top: 4px;
}

.Main.ShopList .Item .Buttons a {
	color: #048;
	cursor: pointer;
	text-decoration: none;
	padding: 0 4px;
	opacity: 0.3;	
}

.Main.ShopList .WithStartAddress .Item .Button.First { 
	display: none
}

.Main.ShopList .Item .First,
.Main.ShopList .Item .Last {
	float: right;
}

.Main.ShopList .Item:FIRST-CHILD {
	border-top: 1px solid #ddd;	
	background: #fff;
}

.Main.ShopList .Item:FIRST-CHILD .First {
	display: none;
}

.Main.ShopList .Item:last-child {
	border-bottom: 1px solid #ddd;	
	background: #fff;
}

.Main.ShopList .Item:last-child .Distance {
	font-weight: bold;
	font-size: 120%;
}

.Main.ShopList .Item:last-child .Last {
	display: none;
}

.Main.ShopList .TooLess {
	color: #800;
	padding: 10px;
	display: none;
	text-align: center;
}

.Main.ShopList .ClearList {
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.Main.ShopList .Map {
	position: absolute;
	left: 261px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
}

.Main.ShopList .Map .MarkerLabel {
	background: #fff;
	border: 2px solid #000;
	border-radius: 3px;
	padding: 2px 4px;
	opacity: 0.75;
}

.Main .BackToPreviousPage {
	display: block;
	margin: 20px 0 10px 0;
	cursor: pointer;
}