/* product */
#prd {
    width: 530px;
    height: auto;
    margin: 20px 0 20px 5px;
}

#prd table {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-collapse: collapse; 
}

#prd table tr td {
    padding: 0;
    vertical-align: top;
}

#prd table p.txt {
    display: block;
    width: 400px;
    height: auto;
    margin-top: 0px;
    padding: 3px 3px 0 3px;
	font-family:"Arial", "Verdana", "Helvetica", "sans-serif";
	font-size: 80%;
	line-height: 160%;
}

.center {
    width: 100%;
    margin-left: 5px;
    text-align: center;
}

#go-lu {
    display: block;
    width: 530px;
    height: auto;
	margin: 0 0 5px 0 ;
	padding: 0px;
    text-align: right;
    font-size: 120%;
}

#go-lu a {
    text-decoration:none;
}

#go-lu a:hover {
    text-decoration:underline;
}
