/*
 * index css
 */

#left_column, #center_column, #right_column {
    border      : none;
    margin      : 0;
    padding     : 0;
}

/* side is left and right common */

.side_item_box {
    margin-bottom   : 8px;
}

.side_item_title_box, .side_item_title_l, .side_item_title_c, .side_item_title_r {
    height          : 24px;
}

.side_item_title_l, .side_item_title_c, .side_item_title_r {
    float           : left;
}

.side_item_title_box {
}

.side_item_title_l {
    background      : url(../image/box_title_bg_l.gif) no-repeat;
    width           : 5px;
}

.side_item_title_c {
    background      : url(../image/box_title_bg_c.gif) repeat-x;
    line-height     : 24px;
}

.side_item_title_c span {
    font-size       : 12pt;
    color           : #bf1335;
    padding-left    : 3px;
}

.side_item_title_r {
    background      : url(../image/box_title_bg_r.gif) no-repeat;
    width           : 5px;
}

.side_item_body {
    border-top      : none;
    border-right    : 2px solid #ffd390;
    border-bottom   : none;
    border-left     : 2px solid #ffd390;
    padding         : 3px;
}

.left_item_body {
    width           : 144px;
    overflow        : hidden;
}

.poll_item_box {
    margin          : 3px;
}

ul.friendship_link {
    margin          : 0;
    padding         : 0;
    list-style      : none;
}

ul.friendship_link li {
    margin          : 8px 0 0;
    display         : block;
    text-align      : center;
}

.right_item_body {
    width           : 242px;
    overflow        : hidden;
}

.pretty_body_box p {
    text-align      : center;
}

.side_item_footer_box, .side_item_footer_l, .side_item_footer_c, .side_item_footer_r {
    height          : 8px;
}

.side_item_footer_l, .side_item_footer_c, .side_item_footer_r {
    float           : left;
}

.side_item_footer_box {
}

.side_item_footer_l {
    background      : url(../image/box_foot_bg_l.gif) no-repeat;
    width           : 8px;
}

.side_item_footer_c {
    background      : url(../image/box_foot_bg_c.gif) repeat-x;
}

.side_item_footer_r {
    background      : url(../image/box_foot_bg_r.gif) no-repeat;
    width           : 8px;
}

/* side end */

/* left column begin */

#left_column {
    width       : 154px;
}

.left_item_title_c {
    width       : 144px;
}

.left_item_footer_c {
    width       : 138px;
}

.category_list {
    list-style  : none;
    margin      : 10px 6px;
    padding     : 0;
}

.main_category {
    margin      : 0;
    font-size   : 12pt;
    color       : #cc6600;
}

.main_category a {
    font-size   : 12pt;
    color       : #cc6600;
}

.sub_category {
    list-style  : none;
    margin      : 0 0 10px;
    padding     : 0;
    font-size   : 9pt;
    color       : #be1058;
}

.sub_category li {
    display     : inline;
}

.sub_category a{
    font-size   : 9pt;
    color       : #be1058;
}

.category_item {
}

.category_item_last {
}

.category_spar {
    color       : #be1058;
}


/* left column end */


/* center column begin */

#center_column {
    width       : 554px;
}

.center_column_padding {
    padding     : 0 15px 20px;
}

.flash_box {
    margin-bottom   : 20px;
}

.center_title_box, .center_title_text {
    height      : 26px;
    line-height : 24px;
}

.center_title_box {
    background      : url(../image/dashed_line_bg.gif) repeat-x bottom;
    color           : #bf1335;
    font-size       : 12pt;
    margin-bottom   : 10px;
}

.center_title_text {
    float           : left;
    padding-left    : 50px;
}

.center_title_more {
    float           : right;
    padding-right   : 10px;
    padding-top     : 8px;
}

.center_body_box {
    width           : 524px;
    overflow        : hidden;
    margin-bottom   : 20px;
}

.center_title_bg_1 {
    background      : url(../image/icon_01.gif) no-repeat 20px;
}

.center_title_bg_2 {
    background      : url(../image/icon_02.gif) no-repeat 20px;
}

.center_title_bg_3 {
    background      : url(../image/icon_03.gif) no-repeat 20px;
}

.center_list_item {
}

/* center column end */


/* right column begin */

#right_column {
    width       : 252px;
}

.right_item_title_c {
    width       : 242px;
}

.right_item_footer_c {
    width       : 236px;
}

.right_title_bg_1, .right_title_bg_2, .right_title_bg_3, .right_title_bg_4, .right_title_bg_5 {
    margin-left     : 8px;
    padding-left    : 25px;
}

.right_title_bg_1 {
    background  : url(../image/icon_04.gif) no-repeat 2px;
}

.right_title_bg_2 {
    background  : url(../image/icon_05.gif) no-repeat 2px;
}

.right_title_bg_3 {
    background  : url(../image/icon_06.gif) no-repeat 2px;
}

.right_title_bg_4 {
    background  : url(../image/icon_07.gif) no-repeat 2px;
}

.right_title_bg_5 {
    background  : url(../image/icon_08.gif) no-repeat 2px;
}

.right_list_item {
}

.prof_content {
    margin      : 0;
    padding     : 5px;
}

.prof_image {
    float       : left;
    margin      : 0;
    padding     : 10px 0;
    width       : 80px;
    text-align  : center;
}

.classic_read {
    margin      : 0;
    padding     : 5px;
}

.classic_image {
    float       : left;
    margin      : 0;
    padding     : 0 10px 0 5px;
}

/* right column end */

