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

@CHARSET "UTF-8";

body, input, textarea {
    font-size: 13px;
}

#header {
	line-height: 32px;
	padding: 3px 12px;
}

.Popup {
	padding: 10px;
}

#account .Popup {
	margin-top: 3px;
}

#pageContent {
	padding: 10px;
}
	.SimplePage {
		width: 100%;
		line-height: 24px;
	}

#footer > div {
	padding: 0 10px;
}

#footer .Left a:nth-child(n + 2) {
	padding-left: 10px;
}

#footer .Right a:nth-child(n + 2) {
	padding-left: 10px;
}

#headerShops {
	clear: both;
	display: block;
	margin: 0;
}

#headerShops .Popup {
	margin-top: 3px;
}

#headerShops .Popup .Description {
	text-align: left;
}

#headerShops .Popup .Item .Name {
	width: auto;
	display: block;	
}
