/*Atribute menu*/

#atr{width: 180px;}

.atrbox_niv1 {width: 178px; border: 1px solid #d63034;}
.atrbox_niv2 {width: 178px; border: 1px solid #d63034;}
.atr_content {width: 176px; padding:0 0 0 1px;}


.atr_item {	width: 100%;}
.atr_item_q {width: 60%;}
.atr_item_a {width: 40%;}


.atrbox_niv1_title{
	width: 98%;
	padding-left: 1%;
}



.atr_item_q, .atr_item_a {word-wrap: break-word;}

#wrap #atr {font-size: 9px;}

#atr{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	clear: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}





#atr h1, #atr h2, #atr h3{
	margin: 0px;
	padding: 0px;
	display: block;
}






.atrbox_niv1 {
	color: #FFFFFF;
	display: block;
	/*clear and float had to be removed for the divs of the attributes to work properly - FH
	clear: left;
	float: left;*/
	margin-top: 2px;
	background-color: #d63034;
	/*width: 100%;*/
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

DIV.atrbox_niv1:first-child{
margin-top: 0px;
}



.atrbox_niv1 a
{
	display: block;
	font-weight:bold;
	/*width:200px;*/
	/*width: 100%;*/
	color: #FFFFFF;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}





.atrbox_niv1_title, .atr_content{
	text-align: left;

}





.atrbox_niv2 {
	/*clear and float had to be removed for the divs of the attributes to work properly - FH
	clear: left;
	float: left;*/
	overflow: hidden;
	text-align: center;
	margin: 0px;
	/*width: 100%;*/
	background-color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}




.atr_content{
	padding-top: 10px;
	padding-bottom: 5px;

	float: none;
	clear: none;

	margin-right: auto;
	margin-left: auto;
}




.atr_item{
	clear: left;
	float: left;
	/*width: 200px;*/ 
	padding-bottom: 10px;
}

/*
.atr_item_icon{
	float: left;
	width: 10%;
	overflow: hidden;
}
*/





.atr_item_q{
	float: left;
	overflow: hidden;
	font-weight:bold;
}




.atr_item_a{
	float: left;
	overflow: hidden;
	text-align: right;
	font-weight: normal;

}



/*#MR1_1, #MR2_1, #MR3_1, #MR4_1, {display: block;}

#MR1_2, #MR2_2, #MR3_2, #MR4_2 {display: none;}*/

/*End Atribute*/