/* Result list */
table.resultList{
	clear:both;
}
table.resultList thead{
	position:relative;
}
table.resultList thead tr.headerInfo{
	display:none;
}
table.resultList caption{	
	font:normal 1.2em tahoma,arial,helvetica,verdana;
	color:#fff;
	width:585px;
}
table.resultList caption a{
	color:#fff;
}
table.resultList caption.companyHeader,
table.resultList caption.branchHeader{
	border:solid #c8c8c8 1px;
}
table.resultList caption span.captionBg{
	display:block;
	border:solid #fff 1px;
	min-height:1.75em;
	padding-left:12px;
	line-height:1.75em;
}
table.resultList caption.companyHeader span.captionBg{
	background:url(/img/templates/resultlist/company_caption.gif) no-repeat -24px 0;
}
table.resultList caption.companyHeader{
	background:#bdbdbd;
}
table.resultList caption.branchHeader{
	background:#65b0ce;
}
table.resultList caption.branchHeader span.captionBg{
	background:#65b0ce url(/img/templates/resultlist/branch_caption.gif) no-repeat -24px 0;	
}
/* table sorting */
table.resultList tr.sorting td{
	background:url(/img/templates/resultlist/result_sorting.gif) repeat-x;
	width:585px;
}
table.resultList tr.sorting dl{
	background:url(/img/templates/resultlist/result_sorting.gif) repeat-x;
	position:relative;
	float:right;
	font:normal 1em tahoma;
	min-height:27px;
	/*width:374px;*/
	width:585px;
}
table.resultList tr.sorting dl.narrowWidth{
	width:345px;
	padding-left:25px;
}
table.resultList tr.sorting div.selectMonitor{
	background:url(/img/templates/resultlist/result_sorting.gif) repeat-x;
	float: left;
	height:27px;
	padding-left:12px;
	width: 76px;
}
table.resultList tr.sorting div.selectExport{
	background:url(/img/templates/resultlist/result_sorting.gif) repeat-x;
	float: left;
	height:27px;
	padding-left:12px;
	width: 111px;	
}

table.resultList tr.sorting div input.selectAllMonitor, 
table.resultList tr.sorting div input.selectAllExport{
	border: 0;
	color: #316DAC;
	font-family:tahoma;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	padding:5px 0 5px 20px;
	cursor:pointer;
}
table.resultList tr.sorting div input.selectAllMonitor{
	background:transparent url(/img/icons/monitor-company.gif) no-repeat scroll 0pt 7px;
}
table.resultList tr.sorting div input.selectAllExport{
	background:transparent url(/img/icons/add-excell-export.gif) no-repeat scroll 0pt 7px;
}
table.resultList tr.sorting div.selectMonitorEmpty{
	background:url(/img/templates/resultlist/result_sorting.gif) repeat-x;
	float: left;
	height: 27px;
	padding-left:12px;
	width: 76px;
}
table.resultList tr.sorting div.selectExportEmpty{
	background:url(/img/templates/resultlist/result_sorting.gif) repeat-x;
	float: left;
	height: 27px;
	padding-left:12px;
	width: 111px;
}

table.resultList tr.sorting dt{
	margin-right:10px;
}
table.resultList tr.sorting dt.sort,
table.resultList tr.sorting a{
	font:normal 1.1em tahoma,arial,helvetica,verdana;
	color:#666;	
	text-decoration:none;
	line-height:26px;
}
table.resultList tr.sorting dt.sort{
	margin: 0 10px 0 10px;
}
table.resultList tr.sorting dd.alpha{
	
}
table.resultList tr.sorting dd.place{
	
}

table.resultList tr.sorting dd a{
	background:url(/img/templates/resultlist/sort_sprite.gif) no-repeat right -14px;	
	float:left;
	padding-right:7px;
	margin-right:15px;
}
table.resultList tr.sorting dd a.desc{
	background:url(/img/templates/resultlist/sort_sprite.gif) no-repeat right -70px;
}
table.resultList tr.sorting dd a.asc{
	background:url(/img/templates/resultlist/sort_sprite.gif) no-repeat right -125px;
}
table.resultList tr.sorting dt,
table.resultList tr.sorting dd{
	float:left;
}
table.resultList tr.sorting dd.money,
table.resultList tr.sorting dd.stat,
table.resultList tr.sorting dd.employees{
	margin:0;
	padding:0;
}
table.resultList tr.sorting dd.money a,
table.resultList tr.sorting dd.stat a,
table.resultList tr.sorting dd.employees a{
	background-image:url(/img/templates/resultlist/sorrt-detail-sprite.png);
	background-repeat:no-repeat;
	position:absolute;
}
/* money */
table.resultList tr.sorting dd.money a{
	background-position:0 0;	
	right:103px;
}
table.resultList tr.sorting dd.money a.asc{
	background-position:0 -27px;
}
table.resultList tr.sorting dd.money a.desc{
	background-position:0 -54px;
}
/* stat */
table.resultList tr.sorting dd.stat a{
	right:52px;
	background-position:-60px 0;
}
table.resultList tr.sorting dd.stat a.asc{	
	background-position:-60px -27px;
}
table.resultList tr.sorting dd.stat a.desc{
	background-position:-60px -54px;
}
/* employee */
table.resultList tr.sorting dd.employees a{
	right:0;
	background-position:-102px 0;
}
table.resultList tr.sorting dd.employees a.asc{
	background-position:-102px -27px;
}
table.resultList tr.sorting dd.employees a.desc{
	background-position:-102px -54px;
}

table.resultList tr.sorting dd span{
	display:none;
}
table.resultList tr.sorting dd.money a,
table.resultList tr.sorting dd.stat a,
table.resultList tr.sorting dd.employees a{
	display:block;
	height:27px;
	border-left:solid #fff 1px;
	padding:0;
	margin:0;
}
table.resultList tr.sorting dd.money a{	
	width:68px;
}
table.resultList tr.sorting dd.stat a,
table.resultList tr.sorting dd.employees a{
	width:51px;
}
table.resultList dl.branchKeywords{
	clear:both;
	font:normal 1em verdana;
	margin-left:10px;
}
table.resultList dl.branchKeywords dt,
table.resultList dl.branchKeywords dd{
	float:left;
	padding-bottom:10px;
}
table.resultList dl.branchKeywords dd{
	margin-right:10px;
}
table.resultList dl.branchKeywords dt{
	margin-right:5px;	
}
table.resultList dl dt{
	font-weight:bold;
}
table.resultList .match,
h1 span.match,
h2 span.match{
	color:#20AC03;
}
table.resultList .info{
	width:410px;
}
table.resultList .turnover{
	width:68px;
	text-align:center;
}
table.resultList .stats,
table.resultList .employees{
	width:51px;
}


/*
	Paging container
*/
div#pagingContainer{
	clear:both;
	/*width:645px;*/
	width:auto;
	height:auto;
	margin-top:17px;
	margin-bottom:27px;
}
div#pagingContainer ol{
	display:table;
	height:20px;
	margin:0 auto;
	width:auto;
}
div#pagingContainer li{
	float:left;
	margin-right:5px;
	display:table-cell;
}
div#pagingContainer li a{
	display:block;
	font:bold 1em verdana;
	color:#000;
	text-decoration:none;
	background:url(/img/templates/hitlist/paging/bg.jpg) no-repeat;
	height:17px;
	width:21px;
	line-height:1.7em;
	text-align:center;
}
div#pagingContainer li.current a,
div#pagingContainer li a:hover{
	background:url(/img/templates/hitlist/paging/current.jpg) no-repeat;
	color:#fff;
}
div#pagingContainer li.next a{
	background:url(/img/icons/r_arrow.gif) no-repeat right;
	padding-right:17px;
	margin-left:10px;
}
div#pagingContainer li.prev a{
	background:url(/img/icons/l_arrow.gif) no-repeat left;
	padding-left:17px;
	margin-right:10px;
}
div#pagingContainer li.next a,
div#pagingContainer li.prev a{
	color:#316dad;
	text-decoration:underline;
	font-weight:normal;
	width:auto;
}
/*
	Filter containers
*/
div#filterMore,
div#subBranches{
	border:solid #bababa 1px;
	margin-bottom:15px;
	padding-bottom:3px;
	clear:both;
}

/*
 * Filter delimiter
 */
div#filterDelimitCon{
	background:#f5f6f5;
	border-left:solid #bababa 1px;
	border-top:solid #bababa 1px;
	border-right:solid #bababa 1px;
	margin-bottom:15px;
}
div#filterDelimitCon h2,
div#filterContainer h2{
	font:bold 1em verdana,arial,helvetica,sans-serif;
	text-transform:uppercase;
	padding-left:8px;
	margin-bottom:8px;
}
div#filterDelimitCon div,
div#filterContainer div{
	padding-top:12px;
}
div#filterDelimitCon div{
	border-bottom:solid #bababa 1px;	
}
div#filterWrapper ul li{
	margin-bottom:6px;
}
div#filterWrapper ul li a span{
	font-weight:normal;
}
div#filterWrapper ul li.current{
	font-weight:bold;
	color:#00a510;
	line-height:1.3em;
}
div#filterWrapper ul li.child{
	background:url(/img/templates/hitlist/dash.gif) no-repeat left 9px;
	padding-left:8px;
}
div#filterWrapper ul li.child-current{
	background:url(/img/templates/hitlist/dash.gif) no-repeat left 9px;
	padding-left:8px;
	font-weight:bold;
	color:#00a510;
	line-height:1.3em;
}
div#filterWrapper ul.branchHits a{
	font-weight:bold;
}
div#filterWrapper ul li.current span{
	font-weight:normal;
}
div#filterWrapper div{
	overflow:hidden;
}
div#filterWrapper h4{
	font:bold 1em verdana,arial,helvetica,sans-serif;
	margin:11px 10px 7px 10px;
	text-transform:uppercase;
}
div#filterWrapper ul{
	margin:5px 10px 17px 10px;
}
div#filterWrapper li.selected a{
	font-weight:bold;
	text-decoration:none;
}
div#filterWrapper li.showMore{	
	text-align:left;
	padding-top:6px;
}
div#filterWrapper li{
	font-size:1.1em;
}
div#filterWrapper li a{
	font-size:1em;
}
div#filterWrapper li.showMore a,
div#filterWrapper li.showLess a{
	font-weight:bold;
	background:url(/img/icons/arrow-down.gif) no-repeat left 4px;
	padding-left:15px;
}
div#filterWrapper li.showLess a{
	background:url(/img/icons/arrow-up.gif) no-repeat left 4px;
}
div#filterWrapper li.showAll a{
	background:transparent url(/img/templates/startpage/link_arrow.gif) no-repeat right center;
	font-weight:bold;
	padding:3px 16px 3px 0;
}
div#filterWrapper h3{
	border-top:solid #fff 1px;
	border-bottom:solid #bababa 1px;
	margin-bottom:13px;
}
div#filterWrapper h3 span{
	display:block;
	background:#efeeee url(/img/templates/resultlist/form_filter_head.gif) repeat-x;
	color:#000;
	min-height:20px;
	font:bold 1.1em tahoma,arial,sans-serif;
	line-height:20px;
	padding-left:10px;
	border-bottom:solid #fff 1px;
	border-left:solid #fff 1px;
	border-right:solid #fff 1px;
}
/*
	Filter form
*/
div#filterContainer h3{
	background:url(/img/templates/resultlist/form_filter_head.gif) no-repeat;
	margin-bottom:10px;
}
/* branch facts */
/*div#branchFacts{
	background:#f1f2f2 url(/img/templates/resultlist/branch_fact_bg.gif) no-repeat left bottom;
	border-top:solid #dedede 1px;
	padding:10px 0 10px 14px;
	overflow:auto;
	width:956px;
	margin-bottom:20px;
}
div#branchFacts h2,
div#branchFacts h3,
div#branchFacts dl,
div#branchFacts dt,
div#branchFacts dd,
div#branchFacts p{
	font:normal 1em tahoma,arial,helvetica,sans-serif;
	float:left;
	color:#515151;
}
div#branchFacts dd.numEmployees{
	padding-right:16px;
}
div#branchFacts h2{
	text-transform:uppercase;
	font-weight:bold;
}
div#branchFacts h3{
	text-transform:uppercase;
	padding-left:7px;
}
div#branchFacts dl{
	overflow:auto;
}
div#branchFacts dt{
	padding:0 3px 0 16px;
}
div#branchFacts p.more{

}
div#branchFacts p.more a{
	background:url(/img/icons/small_arrow.gif) no-repeat right;
	color:#316DAC;
	padding-right:10px;
	font:normal 1em tahoma,arial,helvetica,sans-serif;
	display:block;
}
*/

div#filterContainer legend{	
	display:none;
}
div#filterContainer fieldset{
	margin-top:5px;
}
div#filterContainer ul li{
	margin-bottom:15px;
}
div#filterContainer ul li label{
	display:block;
	margin-bottom:5px;
}
div#filterContainer select.cert{
	width:136px;
}
div#filterContainer li li{
	float:none;
	padding:0;
	margin-bottom:0;
	position:relative;
}
div#filterContainer ul li li label{
	display:inline;
	font-weight:normal;	
}
div#filterContainer ul li li label span{
	position:absolute;
	cursor:default;
	top:4px;
	left:21px;
}
div#filterContainer ul li dt{
	font-weight:bold;
	padding-bottom:5px;
}
div#filterContainer ul li dl dd label{
	position:relative;
	top:-3px;
	display:inline;
	font-weight:normal;
}
div#filterContainer button.reset{
	margin-left:3px;
	display:none;
}
div#filterContainer li.actions{
	float:none;
}


/*New branch facts and branch news*/
div#branchFacts{
	background:#f1faff none;
	border:solid #dbdbdb 1px;
	padding:10px 15px;
	overflow:hidden;
	float:left;
	height:28px;
	width:540px;
	margin-bottom:25px;
}
div#hitlistHeadCon div#news{
	background:#f1faff;
	border:solid #dbdbdb 1px;
	padding:10px 15px;
	overflow:hidden;
	float:left;
	height:28px;
	width:360px;
	margin-bottom:25px;
	margin-left:10px;
}
div#hitlistHeadCon div#news h3{
	color:#515151;
	height:1.5em;
}
div#hitlistHeadCon div#news div#ticker{
	font-family:tahoma,arial,helvetica,sans-serif !important;
	font-size:1.1em;
	color:#515151;
	height:1.5em;
	overflow:hidden;
	width:360px;
	position:relative;
}
div#hitlistHeadCon div#news div#ticker li{
	position:absolute;
	height:1.5em;
	overflow:hidden;
	top:-110px;
}
div#hitlistHeadCon div#news div#ticker ul li span{
	color:#d35e11;
	margin-left:5px;
	height:1.5em;
	overflow:hidden;
}

div#hitlistHeadCon div#headings{
	height: 1.5em;
	width: 100%;
	clear: both;
}
div#branchFacts h2,
div#branchFacts h3,
div#branchFacts dl,
div#branchFacts dt,
div#branchFacts dd,
div#branchFacts p{
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:1em;
	float:left;
	color:#515151;
}
div#branchFacts dl, div#branchFacts p{
	font-size:1.1em;
}
div#branchFacts dl{
	padding-top:0.2em;
}
div#branchFacts dd.numEmployees{
	padding-right:16px;
}
div#branchFacts h2{
	text-transform:uppercase;
	font-weight:bold;
}
div#branchFacts h3{
	font-weight:bold;
	text-transform:uppercase;
	padding-left:7px;
}

div#branchFacts dt{
	padding:0 5px 0 0px;
}
div#branchFacts dd{
	padding-right:12px;
}
div#branchFacts p.more a{
	background:url(/img/icons/small_arrow.gif) no-repeat right;
	color:#316DAC;
	padding-right:10px;
	font:normal 1em tahoma,arial,helvetica,sans-serif;
	display:block;
}



div#filterContainer legend{	
	display:none;
}
div#filterContainer fieldset{
	margin-top:5px;
}
div#filterContainer ul li{
	margin-bottom:15px;
}
div#filterContainer ul li label{
	display:block;
	margin-bottom:5px;
}
div#filterContainer select.cert{
	width:136px;
}
div#filterContainer li li{
	float:none;
	padding:0;
	margin-bottom:0;
	position:relative;
}
div#filterContainer ul li li label{
	display:inline;
	font-weight:normal;	
}
div#filterContainer ul li li label span{
	position:absolute;
	cursor:default;
	top:4px;
	left:21px;
}
div#filterContainer ul li dt{
	font-weight:bold;
	padding-bottom:5px;
}
div#filterContainer ul li dl dd label{
	position:relative;
	top:-3px;
	display:inline;
	font-weight:normal;
}
div#filterContainer button.reset{
	margin-left:3px;
	display:none;
}
div#filterContainer li.actions{
	float:none;
}


/*
	Tender (procurment) and person hitlist
*/
/* result list */
table#procurementResult,
table#personResult{
	font:normal 1.1em tahoma,aria,sans-serif;
	width:584px;
}
table#personResult dl dt,
table#personResult dl dd{
	float:left;
}
table#personResult dl dd{
	padding-right:15px;
}
table#personResult dl dt,
table#personResult dl dd.phone{
	line-height:25px;
	padding-right:10px;
	text-decoration:none;
}

table#procurementResult h3{
	margin-bottom:5px;
}
table#procurementResult h3 a{
	font-weight:bold;
}
/* class added to th aswell, Safari fix */
/* tender (procurment) */
table#procurementResult col.info,
table#procurementResult th.info{
	width:311px;
}
table#procurementResult col.region,
table#procurementResult th.region{
	width:95px;
}
table#procurementResult col.type,
table#procurementResult th.type{
	width:78px;
}
table#procurementResult col.published,
table#procurementResult th.published{
	width:83px;
}
table#procurementResult col.enddate,
table#procurementResult th.enddate{
	width:78px;	
}
/* Person */
table#personResult col.name,
table#personResult th.name{
	width:165px;
}
/*table#personResult col.post,
table#personResult th.post{
	width:112px;
}*/
table#personResult col.company,
table#personResult th.company{
	width:165px;
}
table#personResult col.region,
table#personResult th.region{
	width:124px;
}
table#personResult col.phone,
table#personResult th.phone{
	width:130px;	
}

table#procurementResult caption,
table#personResult caption{
	min-height:25px;	
	color:#fff;
	font:bold 1.2em tahoma,arial,sans-serif;
	line-height:25px;
	padding-left:10px;
}
table#procurementResult caption span,
table#personResult caption span{
	font-weight:normal;	
}
table#procurementResult thead th,
table#personResult thead th{
	background: url(/img/templates/resultlist/tender_thead.gif) repeat-x;
	height:21px;
	padding:0 0 0 8px;
	color:#666;
}
table#procurementResult tbody td{
	padding:13px 0 20px 8px;
	border-bottom:solid #f2f2f2 1px;
}
table#personResult tbody td{
	padding:13px 0 13px 8px;
	border-bottom:solid #f2f2f2 1px;
	vertical-align:bottom;
}
table#personResult tbody td span{
	font-weight:normal;
}
table#procurementResult tbody td p,
table#personResult tbody td p{
	font:normal 1em tahoma,arial,helvetica,sans-serif;
	line-height:1.35em !important;
}
table#procurementResult thead,
table#procurementResult thead a,
table#personResult thead a{
	color:#666;
	text-decoration:none;
	line-height:25px;
	padding-right:10px;
	background:url(/img/templates/resultlist/filter_sprite.gif) no-repeat right -8px;	
}
table#procurementResult thead a.desc,
table#personResult thead a.desc{
	background:url(/img/templates/resultlist/filter_sprite.gif) no-repeat right -19px;	
}
table#procurementResult thead a.asc,
table#personResult thead a.asc{
	background:url(/img/templates/resultlist/filter_sprite.gif) no-repeat right 2px;	
}
/*
	Content header
*/
div#contentHeader{
	height:34px;
	position:relative;
}
div#contentHeader h1,
div#contentHeader h2{
	font:bold 1.4em tahoma,arial,sans-serif;
	line-height:2em;
	padding-left:210px;
}
div#contentHeader p a{
	background:url(/img/templates/resultlist/monitor.gif) no-repeat 0 3px;
	display:block;	
	padding-left:20px;
	position:absolute;	
	top:6px;
	right:153px;
}
/*
	Feedback and search help
*/
div#searchHelp{
	padding-top:0 !important;
	background:#fff !important;
}
div#searchHelp li{
	font:normal 1.1em tahoma,arial,verdana,helvetica;
	background:url(/img/templates/resultlist/help_bullet.gif) no-repeat 0 6px;
	padding-left:8px;
}
td.noHitFeedback{
	font:normal 1.1em verdana,arial,helvetica,sans-serif;
	padding:10px !important;
	border:none !important;
}
table#procurementResult td.noHitFeedback{
	font:normal 1em verdana,arial,helvetica,sans-serif !important;
}
/*
 * Events in result list
 */
table.resultList td.eventChangeInfo div.eventInnerCon h3{
	color:#E56304;
	font-size:1.2em;
	background:url(/img/icons/alert.gif) no-repeat 0 1px;
	padding-left:18px;
	margin-bottom:10px;
	border:none;
}
table.resultList td.eventChangeInfo div.eventInnerCon p,
table.resultList td.eventChangeInfo div.eventInnerCon li{
	color:#333;
	margin:0;
	font:normal 1.1em tahoma,arial,helvetica,sans-serif;
}
table.resultList td.eventChangeInfo div.eventInnerCon ul{
	margin:8px 0 12px 0;
}
table.resultList td.eventChangeInfo div.eventInnerCon li{
	font-weight:bold;
	background:url(/img/icons/happening_bullet.gif) no-repeat center left;
	padding-left:16px;
	margin-bottom:4px;
}
table.resultList td.eventChangeInfo div.eventInnerCon a{
	color:#2f6cab;
	background:url(/img/icons/r_arrow_grey.gif) no-repeat right;
	padding:2px 16px 2px 0;
}
table.resultList td.eventChangeInfo div.eventInnerCon p.moreInfo{
	border-top:solid #d9d9d9 1px;
	padding:8px 0 3px 0;
	clear:both;
}
table.resultList div.section{
	position:relative;
}
table.resultList td.eventChangeInfo{
	border:none !important;
}
table.resultList div.resultCompanyEvent .content{
	position:absolute;
	left:412px;
	bottom:-1px;
	width:172px;
	z-index:1005;
}
table.resultList div.resultCompanyEvent a{
	background:#f0f1f1 url(/img/icons/events.gif) no-repeat 7px 10px;	
	height:31px;	
	border-top:solid #fff 1px;
	line-height:30px;
	
	display:block;
	padding-left:25px !important;
	color:#316dad;
	white-space:nowrap;
}
table.resultList div.resultCompanyNews a{
	background:#f0f1f1 url(/img/icons/news.gif) no-repeat 7px 10px;	
	border-top:solid #fff 1px;
	line-height:30px;
	z-index:1005;	
	display:block;
	padding-left:25px !important;
	color:#316dad;
}
table.resultList td.eventChangeInfo{
	border:none;
}
table.resultList td.eventChangeInfo div.eventOuterCon{
	position:relative;
}
table.resultList td.eventChangeInfo div.eventInnerCon{
	padding:15px 15px 20px 15px;
	background:#f0f0f0;
	margin-bottom:4px;
	display:none;
	border-bottom:solid #f2f2f2 1px;
}
table.resultList td.eventChangeInfo div.eventInnerCon a.closeEvent{
	background:url(/img/icons/close.gif) no-repeat 0 0;
	height:13px;
	width:13px;
	float:right;
	position:relative;
	right:-8px;
	top:-8px;
	padding:0;
}
table.resultList td.eventChangeInfo div.eventInnerCon a.closeEvent span{
	display:none;
}
table.resultList .expandBox,
table.resultList .hasRating{
	padding-bottom:30px !important;
}
table.company .info .rating-event{
	padding-bottom:60px !important;
}
/*
 * Filter refinements
 */
div#filterRefinements{
	margin-bottom:10px;
	overflow:auto;
}
div#filterRefinements dl{
	clear:left;
	font-size:1.1em;
	line-height:1.5em;
}
div#filterRefinements dl dt,
div#filterRefinements dl dd{
	margin:0 5px 2px 0;
}
div#filterRefinements dl dt{
	font-weight:bold;
	float:left;
}
div#filterRefinements dl dd{
	float:left;
}
/*
 * Utility functions
 */
div.backLink{	
	float:left;	
}
div.backLink a{
	background:url(/img/icons/l_arrow.gif) no-repeat left;
	padding:3px 0 3px 17px;
	position:relative;
	top:-13px;
	color:#316dad;
	font-size:1.1em;
}
div.ric{
	position:absolute;
	left:-9999px;
	padding:0;
	margin:0;
}
div.ric img{
	height:0;
	width:0;
}
