﻿h1, h2, h3, h4, h5, h6
{
    font-family: Trebuchet MS;
    font-weight: normal;
}
h1
{
    color: #3d3d3d;
    font-size: 26px;
}
h2
{
    color: #fea100;
    font-size: 18px;
}
h3
{
    display: block;
    color: #fea100;
    font-size: 21px;
    font-weight: normal;
}
h4
{
    color: #fff;
    font-size: 16px;
}
h5
{
    color: #5b5b5b;
    font-size: 14px;
}
h6
{
    color: #9bb717;
    font-size: 20px;
}
.clr
{
    clear: both;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.pad
{
    padding: 10px;
}
.pad_b
{
    padding-bottom: 10px;
}
.pad_t
{
    padding-top: 10px;
}
.pad_r
{
    padding-right: 10px;
}
.pad_l
{
    padding-left: 10px;
}
.horizontal_line
{
    height: 10px;
    background: url(../front_img/horizontal_line_bg.png) repeat-x left top;
}
/* --------------------- Inherit ------------------------ */
.no_border
{
    border: none !important;
}
.no_padding
{
    padding: 0 !important;
}
.no_margin
{
    margin: 0 !important;
}
.no_bg_image
{
    background-image: none !important;
}
.no_bg_color
{
    background-color: Transparent !important;
}
em
{
    display: none;
}
.display_none
{
    display: none;
}
/* --------------------- Button ------------------ */
input.button
{
    display: block;
    border: none;
    cursor: pointer;
}
.button
{
    float: left;
}
.button a
{
    display: block;
    height: 28px;
    padding-left: 12px;
    color: #3d3d3d;
    background: url(../front_img/button_rounded_bg_left.png) no-repeat left top;
}
.button a span
{
    float: left;
    display: block;
    height: 25px;
    padding: 3px 12px 0 0;
    font-size: 11px;
    font-weight: bold;
    background: url(../front_img/button_rounded_bg_right.png) no-repeat right top;
}
.button a:hover span
{
    color: #f90b08;
}
/* --------------------- Input ------------------- */
input, textarea
{
    outline-style: none;
    border: none;
}
/* --------------------- Pagination -------------- */
ul.pagination
{
    display: block;
    float: left;
    margin: 10px 0;
    font-size: 13px;
}
ul.pagination li
{
    float: left;
    padding-left: 2px;
    margin-right: 4px;
}
ul.pagination li a
{
    float: left;
    padding: 3px 6px;
    font-family: Verdana;
    font-size: 13px;
    color: #F9CB25;
    background-color: #444141;
}
ul.pagination li a:hover
{
    background-color: #F9CB25;
    color: #021235;
}
ul.pagination li a.active
{
    background-color: #F9CB25;
    color: #021235;
}

