﻿h1
{
    margin: 0;
    width: 300px;
    color: #333333;
    font-family: Trebuchet MS;
    font-size: 32px;
    font-weight: bold;
    text-align: right;
    letter-spacing: normal;
    line-height: normal;
}
h1 span
{
    display: none;
}
h1 span strong
{
    display: block;
    color: #57757b;
    font-family: Trebuchet MS;
    font-weight: normal;
}
h1 span label
{
    display: block;
    color: #57757b;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: normal;
}
h2
{
    padding: 0 0 4px 0;
    margin: 0;
    color: #fe5c11;
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: normal;
}
h3
{
    padding: 0 0 10px 0;
    margin: 0;
    color:  White;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
h4
{
    padding: 0 0 10px 0;
    margin: 0;
    color: #3ca2c4;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: normal;
}
.horizontal_line
{
    height: 5px;
    padding: 0 0 7px 0;
    background: url(../front_img/horizontal_line_bg.png) repeat-x left top;
}
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;
}
/* --------------------- 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
{
    color: #566D74;
    padding: 0 4px;
}
ul.pagination li a:hover
{
    color: #fff;
    background-color: #FE5C11;
}
ul.pagination li a.active
{
    color: #fff;
    background-color: #FE5C11;
}