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

/* -------------------------------------------
	CONTENTS
------------------------------------------- */
/* Left Column ############################ */
#leftColumn h2 {
	border-top: #BFBFBF solid 1px;
}
.search {
	height: 40px;
}
/* Right Column ########################### */
#rightColumn h2 {
	margin-bottom: 8px;
}
/* Compare Bar ---------------------------- */
#comparebar {
	width: 575px;
	height: 25px;
	background: url(/skin1/images/custom/comparebargray.gif) repeat-x;
	margin: 4px 0 0 0;
}
#comparebar p {
	height: 20px;
	margin: 0;
	padding: 5px 0 0 40px;
	background: url(/skin1/images/custom/comparebararrow.gif) no-repeat;
	float: left;
	width: 90px;
}
#comparebar p a {
	background: white;
	padding: 1px 10px;
	border: #7F7F7F solid 1px;
	text-decoration: none;
	color: #7F7F7F;
	margin: 0;
}
#comparebar p a:hover {
	background: #7F7F7F;
	color: white;
}
#comparebar p.selectForm {
	background: none;
	font-size: 11px;
	color: #00275D;
	padding: 5px 5px 0 0;
	width: auto;
}
#comparebar select {
	width: 120px;
	height: 18px;
	float: left;
	font-size: 11px;
	margin: 4px 50px 0 0;
}
/* Product Box ---------------------------- */
.productBox {
	width: 575px; /* Width of the rightColumn = 575px */
	height: auto;
	border-bottom: #BFBFBF solid 1px;
	padding: 8px 0;
	float: right;
	background: url(/skin1/images/custom/dottedlines.gif) repeat-y -1px 0;
}
/* First Column --------------------------- */
.firstColumn {
	width: 354px; /* Width with the border-rigth + margin-right = 365px */
	border-right: #BFBFBF solid 1px;
	margin-right: 10px;
	float: left;
}
.firstColumn input {
	float: left;
	margin: 3px 4px 0 3px;
}
.firstColumn h3.orange {
	font-size: 13px;
	color: #F8991D;
	padding: 0;
	padding-left:19px;
	margin: 2px 0 0 0;
}
.firstColumn p.one {
	text-align: left;
	padding: 5px 10px 0 0;
	margin: 0 0 0 25px;
	font-size: 12px;
}
.firstColumn img {
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
}
.firstColumn p.two {
	width: 180px;
	padding: 5px 0 0 0;
	margin: 0 0 0 20px;
	font-size: 12px;
	float: left;
}
.firstColumn ul {
	font-size: 12px;
	list-style: none;
	padding: 0 0 0 0;
	margin-left: 225px;
	margin-right: 10px;
}
.firstColumn a {
	color: #F8991D;
	text-decoration: none;
	font-weight: bold;
}
.firstColumn a:hover {
	text-decoration: underline;
}
.firstColumn p.moreInfo {
	padding-left: 20px;
}
/* Second Column -------------------------- */
.secondColumn {
	width: 190px;
	height: auto;
	float: right;
}
.secondColumn ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
}
.secondColumn ul li {
	padding-top: 5px;
}
.red {
	color: red;
}
.secondColumn ul li a {
	color: #F8991D;
	font-size: 12px;
	text-decoration: none;
}
.secondColumn ul li a:hover {
	text-decoration: underline;
}
.boxProduct {
	border: 0px;
	float: right;
}
#rightColumn {
	background: url(/skin1/images/custom/logo_intimus.gif) no-repeat right top;
	/* padding-top: 20px; */
}
