Index: trunk/themes/default2007/platform/inc/styles.css =================================================================== diff -u -N -r8693 -r8737 --- trunk/themes/default2007/platform/inc/styles.css (.../styles.css) (revision 8693) +++ trunk/themes/default2007/platform/inc/styles.css (.../styles.css) (revision 8737) @@ -69,6 +69,7 @@ } + /* --- Side Box Styles --- */ .side-box-title { background: url(../img/side_boxes_background.gif) bottom repeat-x #83AFD6; @@ -357,7 +358,81 @@ color:#000000; text-decoration:none; } + +.image-padding-cell + { + padding-right:10px; + } + +.subtitle-small-grey + { + background:#ebebeb; + text-align:right; + padding: 1px 4px; + margin:1px 0px; + font-size:10px; + color:#666666; + } + +.price-msrp + { + text-decoration:line-through; + } + + +.price-red + { + color:#b70001; + font-size:13px; + font-weight:bold; + } + +.red + { + color:#b70001; + } + +.red-big + { + color:#b70001; + font-size:13px; + font-weight:bold; + } + + +.subtitle-small-blue + { + background:#dde7f1; + text-align:right; + padding: 1px 4px; + margin:1px 0px; + font-size:10px; + color:#165a9b; + } + +.blue-title + { + color:#335c9e; + font-weight:bold; + font-size:12px; + } + +a.black-link + { + color:#000000; + } + +.item-cell-padding + { + padding:8px; + } +.table-padding-cell TD + { + padding:5px; + vertical-align:top; + } + .directory-icon { width:22px; @@ -375,6 +450,22 @@ background:url(../img/gradient_background.gif) top repeat-x #FFFFFF; } +.subheader + { + background:#f4f4f4; + font-weight:bold; + padding:5px 15px; + font-size:12px; + } + +.subheaders-grey + { + background:#f4f4f4; + font-weight:bold; + padding:5px 15px; + font-size:12px; + } + .pagenation-select { background: #5b97cb; @@ -465,14 +556,19 @@ +.big-text + { + font-family:Arial, Helvetica, sans-serif; + font-size:16px; + font-weight:bold; + } - .not-dynamic { color:#00CC66; }