p.ProductTitle {
		font-family: "verdana";
		font-size: 14px;
		color: #fda702;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
}

legend.LegendTitle {
		font-family: "verdana";
		font-size: 14px;
		color: #fda702;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
}		

p.ProductDescription {
		font-family: "verdana";
		font-size: 12px;
		color: #000;
}

img.ProductListImage {
		display: block;
		margin-right: auto;
		margin-left: auto;
}

td.Technical{
		width:100px;
		font-family: "verdana";
		font-size: 12px;
		color: #fda702;
		font-weight: bold;
}

td.Info{
		font-family: "verdana";
		font-size: 12px;
		color: #000;
}

#ProductListWrapper {
		background-image: url("../images/product_main.jpg");
		background-repeat: no-repeat;
		width: 680px;

}

#ProductListWrapper .ProductListTitle {
		width: 670px;
		padding: 0px 5px 5px 5px;
}

#ProductListWrapper .ProductListDescription {
		width: 660px;
		padding: 0px 5px 5px 5px;
}

#ProductListWrapper .ProductListImage {
		width:400px;
		padding: 5px;
		border: 1px solid #aaa;
}
#ProductListWrapper .ProductListImageMattress {
		margin-left: 30px;
		width:600px;
		height: 385px;
		padding: 5px;
		border: 1px solid #aaa;
}