﻿
.box_default
{
    /*
    background:#fff;
    background:rgba(255, 255, 255, 0.1);
    filter:alpha(opacity=10);*/
    background:url(../images/box_bg.png) top left repeat-y;
}

/*------------------------------------------------*/
/*-------------------[LEFT BOX]--------------------*/
/*------------------------------------------------*/
#left .box_default
{
    width:55px;
    padding:0;
    margin:0;
}
#left .box_default .box_title
{
    background:url(../images/box_left.gif) top left no-repeat;
    text-align:center;
    padding-top:4px;
    height:22px;
    color:#fff;
    font-family:Arial, Tahoma;
    font-size:12px;
    font-weight:bold;
}
#left .box_bottom
{
    background:url(../images/box_left_b.png) bottom left no-repeat;
    height:5px;
}

/*------------------------------------------------*/
/*-------------------[RIGHT BOX]--------------------*/
/*------------------------------------------------*/
#sidebar .box_default
{
    width:217px;
    padding:0;
    margin:0;
}
#sidebar .box_default .box_title
{
    background:url(../images/box_right.gif) top left no-repeat;
    text-align:left;
    padding-top:4px;
    padding-left:18px;
    height:22px;
    color:#fff;
    font-family:Arial, Tahoma;
    font-size:12px;
    font-weight:bold;
    
}
#sidebar .box_bottom
{
    background:url(../images/box_right_b.png) bottom left no-repeat;
    height:5px;
}
