#main table {
	font-size: 13px;
	line-height: 20px;
	margin-left: 100px;
	width: 750px;
}
#main .price_category {
	margin-left: 100px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main .price_space {
	height: 26px;
}
#main .main_title {

}
#main {
	padding-left: 20px;
}


#main table .price {
	background-color: #FFDCDC;
}
#main table .price_001 {

}
#main table .price_002 {
	width: 80px;
	font-size: 13px;
	line-height: 2em;
	text-align:right;
	padding-right:2px;

}
#main table th{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-left: 6px;
	line-height: 2em;
}
#main table td {
	font-weight: bold;
}

#main table a{color:#600;}
#main table a:hover{color:#FFF; background:#666;}





    #album{
    width: 100%;
    margin: 5px auto 10px;
	text-align:center;
    }
    .smallimage {
    background-color : #fff;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 10px 15px 0 0;
	cursor:pointer;
    }
	.smallimage:last-child{margin: 10px 0 0 0;}


