/*
 * Site's content
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.finnisport.sk/
 * @version:   $Id: site.css 81 2009-01-12 20:45:07Z Silver Zachara $
 */

/* Basic tags
 -----------------------------------------------------------------------------*/

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

a:link, a:visited {
    color: #0F58B7;
}

a:hover, a:active {
    color: #0F58B7;
}

/* Primary Content Hyperlinks */
#primaryContent a, #footer a {
    color: #163aab;
    font-size: 10px;
    font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#footer a {
    font-size: 9px;
    font-weight: bold;
}

#primaryContent a:link, #primaryContent a:visited {
}

#primaryContent a:hover, #primaryContent a:active {
}

#secondaryContent a:link, #secondaryContent a:visited {
    color: #163AAB;
}

#secondaryContent a:hover, #secondaryContent a:active {
    color: #fff;
    text-decoration: none;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}

#primaryContent a:hover[href^="http:"], #primaryContent a:active[href^="http:"],
#secondaryContent a:hover[href^="http:"], #secondaryContent a:active[href^="http:"] {
/*    background: url(images/linkExternal.gif) no-repeat right top;
    padding-right: 10px;*/
}

#primaryContent a:hover, #primaryContent a:active,
#secondaryContent a:hover, #secondaryContent a:active,
#primaryContent a:hover[href^="http://www.finnisport.sk"], #primaryContent a:active[href^="http://www.finnisport.sk"],
#primaryContent a:hover[href^="http://finnisport.sk"], #primaryContent a:active[href^="http://finnisport.sk"],
#secondaryContent a:hover[href^="http://www.finnisport.sk"], #secondaryContent a:active[href^="http://www.finnisport.sk"],
#secondaryContent a:hover[href^="http://finnisport.sk"], #secondaryContent a:active[href^="http://finnisport.sk"] {
/*    background: url(images/linkInternal.gif) no-repeat right top;
    padding-right: 10px;*/
}

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

#primaryContent a.back {
    font-weight: bold;
    text-decoration: underline;
}

/* For links in Ditto sorting box */
#primaryContent #sorting a {
    font-size: 11px;
}

#primaryContent #sorting a:link, #primaryContent #sorting a:visited {
    color: #377278;
}

#primaryContent #sorting a:hover, #primaryContent #sorting a:active {
    color: red;
    text-decoration: underline;
}

/* Headings
 -----------------------------------------------------------------------------*/
h1 {
    font-size: 19px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content .right_content h1 {
    text-align: center;
    padding-bottom: 18px;
}

/* 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 */
#primaryContent .img-wrapper {
    float: left;
    line-height: 0px;
    background: url(images/imgShadow.gif) no-repeat bottom right;
}

#primaryContent .img-wrapper img {
    position: relative;
    left: -5px;
    top: -5px;
    float: none;
    padding: 0px;
    background: #fff;
    border: 1px solid #C5BDBD;
}

/* Colors
 -----------------------------------------------------------------------------*/
.red {
    color: red !important;
}

.green {
    color: green;
}

.yellow {
    color: yellow;
}

/* Text Styles
 -----------------------------------------------------------------------------*/
.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

/* Images Styles
 -----------------------------------------------------------------------------*/
img {
    border: none;
}

/* Site Content
 -----------------------------------------------------------------------------*/

/* Smoothscroll - plugin jQuery localscroll */
#primaryContent a.toTopAnchor {
    display: none;
    position: absolute;
    color: #666666;
    bottom: 18px;
    right: 44px;
}

#primaryContent a.toBottomAnchor {
    display: none;
    position: absolute;
    color: #666666;
    top: 25px;
    right: 44px;
}

/* Sitemap
 -----------------------------------------------------------------------------*/

#content .siteMap {
    padding-left: 26px;
}

/* First Level */
#primaryContent .siteMap ul {
    list-style-type: disc;
    list-style-position: inside;
}

#primaryContent .siteMap ul li {
    margin: 4px 0px 4px 0px;
}

#primaryContent .siteMap ul li a {
    background: url(images/tree_list.png) no-repeat left center;
    /* TODO pridať nejaké odrážky Zachara */
    /*padding-left: 16px;*/
    text-decoration: none;
}

#primaryContent .siteMap ul li a:hover, #content .siteMap ul li a:active {
    color: #A00010;
    background-color: white;
    text-decoration: underline;
}

/* Second Level */
#primaryContent .siteMap ul li ul {
    padding-left: 16px;
    list-style-type: none;
}

#primaryContent .siteMap ul li ul li a {
    background-image: none;
}

/* Boxes
 ------------------------------------------------------------------------------- */
.right div.box3 {
    width: 578px;
    margin: 10px auto 0px auto;
}

.right div.box3 .box3-header {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 12px;
    background: url(images/basket-header.png) repeat-x top left;
}

.right div.box3 .box3-inner {
    padding: 18px;
    border: 1px #E3E3E3 solid;
}

/* Loading Info-box
 -----------------------------------------------------------------------------*/
#loading {
    display: none;
    position: fixed;
    color: #fff;
    font-weight: bold;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    padding: 5px;
    background-color: #4A859B;
}

