body, html{
	font-weight:normal;
	line-height:25px;
    font-size: 16px;
  	font-family: "Noto Serif", serif;
	background: #fff;
	scroll-behavior: smooth
}
*{
	margin:0;
	padding:0;
	border:none;
	color:#000;
}
a{
	text-decoration:none;
	color:#024080;
}




h1{
	font-family: "Oswald", sans-serif;	
	color:#000;
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	
	width:100%;
	margin:0 0 20px 0;
	
	padding: 0 70px;
    box-sizing: border-box;
}


h2{
	font-family: "Oswald", sans-serif;

	color:#000;
	font-size:26px;
	font-weight:bold;
	line-height:34px;
	width:100%;
	
	margin:25px 0 15px 0;
	padding: 0 70px;
    box-sizing: border-box;
}
h2.front{
	padding:0;
	text-transform:uppercase;
	padding:0 10px;
	font-size: 20px;
	border-top: 2px solid #000;
	
}
h3{
	font-family: "Oswald", sans-serif;
	color:#000;
	font-size:23px;
	line-height:31px;
	font-weight:bold;
	margin:20px 0 12px 0;


	padding: 0 70px;
    box-sizing: border-box;
	
}

strong{
	font-weight:bolder;
}


.ads{
    float:left;
    width:100%;
    margin:0 0 10px 0;
}
#container{
	margin: 0 auto 0 auto ;
	background:#fff;
	max-width: 1152px;
	width: 100%;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;

}
@media screen and (max-width:1150px) {
	#container{ border:none;}
}
#top{
	width: 100%;
	background: #f9ffff;
	border-bottom:3px solid #b1dff3;
}

#intop{
    margin:0 auto;
    width:1150px;
    max-width:100%;
}
header{
	float:left;
	width: 100%;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

header a{
    color:#000;
    font-weight:bold;
    font-size:18px;
}

header img{
	float: left;
	max-width: 100%;
}
br.n{
	clear: none;
}


br{
	clear: both;
}


.arround{
    background:#666;
    padding:10px 0;
}



#main_menu{
	float:left;
	width: 100%;
	background:#2c2c2c;
	border-bottom: 5px solid #f80b05;
	
}
#main_menu span{
	border-left: 1px solid #222222;
	height: 45px;
	display: block;
    float: left;
}
#main_menu a{
	height: 45px;
    line-height: 45px;
    color: #ddd;
    padding: 0 14px;
    text-shadow: 0 1px 1px #000;
    border-left: 1px solid #383838;
    text-transform: uppercase;
    
    font-size: 16px;
    display: block;
    float: left;
}

#main_menu a:hover{
	color: #fff;
	background: #000;
}

#main_menu a:active{
	color: #2c2c2c;
	
}

#main_menu a.sel{
	background: #f80b05;
	color: #fff;
}


#center{
	width: 100% ;
	float: left;
}








ul.topnav {
	    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
	
}

ul.topnav li {
	display: block;
    float: left;
}
#logo{
    margin:14px 0 14px 5px;
    float: left;
}
ul.topnav li a {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
  	display: inline-block;
  	transition: 0.3s;
  	height: 20px;
    line-height: 20px;
    color: #000;
    padding: 0 ;
    margin: 20px 12px;
    font-size: 16px; 
    float: left;
    box-sizing:border-box;
}
ul.topnav li a:active{
	color: #975900;
	
}
ul.topnav li a.active{
	border-bottom: 2px solid #0a5a7e;
	
}

ul.topnav li.felem, ul.topnav li a.felem{
	border: none;
}
ul.topnav li a:hover {
	color:#975900;
}

ul.topnav li.icon {
	display: none;
}

@media screen and (max-width:1083px) {
  
    

    #center{
        width: 100%;
    
    }
    
  	ul.topnav li:not(:first-child) {
  		display: none;
  	}
 	ul.topnav li.icon {
    	float: right;
    	display: inline-block;
  	}

  	ul.topnav.responsive {
  		position: relative;
  		
  	}
  	ul.topnav.responsive li.icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  	ul.topnav.responsive li {
    	float: none;
    	display: inline;
  	}
  	ul.topnav.responsive li a {
    	display: block;
    	text-align: left;
    	width: 100%;
    	
  
    	margin: 10px 12px;
  	}
  	
  	
  
  	
  	#logo{
        margin:10px 0 0 5px;
    }
    
}



.article p{
	margin:0 0 15px 0;
	color: #000;
	line-height: 33px;

	
	padding: 0 70px;
    box-sizing: border-box;
}

li>p{
	padding: 0 !important;
}

.article span{
	display:inline-block;
	line-height:160%;
}
.article ul , .article ol{
	color: #333;
	line-height: 33px;
	
	margin:0 0 15px 35px;
	padding: 0 70px;
    box-sizing: border-box;
}
.article ul li, .article ol li{
    	line-height: 33px;

}
.article img{
	
	max-width:100%;
	height:auto;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  
}
.article p:has(picture){
padding: 0 ;
}


.article a{
 	border-bottom: 2px solid #7d4500;
    color: #000;
	transition: all 0.3s linear;
}
.article a:hover{
 	background:#ff9805;

}
.article a.nav{
 	border-bottom: none;
    color: #000;
	font-style: italic;
	text-decoration:underline;
}
.article a:has(img){
	border-bottom: none;
}
.article a:has(img):hover{
	background:none;
}
a.button{
    text-decoration: none;
    line-height: 40px;
    padding: 0 15px;
    background: #7d4500;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
	font-weight:bold;
    border: none;
    transition: all 0.3s linear;

}
a.button:hover{
	background:#000;
	
}

a.llb{
	float:right;
	margin-right:20px;
}



.listNews span.price, .listNews  span.oldprice, span.price, span.oldprice{
	float:right;
	margin-right: 12px;
	font-size:22px !important;
	font-weight:bold;
	padding:0;
	line-height:40px;
}

.listNews span.oldprice, span.oldprice{
	text-decoration:line-through;
	color:#999;
	font-size:14px !important;
}
div.product{
	padding:0 70px;
}

div.descript{
	width: 500px;
    float: right;
    max-width: 100%;
    margin: 0 0 15px 0;
}

div.priceouter{
	width: 500px;
    float: right;
    max-width: 100%;
    margin: 0 0 15px 0;
}
@media screen and (max-width: 1000px) {
	div.product{
		padding:0 10px;
	}
}

div.product div.inProduct{
	max-width:100%;
	width:400px;
float:left;
}
div.product img.inProduct{
	max-width:400px !important;
	
	float:left;
	position:relative;
	margin:10px 10px 0 0;
}
div.product div.inProduct a:first-child img.inProduct{
	margin: 0;
}
div.product img.promoInProduct{
	float:left;
	margin: 0 -100px  0 0;
	z-index:15;
	position:relative;
}
img.promo{
	margin: 0 -102px 0 0;
    z-index: 15;
    width: 100px !important;
    height: 102px !important;
    position: relative;
    
    float: left !important;
}
#right{
	float:left;	
}
#right div.col1{
    margin-top: 15px;
}
#right div.col1, #right div.col2{
	float: left;
}

#right div.col1 div, #right div.col2 div{
	width: 300px;
	margin: 0 auto;
}



footer{
    margin: 0;
	width:100%;
	padding:20px 10px 30px 10px;
	border-top:8px solid #e6e6e6;
	background: #f2ffff;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	 color:#000;
  	 
}
footer a{
    color:#000;
    border-bottom:1px solid #0a5a7e;
    
    font-size:14px;
}
footer a.active{
    
    font-weight:bold;
}
footer div{
    margin: 0 auto;
    width: 1150px;
    max-width: 100%;
    text-align:right;
    font-size:14px;
}
.list_articles{
    display:flex;
    flex-wrap:wrap;
   
}




.outer-wrapper{
        
    margin: 20px;
}
.frame{  
   
}    

    
div.slider{
    width:66.0869565%; 
    transition:0.3s;
    float:left;
    overflow:hidden;
    max-height:457px;
    position:relative;
}  
@media screen and (max-width: 1170px) {
    div.slider{max-height:calc((100vw - 20px) * 0.397391304); }
} 
@media screen and (max-width: 780px) {
    div.slider{max-height:calc((100vw - 20px) * 0.601315789); }
}
div.slider img{
    float:left;
    max-width:100%;
}

.ad{
	text-align:center;
	width:100%;
	min-height:280px;
	margin:0 0 20px 0;

}
div.slider a.link{
    position:absolute;
    bottom:0;
    left: 0;
    box-sizing:border-box;
    max-width:100%;
    padding:7px 15px;
    background: url('images/bgtext.png');
    color:#fff;
    font-size:35px;
    line-height:41px;
}
@media screen and (max-width: 780px) {
    div.slider a.link{
		font-size:29px;
	    line-height:34px;
	}
}
@media screen and (max-width: 400px) {
    div.slider a.link{
		font-size:25px;
	    line-height:30px;
	}
	
}
.fourart{
    float:left;
    width:calc(33.9130435% - 10px);
    margin-left:10px;
    border-spacing:0;
    
}
.fourart .l{
    width:47.5675676%;
    padding:0 0 7.4px 0;
}
.fourart .r{
    width:52.4324324%;
    padding:0 0 0  11px;
    line-height:19px;
    font-size:16px;
    position: relative;
}
.fourart .r span{
	font-size:12px;
	font-weight:600;
}

.fourart tr:nth-child(4) td{
    padding-bottom:0;
}
.fourart  img{
    float:left;
    width:100%;
}
.fourart a{
    font-size:16px;
    color:#123;
    font-weight:400;
    line-height:19px;
    display:block;
    margin:0 0 5px 0;
}


.article iframe{
	width:100%;
	height: 647px;
	display: inline-block;
}
@media screen and (max-width: 1170px) {
.article iframe{
	
	height: calc((100vw - 20px) * 0.5625);
}
}

@media screen and (max-width: 1100px) {
    .fourart .r, .fourart a{
        font-size:15px;
    }
}
@media screen and (max-width: 950px) {
    .fourart .r, .fourart a{
        font-size:14px;
    }
}

@media screen and (max-width: 780px) {
    div.slider{
        width:calc(100% - 20px); 
    }
    .fourart{
        float:left;
        width:calc(100% - 10px); 
        margin-top:10px;
    }
    
    .fourart .r, .fourart a{
        line-height:22px;
        font-size:18px;
        font-weight:700;
    }
}

@media screen and (max-width: 500px) {
    div.slider{
        width:100%; 
        margin-left:0;
        margin-right: 0;
    }
    .fourart{
        width:100%;
        margin-left:0;
        margin-right: 0;
    }

    div.slider a{
        font-size: 25px;
        line-height:31px;
    }
    
    .fourart  img{
        width:176px;
    }
    .fourart .r, .fourart a{
        line-height:19px;
        font-size:16px;
        font-weight:700;
    }
    .fourart td.r{
        width:auto;
        padding-bottom:20px;
    }
    .fourart td.l{
        width:176px;
        padding-bottom:20px;
    } 
    .fourart tr:nth-child(4) td{
        padding-bottom:20px;
    }

	


	.ad{
		width:100vw;
		min-height:83.33333vw;
		margin:0 -10px 20px -10px;
	}
	h1{
		font-size: 25px;
    	line-height: 35px;
	}
	h2{

		font-size:22px;
		line-height:31px;
	}
	h3{

		font-size:19px;
		line-height:26px;
		
	}

	.article ul, .article ol, h1, h2, h3, .article p{
		padding:0 0;
	} 

	#container{
		padding-left: 10px;	padding-right: 10px;
	}
}


.list_articles img{
    
    max-width:100%;
	max-height:400px;
    float:left;
}
.list_articles img.shop{
	float:none;
}
.list_articles iframe{
    width:100%;  
    height:200px;
    float:left;
    border:none;
}

.list_articles a.spc{
    display:block;
    width:100%;  
    height:200px;
    position: absolute;
    top: 0;
    right: 0;
   
    left: 0;
}
.listNews{

    display:block;
	float: left;
	width:calc((100% - 40px)/3);
	margin: 0 0 20px 10px;
	 box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	
	position: relative;
    padding: 0 0 20px 0;
}
.listNews img{

	position: relative;

}

.listNews:nth-child(3n){
    margin-right:0;
}

.list_articlesr{
    width:100% !important;
    margin-top:20px;
}



h2.g{
    clear:both;
}

.listNews a.title{
	display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    padding:10px 0 0 0;
}

.listNews .title_product{
	font-size:18px !important;
	padding-top: 15px;
	font-weight:bold;
	margin-top:25px;
	border-top:1px dashed #bf7097;
}
.listNews .title_product a{
	color: #af003c;
}
.arround span.title{
    color:#eee;
}
.arround span.title:hover{
    color:#fff;
}

.g0 span.title{
    font-size:18px;
    line-height:21px;
}

.g1 span.title{
    font-size:16px;
    line-height: 18px;
}

.listNews span br{
	clear:none;
}

.listNews time, time{
	
	font-size: 11px;
	line-height:15px;
	padding:0 0 0  18px;
	margin:6px 0  0 0;
	background: url('images/date.png') left no-repeat;
	color: #333;
	float:right;
}
.listNews time, .fourart .r time{
	position: absolute;
	right:0;
	bottom:0;
}

span.author, .listNews span.author{
	float: left;
	font-size: 11px;
	line-height:15px;
	margin:0 0 10px 0;
	color: #aaa;
}
span.author span, .listNews span.author span{
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}
a.brand{
	font-size: 14px;
	line-height:18px;
	color: #666;
	text-decoration: underline;
}
.listNews a.more{
	float: left;
	margin:18px 0 0 0;
	padding:3px 7px;
	font-size: 14px;
	line-height:21px;
	background: #113;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	transition: 0.3s;
}
.listNews a.more:hover{
	color:#fff;
	background: #000;
}
.listNews span{
	font-size: 14px;
	color:#333;
	display: block;
    padding: 10px 0 0 0;
}





.list_articlesr img{
	float: left;	
	  width:100%;
    margin:0 0 5px 0;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

div.clear, div.space{
	clear: both;
	height: 0;
}
.clear{
	clear: both;
}
div.hr{
	clear: both;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 20px 0;
}

div.pagin{
	float: left;
	width: 100%;
	margin: 0 10px 20px 10px;

}
div.list_articles div.pagin .pagination{
	padding:6px 10px;
	font-size:14px;
	line-height:14px;
	color:#777;	
	margin:0 3px 0 0;
	float: left;
}
div.list_articles div.pagin a.pagination:hover{
	color: #000;
}
div.list_articles div.pagin span.pagination{
	background: #ee117b;
	color: #fff;
}

div.list_articles div.pagin span.p2{
	background: none;
	color: #000;
	font-size:12px;
	float: right;
	padding: 6px 0;
	margin: 0;
}



.cookieconsent{
	width:400px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.47);
	color:#222;
	background: #f9f9f9;
	opacity: 0;
	visibility:hidden;
	transition: visibility 0.3s, opacity 0.3s linear; 
	padding: 5px 5px 5px 5px;
}
.cookieconsent a{
    text-decoration:underline;
	color:#333;
}
.cookieconsent .t, .cookieconsent .t a{
	font-size: 12px;
	line-height: 23px;
}
#textadblobk, #textadblobk a{
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
.cookieconsent1{
	visibility:visible;
  	opacity: 0.97;	
}
.adblock{
	z-index: 9998;
}
.cookieconsent .ok{
	background: #3f7edf;
	box-sizing: border-box;
	color:#fff;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	width: 100%;
	margin:10px auto 0 auto;
	border-radius:3px;
	text-align:center;
	
}

.ggal{
    display:block;
   
    float:left;
    padding:0 4px 4px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ggal img{
    margin:0;
    float:left;
}
@media screen and (max-width: 540px) {
    .ggal{ width:50%;  }
}



@media screen and (min-width: 850px)  {
	

	#right{
		width:300px;
		margin: 0 0 0 20px
	}
	#right div.col2{
	 	margin-top:20px;
	}

	
	
	.hr{
		margin-bottom: 30px;
	}
	
	#container{
		padding-top: 30px;
	}

	header{
		float:left;
		width: 100%;
		
	}


	div.space{
		height: 20px;
	}
}






@media screen and (min-width: 501px) and (max-width: 849px) {
	
 

	#center{
		margin:0 ;
		
	}
	#right{
		width:100%;
	}
	
	#right div.col1, #right div.col2{
		
		width: 50%;
		margin-top: 15px;
	}

	.article img{
		padding:3px;
	}
	
	.hr{
		margin-bottom:20px;
	}
	#container{
		padding-top: 20px;
	}
	header{
		float:left;
		width: 100%;
	
	}

	
	
	div.space{
		height: 15px;
	}
	
	

  
    .listNews{
    	width:calc(50% - 15px);
    
    	
    }
    
}







@media screen and (max-width: 500px) {
	
 
	
	#center{
		margin:0 ;
	}
	#right{
		width:100%;
	}
	
	#right div.col1, #right div.col2{
		
		width: 100%;
		
	}
	
	
	
	.article img{
	    margin: 0 -10px;
        max-width: calc(100% + 20px);
	}
	
	
	.hr{
		margin-bottom: 15px;
	}
	#container{
		padding-top: 15px;
	}

	header{
		float:left;
		width: 100%;
	
	}
	
	
	div.product div.inProduct{

		text-align:center;
		
	
	}
	div.product div.inProduct img.inProduct{
		max-height:300px;
		width:auto;
		float:none;
	}
    #center .list_articles span{
	    font-size:12px;
	}
    #center .list_articles span.title{
        height:106px;
	    font-size:16px;
	    display:table-cell;
	    vertical-align:middle;
	    margin:0;
	    padding:0;
	    width: calc(100vw - 206px);
	    text-align:left;
	}

	.list_articles{
        
        margin-right:0px;
    }
  
    .listNews{
    	width:100%;
    	margin: 0 0 20px 0;
    }
	.list_articles img{
        max-width: 100%;
        float:none;
		max-height:300px;
    }
	
    	
    .cookieconsent{
    	width:100%;
    	position: fixed;
    	bottom: 0;
    	right:0;
    	z-index: 9999;
    	box-sizing: border-box;
    	color:#222;
    	background: #f9f9f9;
    	opacity: 0;
    	visibility:hidden;
    	transition: visibility 0.3s, opacity 0.3s linear; 
    	padding: 5px 5px 5px 5px;	
    	-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.47);
    	-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.47);
    	box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.47);
    	overflow: hidden;
    	
	    border-radius:0;
    }
    .cookieconsent a{
        text-decoration:underline;
    	color:#333;
    }
    .cookieconsent .t, .cookieconsent .t a{
    	font-size: 12px;
    	line-height: 21px;
    }
    #textadblobk, #textadblobk a{
    	font-size: 14px;
    	font-weight: bold;
    	color: #900;
    }
    
    .cookieconsent1{
    	visibility:visible;
      	opacity: 0.97;	
    }
    
    .adblock{
    	z-index: 9998;
    }
    
    .cookieconsent .ok{
    
    	
    	
    	background: #3f7edf;
    	box-sizing: border-box;
    	color:#fff;
    	padding:5px;
    	font-size:16px;
    	font-weight:bold;
    	cursor:pointer;
    	width: 100%;
    	margin:10px auto 0 auto;
    	border-radius:3px;
    	text-align:center;
    }
	div.pagin{	margin: 0 0 20px 0; }
	
	
	.listNews a.title {   bottom: 8px; }
}

@media screen and (max-width: 450px) {
    .listNews time{
        clear:both;
        margin-top:10px;
    }  
    a.brand{
        margin-top:10px;
    }
    
}















































#calendaronn{
   clear:both;
   float:left;
   width:100%;
   padding-top:45px;
}

#calendaron{
    display:none;
    position:fixed;
    z-index:9000;
    top:0;
    left:0;
    padding:10px;
    background:#fffffffa;
    box-sizing: border-box;
    width:100%;
    height:100%;
    overflow-y:scroll; 
}

#calendaron b, #calendaron span{
    display:none;
}
#calendaronclose{
    position: fixed;
    background: #3f7edf;
    box-sizing: border-box;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    border-radius: 3px;
    text-align: center;
    top: 10px;
    right: 10px;
}

#calendaronn a{
    display:block;
    margin-bottom:15px;
    font-size:15px;
}

.tbl{
	border-collapse: collapse;
	width: 100%;
}

.tbl, .tbl caption{
	border-left:1px solid #ccc;	
	border-top:1px solid #ccc;
}
.tbl td, .tbl th{
	border-right:1px solid #ccc;	
	border-bottom:1px solid #ccc;
	text-align: left;
    vertical-align: top;
    line-height:1;
    width:14.285714%;
    padding:0;
}
.tbl td{
    height:80px;
}
.tbl td b{
    display:none;
}
@media screen and (max-width: 750px){
    .tbl td a{
        display:none;
    }
    .tbl td{
        height:60px;
    }
    .tbl td b{
        display:block;
        text-align:center;
        padding:10px 0 0 0;
    }
    
}
.tbl th{
	text-align: center;
	color:#999;
	padding:5px 0;
}
.tbl caption{
	border-right:1px solid #ccc;	
	background: #eee;
}
.tbl caption{
	font-weight: bold;
	color:#000;
}
.tbl .current{
	background-color: #efa;	
}

.tbl span{
	font-size: 14px;
	line-height: 14px;	
	font-weight: bold;
	padding:3px 0;
	color:#222;
	display:block;
	text-align:center;
	background:#ddd;
}
.tbl span.has{
    background:#d70c24;
    color:#fff;
}
.tbl a{
	font-size: 11px;
	line-height: 13px;	
	font-weight: normal;
	display:block;
	padding:2px;
	border-top:1px solid #ddd;
}

.tbl a:nth-child(2){
    border-top:none;
}
.tbl a:last-child{
	margin-bottom:4px;
}
.tbl a.cal1, .tbl span.cal1, div.le1 a, #calendaronn a.cal1{color: #900;}
.tbl a.cal2, .tbl span.cal2, div.le2 a, #calendaronn a.cal2 {color: #009;}
.tbl a.cal3, .tbl span.cal3, div.le3 a, #calendaronn a.cal3 {color: #090;}
.tbl a.cal4, .tbl span.cal4, div.le4 a, #calendaronn a.cal4 {color: #990;}
.tbl a.cal5, .tbl span.cal5, div.le5 a, #calendaronn a.cal5 {color: #099;}
.tbl a.cal6, .tbl span.cal6, div.le6 a, #calendaronn a.cal5 {color: #909;}

div.tit{
	margin: 10px 0 0 0;
	color: #777;
	font-size: 11px;
}
div.tit>span{
	font-size:14px;
	padding:10px 5px 8px;
	font-weight:bold;
	line-height:14px;
	display: block;
	color:#333;
}
div.tit a{
	border-top:1px solid #eee;
	margin:8px 0 0 0;
    padding:3px 0 0 0;
	display: block;
	
	font-weight: bold;
	
}
div.tit a span{
	color: #123;
	display: inline;
	font-weight: bold;
}
.le1>span{background: #ff000009;}
.le2>span{background: #0000ff09;}
.le3>span{background: #00ff0014;}
.le4>span{background: #ffff0014;}
.le5>span{background: #00ffff14;}
.le6>span{background: #ff00ff14;}

.table{
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	margin-bottom:10px;
}

.table td{
    overflow:auto;
}



