/* Author: Savio van Hoi \*/ /* LastChangedDate: 2011-07-26 \*/ /* LastChangedBy: svh \*/ /* * Include SCSS Imports */ @import "general/import"; @import url("pageview.css"); /* general styles */ #content-area { overflow: visible; } /* 150% gradient for home */ body { background: $color-bg-white url("../img/bg-grad-o2-150.png") repeat-x 0 0; } #search-results-header { background-color: $color-bg-white; } /* #search-results-header .tsr-white h2 {color: #000;} #search-results-header .tsr-blue h2 {color: #000;} */ div.form-table-content { background: $color-bg-grey-1 url("../img/checkout-bg.jpg") no-repeat; padding: 9px 12px; z-index: 0; } div.form-table-content:after { content: url("../img/checkout-bg-bot.jpg"); left: 0; margin-left: 12px; position: absolute; background: none; } fieldset.searchinput p { width: 150px; } fieldset.searchinput p + div { width: 380px; } fieldset.searchinput div button span { width: 114px; } /*fieldset.filter { margin-left: 158px; width: 566px;} */ fieldset.filter label { line-height: 15px; } fieldset.filter input[disabled="disabled"]+label { color: $color-grey-18; } fieldset.filter p { width: 150px; margin-right: 6px; margin-top: 6px; } fieldset.filter > div > div { width: 530px; } fieldset.filter .fldln li { float: left; list-style: none; } .searchResult-e-consumer fieldset.filter .fldln li { min-width: 164px; } .searchResult-e-business fieldset.filter .fldln li { min-width: 253px; } #search-results { float: left; } #search-results > div { height: 66px; line-height: 66px; background: url("../img/login-header-line.png") no-repeat center bottom; } #search-results > div > div:first-child { float: left; margin-left: 24px; } #search-results > div > div:first-child + div { float: right; } #search-results div.last { background-position: center top; } /* serp "footer" */ .results li { overflow: hidden; border-top: 1px solid #e6e6e6; padding: 14px 0 24px 0; position: relative; } .results li:hover { background: none repeat scroll 0 0 $color-bg-grey-3; border-radius: 4px 4px 4px 4px; } .results li:first-child { border: none; } .results li h3 { font-size: 16px; font-weight: normal; color: $color-blue-1; margin-left: 18px; } .results li p { color: #7f8084; font-size: 12px; line-height: 1.5em; margin-left: 18px; } .results li p a { margin-top: 12px; position: relative; z-index: 2; } .paginator { margin-top: 13px; } .paginator.top { margin-top: 24px; } .paginator.top li a span { top: 32px; background-image: url("../img/dropdown-list-arrow-bot.png"); } #search-results div.ad-space { height: auto; margin: 0; padding: 0; overflow: hidden; } #search-results div.ad-space > div { margin-left: 0; margin-top: 12px; margin-bottom: 12px; } #search-results div.ad-space .tsr { margin: 0 !important; } .product-result-c-price { padding: 10px 0 20px 0; } .product-result .feature-list ul li { background: transparent url(../img/ico-list-check-gray.png) 0 0 no-repeat; padding: 5px 0 10px 30px; border: 0; } .product-result .col6 h3 { margin-left: 0; } .product-result-e-multiline { border-bottom: 1px solid $color-line-grey-7; } .product-result .product-result-c-par { overflow: hidden; padding: 1px 0; margin-left: 0; font-size: 12px; } .product-result-c-item-title { float: left; } .product-result-c-item-price { float: right; } .product-result a.btn.white.big span { min-width: 194px; } .product-result .col6 p:first-child { clear: both; } .product-result .col6.feature-list li p { /*reset all styles*/ color: inherit; font-size: inherit; margin: 0; padding: 0; border: 0; } .product-result .feature-list h3 { margin-bottom: 12px; } .product-result a.lnk, .product-result a.btn { position: relative; z-index: 2; /* value should be higher than .sum-lnk z-index */ } .add-result { background: $color-bg-grey-2; }