* { padding:0; margin:0; }

:focus, :active {
	outline: 0;
}

body {
	color:#4c5260;
	background-color: #FFF;
	font-family: "Trebuchet MS", Helvetica;
	font-size:75%;
	text-align: center;
}

a {
	color:#5e6c9c;
	text-decoration: none;
}

a:hover	{
	color:#2c447b;
	text-decoration: none;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 150%;
}

.red {
	color:#c12d2d;
}

.rounded {
	-moz-border-radius:7px 7px 7px 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}

.clearfix, .clear, .eof {
	clear:both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.pointer {
	cursor: pointer;
}

.middle {
	vertical-align: middle;
}

.small, small {
	font-size: 80%;
	font-weight: normal;
}

.grey {
	color: #888;
}

#wrap {
	text-align: center;
	background: url(../images/bg.png) top center;
}


#wrap-popup {
	background: #FFF;
	text-align: left;
	margin: 10px;
	padding: 10px;
	-moz-opacity:0.8;
	filter: alpha(opacity = 80);
}

#header {
	height: 215px;
	margin: auto;
	background: url(../images/header-winter.jpg) no-repeat top center;
}

#header h1{
	padding: 0px !important;
	margin: 0px !important;
	display: inline;
}

#header h1 a {
	display: block;
	background:transparent url(../images/blank.gif) no-repeat 0 0;
	width:350px;
	height:128px;
	float: left;
	text-indent:-9999px;
}

#flags {
	float:right;
	margin-top:10px;
	width:171px;
	height:41px;
}

#nav {
}

#nav ul {
	list-style-type:none;
	margin-left: 33px;
}

#nav ul li {
	float: left;
	background: url(../images/top-nav-sep.png) no-repeat top left;
	height: 47px;
	vertical-align: middle;
	text-align: center;
}

#nav ul li a {
	display: block;
	color:#4c5260;
	text-decoration:none;
	font-size: 110%;
	padding: 0px 12px;
	max-width: 70px;
	line-height: 47px;
}

#nav ul li a.double {
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
}

#nav ul li a.selected, #nav ul li a.selected:hover {
	background: url(../images/top-nav-hover.png) repeat-x;
	margin-left: 1px;
	color: #FFF;
	padding-left: 17px;
}

#nav ul li a:hover {
	background: url(../images/top-nav-active.png) repeat-x;
	margin-left: 1px;
	padding-left: 11px;
}

#main {
	width: 1000px;
	text-align: center;
	margin: auto;
	padding: 0px;
	background: url(../images/content-bg.png) repeat-y center;
}

/*
#main.start {
	margin: 150px auto 0px;
	: 360px;
}   */

#top {
	text-align: left;
	height: 175px;
	margin: auto;
	width: 900px;
}

#top-link { 
	display: none;
	position: fixed;
	bottom: 15px;
	margin-left: 20px;
}

#top-link span {
	display: block;
	padding: 5px;
	background: #DDD;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	color:#4C5260;
	line-height: 22px;
	padding-right: 15px;
	padding-left: 15px;
}

#box-login {
	width: 260px;
	margin-top: 19px;
	float: right;
	height: 55px;
	margin-right: 0px;
}

#box-login input {
	border:0;
	width: 100px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	background: #8d9cb9;
}

#box-login input[type="submit"] {
	width: auto;
	height: 23px;
	width: 23px;
	cursor: pointer;
	color: #4C5260;
}

#box-login label {
	width: 106px;
	float: left;
	margin-right: 5px;
}

#shopping-cart {
	width: 222px;
	margin-top: 19px;
	float: right;
	height: 55px;
}

#shopping-cart p {
	margin-left: 82px;
	margin-top: 10px;
	margin-right: 13px;
	line-height: 150%;
}

#shopping-cart a {
	text-decoration: none;
}

#content {
	width: 1000px;
	margin: auto;
	background:transparent url(../images/content-bottom-bg.jpg) no-repeat center bottom;
	text-align: left;
}

#left {
	float: left;
	margin-left: 50px;
	width: 240px;
}

#middle {
	float: left;
	padding: 10px 20px 100px;
	margin-left: 20px;
	width: 600px;
	margin-right: 50px;
}

#right {
	float:right;
	width:0px;
}



.mini {
	font-size:10px;
}
.mini a {
	color:#666666;
}

#footer-wrap {
	text-align: center;
	background: url(../images/footer-wrap-bg.png) repeat-x bottom center;
	height: 180px;
}

#footer {
	text-align:left;
	line-height:25px;
	width: 860px;
	margin: auto;
	height: 140px;
	padding: 20px;
	background: url(../images/footer-bg.jpg) center no-repeat;
}

#footer .vat-hint {
	clear: both;
	margin-bottom: 10px;
}

#footer ul {
	list-style: none;
}

#footer > div {
	margin-right: 80px;
}

#footer span {
	margin-top: 50px;
	float: right;
}

table {
	border-collapse:collapse;
	font-size: 90%;
	margin-bottom: 20px;
	width: 100%;
}

table tr td * {
	font-size: 100%;
}

table table tr td {
	border: none;
}
