﻿.ArticleBoxHeader
{
	background-image: url(/images/img_box_header.jpg);
	background-repeat: no-repeat;
	width: 476px;
	height: 8px;
	background-position: bottom;
}
.ArticleBoxSpacer
{
	background-image: url(/images/img_box_spacer.jpg);
	background-repeat: repeat-y;
	width: 476px;
	height: auto;
}
.ArticleBoxContent
{
	position: relative;
	background-image: url(/images/img_box_bg.jpg);
	background-repeat: repeat-x;
	width: 464px;
	height: auto;
	left: 6px;
	background-color: #e5e5e5;
}
.ArticleBoxContentHeader
{
	position: relative;
	left: 1px;
	width: 462px;
	height: 25px;
	background-color: #8ca0a5;
	font-family: Arial;
	cursor: pointer;
	font-size: 10px;
	color: White;
}
.ArticleBoxContentInner
{
	position: relative;
	left: 10px;
	width: 444px;
}
.ArticleBoxFooter
{
	background-image: url(/images/img_box_footer.jpg);
	background-repeat: no-repeat;
	width: 476px;
	height: 8px;
}


.ArticleBoxContentHeaderItem
{
	position: absolute;
	top: 0px;
	width: 95px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
}

.ArticleBoxContentHeaderItemSelected
{
	position: absolute;
	left: 95px;
	top: 0px;
	width: 95px;
	height: 25px;
	background-color: #75878b;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
}

.ArticleBoxExtraImage1
{
	position: absolute;
	left: 177px;
	top: 0px;
	cursor: pointer;
}

.ArticleBoxExtraImage2
{
	position: absolute;
	left: 177px;
	top: 45px;
	cursor: pointer;
}

.ArticleBoxExtraImage3
{
	position: absolute;
	left: 177px;
	top: 90px;
	cursor: pointer;
}
.ArticleBoxContentInner ul
{
	margin : 0px 0px 10px 0px;
}
.ArticleBoxContentInner ul li
{
	margin : 0px;
}

