Index: branches/1.0.x/inc/styles.css =================================================================== diff -u -N -r15052 -r15119 --- branches/1.0.x/inc/styles.css (.../styles.css) (revision 15052) +++ branches/1.0.x/inc/styles.css (.../styles.css) (revision 15119) @@ -227,6 +227,10 @@ position: relative; width: 100%; } +.menu-header { + z-index:300; +} + .menu .padding { margin: 0 auto; width: 960px; @@ -274,33 +278,32 @@ }*/ .search-box-small { - height:23px; + height:26px; background:url(@templates_base@/img/search_box.gif) bottom left; - width:146px; + width:201px; cursor:text; + margin-top:10px; } .search-box-small input { font-family:Arial, Helvetica, sans-serif; - width:93px; + width:135px; float:left; - font-size:9pt; + font-size:13px; border:none; background:none; - line-height:23px; - margin-left:30px; - margin-top:5px; - line-height:14px; + margin-left:35px; + margin-top:6px; } .search-box-small input:focus { outline: none } .search-box-small-noactive { - background:url(@templates_base@/img/search_box.gif) top left; + background:url(@templates_base@/img/search_box.gif) bottom left; } .search-box-small-noactive input { - color:#FFFFFF; + color: #333333; } .search-box-small-noactive .search-clear { @@ -309,14 +312,15 @@ .search-box-small .search-clear { margin-top: 5px; - margin-left:5px; + margin-left:8px; cursor:pointer; } .search-box-small-results { position:absolute; margin-top:-4px; - margin-left:-173px; + margin-left:-118px; + z-index:200; } .search-box-small-header { @@ -327,11 +331,45 @@ width:277px; } +.search-box-small-header p.title { + font-size:18px; + color:#2275cd; + border-bottom:1px solid #d0d0d0; + padding-bottom:11px; +} + .search-box-small-footer { background:url(@templates_base@/img/search_bottom.png) top left; width:327px; height:14px; } + + +.product-search-list-small li { + border-bottom:1px solid #d0d0d0; + padding-top:6px; + padding-bottom:6px; +} + +.product-search-list-small .product-data { width:200px; float:right } +.product-search-list-small .product-name { margin-bottom:5px;} +.product-search-list-small .product-name a { color:#333333; font-weight:bold; font-size:14px;} +.product-search-list-small .product-description { font-size:11px; color:#8e8e8e; margin-bottom:5px; line-height:95% } +.product-search-list-small .product-price { font-size:15px; color:#4d9b24; font-weight: bold; } +.product-search-list-small .product-price span { font-size:11px; } +.search-box-small-header a.link-more { + color:#2a80d3; + font-size:11px; + font-weight:bold; + background:url(@templates_base@/img/more_arrow.gif) top right no-repeat; + line-height:10px; + padding-right:12px; + display:block; + float: left; + margin-bottom:5px; + clear:both; +} + /* === Top Search Box: end === */ .level2 {