@charset "utf-8";
/* CSS Document */

div#content_right
{
	height: 670px;
	margin-top: 30px;
	background-image: none;
}

div#middle_content
{
	margin:0 auto;
	width: 908px;
	margin-top: 2px;
	height: auto;
	background-image: url(../img/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div#content_left
{
	height: auto;
}

div#content_left li
{
	margin-left: 40px;
	font-size: 0.9em;
	list-style: disc;
	line-height: 1.5em;
}

div.content_left_purchase_wrapper
{
	height: 30px;
	width: 110px;
	margin-left: 12px;
	float: left;
	border:0px solid red;
}
div.content_left_purchase_wrapper a
{
	font-weight: bold;
	color: #D72424;
	float: left;
	width: auto;
	border: 0px solid brown;
}
div.content_left_purchase_wrapper span
{
	float: left;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 2px;
	border: 0px solid green;
	cursor: pointer;
}
content_left_purchase_wrapper img
{
	width: 27px;
	height: 27px;
	float: left;
	border: 0px solid purple;
}
