﻿h1
{
    color: #d5ef2b;
    font-family: Trebuchet MS;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
}
h2
{
    color: #d53b1b;
    font-family: Trebuchet MS;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
h3
{
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: normal;
}
h4
{
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
}
a
{
    text-decoration: none;
}
ul li
{
    list-style: none;
}
.clr
{
    clear: both;
}

.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.pad
{
    padding: 10px;
}
.pad_b
{
    padding-bottom: 10px;
}
.pad_t
{
    padding-top: 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;
}
.no_margin
{
    margin: 0;
}
.no_bg_image
{
    background-image: none !important;
}
.no_bg_color
{
    background-color: Transparent !important;
}
b
{
    display: none;
}
.display_none
{
    display: none;
}
/* --------------------- Button ----------------------- */


/* --------------------- Input Text ------------------- */
input
{
    border: solid 1px #ae2208;
    outline-style: none;
}
/* --------------------- Pagination ------------------ */
ul.pagination
{
    display: block;
    float: right;
    font-size: 13px;
}
ul.pagination li
{
    float: left;
    padding-left: 2px;
    margin-right: 3px;
}
ul.pagination li a
{
    float: left;
    padding: 0 3px;
}
ul.pagination li a:hover
{
    background-color: #d5ef2b;
    color: #021235;
}
ul.pagination li a.active
{
    background-color: #d5ef2b;
    color: #021235;
}