@import "common.css";
@import "style.css";
@import "left.css";
@import "category.css";
@import "word.css";
@import "shop.css";

body {
    text-align: center;
}

h1 {
    padding: 10px;
    font-size: 120%;
}

img {
    border: none;
}

#header {
    background-image: url("/images/header_bg.gif");
    height: 85px;
    color: #fff;
}

#header img {
    float: left;
}

#header_r {
    text-align: right;
    padding-right: 20px;
}

#header_r li {
    display: inline;
    padding-left: 5px;
    color: #fff;
}

#header_r li a {
    color: #fff;
}

#header_r li a:hover {
    text-decoration: none;
}

#header .header_search {
    vertical-align: middle;
    line-height: 13px;
    text-align: right;
}

#header p {
    color: #fff;
}

#header ul {
    padding: 10px 0;
}

#container {
    text-align: left;
    margin: 0 auto;
    position: relative;
}

#menu {
    background-image: url("/images/white_bar.gif");
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 30px;
    clear: both;
}

#menu li {
    display: inline;
    margin-left: 20px;
    font-weight: bold;
}

#menu a {
    text-decoration: none;
    line-height: 30px;
    font-size: 130%;
    padding: 6px;
}

#menu a:hover {
    background-color: #e0e0e0;
}

.index-h2 {
    padding: 10px 0;
    font-weight: bold;
}

/****  content section  ****/

#content {
    margin: 25px 20px 10px 230px;
    _margin: 25px 20px 10px 210px;
/*    border: 1px solid #e0e0e0; */
}

.content-top-outer {
  background-position: right top;
  _padding-right: 5px;
  padding-right: 10px;
}

.content-top {
  background-position: left top;
  _padding-left: 5px;
  padding-left: 10px;
  padding-top: 10px;
}

.content-bottom-outer {
    background-position: right bottom;
    _padding-right: 5px;
    padding-right: 10px;
}

.content-bottom {
    background-position: left bottom;
    _padding-left: 5px;
    padding-left: 10px; ## º¸Í¾Çò 
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.content-top-outer,
.content-top,
.content-bottom-outer,
.content-bottom {
  background-image: url(/images/crc-618920.png);
}

/****  footer  ****/

#footer {
    clear: both;
    padding: 10px 0;
    border-top: 1px solid #a0a0a0;
    background-color: #e0e0e0;
    line-height: 20px;
    text-align: center;
    color: #666;
    font-size: 90%;
}

/****  about section  ****/

.input-text {
    height: 12px;
    width: 150px;
    vertical-align: middle;
}

.t-center {
    text-align: center;
}