.interested ul
{
	list-style-type	: none;
	margin			: 5px 0 0 12px;
}
.interested ul li
{
	margin			: 0;
}

.interested ul li a.image-red,
.interested ul li a.image-black
{
	display			: block;
	width			: 135px;
	height			: 135px;
	border			: 1px solid #000;
	background		: #fff no-repeat center center;
}
.interested ul li a.image-red
{
	border-color	: #d00000;
}

/* discount */
.interested ul.discount
{
	border			: 1px solid #d00000;
	width			: 135px;
	margin			: 2px 0 0 0;
}
.interested ul.discount li
{
	display			: inline;
	font-size		: 16px;
	font-weight		: bold;
	text-align		: center;
	padding			: 2px 4px;
}
.interested ul.discount li.left
{
	color			: #d00000;
	width			: 70px;
	float			: left;
}
.interested ul.discount li.right
{
	color			: #fff;
	background		: #d00000;
	width			: 48px;
	float			: right;
	border-left		: 1px solid #afafaf;
}
/*
How To Clear Floats Without Structural Markup 
http://positioniseverything.net/easyclearing.html
*/
.interested ul.discount:after
{
    content		: ".";  
    display		: block;  
    height		: 0;  
    clear		: both;  
    visibility	: hidden; 
} 
* html .interested ul.discount
{
	height		: 1%;
}

/* link */
.interested a.title
{
	clear			: both;
	color			: #000;
	font-weight		: bold;
}


/* price box */
.interested ul.price
{
	padding		: 0;
	margin		: 0;
}
.interested ul.price li
{
	display		: inline;
	float		: left;
	width		: 49%;
	margin		: 0;
	font-weight	: bold;
	color		: #d00000;
}
.interested ul.price li span.crossed
{
	text-decoration	: line-through;
	font-weight		: normal;
}




/* main */
.interested div.sub
{
	width		: 600px;
	margin		: 0 auto 2em auto;
}
.interested div.sub div.line-title
{
	height		: 32px;
	background	: url('../dsg/interested_main_top.gif') no-repeat top center;
}
.interested div.sub div.line-title a
{
	float		: right;
	margin		: 10px 15px 0 0;
	color		: #fff;
}
.interested div.sub div.line-title h1
{
	float		: left;
	margin		: 0;
	padding		: 6px 0 0 13px;
	font-size	: 18px;
	color		: #fff;
	font-weight	: normal;
}
.interested div.sub div.line-content
{
	background	: url('../dsg/interested_main_bottom.gif') no-repeat top center;
	min-height	: 216px;
	height		: auto !important; 
	height		: 216px;
}
.interested div.sub div.line-content ul li.main
{
	display		: block;
	float		: left;
	width		: 145px;
}
.interested div.sub div.line-content ul.price
{
	margin-bottom	: 0;
}
