﻿
.actions-list-holder {
	overflow:hidden;
	height:1%;
	/* margin:0 0 17px; */
}
.actions-list {
	list-style:none;
	margin:10px -6px 0 0;
	padding:13px 12px 5px 0;
	float:right;
	/* background:#fafafa; */
}
* html .actions-list {margin:10px -6px 0 0;}
.actions-list li {
	float:left;
	padding:0 0 0 7px;
}
.actions-list li a {
	color:#525252;
	text-decoration:none;
	line-height:22px;
	padding:0 21px 0 0;
	float:left;
}
.actions-list li a:hover {text-decoration:underline;}


.actions-list li a span 
{
    z-index: 1000;
}

/*
.actions-list li .contact {
	background: url(../images/ico-contact2.gif) no-repeat 100% 0;
}
.actions-list li .print {
	background: url(../images/ico-print.gif) no-repeat 100% 0;
}
.actions-list li .pdf {
	background: url(../images/ico-pdf.gif) no-repeat 100% 0;
}
.actions-list li .send {
	background: url(../images/ico-send.gif) no-repeat 100% 0;
}
.actions-list li .add {
	background: url(../images/ico-add.gif) no-repeat 100% 0;
}
.actions-list li .rss {
	background: url(../images/ico-rss.gif) no-repeat 100% 0;
}
.block {background: url(../images/ico-contact.gif) no-repeat 100% 0;}
*/

