@charset "UTF-8";
/************************************************************************

Author:      act2.com   [www.act2.com]  

Listing Order:
==============

0 - Not Found 404
1 - blog
2 - point_agreement
3 - affiliate

3 - guide_store
4 - blog

************************************************************************/
/* 0 - Not Found */
.notfound{
    padding:1em 0 0 0 ;
}

.grid {
    width:100%;
    padding:1em 0 0 0 ;
}
.grid .column {
    margin-left:2%;
    width:17%;
}
.column {
    float:left;
}
.dot li{
    list-style:disc;
    margin:0.2em 0 0.2em 2em;
}

.flow li{
    list-style:decimal;
    margin:0.2em 0 0.2em 2em;
}
.underline{ text-decoration:underline; }

/* 1- default document */
.document h3{
    margin-bottom:20px;
    padding:0 5px 10px;
    color:#462201;
    border-bottom:solid 1px #CCCCCC;
    font-size:18px;
    font-weight: normal;
}
.document h4{
    border-bottom:2px solid #CCCCCC;
    color:#462201;
    margin:12px 0 8px;
    padding:5px 5px 2px;
}
.document dl{
    margin-left:5px;
}
.document dl dt{
    margin-top:10px;
    margin-left:5px;
    padding-bottom:5px;
    border-bottom:2px solid #CCCCCC;
    font-size:14px;
    font-weight:normal;
    color:#462201;
}
.document dl dd{
    padding-left:5px;
    font-size:12px;
    color:#5f5f5f;
}
.document ul{
    margin:20px 0;
}
.document ul li{
    margin:5px 25px;
}
.document dt {
    font-size:16px;
    border-bottom:1px solid #CCCCCC;
    margin-bottom:0.4em;
}
.document dd {
    padding-bottom:1em;
    padding-left:1em;
    clear:both;
}

.document li {
    margin-bottom:1em;
    font-weight:normal;
    font-size:12px;
    padding:0 0 0 0.5em;

}

/* 2 - point_agreement */
.point_agreement {
    padding:2em;
}

/* 3- affiliater */
.affiliater h3{
    background:url(../images/act2/title_affiliater.gif) no-repeat 0 0;
    text-indent:-9999px;
}

/* 4- specific  */
.specific h3{
    background:url(../images/act2/title_specific.gif) no-repeat 0 0;
    text-indent:-9999px;
}

/* 5- privacypolicy */

.privacypolicy h3{
    background:url(../images/act2/title_privacypolicy.gif) no-repeat 0 0;
    text-indent:-9999px;
}