/* ======== */
/* Default */
h1, h2, h3, h4, a {
color: #4F4F4F;
}



/* ======= */
/* Layout */
body {
width: auto;
min-width: 540px;
text-align: center;
background: #FFF;
padding: 0px 50px;
}
#layout_table_main {
width: 540px;
min-width: 540px;
text-align: left;
background: none;
margin: 0px auto;
}
#second_page .layoyt_center_column_container {
padding: 0px 0px 0px 0px;
}
#layout_common_column {
padding: 0px 0px 5px 0px;
}



/* ======= */
/* Blocks */
#navigation,
#logo,
#slogan,
#phones,
#top_menu,
#layout_left_column,
#layoyt_right_column,
#status,
.footer_top,
#service_quality,
#bottom_banners {
display: none;
}

/* Header */
#header {
height: 153px;
text-align: right;
background: url("../../resources/images/bg_header_print.png") no-repeat 0px 61px;
}
#printable_link {
font-size: 0.9em;
font-family: Tahoma, Arial;
padding: 67px 37px 0px 0px;
}
#printable_link a {
background-image: url("../../resources/images/icon_print_gray.gif");
}

/* Footer */
.footer_container {
height: 61px;
border-top: 1px solid #555;
background: none;
padding: 17px 0px 0px 0px;
}
/* Copyright */
#copyright {
padding: 0px 0px 0px 12px;
}
/* Develop */
#develop {
float: right;
padding: 1px 36px 0px 0px;
}
#develop a {
color: #949494;
}
#develop .text {
color: #727272;
}



/* ========= */
/* Elements */

/* Common */
.green, a.green, .green a {
color: #727272;
}
.lgreen, a.lgreen, .lgreen a {
color: #727272;
}

/* Links */
.body .link_print,
.body .bottom_links,
.body .pager {
display: none;
}



/* ======== */
/* Content */
.body ul {
list-style-type: disc;
padding-left: 20px;
}
.body ul li,
#second_page .body ul li {
padding-left: 0px;
background-image: none;
}

