	h1 {
		font:			bold 11pt Arial;
		margin:			0 0 0 0;
	}

	.card, .card_img, .card_name {
		height:			210px;
	}

	.card {
/*		border-top:		solid 1px #0000cc;*/
		border-bottom:		solid 1px #0000cc;
		margin:			20 0 0 5;
	}

	.card_img, .card_name {
		float:			left;
	}

	.card_img {
		width:			220px;
	}
	
	.card_name {
		width:			280px;
		color:			#000099;
	}

	.card_img img {
		width:			200px;
		height:			200px;
		border:			solid 1px #e8e8e8;
	}

	.card_img div a {
		font:			normal 8pt Arial;
		color:			#666;
	}

	.card_img div {
		margin:			-22 22 0 0;
		text-align:		right;
	}

	.card_img div img {
		width:			14px;
		height:			14px;
		border:			none;
	}

	#card_line {
		font:			normal 10pt Arial;
		color:			#4444cc;
		margin:			0px;
	}

	#card_firm {
		border-bottom:		solid 1px #0000c0;
		font:			normal 9pt Arial;
		color:			#9999cc;
	}
	
	#card_form, #card_price, .card_cnt, .card_info {
		font:			normal 9pt Arial;
	}
	
	#card_price strong {
		font:			bold 12pt Arial;
	}

	.card_buy {
		margin:			20 0 0 20;
	}

	.item_count {
		margin:			0 10 0 10;
	}

	.card_buy_btn {
		border:			none;
		background-color:	#fff;
		font:			bold 12pt Arial;
		color:			#c00000;
		text-decoration:	underline;
		cursor:			pointer;
	}

	.card_info {
		margin-top:		10px;
	}

	.card_info div, .card_sale {
		margin:			20 0 0 0;
	}
	
	.card_info div a {
		color:			#000099;
		text-decoration:	underline;
	}

	.card_sale_title {
		font:			bold 10pt Arial;
		color:			#666;
		padding:		3 10 0 20;
	}
	
	.card_sale_data {
		font:			normal 10pt Arial;
		color:			#cc0000;
	}


