div#column-1
{
	width: 213px;
	float: left;
	margin-right: 40px;
}
div#column-2
{
	width: 213px;
	float: left;
	margin-right: 20px;
}
div#column-3
{
	width: 213px;
	float: left;
	margin-left: 19px;
}
div#column-4
{
	width: 213px;
	float: left;
	margin-left: 40px;
}
.series
{
	position      : relative;
	border        : 1px solid #D5D5D5;
	border-top    : 0;
	margin-bottom : 13px;
}
	.over
	{
		background-color: #feffd8;
	}
	.series .corner
	{
		position : absolute;
		width    : 10px;
		height   : 10px;

	}
		.top_left
		{
			background : url('../media/images/item_corner_top_left.gif') no-repeat;
			top        : 0px;
			left       : -1px;
		}
		.top_right
		{
			background : url('../media/images/item_corner_top_right.gif') no-repeat;
			top        : 0px;
			right      : -1px;
		}
		.bottom_left
		{
			background : url('../media/images/item_corner_bottom_left.gif') left bottom no-repeat;
			bottom     : -1px;
			left       : -1px;
		}
		.bottom_right
		{
			background : url('../media/images/item_corner_bottom_right.gif') right bottom no-repeat;
			bottom     : -1px;
			right      : -1px;
		}
.series .title
{
	height      : 30px;
	line-height : 30px;
	font-size   : 12px;
	color       : #000;
	font-weight : bold;
	background  : url('../media/images/item_title_bg.gif') repeat-x;
}
	.series .title span
	{
		margin-left  : 19px;
		padding-left : 11px;
		background   : url('../media/images/bullet6.gif') 0px 4px no-repeat;
	}
.series a
{
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	background: url('../media/images/nav_dot_red.gif') no-repeat 4px 12px;
	line-height: 25px;
	width: 78%;
	margin: 0 14px;
}
.series a:hover
{
	text-decoration: underline;
}
/* ff, op, ie7 */
div.fix_floated_height
{
	overflow: hidden;
}
/* ie6 */
*html div.fix_floated_height
{
	overflow: visible;
	height: 0%;
}
