/*****************
*  Template L - Sitemap
*****************/

    #sitemap{
        height:100%;
    }

		/* CSS rounded corners */
		.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
		.b1f {height:1px; background:#fff8cc; margin:0 5px;} 
			#sitemap #by_product .b1f {background:#ebebeb;}
		.b2f {height:1px; background:#fff8cc; margin:0 3px;} 
			#sitemap #by_product .b2f {background:#ebebeb;} 
		.b3f {height:1px; background:#fff8cc; margin:0 2px;} 
			#sitemap #by_product .b3f {background:#ebebeb;}
		.b4f {height:2px; background:#fff8cc; margin:0 1px;}
			#sitemap #by_product .b4f {background:#ebebeb;}
    
        #sitemap #title_section{
            padding:0 300px 0 10px;
            color:#454545;
        }
		
			#sitemap #title_section h1{
				padding:0;
				margin:0;
			}

			#sitemap #title_section p{
				font-size:11px;
				color:#454545;
				margin:0 0 15px 0;
				padding:0;
			}

        #sitemap #by_section{
			margin-right:10px;
			height:95%;
			width:475px;
			float:left;
        }

			#sitemap #by_section #section_content{
				border-bottom:1px solid #fff8cc;
				border-top:1px solid #fff8cc;
				padding:0 3px 0 10px;
				background:#fff8cc;
				height:100%;
			}

        #sitemap #by_product{
			height:95%;
			width:475px;
			float:left;
        }

			#sitemap #by_product #section_content{
				border-bottom:1px solid #ebebeb;
				border-top:1px solid #ebebeb;
				padding:0 3px 0 10px;
				background:#ebebeb;
				height:100%;
			}
        
        #sitemap ul{
            line-height:130%;
            padding:0;
            margin:0;
        }
    
        #sitemap ul.level1{
            padding:10px 0 0 20px;
            font-weight:bold;
            font-size:15px;
            float:left;
            width:45%;
        }
        
            #sitemap ul.level1 a{
                text-decoration:underline;
            }
        
            #sitemap ul.level1 a:hover{
                text-decoration:none;
            }
    
        #sitemap ul.level2{
            font-weight:bold;
            font-size:11px;
            padding:0;
        }
        
        #sitemap ul.level3{
            margin-left:20px;
            font-size:10px;
            padding:0;
        }
        
            #sitemap ul.level3 a{
                text-decoration:none;
                font-weight:normal;
            }
        
            #sitemap ul.level3 a:hover{
                text-decoration:underline;
            }
        
        #sitemap ul.level4{
            font-weight:normal;
            margin-left:20px;
            font-size:10px;
            padding:0;
        }
        
            #sitemap ul.level4 a{
                text-decoration:underline;
                font-weight:normal;
            }
        
            #sitemap ul.level4 a:hover{
                text-decoration:none;
            }
        
        #sitemap li{
            list-style-image:none;
            list-style-type:none;
        }
    
        #sitemap a{
            background:none;
            padding-left:0;
        }