﻿@media screen and (max-width:800px)
{
	/*menu*/
		/*#dl-menu
		{
			float:none;
			display:none;
		}
		
		#dl-menu li
		{
			list-style-type:none;
		}*/
	/*end menu*/
	
	/*body content*/
		#body_content
		{
			float:left;
			width:100%;
            box-sizing:border-box;
            padding:.5em;
		}
	/*end body content*/
/*end body*/
}

@media screen and (max-width:1040px)
{
    #header_right{float:left}
}

@media screen and (max-width:640px)
{
    #btnSearch
    {
        font-size:.9em;
    }
    #header_top_nav_links_right,#header_top_nav_links_left{
        padding-bottom:.7em;
        font-size:.9em;
    }

    #header_right{float:left}

    #header_top_nav_links_right{
        float:left;
        text-align:left;
    }
}

