@import url("/++resource++haufe.gui/css/contentStylesMaster.css");
@import url("/++resource++haufe.dojo.packed/dijit/themes/tundra/tundra.css");
@import url("/++resource++haufe.gui/css/contextBoxStyles.css");

a.buttonMoreInfo {
    background: url(spritesFixedWidth.gif) -268px -56px no-repeat;
}
a.buttonMoreInfo:hover {
    background: url(spritesFixedWidth.gif) -268px -76px no-repeat;
}

a.buttonInfo {
    background: url(spritesFixedWidth.gif) -501px -56px no-repeat;
}
a.buttonInfo:hover {
    background: url(spritesFixedWidth.gif) -501px -76px no-repeat;
}

a.startDirect {
    background: url(linkStartNow.gif) no-repeat;
}
a.startDirectHover {
    background: url(linkStartNowHover.gif) no-repeat;
}

/** Content Nav **/
#contentNavigation ul a {
    background: #e5e5e5 url(spritesRepeatX.gif) repeat-x scroll 0 -385px;
}
#contentNavigation ul a:hover {
    background: #dadcdc url(spritesRepeatX.gif) repeat-x scroll 0 -459px;
}
#contentNavigation ul ul li a {
    background: #f7f7f7 url(spritesRepeatX.gif) repeat-x scroll 0 -533px;
}
#contentNavigation ul ul li a:hover {
    background: #ededed url(spritesRepeatX.gif) repeat-x scroll 0 -607px;
}
#contentNavigation ul ul ul li a,
#contentNavigation ul ul ul li a:hover,
#contentNavigation ul ul ul li.currentItem a,
#contentNavigation ul ul ul li.currentItem a:hover{
    background-image: url(linkArrowRight.gif);
}

.detail .summary {
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
}

.detail .textPic {
    float: left;
    margin: 0;
    padding: 0 15px 5px 0;
}

.detail .textPic p {
    font-size: 11px;
}

.premiumBox img {
    float: left;
    padding: 0 10px 0 0;
}

.detail div.itemText br,
.detail div.itemText hr,
.detail div.itemText ul.link,
.detail div.itemText ul.link li {
    clear: none ! important;
}

.detail div.itemText ul.link li {
    float: none;
}

.detail div.itemText hr {
    width: auto;
}

.detail p,
.detail .text {
    margin: 0;
    padding: 0 0 10px 0;
}

.detail div.spacer br {
    clear: both ! important;
}

/* Rating */
.rateContent ul,
.ratedContent ul {
    background: url(rateInactive.gif) top left repeat-x;
}

.ratedContent ul li a.active {
    background: url(rateActive.gif) left bottom;
}

