﻿
/* ����� ��� ������ ������� ����������� */
.c_block
    {
        background: transparent url(image/center_b.gif) repeat-y scroll right center;
        width: 255px;
        margin-bottom: 5px;
    }
    .c_block .c_block_inner
    {
        background: transparent url(image/center_c.gif) no-repeat scroll right top;
    }
    .c_block .c_block_inner .c_block_outer
    {
        background: transparent url(image/center_d.gif) no-repeat scroll right bottom;
        padding: 4px 6px 4px 6px;
    }
    .c_block .c_block_inner .c_block_outer .title
    {
        padding-left: 10px;
        margin-bottom: 3px;
    }
    .c_block_outer h1 a
    {
        color:rgb(14, 100, 188); 
    }
    .c_block_outer h1 a:hover {
		color: #f91111;
		text-decoration: underline;
	}
    .c_block_outer .contentDiv
    {
        padding: 5px 5px 5px 10px;
        background-color: White;
    }
         
