/*
  CSS definition for Website Baker module: Hello world
  Copyright (C) year, Authors name
  Contact me: author(at)domain.xxx, http://authorwebsite.xxx

  This CSS file is free software. You can redistribute it and/or modify it 
  under the terms of the GNU General Public License  - version 2 or later, 
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This CSS file is distributed in the hope that it will be useful, 
  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  GNU General Public License for more details.
*/

.mod_product_listing UL,
.mod_product_listing LI {
	padding: 0 !important;
	margin: 0 !important;
	line-height: normal !important;
}

.mod_product_listing A {
	color: #000000;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #ffffff;
	cursor: pointer;
	overflow: hidden;
	width: 471px;
}

.mod_product_listing LI {
	margin: 0 0 5px 0 !important;
	padding: 0;
	list-style: none;
	line-height: normal;
	/* NEW */
	/*height: 98px;*/
}

.mod_product_listing A:hover {
/*defined in 'style'-attribute of view.php */
	/*background-image: url(test2_hoch_li_h.jpg);*/
/*defined in stylesheet of used template */
	/*background-color: #e7ecf3;*/
	/*border-color: #d4ddea;*/
}

.mod_product_listing_imgholder_f {
	display: block;
	width: 98px;
	height: 98px;
	float: left;
}
.mod_product_listing {
	border: none;
}

.mod_product_listing A:hover .mod_product_listing_imgholder_f IMG {
	display: none;
}

.mod_product_listing_title_f {
	display: block;
	margin: 5px 16px 5px 100px;
}

IMG.mod_product_listing_pic_detail_f {
	display: block;
	margin: 8px 0 0 0;
}
.mod_product_listing_text_f {
/*defined in style-attribute of view.php */
	/*background-image: url(details.gif);*/
	display: block;
	margin: 0 0 0 100px;
	padding: 0 0 23px 0;
	background-position: 0 100%;
	background-repeat: no-repeat;
	text-align: justify;
	width: 350px;
	/* NEW */
	margin: 0 0 0 100px;
	padding: 0 0 8px 0;
}

H1 {
	width: 471px;
}