/*price_table*/
table{
	margin-top: 5px;
}
.price{
background:: #FFFFFF;
margin-bottom: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border: 1px groove black;
}

.price .name{
border-right: none;
text-align: left;
}
.price td{
padding-top: 3px;
padding-bottom: 3px;
border-left: 1px dashed black;
border-top: 1px dashed black;
text-align: center;
font-size: 1.8em;
}

.price td:hover{
background: #FFFF99	;
}
.price th{
text-align: center;
font-size: 0.8em;
padding: 3px 0 3px 2px;
border-right: 1px dashed black;
}

.price .none_line{
text-align:center;
border-top: none;
}

.price .first_column{
	color:#F60;
}

.price .first_column_2{
	color:#F00;
}

#f_line{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;	
}
.line_bottom{
	border-bottom: 1px dashed black;
}
