Index: /views/css/frontend.css
===================================================================
--- /views/css/frontend.css	(revision 7461)
+++ /views/css/frontend.css	(revision 7462)
@@ -260,4 +260,59 @@
 	.wpsg_productform .wpsg_produkt_wrapper .wpsg_product_buttonarea input[type="submit"] { width:68%; }
 	
+	/* Produktdetailansicht */
+	.wpsg_productform .wpsg_produkt_shortdescription { display:none; }
+	.wpsg_productform .wpsg_mod_produktindex_stock { margin:10px 0; }
+	.wpsg_productform .wpsg_mod_produktindex_stock label { margin-bottom:0em; float:left; margin-right:10px; }
+	
+	/* ProduktÃŒbersicht */
+	.wpsg_mod_productindex_order span{ float:left; }
+	.wpsg_mod_productindex .wpsg_mod_productindex_viewselect { margin-top:6px !important; }
+	.wpsg_mod_productindex .wpsg_mod_productindex_order { width:90%; }
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product { width:45% !important; }
+	.wpsg_mod_productindex .wpsg_mod_productindex_order select { width:65%; margin: 2px 0 0 10px; height:20px;  }
+	.wpsg_mod_productindex .wpsg_mod_productindex_toolbar_bottom .wpsg_mod_productindex_order { display:none }
+	.wpsg_mod_productindex .wpsg_mod_productindex_toolbar_bottom .wpsg_mod_productindex_viewselect { display:none}
+	.wpsg_mod_productindex .wpsg_mod_productindex_toolbar_bottom { border-top:0px !important; }
+	
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_title { font-size:1.5em; }
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_infos,
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_produktindex_stock,
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_produkt_preishinweis { display:none; }
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_button { border:1px solid #ccc; }
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_button a { font-size:1.2em; }
+	.wpsg_mod_productindex_grid .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productview_price { font-size:1.2em; }
+	
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product { width:100% !important; }
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_infos,
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_produktindex_stock,
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_description,
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_produkt_preishinweis { display:none; }
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content { margin:0 !important;}
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_button { border:1px solid #ccc; }
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_button a { font-size:1.2em; }
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productview_price { font-size:1.2em; }
+	.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_button { width:100%; text-align:center; }
+
+	/* Warenkorb */
+	.wpsg_progress { display:none; }
+	.wpsg_basket .product_name .product_shortdesc { display:none; }
+	.wpsg_basket .basket_product_row .product_info{ display:none; }
+	.wpsg_basket .basket_sum_wrap .title2 { width:60%; }
+	.wpsg_basket .basket_sum_wrap .value,
+	.wpsg_basket .basket_sum_wrap .sum { width:40%; }
+	.wpsg_basket .wpsg_button { width:100%; margin:0 0 10px 0; }
+
+	/* Checkout */
+	.wpsg_checkout .wpsg_button { width:100%; margin:0 0 10px 0; }
+	.wpsg_checkout2 .wpsg_button { width:100%; margin:0 0 10px 0; }
+	
+	/* Overview */
+	.wpsg_overview .wpsg_checkoutbutton,
+	.wpsg_overview .wpsg_orderbutton { width:100%; margin: 0 0 10px 0; }
+	.wpsg_overview .product_name .product_shortdesc { display:none; }
+	.wpsg_overview .overview_product_row .product_info{ display:none; }
+	.wpsg_overview .overview_sum_wrap .title2 { width:60%; }
+	.wpsg_overview .overview_sum_wrap .value,
+	.wpsg_overview .overview_sum_wrap .sum { width:40%; }
 }
 
@@ -266,4 +321,9 @@
 	.wpsg_productform .wpsg_productimages { width:100%; }
 	.wpsg_productform .wpsg_produkt_produktbilder { max-width:100%; }
+	
+}
+
+@media (max-width:900px) {
+	
 	
 }
