* { padding:0; margin:0; }

body {
	color:#525252;
	font:75% normal Arial, Helvetica, sans-serif;
	background: #000000 url(../images/bg.jpg) no-repeat top center;
	text-align: center;
}

a {
	color:#414459;
	text-decoration: underline;
}

a:hover	{
	color:#c12d2d;
	text-decoration: underline;
}

#middle a {
	font-weight: bold;
}

p {
	margin: 0px 0px 10px 0px;
}

.red {
	color:#c12d2d;
}

#wrap {
	width:1000px;
	margin:auto;
	text-align: left;
}

#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 {
	float:right;
	margin-top:10px;
	width:171px;
	height:41px;
}

#nav {
	float:right;
	margin-top: 0px;
}
#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:transparent url(../images/nav_on.jpg) 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;
}


#right {
	float:left;
	width:180px;
}



.mini {
	font-size:10px;
}
.mini a {
	color:#666666;
}

#footer {
	color:#888e97;
	background:transparent url(../images/footer.jpg) no-repeat 0 0;
	height:140px;
	padding-top:70px;
	text-align:center;
	line-height:25px;
}
#footer a {
	color:#888e97;
	text-decoration:none;
	padding:5px 10px 5px 10px;
}
#footer a:hover {
	text-decoration:underline;
}

#footer span {
	color:#3f4349;
}

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;
}