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

#col-right { min-height: 470px; } * html #col-right { height: 470px; }

#col-right H2 {
	border-bottom: 1px solid #2288ff;
	padding-top: 10px;
	}

 #right-navigation UL {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	width:100%;
	margin: 0;
	padding: 0px 0px 10px;
}
 #right-navigation UL UL {
	padding: 0px;
}
 #right-navigation UL UL UL {
	padding: 0px;
}

#right-navigation  UL LI {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display:none;
	padding: 0px;
	margin: 0px;
}

#right-navigation  UL LI.block{
	display:block;

}

#right-navigation  UL LI A {
	display:block;
	margin: 0px;
	padding: 4px 0 4px 25px;
	color:#303740;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dotted #C5CBCF;
}

#right-navigation   a.last,  a.last_potencial{
	border-bottom:none;
}

#right-navigation  a:hover {
	background-color:#F0F1F2;
}

#right-navigation LI.active A {
	font-weight:bold;
	background-color:#F0F1F2;
}
/* condition for IE7  */
#right-navigation LI.active LI A {
	font-weight: normal;
	background-color: transparent;
}

 #right-navigation UL LI A {
   /*text-transform: uppercase;*/
}


 #right-navigation UL UL LI A {
  	/*padding-left: 45px;*/
  	padding-left: 25px;
	text-transform: none;
}

 #right-navigation UL UL UL LI A {
  	/*padding-left: 65px;*/
  	padding-left: 45px;
	text-transform: none;
}

_container H2 {
	color:#50585F;
	margin:0 0 5px 15px;
	font-weight:normal;
	font-size:16px;
}

_container H3 {
	color:#50585F;
	margin:0 0 5px 15px;
	font-weight:bold;
	font-size:12px;
}

_container .reviews_item{
	margin:5px 15px 15px 15px;
	padding:0;
}

/*  for IE6 */
* html #right-navigation ul li{
	height: 20px;
}