﻿#header_how_it_works 
{
    margin: 1em 0 1em 2em;
} 
#how_it_works 
{
    min-height: 500px;
    position: relative;
    margin: 1em;
    background-color: #21252c;
}
#how_it_works h2 { color: #359dd9; }
#how_it_works .corner 
{
    background: url('/Graphics/images/dark_corners24x24.gif') no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
}
#how_it_works .topleft { background-position: top left; top: 0; left: 0;}
#how_it_works .topright { background-position: top right; top: 0; right: 0;}
#how_it_works .bottomleft { background-position: bottom left; bottom: 0; left: 0; }
#how_it_works .bottomright { background-position: bottom right; bottom: 0; right: 0; }


#how_it_works .item 
{
    
}
#how_it_works .item .left_part
{
   float: left;
   width: 300px;
}
#how_it_works .item .right_part
{
    float: right;
}
#how_it_works .item .right_part .img { margin: 1.2em; margin-top: 2.5em; }
#how_it_works .item .left_part { padding: 2em; }
#how_it_works .item .left_part ul { margin-left: 1.5em; margin-top: 1em; font-size: 2ex; }
#how_it_works .item .left_part ul li
{
    list-style-type:decimal;
    color: #ef3f35;
    font-weight: bold;
    line-height: 3ex;
}
#how_it_works .item .left_part ul li .list { color: #fff; font-weight: normal; }

#how_it_works .item .left_part .weered li { }
#how_it_works .item .left_part .weered .two { margin-bottom: 70px;  }
#how_it_works .item .left_part .weered .three { margin-bottom: 185px;  }
#how_it_works .item .left_part .weered .four { margin-bottom: 200px;  }
#how_it_works .item .left_part .weered .five { margin-bottom: 200px;  }
#how_it_works .item .left_part .weered .six { margin-bottom: 180px;  }

#how_it_works .item .left_part p 
{
    font-weight: bold;
    font-size: 110%;
    line-height: 115%;
    margin: 1em 0 1em 0;
}
#how_it_works .item .left_part .red { color: #ef3f35; }
