@import url('style.css');


/* Overrides */
ul {
background: #7DA117;
}

div#upper{
padding-top: 0px;
overflow: hidden;
height: 238px;
}

div#lower {
height: 140px;
}
/* ---*/


.info ul {
background: transparent;
}

.info ul li {
background: transparent;
list-style-type: circle;
list-style-position: inside;
cursor: default;
}



div.info {
overflow: auto;
background: #7DA117;
color: white;
height:120px;
padding:5px  3px 0 3px;
}

div.info ul, div.info ul li {
list-style-type: circle;
display: block;
}

div#cselected {
display: block;
position: absolute;
top: 100px;
left:29px;
width: 100px;
font-size: 9px;
background: transparent;
z-index:  10000; 
text-align: center;
}

div#cselected small {
font-size: 12px;
margin:10px 0 0;
position: absolute;
left:0;
top:0;
}


div#footer a:hover {
color: #000;
}

div#footer a {
display: block;
background: transparent url(../images/vitatester.png) no-repeat 0 0;
width: 158px;
height: 22px;
}

span#cheader {
display: block;
font-size: 12px;
font-weight: bold;
text-align: center;
background-color: #323232;
color: white;
height: 16px;
}
