2013-04-25 20:31:10 -07:00
|
|
|
|
.detailTableContainer {
|
2013-04-25 16:28:01 -07:00
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1200px;
|
2013-04-25 20:31:10 -07:00
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 auto;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-25 20:31:10 -07:00
|
|
|
|
.detailTable {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stretchedDetailTable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable td {
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
border-top: 1px solid #444;
|
|
|
|
|
border-bottom: 1px solid #444;
|
|
|
|
|
padding: 3px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable th {
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
border-bottom: 1px solid #444;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: left;
|
|
|
|
|
vertical-align: top;
|
2013-04-25 20:31:10 -07:00
|
|
|
|
white-space: nowrap;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable .imgUserItemRating {
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.userDataCell {
|
|
|
|
|
width: 140px;
|
|
|
|
|
}
|