@import url('style.css');
@import url('splash.css');
/* Overrides */
#upper {
padding: 0 11px;
}


ul.uselector{
/*border-bottom: 1px solid #7DA117; */
padding: 0px;
margin: 4px 0;
background: transparent;
text-align:center;
}

li.selector {
display: inline;
border-top: 1px solid #7DA117;
border-left: 1px solid #7DA117;
border-right: 1px solid #7DA117;
border-bottom: 1px solid #7DA117;
margin: 0;
background: #DFE5CB;
padding: 0px;
list-style-type: none;
list-style-position: outside;
cursor: pointer;
}

li.selector span {
margin: -1px 0;
padding: 0 2px;
font-size: 9px;
}


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

}


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

div#itemselected {
color:white;
display:block;
font-size:40px;
font-weight:bold;
height:48px;
left:45px;
position:absolute;
text-align:center;
top:45px;
width:69px;
z-index:10000;
}

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

div#itemselected img {
top: -5px;
}

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;
}

img#selbubble {
margin: 6px 0 0 -15px;
}

td.tdr {
text-align: right;
}

.icolor00ff00 {
background-color: #e23233;
}
