@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;}
body {background: #101a30 url(images/bodybg.gif); font: 12px Verdana, Geneva, sans-serif; text-align: center; color: #A4A4A4;}
.topbg {background: url(images/bodybg_top.gif) repeat-x;}
.clear {height: 0; overflow: hidden; clear: both;}
li {list-style: none;}
img {border: none;}

a{text-decoration: none; color: #29b0d0;}
a:hover {text-decoration: underline;}

/*blocks*/
/* footer block */
.footer {
	position: relative;
	width: 1000px;
	height: 144px;
	margin: 25px 0 0 0;
	background: url(images/footerbg.gif) no-repeat;
	font-size:11px;
}

.footer-copyright {
	position: absolute;
	left: 21px;
	top: 60px;
	text-align: center;
}

.footer-warning {
	position: absolute;
	right: 21px;
	top: 15px;
	width: 640px;
	text-align: center;
}
.footer-menu {
	position: absolute;
	top: 65px;
	left: 595px;
}

.footer-menu a {
	font-size: 12px;
	font-weight: bold;
	color: #63d0ea;
	text-transform: uppercase;
}

/* traders block */
.traders {
	width:982px;
	display:block;
}
.traders-header {
	width:982px;
	height:35px;
	background:url(images/traders_header.jpg) top left no-repeat;	
}
.traders-header h1 {
	text-align:left;
	padding-left:25px;
	padding-top:9px;
	font-size:14px;
	color:#aa9d7d;	
}
.traders-list {
	width:100%;	
	background:#161616;
}
.traders-list td {
	font-size:10px;
	color:#9b9b9b;
	width:25%;
	padding:2px;
	margin:0px;
	text-align:left;
}
.traders-list td a {
	font-size:14px;
	color:#3fb1c0;
	font-weight:bold;
}


/* big thumbs */
.thumbs {
	width:990px;
	
}
.thumbs td {
	width:330px;
	text-align:center;
	vertical-align:middle;	
	padding:4px;
}
.thumbs td.logo {
	font-size:10px;
	vertical-align:bottom;
	background:url(images/logo.jpg) top left no-repeat;
}

.thumbs a img {
	border:1px solid #777777;
	background:#000 url(images/empty_thumb.jpg) top left;
	width:320px;
	height:240px;	
	display:block;

}
.thumbs a:hover img {
	border:1px solid #68ddf9;	
}

/* Pagnator and favourite */
.pages_favourites {
	display:block;
	width:990px;
	margin:5px 0px 20px 0px;
}
.favourite_me {
	display:block;
	float:right;
	padding-right:4px;
	padding-top:4px;	
}
.favourite_me a {
	display:block;
	background:url(images/bookmark.gif) top left no-repeat;
	width:115px;
	height:24px;	
	text-indent:-9999px;
	-moz-outline-style:none;
}
.favourite_me a:hover {
	background:url(images/bookmark_hover.gif) top left no-repeat;
}
.paginator {
	color:#ac9b7f;
	float:left;	
	text-align:left;
}
.paginator span {display:block;float:left;padding-top:8px;}
.paginator ul {
	display:block;
	float:left;
	margin-left:5px;
}
.paginator li {
	float:left;
	padding: 8px 0 0 0;
	margin: 0 3px 0 0;
	background:url(images/paginator_bg.gif) center center no-repeat;	
	width:27px;
	height:24px;
	text-align:center;	
}

.paginator li a {
	color:#507d83;
	text-decoration:none;
	font-weight:bold;
}
.paginator li a:hover {
	color:#99896f;
	text-decoration:underline;
}

/* topthumbs block */
.topthumbs {
	width:993px;
	display:block;
	margin:30px 0px 30px 0px;		
}
.topthumbs-header {
	width:993px;
	height:28px;
	background:url(images/topthumbs_header.jpg) top left no-repeat;	
}
.topthumbs-header h1 {
	text-align:left;
	padding-left:25px;
	padding-top:5px;
	font-size:14px;
	color:#aa9d7d;
}
.topthumbs-content {
	background:url(images/topthumbs_bg.gif) top left no-repeat;
	width:993px;
	height:196px;
}
.topthumbs-content td {
	width:25%;
	padding:2px;
	margin:0px;
	text-align:center;
	
}
.topthumbs-content a img {
	display:block;
	width:240px;
	height:180px;
	border:1px solid #777;
}
.topthumbs-content a:hover img {
	border:1px solid #68ddf9;	
}