@charset "utf-8";

/*	
Copyright 2008 Concepta Werbeagentur
Helopal Website Base Stylesheet
$Revision: 4.0 $
*/



/* Container fuer die Produktbersicht */



#p_view {
float:left;
padding: 1px;

}

#p_view a {
text-decoration:none;
}

#p_view_container {
	z-index: 800;
	width: 162px;
	position: relative;
	height: 182px;
	
}
#p_view_container img {
	width:162px;
	height:162px;
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.40;
	
}
#p_view_container img:hover, #p_view_container a:hover img, div.img_hover {
	width:162px;
	height:162px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
#p_view_container #p_view_Txt h1, #p_view_container #p_view_Txt p {
	margin:0;
	padding:0;
	line-height:1.2em;
}
#p_view_container h1 a,
#p_view_container h1 {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}


#p_view_container h1 a:hover,
#p_view_container h1:hover{
	color:#FF0000;
	text-decoration:none;
}


#p_view_Txt:hover > h1,
#p_view_container img:hover > h1,
#p_view_container a:hover img > h1,
a:hover > #p_view_Txt h1
 {
    color:#FF0000;
}

#p_view_Txt {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	z-index: 10000;
	left: 0px;
	padding-bottom: 10px;
	vertical-align: middle;
	width: 152px;
	color: #000000;
	top: 25px;
	padding-top: 5px;
	position: absolute;
	text-align: left;
	background:#ffffff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.70;
	overflow:hidden;
	cursor:pointer;
}
#p_view_container #p_view_Txt p {
	font-size:.75em;
	font-weight:bold;
	color:#333333;
}

#products_overview {
	width:552px;
	height:auto;
}


/* p Clear Tag */ 
.pclearer {
	CLEAR: both;
	DISPLAY: block;
	FONT-SIZE: 1px;
	MARGIN-BOTTOM: -1px;
	LINE-HEIGHT: 1px;
	HEIGHT: 1px
}
