@charset "UTF-8";


table {
	width: 620px;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
	margin-bottom:20px;
    background-color: #fff;
}


th.menuname {width:100px;}
th.menuprice {width:80px;}




.bordered {
    border: solid #ccc 1px;
}

.bordered tr:hover {
    background: #fdfbfb;
}    
    
.bordered td, .bordered th {
    border-left: 1px dotted #ccc;
    border-top: 1px solid #ccc;
    padding: 6px;
    text-align: left;    
}

.bordered th {
    background-color: #f5e9ea;
    border-top: none;
	text-align: center;
}




td.titlename {text-align: center;}