﻿/* 
                layout.css
*/

/* ********************  standard layout elements ******************** */
#top_panel
{
}

#bottom_panel
{
}

.header
{
}

.header_logo
{
}

.header_block
{
}

.header_status
{
}

.search
{
}

.sidebar
{
}

.navbar
{
}

.content
{
}

.footer
{
}

.footer_logo
{
}

/* ********************  custom layout elements ******************** */
.col1
{
}

.col2
{
}

.primary_content
{
}

/* ********************  optional layout elements ******************** */
.login
{
    color: White;
    background-color: #8CC1A3;
}

.cart
{
    color: White;
    background-color: #808080;
}

.cart h4
{
    color: Black;
}

.header_img1
{
}

.header_img2
{
}

.box_right
{
}

.box_left
{
}

