    dl.tabs {
    float: left;
    margin: 10px 0 -1px 0;
    z-index: 50;
    }

    dl.tabs dt {
    float: left;
    padding: 4px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-left: 3px;
    background: #f0f0f0;
    color: #666;
    }

    dl.tabs dt.open {
    background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    z-index: 100;
    color: #000;
    }

    div.current { 
    clear: both; 
    border: 1px solid #ccc; 
    padding: 5px 5px;
    }

    div.current dd 
    { 
    padding: 0; 
    margin: 0;
    }


    img.sitemap {
		border: 0; 
		vertical-align: bottom;
    }
  
    .sitemap {
		padding-left: 5px;
		padding-bottom: 5px;
    }

    img.redmystic {
		border: 0; 
		vertical-align: bottom;
    }
  
    .redmystic {
		padding-left: 5px;
		padding-bottom: 5px;
    }
    
    .find {
    	padding-left: 5px;
    	}
    
    div.rm_main {
	width:40%;
	display:none;
    }

    div.rm_content {
	width:100%; 
	margin-top:5px;
	margin-top:5px;
    }


    .rm_ranktable  {
	margin-top: 5px;
        margin-left: 5px;
    }
   
   .rm_rankrow {
	height:20px;

    }

    .rm_rankcol {
	background-image: url(../images/rankbox.png);
	background-repeat: no-repeat; 
	background-position: center; 
	width: 55px; 
    }

    
    .rm_rankvalue {
	display: block; 
	padding-right: 8px; 
	padding-top: 1px;
        font-family: Verdana,Arial,Tahoma;
        color: rgb(85, 85, 85);
        text-align: right;
    }

    .rm_rankrow img {
	float:right;
    }


