@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}

body{
font-family: Tahoma, Geneva, sans-serif;
background: url('/img/bkg.jpg') repeat-x  #E4EDFE;
text-align: center;
min-width:990px;

}

img {
border: none;
}

#center{
	float:left;
	width:720px;
	margin-left:auto;
	margin-right:auto;
}
#right{
width: 260px;
float:right;
background-color: #FEF5E0;
/*border: 2px #810E8A solid;*/

}
.sidebar-toplist{
	position:relative;

}
#leftpart{
	float:left;
	width:130px;
}

#rightpart{
	float:right;
	width:130px;
}

#footer{

}

#wrapper{
width:990px;
margin-left:auto;
margin-right:auto;
	}
	
#header{
}
#sitedescription{
}
#logo{
margin-bottom: 10px;
}

.thumbblock {
margin-top: 10px;
width:auto;

}

.thumbrow {
	margin-top:5px;
	margin-bottom:5px;

}


.block-toplist a img, .thumbrow a img, #right a img{ 
border: 1px solid #7A0385; /* #8C8FA4; */
}

.block-toplist a:hover img, .thumbrow a:hover img, #right a:hover img{
border: 1px dashed #CE34B2; /* #393A43; */
padding: 2px!important;
margin: -2px!important;
}
#right img{
width:110px;
height:150px;
}

.textadvertbox{
	width: 656px;
	margin-left:auto;
	margin-right:auto;
	border: double;
	border-color: #3D3F44;
	background: #FEF5E0;
	margin-top: 5px;
	margin-bottom: 10px;
}
.htmlbanner {
	padding:5px;
	color:#4E0255; /*990904*/	
	font-size:130%;
	font-weight:bold;}

.textbanner {
	color:#DFDAE3;
	padding:5px;
	background-color:#810E8A;  /* #03376C #65767A; #E1C6EF; #38313B; #3F3A34; #31373C; #636477; */
	text-transform: uppercase;
	font-size:150%;
	font-weight:bold; }
	
.textbanner a{
		color:#FEFCE0;  /* #FFE4D3; #FEFFD3;*/ }
.textbanner a:hover{
	color:#D7DFF4;  /*#030966; #D7C6EF; */
	}

.thumbblocktitle{
background-color:#810E8A;
color:#FEFCE0;
font-weight:bold;
text-align: center;
text-transform:uppercase;
font-size:120%;
padding-top: 10px;
padding-bottom: 10px;
}

.sidebar-toplist a p, .toplist-item a p{
color: #4E0255;
margin-top: 5px;
font-size:70%;
font-weight:bold;
text-transform: capitalize;
text-decoration: none;
padding-top: 3px;
padding-bottom: 1px;
}

.sidebar-toplist a:hover p, .toplist-item a:hover p{
	color: #CE34B2; 
}

/*
.toplist-item a{
font-size:90%!important;
color: #5B7C07;
text-align: center;
text-decoration: none;
}

.toplist-item a:hover{
color: #993D09!important;
}

.toplist-item a:hover p, .sidebar-toplist a:hover p{
color: #993D09!important;
text-decoration: none;
}

.block-toplist{
background-color: #E2E4DB;
}

.thumb-toplist-row{
position: relative;
background-color: #E2E4DB;
margin-bottom: 10px;
}

.toplist-item{
}*/

.bookmark {
width: 100%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
background-color:#99260F;
padding-top:10px;
padding-bottom:10px;
}
.bookmark a {
color:#FEFCE0;
font-weight:bold;
text-align: center;
text-transform:uppercase;
font-size:160%;
text-align:center;

}
.bookmark a:hover{
color: #D7DFF4;
}

.disclaimer p{
	font-size:60%;
	margin-bottom: 5px;

}






