@charset "ISO-8859-1";
/* CSS Document */
.ctc_iframe {
  width: 410px;
  height: 260px;
  margin: 0px;
  padding: 0;
}

#ctclayer {
  background: url(https://ctc.imones.lt/images/common/ctc-background.png) no-repeat top left;
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*width: 410px;*/
  height: 340px;
  padding: 10px;
  position: absolute;
  z-index: 99;
  display : none;
}
#ctctop {
  color: #333333;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  /*width: 410px;*/
  height: 40px;
  text-align: right;
}

#ctctop a {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
#ctctop a:hover {
  text-decoration: underline;
}
#ctcmiddle {
  background: #FFFFFF;
  width: 410px;
  height: 230px;
  margin-top: 10px;
}
#ctcbottom {
  border-top: 1px solid #333333;
  color: #333333;
  font-family: Verdana;
  font-size: 10px;
  width: 410px;
  height: 20px;
  line-height: 20px;
  text-align: right;
}

#ctclayer a, #ctclayer a img {
	border: none;
	text-decoration: none; 
}

#ctclayer iframe {
    width : 100%;
    height : 250px;
}

#cfslayer{
    background: url(images/ctc-background.png) no-repeat top left !important;
    background-color:#fff;
    color:#333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    /*width:410px;*/
    height:300px;
    padding:10px;
    position:absolute;
    display:none;
    z-index:999999
}
#cfsheader{
    color:#333;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    /*width:410px;*/
    height:40px;
    text-align:right
}
#cfsheader a{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    text-decoration:none
}
#cfsheader a:hover{
    text-decoration:underline
}
#cfscontent{
    background:#fff;
    width:410px;
    height:210px;
    margin-top:10px
}
#cfsframe{
    width:410px;
    height:230px;
    margin:0;
    padding:0
}
#cfsbottom{
    border-top:1px solid #333;
    color:#333;
    font-family:Verdana;
    font-size:10px;
    width:410px;
    height:20px;
    line-height:20px;
    text-align:right
}