@import url("css_includes/products/tables.css");
@import url("css_includes/products/content.css");


#product_landing_banner{
	background:url(../images/products/landing_banner.jpg) no-repeat;
}

#products{	
	background:url(../images/products/products_back.gif) no-repeat;
	height:100%;
}


/* the warm to bright bars */

.warm_bright{
	width:140px;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#5c5c5c;
	padding-top:15px;
}

.warm_bright .warm{
	float:left;
	display:inline;
}

.warm_bright .bright{
	float:right;
	display:inline;
}


/* product intro, the content above the tables  */

.product_intro p{
	padding-top:30px;
	margin-right:20px;	
}

.product_intro .image{
	width:160px;
}

.product_intro{
	padding-bottom:20px;
	width:662px;
    overflow:hidden;
}

/*intro product list */

#products h2{
	font-size: 28px;
}
#products .header h3{
	font-size: 16px;
}
#products h3{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#products #product_list {
	position: relative;
	top: -10px;
}
#products #product_list .productGroup {
	display:block;
	float: left;
}
#products #product_list .first {
	width: 280px;
}
#products #product_list .header {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
#products #product_list .first .header {
	background: url(../images/products/separator-first.gif) bottom right no-repeat;
}
#products #product_list .second .header {
	background: url(../images/products/separator-second.gif) bottom right no-repeat;
}
#products #product_list .second {
	width: 650px;
	
}
#products #product_list ul {
	display:block;
}

#products #product_list ul li{
	margin-top:0px;
	float:left;
	display:inline;
	text-align:center;
	padding-right:28px;
	margin-left:0px;
	background:none;
	padding-left:0px;
	*width:100px;
}

#products #product_list ul li.cables {
	margin-top:0;	
}

#products #product_list ul li img {
	display: block;
	margin:0 0 5px;
	width: 100px;
	heigh: 112px;
}

/*-----------------------------------*/

/*.product_item_name{*/
#product_list ul li a:visited strong,
#product_list ul li a:link strong {
	display: block;
	font-weight:bold;
	height:27px;
	text-align:center;
	width:82px;
	margin:0 auto;
	color: #cccccc;
}

#product_list ul li a:hover strong {
	color: #E5282E;
}

#product_list ul li a{
	text-decoration:none;
}

/*-----------------------------------*/

.fix_nav_pos{
	position:relative;
	top:-2px;
}

.lpEmtStarRating {
display:none;
}
.lpPoweredBy  {
display:none;
} 