/* 
Website: http://www.enexis.hu
Author: Bacsi Gabor
Version: 1.0 
*/

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    color: #888;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 7px 0px 7px 0px;
    padding: 0px 0px 3px 0px;
    color: #444;
}

p {
    margin: 0px 0px 7px 0px;
    padding: 0px;
}

/* @blocks */

/* @promo */

#promo {
    position: relative;
    height: 171px;
}

#support {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 283px;
    height: 171px;
    color: #000;
}

#support_hours {
    font-size: 11px;
    position: absolute;
    top: 6px;
    right: 10px;
}

#welcome {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 608px;
    height: 171px;
}

/* @pricelist */

#pricelist {
    font-size: 11px;
}

.pricebox, .dlbox {
    float: left;
    width: 412px;
    border: 0px solid #eee;
    margin-right: 6px;
    margin-bottom: 7px;
}

#pricelist table {
    margin-bottom: 7px;
}

#pricelist table tr td {
    background: #eee url(/themes/default/img/slash_bg.gif);
    padding: 3px 3px 3px 10px;
}

#pricelist table tr th {
    padding: 4px 3px 4px 10px;
    color: #111;
    font-size: 12px;
}

#pricelist table tr td a {
    color: #111;
    border-bottom: 1px dotted #333;
    text-decoration: none;
}

.td_right {
    width: 90px;
    text-align: center;
}

/* @help_list */

.help ul {
    padding: 0px 0px 0px 25px;
    margin: 0px;
}

.help ul li {
    margin-bottom: 3px;
}

.help ul li a {
    color: #111;
}

/* @hosting_plans */

.spacer_hosting {
    text-align: center;
    padding: 0px 5px 0px 5px;
    border: 1px solid #ccc;
}

.hostingbox {
    position: relative;
    height: 173px;
    padding: 0px;
    margin: 5px 0px 3px 0px;
}

#hostingplan1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#hostingplan2 {
    position: absolute;
    top: 0px;
    left: 288px;
}

#hostingplan3 {
    position: absolute;
    top: 0px;
    right: -4px;
}

.hosting_details {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #111;
}

#hosting_compare table tr th {
    text-align: center;
    padding: 4px;
    line-height: 150%;
}

#hosting_compare table tr td {
    background-color: #eee;
    text-align: center;
    padding: 4px;
    line-height: 150%;
}

.td_sale {
    background: url(/themes/default/img/sale_icon.gif) no-repeat;
    background-position: 5px 7px;
}

#hosting_compare table tr td.td_dark {
    background-color: #dedede;
}


#hosting_compare table tr th {
    background: url(/themes/default/img/gray_bg.jpg);
    color: #111;
}

#hosting_compare table tr td.alignleft {
    text-align: left;
    padding-left: 10px;
}

/* @downloads */

.dlbox a, #support a, a {
    color: #1A81E2;
}

.dlbox ul {
    list-style-image: url(/themes/default/img/pdf_icon.gif);
}

/* koltozes */

#menu2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu2 ul li {
    float: left;
}

#menu2 ul li a {
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

.td_yellow {
    background-color: #999;
    border: 1px solid #555;
}

#hosting_compare {
    margin-bottom: 5px;
}

#hosting_compare a {
    text-decoration: none;
    color: #111;
    border-bottom: 1px dotted #555;
}

