/* $header:
*/

/* JAZEL 074 */
/***********************
	PRINTER FRIENDLY CSS
***********************/

#column-left {
	display: none;
}

#right_wing {
	display: none;
}

#left_wing {
	display: none;
}

#header-image-left-container {
	display: none;
}

#header {
	display: none;
}

#gradient-content-right {
	display: none;
}

#footer {
	display: none;
}

.print-page {
	display: none;
}

#content {
	float: left;
	position: relative;
	width: 494px;
	min-height: 200px;
	_height: 200px;
	background-position: top left;
	background-repeat: repeat-x;
}

#content table {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	width: 100%;
}

#content .image {
	text-align: center;
	position: relative;
	z-index: 0;
}

#content .text {
	width: 454px;
	margin: 20px;
}

#content .item-details {
	width: 94%;
	padding: 10px 3%;	
}

#content-title {
	position: absolute;
	top: 12px; left: 15px;
	font-family: "verdana";
	font-weight: bold;
	font-size: 16px;
	color: white;
}

#main_promo_image {
	padding-bottom: 20px;
}

	/* ********************
	D.1 PRODUCT CATALOG
	******************** */

	#catalog-title {
		font-family: verdana, arial;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		color: #556892;
		margin-left: 26px;
	}

	#catalog-sub-title {
		font-family: verdana, arial;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		color: #707070;
		margin-left: 34px;		
	}	
	
	#content #item-list {
	}
	
	#content #item-list .relation-name {
		font-family: verdana;
		font-size: 12px;
		line-height: 22px;
		font-weight: bold;
	}

	#content #item-list .header {
		position: relative;
		height: 24px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	#item-list .header-text {
		float: left;
		height: 24px;
		font-family: "arial narrow";
		font-weight: bold;
		font-size: 11px;
		line-height: 11px;
		text-align: center;
		color: black;
	}

	#item-list .header .item-image {
		width: 124px;
		border: 0px;
	}
	
	#item-list .header .item-number {
		width: 89px;
		background-color: #DDEAFA;
	}

	#item-list .header .item-description {
		width: 179px;
	}

	#item-list .header .item-dimension {
		width: 50px;
		background-color: #DDEAFA;
	}

	#item-list .header .item-pack {
		width: 43px;
	}

	#item-list .item {
		height: 24px;
		font-family: "arial narrow";
		font-weight: normal;
		font-size: 11px;
		line-height: 11px;
		text-align: center;
		border-collapse: collapse;
		text-align: center;
		color: black;
	}

	#item-list .item a {
		text-decoration: none;
		color: black;
	}
	
	#item-list .item a:hover {
		text-decoration: underline;
		color: black;
	}

	#item-list td {
		height: 53px;
		padding: 2px;
		margin: 0px;
		border-bottom: 1px solid black;
		vertical-align: top;
	}

	#item-list .item .item-image {
		width: 119px;
		height: 53px;
		vertical-align: middle;
	}
	
	#item-list .item .item-image img {
		border: 0px;
	}

	#item-list .item .item-number {
		width: 85px;
		height: 53px;
		background-color: #DDEAFA;
		vertical-align: middle;
	}

	#item-list .item .item-description {
		width: 174px;
		height: 53px;
		vertical-align: middle;
	}

	#item-list .item .item-dimension {
		width: 47px;
		height: 53px;
		background-color: #DDEAFA;
		vertical-align: middle;
	}

	#item-list .item .item-pack {
		width: 47px;
		height: 53px;
		vertical-align: middle;
	}
	
	.no-match {
		padding: 10px;
		text-align: right;
	}
