/* CSS Document */

/****** Import */

	@import url("selector.css");
	@import url("structure.css");
	
/****** fin Import */
h5 a{
	font-weight:bold;
	
}
#catNewsUpLevel{
	/*width:100%;*/
	margin:0 0 0 30px;
	padding:0 0 10px 0;
	border-bottom:1px solid #231F19;
}



#catNewsUpLevel img.product{
	display:block;
	margin:0 0 0 0;
	display:inline; /*USED TO CORRECT IE DOUBLE MARGIN BUG */
	float:left;
}

#catNewsDetails{
	width:400px;
	float:right;
}

#contStandard{
	margin:0 0 0 30px;
	padding:10px 0 10px 0;
}
#contStandard .col_1{
	width:350px;
}
#contStandard .col_2{
	width:350px;
}

.thumbItem{
	padding:0 0 10px 0;
}
.thumbItem div{
	width: 280px;
	float:left;
	padding:0 0 0 10px;
}
.errorTitle{
	font-size:12px;
	font-weight:normal;
	padding:30px 0 0 0;
	color:#CDC3AA;

}
