/*

TODO: links in FF are not working bec of:
#left_nav_dynamic .category_li ul {
  display: none;
position: absolute;
left: 0;
top: 0px;

Links won't change color when only hovering the bg img
*/

/* making the styles not global - prevents colliding with headerStyle.css */
 #left_nav_dynamic, #left_nav_dynamic * {margin:0; padding:0;}
 #left_nav_dynamic a {text-decoration: none;}/*text-transform: uppercase; */
 #left_nav_dynamic a:visited { text-decoration: none;}
 #left_nav_dynamic a:hover { text-decoration: none;}




/*left nav dynamic*/
#left_nav_dynamic { background: #FFFFFF; border-left: 1px solid #647E8F; float:left; width:162px;}
#left_nav_dynamic .brands_h3 {position:relative; height: 26px; margin-left: 0px; margin-top: 5px;}
#left_nav_dynamic .brands_h3 span{position: absolute; top:0; left:0; width: 162px; height: 26px; background: url(http://images.compuplus.com/images/SEO/img_brandssearch.gif) no-repeat 0 0;}
#left_nav_dynamic .products_h3 {/*cleaR:both;*/position: relative; height:26px; margin-left: 0px;}
#left_nav_dynamic .products_h3 span{position: absolute; top:0;left:0; width: 162px; height: 26px; background: url(http://images.compuplus.com/images/SEO/products_h3.png) no-repeat 0 0;}


/*
#left_nav_dynamic #categories {list-style: none; background: url(http://images.compuplus.com/images/SEO/leftnav_bg.png) repeat-y 0 0; padding-bottom: 4px;}
*/
#left_nav_dynamic #categories {list-style: none;  }

#left_nav_dynamic .category_li
{

	width: 161px;
	background: url(http://images.compuplus.com/images/SEO/img_nav.gif) no-repeat ;
	position: relative;
	border-bottom: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
	display: block;
	vertical-align: 30%;
	line-height: 31px;
	height: 31px;
	text-align:left;
}
#left_nav_dynamic .category_li:hover
{
	background: url(http://images.compuplus.com/images/SEO/img_nav_rollover.gif) no-repeat;
}
#left_nav_dynamic .category_link
{

	height:31px;
	padding-left: 18px;
	position: relative;

	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
#left_nav_dynamic .category_link:hover
{
	color: #194878;
}


#left_nav_dynamic #brands_form  {position: relative; height: 37px; margin-left: 0px;}
#left_nav_dynamic #brands_form fieldset { padding-top: 0px; position: relative; top:0; left:0; border: none; width: 162px; height: 37px; background: url(http://images.compuplus.com/images/SEO/searchbox.gif) repeat-x 0 0;}
#left_nav_dynamic #brands_form select{
margin-left: 1px;
margin-top: 7px;
padding-left: 3px;
float:left;
width:133px;
color: #1C5BA8;
font-weight: bold;
border-top:1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
font-family:Arial;
font-size:8pt; }
	* html #left_nav_dynamic #brands_form select { width: 130px; margin: 0px 0px 2px 3px; }
#left_nav_dynamic #brands_form .btn_go2{float:right; margin-top: 3px;  margin-right: 2px; background:url(http://images.compuplus.com/images/SEO/sidebar_go.gif) no-repeat 0 0; width:26px; height:32px; }
	* html #brands_form .btn_go2{margin:0px 0px 0 0;}


#left_nav_dynamic ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }




#left_nav_dynamic .subcategory_link{
	display: block;
	border-bottom: 1px solid #3485D2;
	background-color: #096CC9;
	font-size: 11px;
  	position: relative;
  	left: 0px;
  	padding-left: 10px;
	height: 22px;
	width: 220px;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 6px;
}
#left_nav_dynamic .subcategory_link:hover{
  background-color: #F10A00;
}
/*
#left_nav_dynamic li {
  position: relative;
  width: 10em;
  }
  */
#left_nav_dynamic .subcategory_first_col {
  display: none;
position: absolute;
left: 162px;
top: 0em;

  }


#left_nav_dynamic .subcategory_second_col {
  display: none;
position: absolute;
left: 392px;
top: 0em;
border-left: 1px solid #3485D2;
  }


#left_nav_dynamic .subcategory_third_col {
  display: none;
position: absolute;
left: 622px;
top: 0em;
border-left: 1px solid #3485D2;
  }







#left_nav_dynamic li:hover ul, #left_nav_dynamic li.over ul{
 display: block;
  padding: 0;
  margin: 0;
 }

  .select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

