
/* Rahmenformatierungen */

body {
	position: relative;	
}

#productCompare {
	/* background: url('../images/tmp/12_produktvergleich.jpg') no-repeat -5px -53px;  */
	padding: 33px;	
	width: auto;
}
#productCompare table td.bundleSpacerLeft
{
	width: 9px; 
	padding: 0px;
	border-right: none;
}

#productCompare table td.bundleSpacerRight
{
	width: 9px; 
	padding: 0px;
	border-left: none;
}

#productCompare table td.bundleBottom 
{
	border-top: 4px solid #bababa;
	border-left : none;
	border-right: none;
}
#productCompare table td.bundleEmptyRow 
{
	border-top: none;
	border-left : none;
	border-right: none;
	height: 4px;
}

#productCompare div#productCompareTop {
	border: 4px solid #BABABA; 
	margin: 0; 
	float: left;
}
#productCompare table {
	margin: 9px 10px;
}
#productCompare table th, #productCompare table td {
	border: 4px solid #BABABA;
	width: 456px;
	vertical-align: top;
	text-align: left;
}
#productCompare table th {
	background-color: #BABABA;
}
#productCompare table td {
	border-top: none;
	border-right: 4px solid #BABABA;
	border-bottom: none;
	border-left: 4px solid #BABABA;	
	padding: 0 8px;
}
#productCompare table th.productSeparator, #productCompare table td.productSeparator {
	border: 0;
	width: 8px;
	background-color: white;
}
#productCompare table tr.finish th {
	border-top: 0px solid transparent;
	border-bottom: 4px solid #BABABA;
	height: 4px;
}
#productCompare table tr.finish th.productSeparator {
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
#productCompare div.finish {
	margin: 0;
	font-size: 1.2em; 
	padding: 4px 5px 4px;
	background-color: #BABABA;	
}
#productCompare .buttonSection {
	clear: both;
	/*width: 959px;*/
	margin: 0;
	background: transparent;
	padding: 12px 0;
}
/* Textauszeichnungen und Teaser */
#productCompare h1 {
	font-size: 1.2em; 
	font-weight: normal; 
	margin: 0 0 7px;
	padding: 3px 5px 5px;
	background-color: #BABABA;	
}
#productCompare h2 {
	font-size: 1em; 
	font-weight: bold; 
	margin: 0;
	padding: 0 8px;
	text-align: left;
	background-color: #BABABA;	
}
#productCompare h3 {
	font-size: 1.25em; 
	font-weight: normal; 
	margin: 0;
	padding: 3px 8px 1px;
	background-color: #BABABA;	
}
#productCompare p {
	padding: 0;
}
#productCompare td ul {
	margin: 5px 12px 3px;
	padding: 0;
}
#productCompare td li {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.6em;
	list-style: url('../images/icons/arrow_right-grey.gif');
}

#productCompare td.difference {
	background-color: #e9e9e9;
}

#productCompare  td.difference  li {
	list-style : none none;
}

#productCompare td li.headline {
	font-size: 1em; /* Kleine Schriftgr��e wird sonst nicht fett dargestellt */
	font-weight: bold;
	list-style: none;
}
#productCompare .image {
	height: 185px; 
	text-align: center;
	padding: 10px 0 0;
}
#productCompare .image .aktion,
#productCompare .image .bware {
	position: absolute;
	left: 0px;
}
#productCompare .image .aktion {
	top: 20px;
}
#productCompare .image .bware {
	top: 60px;
}

#productCompare .articleNumber {
	height: 33px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0px 10px;
}
#productCompare .price {
	height: 103px; 
	margin: 0; 
	padding: 0 8px;
}
#productCompare .price span {
	font-size: 0.8em;
	color: #909090;
	line-height: 1.3em;
	padding-right: 9px;
	white-space: normal ;
	width: 148px;
}
#productCompare .price form {
	float: right; 
	padding: 21px 0 0;
}
