﻿/*content_box.css*/
/*styles for bi-lateral scaling content region*/

/*Note: Due to the current limitations of the inheritance model
  the height of content_box_body must be set to a fixed value.
*/
    
div.content_box_head
{
    background:url(../../images/content_box/content_box_01.jpg) top left no-repeat;
    height:33px;
    width:100%;
    clear:both;
}
div.content_box_head_slidingDoor
{
    background:url(../../images/content_box/content_box_02.jpg) top right no-repeat;
    float:right;
    height:33px;
    width:24px;
}
div.content_box_body
{
    background:url(../../images/content_box/content_box_03.jpg) bottom left no-repeat;
    width:100%;
    float:left;
    position:relative;
}
div.content_box_body p 
{
    display:block;
    position:relative;
    float:left;
    margin:0 0 16px 0;
    padding:8px 0 0 12px;
}
div.content_box_body_slidingDoor
{
    background:url(../../images/content_box/content_box_04.jpg) bottom right no-repeat;
    float:right;
    height:100%;
    width:24px;
}

/*fullwidth-box styles*/
div.fullwidth_box
{
    background:url(../../images/content_box/fullwidth_box_02.jpg) bottom left no-repeat;
    width:868px;
    float:left;
    clear:both;
    margin:10px 0;
    padding:0 0 10px 0;
}
div.fullwidth_box_slidingDoor
{
    background:url(../../images/content_box/fullwidth_box_01.jpg) top left no-repeat;
    float:left;
    clear:both;
    height:36px;
    width:868px;   
}
div.fullwidth_box_slidingDoor h3
{
    padding:0;
    margin:0;
    position:relative;
    top:-4px;
    left:10px;
    font-size:8pt;
}
h3.box_heading 
{
    color:#ffffff;
}
div.fullwidth_box ul 
{
    margin:10px;
}
