*{
	margin:0;
	padding:0;
}
body{
	background-color:#e9e7de;
	font-family: Arial, "Times New Roman", Times, serif;
	color:#303030;
	overflow: -moz-scrollbars-vertical;
}
#top{
	background-color:#1c1c1c;
	height:40px;
    line-height: 40px;
}
h1{
	font-size:16px;
	font-weight:bold;
}
p {
    margin-top: 10px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{ clear:both; height:1px; margin:0; overflow:hidden; } 

#header {      
    width: 900px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:150px;
	height:40px;
	line-height:40px; 
	float:left;             
}
#logo a{
	display: block;
	width:150px;
	height: 40px;
}
#logo a span {
	display: none;
}

#sections {
    float: right;                
    font-size: 12px;
}

#sections li {
    display: inline;
    padding: 0px 0px 0px 10px;
}

#sections li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

#subtop {                 
    height: 24px;                         
    line-height: 24px;     
    background-color: #dedcd2;
    border-top: 1px solid #ebe9de; 
    border-bottom: 1px solid #d0cec4;     
    text-align: center;  
    font-size: 11px; 
}

#categories {   
    width: 900px;    
    margin:0 auto 0 auto;
    overflow:auto;        
    padding: 0px 20px 0px 20px;
    color: #84837b;
}

#categories ul {
    padding-left: 10px;
}

#categories li {
    display: inline;
    list-style: none;
}

#categories li a{   
    text-decoration: none; 
    color: #84837b; 
    padding: 5px;
}

#categories li a:hover {   
    background-color: #eeeeee;      
}  

#language{    
	float:right;
} 

#language select{
	font-size:11px;
	padding:3px;
}
#language option{
	padding-right:8px;
}

#subcategoriessection {  
    height: 24px;
    line-height: 24px;   
    margin:0 auto 0 auto;
    overflow:auto;        
    padding: 0px 20px 0px 20px;
    color: #84837b;
    background-color: #eeeeee;    
    border-bottom: 1px solid #d0cec4;               
    font-size: 11px;
    display: none;
}

#subcategories {   
    width: 900px;         
    margin:0 auto 0 auto;
    overflow:auto;        
    padding: 0px 20px 0px 20px;
    color: #84837b;                  
}

#subcategories ul {
    padding-left: 10px;
}

#subcategories li {
    display: inline;
    list-style: none;
}

#subcategories li a{   
    text-decoration: none; 
    color: #84837b; 
    padding: 5px;
}

#subcategories li a:hover {   
    background-color: #white;      
} 

.current {
    background-color: #eeeeee;
    border-top:  1px solid #d0cec4; 
    border-right:  1px solid #d0cec4; 
    border-left:  1px solid #d0cec4;
    border-bottom: 1px solid #eeeeee; 
}


#rule{
	font-size:50px;
	line-height:65px;
	width:770px;
	margin:80px auto 0 auto;
	overflow:auto;
	padding:15px;
	text-align:center;
}

#source{   
    margin:0 auto 0 auto;               
    width:770px;            
    overflow:auto;
    padding:15px;
    text-align:left;    
}

#votebar{
	width:105px;
	text-align:center;
	margin: 20px auto 0 auto;
}
#averagevote{
	text-align:center;
	margin: 5px auto 0 auto;
	font-size:11px;
}
#votecontainer {
	width:100px;
	height:19px;
	line-height:19px;
	margin: 0 auto 0 auto;
	}
#directlink{
	background-image:url(images/linkbg.png);
	height:25px;
	line-height:25px;
	/*width:306px;*/
	width:612px;
	text-align:center;
	margin:15px auto 0 auto;
	font-size:11px;
}
#directlink a{
	color:#232323;
	text-decoration:none;
}
#directlink a:hover{
	text-decoration:underline;
}
#share{
	width:220px;
	text-align:center;            
	margin:15px auto 0 auto;
	font-size:10px;
	padding-top:5px;
	overflow:auto;
	color:#232323;
	overflow:hidden;
}
#menu{
	margin:20px auto 0 auto;
	width:472px;
	overflow:hidden; 
    border-top: 2px solid #91BA7C; 
    border-left: 2px solid #91BA7C;
    border-right: 2px solid #466736;
    border-bottom: 2px solid #466736;        
}   
#menu ul{
	list-style:none;
}
#menu li{
	background-color: #729409;
	height:29px;
	line-height:29px;
	width:472px;
	text-align:center;
	float:left;             
}
#menu li a{                                                   
	background-color: #729409;
	height:29px;
	line-height:29px;
	width:472px;
	text-align:center;
	float:left;
	                            
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#menu li a:hover{
	background-color: #8BC440;
	background-position: 0 -29px;
	height:29px;
	line-height:29px;  
	width:472px;
	text-align:center;
	float:left;
	                           
}
#ad{
	width:468px;
	margin:10px auto 0 auto;
	border:4px solid #d7d5c4;
}

.ratingblock {

}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 23px;
	width: 105px;
	position: relative;
	background: url('images/stars.png') top left repeat-x;
	clear:both;
	overflow:hidden;
	text-align:left;
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:21px;
	height: 23px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('images/stars.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:21px;}
.unit-rating a.r2-unit{left:21px;}
.unit-rating a.r2-unit:hover{width: 42px;}
.unit-rating a.r3-unit{left: 42px;}
.unit-rating a.r3-unit:hover{width: 63px;}
.unit-rating a.r4-unit{left: 63px;}	
.unit-rating a.r4-unit:hover{width: 84px;}
.unit-rating a.r5-unit{left: 84px;}
.unit-rating a.r5-unit:hover{width: 105px;}

.unit-rating li.current-rating {
	background: url('images/stars.png') left bottom;
	position: absolute;
	height: 23px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.topcontainer {    
	width:900px;
}
#toplist {
	font-size:12px;
	line-height:23px;
	color:#232323;
	width:900px;
	text-align:center;
	margin:40px auto 0 auto;
	overflow:auto;
}
#toplist a{
	color:#232323;
	text-decoration:none;
}
#toplist a:hover{
	text-decoration:underline;
}
#toplistcontainer{
	width: 900px;
}
.topnumbers {     
	width:15px;
	text-align:left;
	font-weight:bold; 
	float:left;
	height:35px;
	line-height:35px;
	padding-left:10px;
    font-size: 12px;  
}    
.toprule {
    text-align:left;  
    float:left;          
    width:640px;
    font-size:13px;
    height:35px;
    line-height:35px;
    padding-left:10px;
    font-size: 12px;  
}
.topsource {    
    text-align:left; 
    float: left;
    height:35px;
    line-height:35px;    
    font-size: 12px;  
}
.toprating {         
	width:30px;
	text-align:right;  
	float:right;
	height:35px;
	line-height:35px;     
	padding-right:10px;
    font-size: 12px;  
}    
#contributehead{
	width:770px;
	margin:40px auto 0 auto;
	font-weight:bold;
	font-size:18px;
}
#contributetext{
	width:770px;
	margin:5px auto 0 auto;
	line-height:21px;
	font-size:12px;
}
#contributeform{
	width:472px;
	margin:20px auto 0 auto;;
	text-align: center;
    font-family: Arial;
    font-size: 14px;                
}

.categorycontainer {
    float:left;
    width:770px;
}
#categorylist {
    font-size:12px;
    line-height:23px;
    color:#232323;
    width:770px;
    text-align:center;
    margin:40px auto 0 auto;
    overflow:auto;
}
#categorylist a{
    color:#232323;
    text-decoration:none;
}
#categorylist a:hover{
    text-decoration:underline;
}
#categorylistcontainer{
    background-image:url(images/toplistbg.png);
    overflow:auto;
    height:980px;
}
.categorynumbers {
    width:15px;
    text-align:left;
    font-weight:bold;
    float:left;
    height:35px;
    line-height:35px;
    padding-left:10px;
}
.categoryrating {
    width:30px;
    text-align:right;
    float:right;
    height:35px;
    line-height:35px;
    padding-right:10px;
}
.categoryrule {
    text-align:left;
    float:left;
    width:680px;
    font-size:13px;
    height:35px;
    line-height:35px;
    padding-left:10px;
}

.forminlinetitle {
    background-color: #e9e7de;
    position: absolute; 
    margin-top: -21px;  
    text-align: center;         
}

#registerContent {
    width: 500px; 
    border: 1px solid black; 
    text-align: left; 
    padding: 10px;
}

#searchresult {  
    margin:0 auto 0 auto;               
    width:900px;            
    overflow:auto;
    padding:15px 0 0 0;
    text-align:left;   
}

#categorycontent { 
    margin:0 auto 0 auto;               
    width:900px;            
    overflow:auto;
    text-align:left;
	padding:15px 0 0 0;
}

#userquotes { 
    margin:0 auto 0 auto;               
    width:770px;            
    overflow:auto;
    padding:15px;
    text-align:left;    
}

#toprightlink {
    font-size: 12px;
}

#toprightlink a { 
    text-decoration: underline;
    color: #303030;
}

.listtdleft {                 
    width: 620px;        
    font-size: 12px;                               
}

.listtdsource {
    font-size: 12px; 
    padding: 10px;             
}

.listtdleft a {                                                   
    padding: 10px;
    font-size: 12px;
    color: #303030;
    text-decoration: none;                         
}  

.listtdleft a:hover {
    text-decoration: underline;
}

.listtdright {                                                   
    padding: 10px;
    font-size: 12px;                          
}

.listtdedge {                                                   
    padding: 10px;
    font-size: 12px;                  
}

.listtdedge a {      
    text-decoration: none; 
    color: #303030;
}  

.listtdedge a:hover {      
    text-decoration: underline;                  
}

 .listtdheader {
    font-size: 14px;
    padding: 10px;   
 }
 
 #pagelinks a {    
    text-decoration: underline; 
    color: #303030;
 }
 
#lankvanner{
    background-color:#D7D5C4;
	margin:20px auto 0 auto;
	border:4px solid #D7D5C4;
    margin:10px auto 0;
    width:468px;
    font-size:11px;
    line-height:25px;
/*	
	overflow:hidden; 
    border-top: 2px solid #91BA7C; 
    border-left: 2px solid #91BA7C;
    border-right: 2px solid #466736;
    border-bottom: 2px solid #466736; 
*/       
} 
#lankvanner a{
    color:#232323;
    text-decoration:none;
    }
#lankvanner a:hover{
    color:#232323;
    text-decoration:underline;
    }
#links{
    width:770px;
	margin:80px auto 0 auto;
}