|
||||||||||||||
/* Page layout. */ #content #pageLayout { width: 100%; margin-top: 25px; } #pageLayout td { vertical-align: top; } /* Product list. */ #content h4 { margin: 20px 0 0 0; font-size: 16px; font-weight: bold; padding: 5px; } #content #products { width: 100%; } #content #products th { white-space: nowrap; } #content #products tbody td { background-image: url(images/dot.gif); background-repeat: repeat-x; padding-top: 13px; padding-bottom: 0; } #content #products td.thumbnail { width: 74px; } #content #products td.thumbnail img { width: 64px; height: 64px; } #content #products tbody tr.partNumber td { background-image: none; padding-top: 5px; padding-bottom: 5px; } #content #products div.description { margin-top: 5px; font-size: 11px; } #content #products td.price { font-size: 11px; color: #ff0000; } /* Filters. */ #filters { padding: 10px; width: 200px; text-align: left; } #filters strong { display: block; color: #999; font-size: 16px; } #filters h5 { margin: 15px 0 5px 0; } #filters ul { margin: 5px 0; } #filters li { list-style-image: url(images/bullet2.gif); margin-bottom: 3px; font-size: 11px; color: #999; } #filters li a { font-size: 11px; } #filters li.selected { list-style-image: url(images/check.gif); color: #666; } /* Paging */ div.paging { float: left; text-align: left; margin-top: 10px; } div.paging div { float: left; padding: 5px; margin: 4px; } div.paging a { display: block; float: left; padding: 5px; border: dotted 1px #333; margin: 3px; } div.paging strong { display: block; float: left; padding: 5px; border: dotted 1px #333; margin: 3px; }