@charset "utf-8";
/* CSS Document */

a img {
	border: none;
}

#product, #productPlain {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding-top: 35px;
	background: transparent url(../cssImages/productTopper.jpg) top left no-repeat;
}

#productPlain {
	padding-top: 15px;
	background: none;
}

#product h2 {
	width: 515px;
	height: 55px;
	background: #F0FCFF;
	padding: 10px 0 0 10px;
	margin: 15px 0 23px;
}

#productPlain h2 {
	width: auto;
	height: auto;
	background:none;
	padding: 0;
	margin: 20px 0 10px;
}

#productPlain h3 {
	color: #000;
	margin: 15px 0 0;
	padding: 0;
	font-size: 12px;
	clear: both;
}

#product img {
	position: absolute;
	top: 127px;
	left: 0;
	margin: 0;
	padding: 0;
}

#product p {
	margin: 0;
	padding: 0;
}

#productPlain p {
	margin: 0 0 15px;
	padding: 0;
}

p#productDescription  {
	margin: 0;
	padding: 0;
	background: transparent url(../images/logo_lineinterior.gif) bottom center repeat-x;
	width: 600px;
	padding-bottom: 20px;
}

#productSpecs {
	position: relative;
	top: 0;
	left: 280px;
	width: 320px;
}

#productSpecs h3 {
	color: #000;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#productReferences {
	margin: 10px auto 30px;
	width: 161px;
	height: 58px;
	background: transparent url(../images/productBg.gif) center center no-repeat;
	text-align: center;
}

#productReferences a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
}

#productReferences a:hover {
	color: #FFF;
	text-decoration: underline;
}

#productReferences p {
	padding-top: 12px;
}

#productReferences p.single {
	padding-top: 20px;
}

span.fRight {
	float: right;
	display: inline-block;
} 

.center {
	text-align: center;
}

.left {
	text-align: left;
}


.right {
	text-align: right;
}

.flLeft {
	float: left;
	margin: 0 0 15px 8px;
}

.flRight {
	float: right;
	margin: 0 5px 15px 0;
}

#productPlain .flLeft {
	margin-right: 15px;
}
