/*
 * Internal Style for MODx
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.finnisport.sk/
 * @version:   $Id: style.css 74 2009-01-07 08:37:01Z Silver Zachara $
 */

/* Hyperlinks
-----------------------------------------------------------------------------*/

.notExternal {
    background-image: none !important;
    padding-right: 0px !important;
}

/* Styles for Images
-----------------------------------------------------------------------------*/

/* Drop shadow effect for the images. Sadly this requires a div to be wrapped around the image markup, which is a shame */
/*
.img-wrapper {
    float: left;
    line-height: 0px;
    background: url(images/imgShadow.gif) no-repeat bottom right;
}
*/

