@charset "utf-8";
body {
	text-align: center;
	background-image: url(images/bg.jpg);
}
* {
	margin: 0;
	padding: 0;
}
#top_traders {
	position: relative;
	float: right;
	height: 128px;
	width: 65%;
	margin-top: 10px;
	margin-right: 0px;
}
.menu {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;

}
.menu a {
	font-size: 14px;
	font-weight: bold;
	color: #d0f9ff;

}
.top_line {
text-align: center; width: 990px; margin: 0 auto; background-image: url(images/top_line.png); background-repeat: repeat-x; height: 40px; padding: 3px; font-weight: bold; font-size: 14px;
}
#header {
	width: 1000px; 
	margin: 0 auto;
	background-image: url(images/topbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 138px;
	position: relative;
}
h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 373px;
	height: 138px;
	background: url('images/logo.png') no-repeat;
	text-align: left;
	text-indent: -9999px;
}
ul,
ol {
	list-style: none;
}
#top_traders ol {
	float: left;
	width: 25%;
	overflow: hidden;
}
#top_traders li {
	text-align: left;
	color: #fffffff;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/arr1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 8px;
}
#top_traders li a {
	text-align: left;
	color: #ff8a00;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
}
#top_traders li a:hover {
	background-image: url(images/toptr_arr2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	color: #fff000;
	font-weight: bold;
	font-size: 11px;
}
.thumbs {
	width: 1000px; 
	margin: 0 auto;
	text-align: center;
	margin-bottom: 19px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#listblock {
	width: 983px;
	margin:0 auto;
	text-align: left;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #3b3d21;
	background-image: url(images/block_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#listblock span {
	margin-left: 10px;
	background-image: url(images/arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	font-size: 24px;
	color: #ffffff;
	
}
#holder {
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#holder ol {
	float: left;
	width: 20%;
	overflow: hidden;
	color: #e4e4e4;
	padding-bottom: 10px;
}
#holder ol li {
	font-weight: bold;
	text-align: left;
	margin: 0 4px;
	padding: 4px 0;
	border-bottom: 1px dotted #4f9989;
	font-size: 12px;
	color: #ffffff;
}
#holder ol li a {
	text-align: left;
	font-size: 12px;
	color: #ff8a00;
}
#holder ul {
	float: left;
	width: 99%;
	overflow: hidden;
	color: #e4e4e4;
	padding-bottom: 10px;
}
#holder ul li {
	width: 184px;
	float: left;
	font-weight: bold;
	text-align: left;
	margin: 0 4px;
	padding: 4px 0;
	border-bottom: 1px dotted #4f9989;
	font-size: 12px;
	color: #bbbbbc;
}
#holder ul li a {
	text-align: left;
	font-size: 12px;
	color: #07bbe8;
}
.thumbs ins {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px;
	width: 244px;
	height: 200px;
	overflow: hidden;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	padding-bottom: 2px;
}

* html ins {
	margin-bottom: -1px;
}
*+html ins {
	margin-bottom: -1px;
}
ins img {
	display: block;
	width: 240px;
	height: 180px;
	border: 1px solid #000000;
	margin-top: 16px;
}

ins a {
	float: left;
	width: 240px;
	height: 180px;
	position: relative;
	color: #ffffff;
	
}
ins a:hover span {
	color: #ff8a00;
	
}
ins em {
	position: absolute;
	text-align: left;
	width: 238px;
	left: 2px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	height: 10px;
	cursor: pointer;
	background-image: url(images/arr2.png);
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 15px;
	padding-bottom: 20px;
}
ins i {
	position: absolute;
	text-align: right;
	width: auto;
	top: 179px;
	background: url('images/opacity.png');
	height: 18px;
	cursor: pointer;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	text-decoration: none;
	right: -1px;
	}
#copyright {
margin-top: 20px;
	padding: 6px;
	vertical-align: bottom;
	width: 700px;;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	background-image: url(images/opacity.png);
}
#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}
#pagination {
text-align: center;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
#pagination a {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
#pagination a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #ff8b00;
}
#pagination ul {
	display: inline;
	font-size: 12px;
	color: #ffffff;
}
#pagination ul li{
	display: inline;
	font-size: 12px;
	color: #ffffff;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #272726;
}
.thtr a:link{
	text-decoration: none;
}
.thtr a:link span{
	text-decoration: underline;
}
.thtr a:hover span{
	text-decoration: none;
}
