@import url(common.css);
/* Head */
/** QuickSearch */
#quicksearch .submit
{
	width: 34px;
}
/* Content */
#center
{
    width: 325px;
}
#right
{
    width: 290px;
}
/** LeftMenu */
#leftmenu
{
    padding: 19px 16px 1337px 16px;
}
/** Banner */
#banner
{
    height: 224px;
    padding-left: 10px;
}
#banner .flash
{
	height: 133px;
}
#banner .text
{
	width: 250px;
    height: 52px;
    padding: 8px 36px 31px 39px;
}
/** News */
#news
{
	padding-top: 15px;
    margin: 0 10px 16px;
    border-bottom: 1px #acacac solid;
}
#news .head
{
	position: relative;
	padding: 8px 0;
}
#news .headlinks
{
	position: absolute;
	height: 11px;
	right: 0px;
	top: 13px;
}
#news .item
{
    border-top: 1px #acacac solid;
    padding: 14px 0 10px 22px;
	background-repeat: no-repeat;
	background-position: 2px 18px;
}
#news .item .text
{
	padding: 0;
}
#news .item .text a
{
	text-decoration: none;
}
#news .focus .title
{
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
/** TextBox */
.textbox
{
    width: 270px;    
    padding: 10px 0 0;
	margin: 0 10px;
    background: transparent url(/files/design/images/box_top_subfront.png) no-repeat;
}
.textbox .content
{
    width: 240px;
    height: auto;
    padding: 0 15px;
    background: #d5d7d9 url(/files/design/images/bg_box_subfront.jpg) no-repeat;
}
.textbox .head
{
	position: relative;
	padding: 8px 0;
	border-bottom: 1px #a2a3a4 solid;
}
.textbox .links
{
	padding: 10px 0;
	line-height: 16px;
}
.textbox .links a
{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
}
.textbox .bottom
{
    width: 270px;
    height: 10px;
    overflow: hidden;
    background: transparent url(/files/design/images/box_bottom_subfront.png) no-repeat;
}
