* { padding:0; margin:0; }

:focus, :active {
	outline: 0;
}

body {
	color:#525252;
	font:75% normal Arial, Helvetica, sans-serif;
	background: #45485a;
	text-align: center;
	margin-bottom: 50px;
}

a {
	color:#414459;
	text-decoration: underline;
}

a:hover	{
	color:#c12d2d;
	text-decoration: underline;
}

#middle a {
	font-weight: bold;
}

#middle p {
	line-height: 150%;
}

p {
	margin: 0px 0px 10px 0px;
}

.red {
	color:#c12d2d;
}

#wrap {
	width:1000px;
	margin:auto;
	text-align: left;
}

#non-footer-wrap {
	background: #000 url(../images/bg.jpg) no-repeat top center;
}

#wrap-popup {
	background: #FFF;
	text-align: left;
	margin: 10px;
	padding: 10px;
	-moz-opacity:0.8;
	filter: alpha(opacity = 80);
}

#header {
	height:110px;
}

#header h1 a {
	position:absolute;
	top:0;
	display: block;
	background:transparent url(../images/blank.gif) no-repeat 0 0;
	width:300px;
	height:100px;
	text-indent:-9999px;
}

#flags {
	display: none;
	float:right;
	margin-top:10px;
	width:171px;
	height:41px;
}

#nav {
	float:right;
	margin-top: 8px;
}
#nav ul {
	list-style-type:none;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}


#nav ul li a:hover {
	background: #1e1e29 repeat-x 0 0;
}

#main {
	color:#000000;
	margin-top:10px;
	background:transparent url(../images/content_bg.jpg) repeat-y 0 0;
}

#top {
	background:transparent url(../images/search_bg.jpg) no-repeat 0 0;
	height:47px;
}

#top input {
	border:0;
	margin-top:16px;
	margin-right:20px;
	width:128px;
	float:right;
}

#content {
	/*	min-height:450px;*/
}

#left {
	float: left;
	width: 180px;
}

#middle {
	float: left;
	padding: 20px;
	width: 599px !important;
	width: 639px;
	color: #333;
}


#right {
	float:left;
	width:180px;
}



.mini {
	font-size:10px;
}
.mini a {
	color:#666666;
}

#footer-wrap {
	text-align: center;
	background: url(../images/footer-bg.png) repeat-x;
}

#footer {
	color:#888e97;
	background:transparent url(../images/footer.png) no-repeat 0 0;
	height:80px;
	padding-top: 0px;
	text-align:center;
	margin: 0px auto;
	width: 1000px;
}

#footer div.box {
	text-align: left;
	width: 151px;
}

#footer div.box ul {
	list-style: none;
}

#footer div.box a {
	color:#DDD;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	display: block;
}

#footer div.box a:hover {
	color: #FFF;
}

div.footer-content {
	text-align: left;
	font-size: 95%;
	padding: 10px;
}

div.footer-content p {
	line-height: 150%;
	color: #BBB;
	text-align: justify;
}

div.footer-content a {
	display: inline;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

#footer .vat-hint {
	line-height: 150%;
	padding: 7px 0px;
	margin-bottom: 15px;
}

#footer a {
	color:#888e97;
	text-decoration:none;
}

#footer span {
	color:#7f878d;
	font-size: 90%;
	display: block;
	margin-top: 10px;
}

table {
	border-collapse:collapse;
	font-size: 90%;
	margin-bottom: 20px;
	width: 100%;
}

table tr td * {
	font-size: 100%;
}

table table tr td {
	border: none;
}

.clearfix {
	clear:both;
}
span.price {
	font-weight:bold;
	font-size: 100%;
	color: #525252;
}