/* 
    Document   : powerclub
    Created on : Mar 5, 2009, 2:53:57 PM
    Author     : elvin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

a.showAllIkon {
    text-indent:16px;
    background-image:url(images/ikons/arrowNext.png);
    background-repeat:no-repeat;
}
a.showAllIkon:hover {
    background-image:url(images/ikons/arrowNextHover.png);
}
a.go {
    text-indent:16px;
    background-image:url(images/ikons/arrowNext.png);
    background-repeat:no-repeat;
}
a.go:hover {
    background-image:url(images/ikons/arrowNextHover.png);
}

a.down {
    text-indent:16px;
    background-image:url(images/ikons/arrowDown.png);
    background-repeat:no-repeat;
}
a.down:hover {
    background-image:url(images/ikons/arrowDownHover.png);
}