@charset "utf-8";

/*  =========================================================
	File: Unterfickt tgp.css
	Date: 101129
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height:101%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ul, ol {
	list-style:none;	
}

fieldset, img {
	border:0;
}

/* All Links */
a { outline:none; text-decoration:none; } 

@font-face {
	font-family: "condo";
	src: url(../fonts/condo.ttf) format("truetype");
}

@font-face {
	font-family: "condo2";
	src: url(../fonts/condo.eot);
}

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#ffaf59;
	background:#510041 url(../images/bg-header.jpg) center top repeat-x;
	margin:0px;
}

/* ==============================================
   --- - Header
   ============================================== */
.header{
	background: url(../images/header.jpg) center top no-repeat;
	margin: 0px;
}

.days{
background:url(../images/days.jpg) center no-repeat;
height:48px;
font-size:21px;
line-height:48px;
font-family: "condo", "condo2", Georgia, Arial, Helvetica, sans-serif;
color:#300001;
}
.title-toplist{
background:url(../images/title-toplist.jpg) center no-repeat;
height:52px;
width:491px;
font-size:19px;
line-height:48px;
font-family: "condo", "condo2", Georgia, Arial, Helvetica, sans-serif;
color:#300001;
}
.sidebar-title{
font-size:18px;
padding-top:10px;
font-family: "condo", "condo2", Georgia, Arial, Helvetica, sans-serif;
color:#ffd28a;
}
.sidebar ul {
text-align:left;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.sidebar ul li {
color:#ffffb3;
font-size:13px;
margin-left: 25px;
margin-right: 5px;
line-height:20px;
list-style-image:url(../images/arr.gif);
}
.sidebar {
color:#ffffb3;
font-size:13px;
text-decoration:none;
}
.sidebar a:link, .sidebar a:active, .sidebar a:visited{
color:#ffffb3;
font-size:13px;
text-decoration:none;
}
.sidebar a:hover{
color:#ffffb3;
font-size:13px;
text-decoration:underline;
}
.top{
width:342px;
height:50px;
margin:128px 15px 0px 0px;	
_margin:130px 12px 0px 0px;
}
.top a:link, .top a:visited{
text-decoration: none;
font-size: 12px;
color: #300001;
font-weight: normal;
line-height:18px;
}
.top a:active, .top a:hover{
text-decoration: underline;
font-size: 12px;
color: #300001;
font-weight: normal;
line-height:18px;
}

ul.nav {
margin:137px 0px 0px 0px;
display:block;
padding:0px 0px 0px 0px;
float:left;
width:560px;
height:31px;
overflow:hidden;
}

.nav li{
display:block;
list-style-type: none;
float:left;
text-align:center;
}

.nav li a:link, .nav li a:active, .nav li a:visited
{
display:block;
color: #49003c;
font-family: Georgia, Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:17px;
line-height:31px;
padding:0px 17px 0px 17px;
background:url(../images/menu.jpg) repeat-x;
}
.nav li a:hover
{
color: #7f055b;
font-family: Georgia, Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:17px;
padding:0px 17px 0px 17px;
}
.nav li a:link.nosep, .nav li a:active.nosep, .nav li a:visited.nosep, .nav li a:hover.nosep
{
border-left:none;
}
.bookmark-top{
padding:0px 0px 0px 710px;
float:left;
}

td {
font-size: 12px;
}

.td1 {
font-size: 12px;
color: #881b0a;
font-weight: normal;
}
.td2 {
text-decoration: none;
font-size: 12px;
color: #ffedbd;
font-weight: normal;
}
a:link, a:visited{
text-decoration: none;
font-size: 12px;
color: #ffaf59;
font-weight: normal;
}
a:active, a:hover{
text-decoration: underline;
font-size: 12px;
color: #ffaf59;
font-weight: normal;
}
.a1{
text-decoration: none;
font-size: 12px;
color: #ffedbd;
font-weight: bold;
}
.a1:link, .a1:visited{
text-decoration: none;
font-size: 12px;
color: #ffedbd;
font-weight: bold;
}
.a1:active, .a1:hover{
text-decoration: underline;
font-size: 12px;
color: #ffedbd;
font-weight: bold;
}

.img a:link img, .img a:visited img, .img a:active img{
border:#e500ac solid 1px;
margin:5px;
}
.img a:hover img{
border:#ff53e1 solid 1px;
margin:5px;
}
.br img{
border:#e500ac solid 1px;
}

/* IMG Movies */
.imgmov a:link img, .imgmov a:visited img, .imgmov a:active img {
	border:#e500ac solid 1px;
	margin:4px 5px 4px 5px;
}
.imgmov a:hover img {
	border:#ff53e1 solid 1px;
	margin:4px 5px 4px 5px;
}

/* IMG ADS */
.imgads a:link img, .imgads a:visited img, .imgads a:active img {
	border:none;
	margin:8px 12px;
}
.imgads a:hover img {
	border:none;
	margin:8px 12px;
}

.toplist td {
	text-align:left;
}

/* entry */
#entry  {
	font-size: medium;
	border: thin dashed #e500ac;
}

#entry  table {
	margin: 10px;
}

#entry td {
	padding: 5px;
	text-align: left;
}

#entry .l_box {
	text-align: right;
	padding-right: 1em;
}

#entry .c_box {
	text-align: center;
}

/* ==============================================
   --- - Footer
   ============================================== */ 
.footer-bg {
	background: url(../images/footer-bg.jpg) repeat-x;
}
.footer {
	background: url(../images/footer.jpg) center no-repeat;
}
