/** SKIN OVERLOADS ************************************************************/
/*	Extension MS	*/
div#scDepotStack {
  position: absolute;
  left: 40%;
  color: #ffffff;
}
div#scDepotStack a{
  color: white;
  text-decoration:none;
}
div#scDepotStack a:hover{
  text-decoration:underline;
}


.headCo_co {
    color: 
    #ff7241;
}

dt {
    color: 
    #ff7241;
}

.tplHomeLogo {
    display: none;
}
.txt_emphasis_is {
   
    
	color:#ff7241;
}
.blockTitle {
    padding-left: 1em;
    line-height: 1.5em;
}
#outline {
  font-size: 1em;
  
}
#outline a.mnu_lnk {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-right: 17px;
  padding-bottom: 22px;
}
#outline a.mnu_tgle_o, #outline a.mnu_tgle_c {
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
  left: -0px;
  position: absolute;
  top: -5px;
  width: 20px;
  background-color: #CE743F;
  border-radius: 50%;
  color: white;
  display: inline-block;
}
#outline a.mnu_tgle_c {
  display: block;
  background-image: url(img/out/add.svg);
  background-size: 100%;
  fill: white;
  color: black;
  background-repeat: no-repeat;
  -webkit-filter: invert();
  filter: invert();
  left:-13px;
  outline-color: white;
  outline-width: 2px;
}
#outline a.mnu_tgle_o {
  display: block;
  background-image: url(img/out/remove.svg);
  background-size: 100%;
  fill: white;
  color: black;
  background-repeat: no-repeat;
  -webkit-filter: invert();
  filter: invert();
  left:-13px;
  
  outline-color: white;
  outline-width: 2px;
}
@media (max-width: 500px){
	img {
   		width: 100%;
    	height: auto;
	}
	
	.txt_ico_tim {
    width: 30px;
    display: inline-block;
}
}