Просто ищите default.css внутри папки /components/com_jshopping/*
Или хотя бы .css
Вот еще что нашло
Z:\home\npc\www\components\com_jshopping\js\jquery\jquery.media.js (9 hits)
Line 108: $div.css('backgroundColor', o.bgColor).width(o.width);
Line 123: * @param Object CSS values for the media div
Line 126: $.fn.mediabox = function(options, css) {
Line 135: $e.appendTo('body').hide().css({margin: 0});
Line 147: $div.css({
Line 155: if (css) $div.css(css);
Line 155: if (css) $div.css(css);
Line 155: if (css) $div.css(css);
Line 461: o.css('backgroundColor', o.bgColor);
Z:\home\npc\www\components\com_jshopping\js\jquery\jquery.rating.pack.js (3 hits)
Line 136: // restrict star's width and hide overflow (already in CSS)
Line 140: .find('a').css({ 'margin-left':'-'+ (spi*spw) +'px' })
Line 149: // Enable hover CSS effects
Z:\home\npc\www\components\com_jshopping\js\validateForm.js (9 hits)
Line 1: function validateForm(nameForm, arrayId, arrayType, arrayParams, arrayErrorMessages, typeShowError, css_class_error){
Line 13: if (css_class_error){
Line 14: this.css_class_error = css_class_error;
Line 14: this.css_class_error = css_class_error;
Line 16: this.css_class_error = 'fielderror';
Line 293: jQuery(form.elements
.parentNode).removeClass(this.css_class_error);
Line 295: jQuery(form.elements).removeClass(this.css_class_error);
Line 304: jQuery(this.$(this.errorId).parentNode).addClass(this.css_class_error);
Line 306: jQuery(this.$(this.errorId)).addClass(this.css_class_error);
Z:\home\npc\www\components\com_jshopping\lib\default_config.php (3 hits)
Line 100: $config->load_css = 1;
Line 143: $other_config = array('tax_on_delivery_address',"cart_back_to_shop", "product_button_back_use_end_list", "display_tax_id_in_pdf", "image_quality", "image_fill_color", "product_price_qty_discount", "rating_starparts","show_list_price_shipping_weight", "product_price_precision", "cart_decimal_qty_precision", "default_frontend_currency", "product_file_upload_via_ftp", "product_file_upload_count", "product_image_upload_count", "product_video_upload_count", "show_insert_code_in_product_video", "max_number_download_sale_file", "max_day_download_sale_file", "order_display_new_digital_products", "display_user_groups_info", "display_user_group", "load_jquery", "load_jquery_version", "load_jquery_lightbox", "load_javascript", "load_css",'list_products_calc_basic_price_from_product_price','calc_basic_price_from_product_price','user_discount_not_apply_prod_old_price');
Line 144: $other_config_checkbox = array('tax_on_delivery_address',"show_list_price_shipping_weight", "display_tax_id_in_pdf", "show_insert_code_in_product_video", "order_display_new_digital_products", "display_user_groups_info", "display_user_group", "load_jquery", "load_jquery_lightbox", "load_css", "load_javascript",'set_old_price_after_group_set_price','list_products_calc_basic_price_from_product_price','calc_basic_price_from_product_price','user_discount_not_apply_prod_old_price');
Z:\home\npc\www\components\com_jshopping\lib\factory.php (12 hits)
Line 151: public static function loadCssFiles(){
Line 154: if (!$jshopConfig->load_css) return 0;
Line 158: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/'.$jshopConfig->template.'.css');
Line 158: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/'.$jshopConfig->template.'.css');
Line 159: if (file_exists(JPATH_ROOT.'/components/com_jshopping/css/'.$jshopConfig->template.'.custom.css')){
Line 159: if (file_exists(JPATH_ROOT.'/components/com_jshopping/css/'.$jshopConfig->template.'.custom.css')){
Line 160: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/'.$jshopConfig->template.'.custom.css');
Line 160: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/'.$jshopConfig->template.'.custom.css');
Line 190: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/jquery.rating.css');
Line 190: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/jquery.rating.css');
Line 203: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/jquery.lightbox-0.5.css');
Line 203: $document->addStyleSheet(JURI::root().'components/com_jshopping/css/jquery.lightbox-0.5.css');