﻿/* -- basic definitions --- */
html, body
{
    margin: 0;
    padding: 0;
    background-image: url(../images/body-bg.jpg);
    font-family: Arial;
    font-size: 12px;
    color:#000;
}

h1
{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color:#fff;
outline: none;
}

h2
{
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #000;
outline: none;
}

h3
{
    font-size: 15px;
    color:#fff;
    margin: 0;
    padding: 0;
outline: none;
}

img
{
    border:none;
}

table, td
{
    font-size:12px;
    margin:0;
    padding:0;
    border:0;
}





/* -- layout definitions --- */

#pagewidth
{
    width: 990px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#leftcol
{
    width: 225px;
    float: left;
    position: relative;
}

#main-nav
{
    margin:30px 0 30px 0;
}

#twocols
{
    width: 765px;
    float: right;
    position: relative;
}

#rightcol
{
    width: 225px;
    float: right;
    position: relative;
}

#maincol
{
    background-color: transparent;
    float: left;
    display: inline;
    position: relative;
    width: 540px;
}

#content
{
    background-color: transparent;
    float:left;
    position: relative;
    margin: 105px 10px 10px 10px;
width:520px;
}

#footer
{
    height: 30px;
    background-color: #000;
    clear: both;
    margin-bottom:20px;
}

#footer-left
{
    color: #fff;
    float: left;
    width: 225px;
    text-align: center;
    padding-top: 7px;
}

#footer-middle
{
    color: #fff;
    float: left;
    text-align: center;
    width: 530px;
    padding-top: 7px;
}

#footer-right
{
    color: #fff;
    float: left;
    width: 225px;
    text-align: center;
    padding-top: 7px;
}



/* *** Float containers fix *** */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #leftcol
    {
        display: none;
    }

    /*hide the right column when printing*/
    #rightcol
    {
        display: none;
    }
    #twocols, #maincol
    {
        width: 100%;
        float: none;
    }
}

/* --- link formatting --- */

a:link, a:visited
{
color:#000;
outline: none;
    }
a:hover, a:active
{
 color:#000;
outline: none;
}

/*--- save layer --- */

#div_pleasewait
{
    z-index: 1000;
    visibility: hidden;
    position: absolute;
    text-align: center;
}

/*--- product list item --- */

.productListItemStyle
{
    border: 1px solid #666;
    padding: 5px;
}

.productListItemStyleSepeartor
{
    width: 10px;
    height: 10px;
}

/* ---  button formatting ---  */




/* --- fonts formatting --- */



/* -- Misc styles --- */

.validationsummary
{
    color: Red;
}

.validationitem
{
    color: Red;
}

/* -- News Modul --- */

.seperator-line
{
    height:1px;
    background-color:#333;
    margin: 7px 0 7px 0;
width:100%;
clear:both;


}

.lnews_list_title
{
    font-size: 14px;
}

.lnews_list_summary
{
}
img.lnews_list_image
{
}
.div_news_list_image
{
}

.news_details_title
{
}

.news_details_summary
{
}

/* -- Breadcrumb --- */

#breadcrumb
{
    font-size: 10px;
}

#breadcrumb a
{
    font-size: 10px;
}

/* --- navigation tree --- */

#nav_tree
{
   padding:10px 7px 10px 7px; 

}

#nav_tree ul
{
   padding:0; 
   margin:0;

}

#nav_tree h3
{
   font-size:17px;
   padding-top:10px;
   margin:0;
   position:relative;
   outline: none;
   cursor: pointer;


}

#nav_tree a
{
   text-decoration:none;
   color:#fff;
   border:none;
   outline: none;
}

#nav_tree ul li
{
    list-style-type: none;
}

#nav_tree ul li a.selected
{
    color: #fff;
outline: none;
}

#nav_tree ul li a:hover
{
    color: #fff;
outline: none;
}


#nav_tree ul li ul li
{
    margin-left: 30px;
    list-style-type: none;
}

#nav_tree ul li ul li a.selected
{
    color: #fff;
outline: none;
}

#nav_tree ul li ul li a:hover
{
    color: #fff;
outline: none;
}


.plus
{
    background-image: url(../images/nav-plus.png);
    width: 10px;
    height: 10px;
    background-repeat:no-repeat;
    position:relative;
    float:right;
}

.minus
{
    background-image: url(../images/nav-minus.png);
    width: 10px;
    height: 10px;
    background-repeat:no-repeat;
    position:relative;
    float:right;
}

.navbg
{
   background-image: url(../images/nav-bg.png);
   z-index:0;
   position:relative;
   width:225px;
}

.sub-container 
{
   margin-top:5px;
   margin-bottom:5px;
}

.latest-news-image
{
   width:90px;
   height:90px;
   overflow:hidden;
   float:right;
}

#latest-news-outer
{
   background-color:#fff;
   padding:7px

}

#latest-news-outer a
{
   text-decoration:none;

}





