/* ------------------------------------ *
 CSS
 Samstag, 21. Februar 2009 21:50:36
 Patrick Güde
 Standard custom Stylesheets
 * ------------------------------------ */

p.product_txt {
  font-size: .9em;
  margin-bottom: 0px;
}

h3.products {
  margin-bottom: 0px;
}

h3.product_description_header {
  font-variant: small-caps;
  font-style: normal;
	font-size: 1em;
}

div #productGeneral {
  position: relative;
}

div.product_descript {
  position: absolute;
	left: 272px;
	top: 120px;
	width: 340px;
}

* html div.product_descript {
  /* Stern-HTML-Hack - Nur für <=IE6*/
	top: 130px;
}

*:first-child+html div.product_descript {
  /* Stern-plus-HTML-Hack - Nur für IE7*/
	top: 130px;
}

div #cartAdd {
  position: absolute;
	left: 247px;
	top: 300px;
}

.productListing-data {
    padding: 10px 0 20px 0;
}

div.listingDescription, h3.itemTitle {
    text-align: left;
		margin-left: 25px;
}

#EZPages_Bilder {
    list-style-type: none;
		margin: 0;
		padding: 0;
}

li.EZPages_Bilder {
    margin: 0;
		padding: 0;
		display: inline;
}

li.EZPages_Bilder img {
		margin-left: 7px;
}

#pos1 {
    margin-left: 0;
}

#ezPageGarantieHeading, #ezPageKanuAktuellHeading, #ezPageMaerkteHeading {
    width: 585px;
		margin-bottom: 0;
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
		color: #eee;
		font-variant: small-caps;
}

#ezPageGarantieHeading {
    background-color: #54c1eb;
}

#ezPageKanuAktuellHeading {
    background-color: #8c0502;
}

#ezPageMaerkteHeading {
    background-color: #f78201;
}

h3.itemTitle {
    margin-top: 0;
		margin-bottom: 20px;
}

#cat4Table {
/* productlisting-table */
    margin-top: 40px;
}

th.productListing-heading {
/* productlisting-table th */
    padding-bottom: 20px;
}

#vatinfo {
	color: #000;
	background: none;
	position: relative;
	top: -10px;
	left: -20px;
}

#vat_info {
    margin-left: 40px;
}