body
{
	margin: 0px;
	background-color: #1B569A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   13px;
    color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover 
{
    color: #D1DFEA;
	text-decoration: underline;
}

a:hover img 
{
    border: 1px solid #FFF;
}

p {
	text-align: center;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   11px;
    color: #81A3CB;
}

.textlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   13px;
    font-weight: bold;
    color: #81A3CB;
}

.head
{
    font-weight: bold;
    font-size: 24px;
}

.thumb {
	height: 165px; 
	width: 220px;
	border: solid 1px #000000;
}

.top {
	font-family: Trebuchet MS;
	font-size: 19px;
	font-weight: bold; 
}

.updatetxt {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold; 
    color: #000000;
}

.green {
    color: #6DFF57;
}

.toplist {
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold; 
}


#wrapper {
	position: relative;
	width: 100%;
	margin: 5px auto;
	text-align: center;
}

#thumbs {
	background: none;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	width: 98%;
	margin: 0 auto;
}

#thumbs ul{
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 2px;
	margin: 0;
	text-align: center;
	font-size:0px;
	word-spacing:-1px;
}

#thumbs li {
	text-align: center;
	vertical-align: top;
	height: auto;
	display: inline-block;
	display: -moz-inline-stack;
	padding: 2px;
	cursor: default;
	zoom: 1;
    *display: inline;

}

.toplink {
	font-size: 16px;
	color: #ffe0f0;
	font-weight: bold;
	font-family: Trebuchet MS;
	padding: 3px 10px;
}

.toplink a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

.trlink {
	display: inline-block;
	//display: inline;
	font-size: 12px;
	color: #ffe0f0;
	font-weight: normal;
	font-family: Trebuchet MS;
	padding: 3px 10px;	
}

.trlink i {
	width: 200px;
	padding: 5px 0;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	display: -moz-inline-stack;
}

.trlink a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

.trlink span {
	display: block;
	width: 100%;
}

.adlink {
	width: 100%;	
	text-align: center;
	padding: 5px 0;
}

.item {
	display: block;
    width: 220px;
	height: 186px;
    padding: 0px;
}

.image {
	position: relative;
	padding: 0px;
	margin-bottom: 2px;
	height: 165px;
}

.image a {
    display: block;
    background: none;
    color: #fff;
}

.info h2 {
    display: block;
    float: left;
    width: 220px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
    font-size: 12px;
	margin:0px;
	font-family: Trebuchet MS;
	color: #ddd;
}

.info h2 a {
	color: #ddd;
}

.info h2 a:hover {
	color: #fff;
}

.duration {
	position:absolute;
	display: block;
	right:6px;
	bottom:6px;
	color:#fff;
	background:#000;
	font:11px/11px Tahoma, Arial, Helvetica, sans-serif;
	height:12px;
	padding:0px 3px;
	text-shadow: 1px 1px #333333;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-opacity:0.75;
	filter:alpha(opacity:75);
	opacity:0.75;
}
