/* ======= */
/* Layout */
html {
min-width: 561px;
}
body {
width: auto;
min-width: 561px;
text-align: center;
background: #FFF;
padding: 0px 50px 0px 0px;
}
#layout_table_main {
width: 561px;
min-width: 561px;
text-align: left;
margin: 0px auto;
}

/* Hidden */
.layout_column_left,
#top_menu, 
#status,
#bottom_banner,
#develop,
.pager,
.bottom_links,
.list .bottom {
display: none;
}



/* ======= */
/* Blocks */

#second_page #phones {
background: url("/common/img/logo.png") no-repeat -1px 72px;
padding: 75px 0px 158px 196px;
}
#second_page #phones .small {
width: 88px;
}

/* Content */
.body {
padding: 0px 0px 0px 0px;
}

/* Printable link */
#printable_link {
display: block;
margin: 20px 0px 0px 0px;
}



/* ======== */
/* Content */

/* Lists */
.body ul {
list-style-type: disc;
padding-left: 20px;
}
#second_page .body ul li {
padding-left: 0px;
background-image: none;
}
.body ol {
margin-left: 30px;
}



/* ====== */
/* Pages */

/* ====== */
/* Lists */
.body .list .num_list {
padding-left: 3px;
list-style-type: none;
}


/* ============= */
/* English page */
#second_page.english_page #phones {
background-image: url("/common/img/logo_en.png");
}