﻿.txt_page {
width:600px;
margin:30px auto 40px;
}

.txt_page p {
margin-top:10px;
}

.txt_how_page {
float:left;
width:450px;
margin:30px 0 30px 20px;
_margin-left:10px;
}

.txt_small {
float:none;
width:450px;
margin:0 0 20px;
}

.txt_small p {
margin-top:10px;
}

.how_step {
background:#F0F0F0 none repeat scroll 0 0;
float:right;
margin:35px 0 0;
padding:2px 6px 6px;
text-align:justify;
width:300px;
}

.list_how ul {
list-style-position:outside;
margin:2px 0 0 15px;
}

.list_how li {
list-style-type:decimal;
}

.txt_sp {
margin:0 0 0 10px;
}

.list_disc_mar {
margin:12px 0 0 30px;
}

.cap_how {
float:none;
margin:0 0 8px;
}

.txt_categor {
float:none;
width:500px;
}

.txt_categor ul {
margin:0;
padding:0;
list-style-type:disc;
list-style-position:inside;
}

.txt_categor li {
padding-top:2px;
}

/* faq */
.total_bl_f {
float:left;
margin:0 0 20px;
width:800px;
}

.total_quest_rep {
width:800px;
}

.link_bl_f {
float:left;
width:330px;
margin:0 0 0 10px;
_margin-left:5px;
}

.txt_f {
float:left;
width:430px;
margin:0 0 0 30px;
}

.total_bl {
float:left;
margin:20px 0 20px 40px;
width:980px;
}

.total_quest {
float:none;
width:1000px;
}

.name_cat {
float:none;
text-decoration:underline;
margin:30px 0 12px 10px;
}

.list_disc ul {
list-style-position:outside;
}

.list_disc li {
list-style-type:disc;
margin:2px 0 0;
}

.list_disc_new ul {
list-style-position:outside;
}

.list_disc_new li {
list-style-type:disc;
margin:2px 0 0 20px;
}

.list_vote ul {
list-style-position:outside;
margin:0 0 0 5px;
}

.list_vote li {
list-style-type:decimal;
}

.list_vote li p {
margin-bottom:15px;
}

.terms li {
list-style-type:none;
}

.terms ol {
counter-reset:list1;
}

.terms ol li:before {
counter-increment:list1;
content:counter(list1) ". ";
}

.terms ol ol {
counter-reset:list2;
}

.terms ol ol li:before {
counter-increment:list2;
content:counter(list1) "." counter(list2) ". ";
}