﻿/*================================================
    Style for private product skin.
=================================================*/

/*------------- Style content layout ----------------*/

.content_box
{
    width:100%;
    min-height:350px;
    /*-------------------------------------------
    Trong div có float border sẽ bị ẩn trong FF,
    dùng overflow để hiện border.
    -------------------------------------------*/
    /*overflow:hidden; */
}
/* for Internet Explorer */
/*\*/
* html .content_box {
    height: 350px;
}
/**/

/*------------- Style content ----------------*/
.content_left
{
    margin-left:-100%;
    float:left;
    width:196px;
}
.left_menu, .left_pane
{ 
    padding-left:0;
}
.left_pane
{
}
.content_main
{
   float:left;
   width:100% !important;
   padding:0;
}
.ContentPane
{
    margin:0 0 0 196px;
    padding:0 0 25px 20px;
    width:748px !important;
    width:100%;    
}

.content_left, .content_main, .left_menu, .left_pane, .ContentPane
{
    background-color:Transparent;
}