﻿/* ================================================== */
/* Headers configuration */
#header	{
background: rgb(160,160,160) url("../../images/header_big_blue.jpg") no-repeat;
}
#headerSmall	{
background: rgb(160,160,160) url("../../images/header_small_blue.jpg") no-repeat;
}

/* ================================================== */
/* Welcome Box configuration */
.welcomeBox	{
background: rgb(247,246,243) url("../../images/boxImages/welcome_box_bg.gif") repeat-y;
}


/* ================================================== */
/* Menu box configuration */
#menuBox {
background: url("../../images/boxImages/content_menu_bg_blue.gif") no-repeat bottom left;
}
#menuBox h2 {
margin: 0;
background: url("../../images/boxImages/content_menu_top_blue.gif") no-repeat top left;
}
#menuBox dd {
color: rgb(51,51,51);
}
/* ================================================== */
/* Login now box configuration */
#buyNowBox {
background: url("../../images/boxImages/login_menu_bg_blue.gif") no-repeat bottom left;
}
#buyNowBox h2 {
background: url("../../images/boxImages/login_menu_top_blue.gif") no-repeat top left;
}

/* ================================================== */
/* Content box configuration */
.contentBox	{
background: rgb(247,246,243) url("../../images/boxImages/content_box_710_bg.gif") repeat-y;
}

.contentBox840	{
background: rgb(247,246,243) url("../../images/boxImages/content_box_840_bg.gif") repeat-y;
}


/* ================================================== */
/* Msg box configuration */
.msgBox
{
    border-left: #006699 thin solid;
    border-bottom: #006699 thin solid;
    border-right: #006699 thin solid;
    border-top: #006699 thin solid;
    background-color: #f5f5f5;
}
