body{
    font-family: "trebuchet ms", sans-serif;
}
.footer{
    padding-top: 20px;
    font-size: 80%;
}
.small{
    font-size: 80%;
}
input{ 
    padding-left: 10px; 
    padding-right: 10px;
}
.hidden{
    display: none;
}
#book_tab {
    float: left;
    padding: 5px;
    width: 50px;
    margin-right: 5px;
}
#cd_tab {
    float: left;
    padding: 5px;
    width: 50px;
    margin-right: 5px;
}
#dvd_tab {
    float: left;
    padding: 5px;
    width: 50px;
    margin-right: 5px;
}

.not-active{
    background: #eee;
}

.tab-active{
    border-top: 1px solid #000;
    background: #D3E58D;
}
.search-active{
    background: #D3E58D;
}
a{
	color: #5d2694;
}
a:visited{
	color: #c2abd9;
}
/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #5d2694 #5d2694 #FFFFFF;
border-left: 4px solid #5d2694;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Arial, Helvetica, Sans-serif;
font-size: 10px;
font-style: Normal;

text-align: left;
}