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


.leftcolumn{
	float:left;
	margin-top:15px;
	width:177px;
}

.leftColumnBox{
	margin-bottom:22px;
}

.leftColumnBox #header{
	padding:0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #203c8f;
	font-weight:bold;
	background-color:#cce1f7;
	padding:8px;
}
.leftColumnBox#findProducts #header{
	height:79px;
	padding:0px 8px;
}

.leftColumnBox#findProducts #header{
	background-image: url(../images/findProducts_magnifying_glass.jpg);
	background-repeat: no-repeat;
	background-position: 11px 13px;	
}
.leftColumnBox#findProducts #header form{
	padding:0px;margin:0px;
	margin-top:10px;
	margin-bottom:4px;
	
}
.leftColumnBox#findProducts #headerText{
	padding-left:32px;
	padding-top:20px;
	
}

.leftColumnBox h4{
	font-weight:bold;
	text-size:10px;
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
}
.leftColumnBox #content{
	padding:8px;
	padding-top:12px;
	padding-bottom:8px;
	background-color:#F1F6FF;
	margin-bottom: 0px;
}
.leftColumnBox #content .item{
	background-image: url(../images/plus_icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size:10px;
	margin-bottom:5px;
}
.leftColumnBox #content .item a, .leftColumnBox #content .item a:visited{
	color:#337cea;
}
.leftColumnBox #content .product,.leftColumnBox #content .activeItem,.leftColumnBox #content .activeProduct{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size:10px;
	margin-bottom:5px;
}
.leftColumnBox #content .product a,.leftColumnBox #content .product a:visited{
	color:#337cea;
}
.leftColumnBox #content .product{
	background-image: url(../images/plus_icon.gif);
}
.leftColumnBox #content .activeItem{
	background-image: url(../images/bullet_active.gif);
}
.leftColumnBox #content .activeItem a{
	color:#ff723a;
	font-weight:bold;
}

.leftColumnBox #content .activeProduct {
	background-image: url(../images/bullet_active.gif);
}
.leftColumnBox #content .activeProduct  a{
	color:#e53010;
	font-weight:bold;
}

.leftColumnBox #content a{
	text-decoration:none;
}

.leftColumnBox #content a:hover{
	text-decoration:underline;
}




.productSearchPulldown{
	margin-top:11px;
	padding-bottom:11px;
}
.productSearchPulldown select{
	width:160px;
	height:20px;
	font-size:10px;
}
.productSearchPulldown option{
	font-size:10px;
}

.leftColumnBox#newsroom #content{padding-bottom:10px;}
.leftColumnBox#newsroom #content a{
	color:#337cea;
	line-height:20px;
	text-decoration:underline;
}
.leftColumnBox#newsroom #content a:hover{
	color:#337cea;
	line-height:20px;
	text-decoration:none;
}


