/* ------------------------------------------------------------------------- */
/*                           Shop Style Definition                           */
/* ------------------------------------------------------------------------- */

div.shop {
    font-family: arial;
    font-size: 10pt;
    color: #000;
    padding: 15px;
    width: 100%;
    min-height: 200px;
    margin: 0px;
}

    div.shop p { 
        color: #000;
        margin: 0px;
    }

    div.shop a { 
        color: #337;
    }

    div.shop h1 { 
        font-size: 14pt;
        color: #555;
    }

    div.shop h1 a { 
        font-size: 14pt;
        color: #555;
    }

    div.shop h2 { 
        font-size: 12pt;
        color: #555;
    }

    div.shop h3 { 
        font-size: 10pt;
        color: #555;
    }

    div.shop img {
        border: none;
    }

    div.shop img:hover {
        border: none;
    }

    
/* --- SIDE MENU LEVEL DEFINITION --- */

.lvl1_act { margin-right: 0px; display: block;  }
.lvl2_act { margin-right: 10px; display: block; }
.lvl3_act { margin-right: 20px; display: block; }
.lvl4_act { margin-right: 30px; display: block; }
.lvl5_act { margin-right: 40px; display: block; }

.lvl1_inact { margin-right: 0px;  }
.lvl2_inact { margin-right: 10px; display: block; }
.lvl3_inact { margin-right: 20px; display: block; }
.lvl4_inact { margin-right: 30px; display: block; }
.lvl5_inact { margin-right: 40px; display: block; }



/* --- SHOP_WELCOME --- */

    div.shop_welcome {
    }


/* --- SHOP_CARTICON --- */

    div.shop_carticon {
    }


/* --- SHOP_CATEGORY_LIST --- */

    div.shop_category_list {
        border: 1px solid #999;
        margin-bottom: 10px;
        width:400px;
        margin-left: 100px;
        background-color: #fff;
        padding: 5px;
        -moz-border-radius: 15px 15px / 15px 15px;
        border-radius:      15px 15px / 15px 15px;
    }

        div.shop_category_list p {
            text-align: left;
        }

        div.shop_category_list h1 {
            text-align: left;
            margin-top: 25px;
        }
        
        div.shop_category_list a {
            color: #333;
        }

        div.shop_category_list img {
            margin: 3px;
        }


/* --- SHOP_ARTICLE_LIST --- */

    div.shop_article_list {
    }

        div.shop_article_list h1 {
            padding: 5px;
        }

    
/* --- SHOP_ARTICLE_DETAIL --- */

    div.shop_article_detail {
    }

/* --- SHOP_SHOWCART --- */
    
    div.shop_showcart {
    }

/* --- SHOP_SHOWCART_ADRESS --- */
    
    div.shop_showcart_adress {
    }

/* --- SHOP_SHOWCART_SUMMARY --- */
    
    div.shop_showcart_summary {
    }

/* --- SHOP_SHOWCART_ORDERCONFIRM --- */
    
    div.shop_showcart_orderconfirm {
    }

/* --- --- --- */
    






