/* bigbox */
div.dm_widget_bigbox
{
    width: 920px;
    float: left;
}
div.dm_widget_bigbox div.bigbox_header,
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_left,
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_right
{
    height: 40px;
}

* html div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center
{
    height: 40px;
    margin-left: -3px;
    margin-right: -3px;
}
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center,
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_content
{
    background-position: top center;
}
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center h1,
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center h1 a
{
    font-size: 24px;
}
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center h3,
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center h3 a
{
    margin-top: 3px;
    font-size: 12px !important;
    text-transform: none;
}
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center div.bigbox_header_content h1.with_uptitle,
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_center div.bigbox_header_content h1.with_uptitle a
{
    margin-top : -3px;
    padding-top: 0pt !important;
}
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_left
{
    float: left;
    display: inline;
    width: 12px;
    _margin-right: -3px;
    background-position: top left;
}
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_right
{
    float: right;
    display: inline;
    width: 12px;
    _margin-left: -3px;
    background-position: top right;
}
div.dm_widget_bigbox div.bigbox_header_center
{
    margin-right: 12px;
    margin-left: 12px;
}
div.dm_widget_bigbox div.bigbox_header div.bigbox_header_content
{
    height: 40px;
    overflow: hidden;
    position: relative;
}

/* subbox */
div.dm_widget_subbox
{
    float: left;
}
div.dm_widget_subbox div.header,
div.dm_widget_subbox div.header div.header_left,
div.dm_widget_subbox div.header div.header_right
{
    height: 30px;
}
div.dm_widget_subbox div.header div.header_border_left,
div.dm_widget_subbox div.header div.header_border_right
{
    height: 30px;
}
div.dm_widget_subbox div.header div.header_left,
div.dm_widget_subbox div.header div.header_border_left
{
    float: left;
    display: inline;
    _margin-right: -3px;
    background-position: bottom left;
}
div.dm_widget_subbox div.header div.header_left
{
    width: 12px;
}
div.dm_widget_subbox div.header div.header_border_left,
div.dm_widget_subbox div.header div.header_border_right
{
    width: 1px;
    background-image: url(http://style.dailymotion.com/skin/public/default/img/subbox_separator.png.v1198003829);
}
* html div.dm_widget_subbox div.header div.header_border_left,
* html div.dm_widget_subbox div.header div.header_border_right
{
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://style.dailymotion.com/skin/public/default/img/subbox_separator.png', sizingMethod='scale');
}
div.dm_widget_subbox div.header div.header_right,
div.dm_widget_subbox div.header div.header_border_right
{
    float: right;
    display: inline;
    _margin-left: -3px;
    background-position: bottom right;
}

div.dm_widget_subbox div.header div.header_right
{
    width: 12px;
}
div.dm_widget_subbox div.header div.header_center
{
    background-position: bottom center;
}

* html div.dm_widget_subbox div.header div.header_center
{
    height: 30px;
    margin-left: -3px;
    margin-right: -3px;
}

div.dm_widget_subbox div.header div.header_center_with_left
{
    margin-left: 12px;
}
div.dm_widget_subbox div.header div.header_center_without_left
{
    padding-left: 12px;
}
div.dm_widget_subbox div.header div.header_center_with_right
{
    margin-right: 12px;
}
div.dm_widget_subbox div.header div.header_center_without_right
{
    padding-right: 12px;
}

div.dm_widget_subbox div.header div.header_center div.header_center_content
{
    height: 30px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
}

div.dm_widget_subbox div.header div.header_center_content .left
{
    float: left;
}
div.dm_widget_subbox div.header div.header_center_content .right
{
    float: right;
}

div.dm_widget_subbox div.box_center
{
    position: relative;
}

div.dm_widget_subbox div.header div.header_center div.header_center_content a
{
    font-size: 12px;
    font-weight: bold;
}

div.dm_widget_subbox div.header div.header_center_content div.right_title
{
    float: right;
    display: inline;
    position: static;
}

div.dm_widget_subbox div.subbox_noimage div.header_center,
div.dm_widget_subbox div.subbox_noimage div.header_left,
div.dm_widget_subbox div.subbox_noimage div.header_right,
div.dm_widget_subbox div.subbox_noimage div.header_center div.header_center_content
{
    background-image: none !important;
    filter: none !important;
    height: 24px !important;
}

div.dm_widget_subbox div.box_center:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.dm_widget_subbox div.box_center {height: 1%;}
/* End hide from IE-mac */