/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderRight{
	border-right: 0!important;
}

.noBorderBottom{
	border-bottom: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/

/*###################################### START TEMPLATE STYLES ######################################*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body{
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	display: inline;
	float: left;
	width: 100%;
	background-color:#FFFFFF
	background: #FFF url(../images/bgPage.gif) center top repeat-x;
}

#wrapper{
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#header{
	float:left;
	display:inline;
	position: relative;
	width: 980px;
	height: 239px;
	background: url(../images/bgHeader.jpg) left top no-repeat;
}

#header h1.logoCancerworld{
	display: inline;
	float: left;
	width: 278px;
	height: 72px;
	margin: 24px 0 0 0;
	background: url(../images/logoCancerworld.gif) left top no-repeat;
}

#header h1.logoCancerworld a{
	display: inline;
	float: left;
	width: 253px;
	height: 50px;
}

#header h1.logoEso{
	display: inline;
	float: left;
	width: 54px;
	height: 57px;
	margin: 24px 6px 0 0;
	background: url(../images/logoEso.gif) left top no-repeat;
}

#header h1.logoEso a{
	display: inline;
	float: left;
	width: 50px;
	height: 50px;
}

#header h1 span{
	display: none;
}

#header .boxSearch{
	display: inline;
	float: right;
	width: 296px;
	height: 28px;
	margin: 28px 0 0 0;
	background: url(../images/bgSearch.gif) left top no-repeat;
}

#header .boxSearch input#searchTextHeader{
	display: inline;
	float: left;
	width: 250px;
	height: 19px;
	margin-left: 10px;
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align:right;
	margin-top:3px;
}

#header .boxSearch input.btnSearch{
	display: inline;
	float: left;
	width: 30px;
	height: 20px;
	background: transparent;
	cursor: pointer;
}

#searchBlock {
	display:inline;
	float:left;
	position: absolute;
	visibility:hidden;
	width: 215px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #cfcfcf;
	left: 730px;
	top: 40px;
	z-index: 500;
}

#searchBlock span.select {
	display:inline;
	float:left;
	position: absolute;
	width: 181px;
	height: 20px;
	padding: 2px 24px 0 5px;
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bgSelect.gif) left top no-repeat;
	overflow: hidden;
}

#searchBlock select {
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	margin-bottom: 5px;
}

#searchBlock a.closeBtn {
	display:inline;
	float:right;
}

#header h2{
	display: inline;
	float: left;
	width: 980px;
	height: 30px;
	margin: 40px 0 0 0;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
}

#content{
	float:left;
	display:inline;
	width: 980px;
	min-height: 400px;
	margin-top:25px;
}

#footer{
	float:left;
	display:inline;
	position:relative;
	width: 980px;
	height: 50px;
	margin-top: 20px;
	font-size: 11px;
	border-top: 1px solid #ae1319;
}

#contentLeftFooter{
	position:relative;
	float:left;
	display:inline;
	width: 480px;
	padding: 20px 0 0 10px;
	text-align: left;
}

#contentLeftFooter a{
	float:left;
	display:inline;
}

#contentLeftFooter span{
	float:left;
	display:inline;
	padding: 0 5px;
}

#contentRightFooter{
	position:relative;
	float:left;
	display:inline;
	width: 480px;
	padding: 20px 10px 0 0;
	text-align: right;
}

p.articleOff{
	color:#7f7f7f;
}

a{
	color: #ae1319;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.banner{
	margin: 0 auto;
	width: 980px;
}

hr{
    margin: 15px 0;
    border-top: 1px solid #9e9e9e;
    border-bottom: 0;
}

/*############################### END TEMPLATE STYLES ####################################*/

/*###################################### START MAIN MENU ######################################*/

#mainNav {
	display: inline;
	float: left;
	width: 980px;
	height: 35px;
	margin-top: 56px;
	position:relative;
/*	border:1px solid #000000;*/
}

#nav-one{
	display: inline;
	float:left;
}

.nav, .nav ul {
	display: inline;
	float: left;
	list-style: none;
}

.nav {
	/*z-index: 1;*/
}

.liv0{
	display: inline;
	float: left;
	position: relative;
	/*z-index: 1;*/
}

.liv0 ul {
    margin-top:-8px;    
}

.nav li a {
	display: inline;
	float: left;
	position:relative;
	width: 140px;
	height: 35px;
	padding: 0;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:13px;
	line-height: 35px;
	clear:both;
	/*z-index: 1;*/
}

.nav li a:hover, .nav li a.sel {
	background: #c10d10;
}

#nav-one li:hover a, #nav-one li.sfHover a{
	background: #c10d10;
}

#nav-one li:hover ul, #nav-one li.sfHover ul {
	display: inline;
	float: left;
	width: 120px!important;
	background: #c10d10;
	padding: 5px 10px;
}

#nav-one li:hover ul li, #nav-one li.sfHover ul li {
	clear:both
}

#nav-one li:hover ul a, #nav-one li.sfHover ul a {
	display: inline;
	float: left;
	width: 105px!important;
	height:auto;
	padding: 5px 0 5px 15px;
	background: url(../images/itemSubMenu.gif) left center no-repeat;
	color: #FFF;
	line-height: 12px!important;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
	color: #000;
}

.nav ul {
	display: inline;
	float: left;
	clear:both;
	list-style: none;
	width: 140px!important;
	position: absolute;
	top: -999em;
	left: 0px;
	/*z-index: 1;*/
}

.nav li:hover ul,.nav li.sfHover ul {
	left: 0px;
	top: 43px;
}

.nav ul li {
  width: 120px!important;
  display: inline;
  float:left;
  border: 0;
  position:relative;
  /*z-index: 1;*/
}

.nav ul a {
  display: inline;
  float:left;
  width: 105px!important;
  color: #fff;
  border-bottom: 0;
  /*white-space: nowrap;*/
}

/*###################################### END MAIN MENU ######################################*/

/*###################################### START CONTENT ######################################*/

#centerContent{
	display: inline;
	float: left;
	width: 980px;
}

#centerContentDett{
	display: inline;
	float: left;
	width: 710px;
	margin-right: 20px;
}

#rightContent{
	display: inline;
	float: right;
	width: 350px;
}

#rightContentDett{
	display: inline;
	float: left;
	width: 250px;
}

#leftContent{
	display: inline;
	float: left;
	width: 614px;
	background:url(../images/bgleftContentCenter.gif) repeat-y;
}

#leftContentRx{
	display: inline;
	float: left;
	width: 346px;
	margin-left:18px;
	background:url(../images/bgContentRightUp.gif) no-repeat;
}

#leftContentRxStay{
	display: inline;
	float: left;
	width: 318px;
	background:url(../images/bgStay.gif) left top no-repeat;
	margin: 28px 0 0 17px;
}

#leftContentRxStayInside{
	display: inline;
	float: left;
	width: 318px;
	padding-bottom: 20px;
	background:url(../images/bgStayBottom.gif) left bottom no-repeat;
}

#leftContentRxStayInside h3{
	display: inline;
	float: left;
	width: 290px;
	margin: 10px 0 0 10px;
	color:#5a7294;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
}

#leftContentRxStayInside ul{
	display: inline;
	float: left;
	margin: 10px 10px 0 10px;
}

#leftContentRxStayInside li{
	display: inline;
	float: left;
	border-bottom:1px solid #f0f1f5;
	list-style:none;
}

#leftContentRxStayInside li a{
	display: inline;
	float: left;
	width: 260px;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	color: #000;
}

#leftContentRxStayInside li a:hover{
	background-position: 0 -28px!important;
}

#leftContentRxMostView{
	display: inline;
	float: left;
	width: 318px;
	margin: 12px 0 0 17px;
}

#leftContentRxMostView h3{
	display: inline;
	float: left;
	width: 310px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dae2ea;
	color:#5a7294;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
}

#leftContentRxMostView ul{
	display: inline;
	float: left;
	margin: 10px 0;
	border-bottom: 1px solid #dae2ea;
}

#leftContentRxMostView li{
	display: inline;
	float: left;
	width:281px;
	height:22px;
	padding: 1px 0 6px 28px;
}

#leftContentRxMostView li a{
	color: #000;
}

#leftContentRxRecentComments{
	display: inline;
	float: left;
	width: 346px;
	height: 179px;
	margin: 0;
	background:url(../images/bgRecentComments.gif) left bottom no-repeat;
}

#leftContentRxRecentComments h3{
	display: inline;
	float: left;
	width: 306px;
	height: 29px;
	padding: 24px 0 0 40px;
	background:url(../images/bgRecentCommentsTit.gif) left top no-repeat;
	color:#5a7294;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#boxArticleWeek{
	display: inline;
	float: left;
	width: 614px;
	height: 250px;
	margin-top: 20px;
	background:url(../images/bgWeek.gif) left top no-repeat;
}

#boxArticleWeekInside{
	display: inline;
	float: left;
	width: 614px;
	background:url(../images/bgWeekBottom.gif) left bottom no-repeat;
}

#boxArticleWeekInside h3{
	display: inline;
	float: left;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5a7294;
	font-weight: normal;
}

#boxArticleWeekInside h4{
	display: inline;
	float: left;
	width: 270px;
	margin: 5px 0 10px 0;
	padding: 8px 0;
	border-bottom: 1px solid #d6e1e7;
	border-top: 1px solid #d6e1e7;
	font-size: 20px;
}

#boxArticleWeekInside h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.boxRow{
	display: inline;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ae1319;
}

.boxRow h2{
	padding: 20px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight:normal;
}

.boxRow em{
	font-style:italic;
}

.flashObject{
	display: inline;
	float:left;
	width: 120px;
	height: 60px;
	margin: 5px 20px 0 10px;
}

.boxArticle {
	display:inline;
	float:left;
	width: 600px;
	margin-left: 10px;
}

.boxArticle h3{
	padding-top: 20px;
	color: #ae1319;
	font-size: 22px;
	font-weight:normal;
}

.boxArticle h4{
	padding-top: 20px;
	color: #333333;
	font-size: 16px;
	font-weight:normal;
}

.boxArticle p{
	padding: 20px 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

.boxArticle img{
	margin: 30px 20px 0 20px;
}

.boxArticle table{
	border: 1px solid #9e9e9e;
}

.boxArticle hr{
	margin: 15px 0;
	border-top: 1px solid #9e9e9e;
	border-bottom: 0;
}

.boxArticle ul{
     margin: 10px 20px;
}

.boxArticle ul li{
	padding-top: 5px;
	list-style: disc;
	line-height:16px;
}

.boxArticle ol{
     margin: 10px 25px;
}

.boxArticle ol li{
	padding-top: 5px;
    list-style: decimal;
	line-height:16px;
}

.boxBig {
	display:inline;
	float:left;
	width: 610px;
}

.boxBig h3{
	display: inline;
	float: left;
	width: 375px;
	margin-bottom: 20px;
	border-bottom: 1px solid #9e9e9e;
	padding: 20px 0;
	color: #ae1319;
	font-size: 22px;
	font-weight:normal;
}

.boxBig h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxBig h3 a:hover{
	text-decoration: underline;
}

.boxBig p{
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
}

.boxBig a.linkRead{
	color: #ae1319;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}

.boxBig img{
	display:inline;
	float:left;
	margin: 20px 10px;
	border: 1px solid #9e9e9e;
}

.boxSmall {
	display:inline;
	float:left;
	width: 285px;
	margin: 0 10px;
}

.boxSmall h3{
	padding: 20px 0;
	color: #333333;
	font-size: 18px;
	font-weight:normal;
}

.boxSmall h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxSmall h3 a:hover{
	text-decoration: underline;
}

.boxSmall p{
	font-size: 12px;
	line-height: 18px;
}

.boxSmall a.linkReadSmall{
	color: #ae1319;
	font-size: 12px;
	font-weight: bold;
}

.boxSmall a.linkReadSmallOff{
	cursor: default;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.boxSmall a.linkReadSmallOff:hover{
	text-decoration:none;
}

.boxSmall table{
	margin: 0 0 0 10px;
}

.boxSmall img{
	display:inline;
	float:right;
	margin: 10px;
}

.boxSmall ul{
     margin: 20px;
}

.boxSmall ul li{
	padding-top: 5px;
	list-style: disc;
	line-height:16px;
}

.boxSmall ol{
    margin: 20px;
}

.boxSmall ol li{
    list-style: decimal;
}

.boxArchive {
	display:inline;
	float:left;
	width: 590px;
	margin: 0 10px;
}

.boxArchive h3{
	padding: 10px 0;
	color: #ae1319;
	font-size: 16px;
	font-weight:normal;
}

.boxArchive h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxArchive h3 a:hover{
	text-decoration: underline;
}

.boxArchive p{
	font-size: 12px;
	line-height: 18px;
}

.boxArchive img{
	display:inline;
	float:left;
	margin: 5px 10px 10px 10px;
}

.boxIssues {
	display:inline;
	float:left;
	width: 590px;
	margin: 0 10px;
}

.boxIssues h3{
	padding: 20px 0;
	color: #ae1319;
	font-size: 16px;
	font-weight:normal;
}

.boxIssues h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxIssues h3 a:hover{
	text-decoration: underline;
}

.boxIssues p{
	font-size: 12px;
	line-height: 18px;
}

.boxIssues img{
	display:inline;
	float:left;
	margin: 20px 10px 10px 0;
	border: 1px solid #9e9e9e;
}

.boxPag {
	display:inline;
	float:left;
	width: 590px;
	margin: 0 10px;
	padding: 10px 0;
}

.boxPag a{
	color: #ae1319;
	text-decoration: none;
}

.boxPag a:hover, .boxPag a.selPag{
	color: #333333;
}

.boxRight {
	display:inline;
	float:left;
	width: 346px;
	margin: 20px 0 0 17px;
	background:url(../images/bgBoxRightBottom.gif) left bottom no-repeat;
}

.boxRight.rightDett {
	width: 250px;
	background:url(../images/bgBoxRightBottomSmall.gif) left bottom no-repeat;
}

.boxRightInside {
	display:inline;
	float:left;
	width: 306px;
	padding: 10px 20px;
	background:url(../images/bgBoxRightTop.gif) left top no-repeat;
}

.boxRightInside.rightDettInside {
	width: 210px;
	background:url(../images/bgBoxRightTopSmall.gif) left top no-repeat;
}

.boxRightInside h2{
	padding-bottom: 10px;
	color: #ae1319;
	font-size: 16px;
	font-weight:normal;
}

.boxRightInside h2 a{
	display: inline;
	float: left;
	padding: 10px 16px;
	text-decoration: none;
}

.boxRightInside h2 a:hover, .boxRightInside h2 a.selRecent{
	background: #aeaeae;
	color: #FFF;
}

.boxRightInside h3{
	padding-top: 5px;
	font-size: 16px;
	font-weight:normal;
}

.boxRightInside p{
	padding-top: 5px;
	font-size: 11px;
	font-weight:normal;
	line-height: 14px;
}

.boxRightInside p strong{
	font-size: 12px;
	font-weight: bold;
}

.boxRightInside img{
	display: inline;
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #909090;
}

.boxRightInside .boxInputText {
	display:inline;
	float:left;
	width: 210px;
	height: 22px;
	background: url(../images/bgTextSearch.gif) left top no-repeat;
}

.boxRightInside .boxInputText input.textRightSearch {
	display:inline;
	float:left;
	width: 175px;
	height: 16px;
	margin: 3px 0px 3px 5px;
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.boxRightInside .boxInputText input.btnRightSearch{
	display: inline;
	float: left;
	width: 30px;
	height: 20px;
	background: transparent;
	cursor: pointer;
}

.boxRightInside .boxInputLogin {
	display:inline;
	float:left;
	width: 210px;
	height: 22px;
	background: url(../images/bgInputText.gif) left top no-repeat;
}

.boxRightInside .boxInputLogin input.textLogin {
	display:inline;
	float:left;
	width: 200px;
	height: 16px;
	margin: 3px 5px 3px 5px;
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.boxRightInside input.btnLogin{
	display: inline;
	float: left;
	width: 210px;
	height: 21px;
	background: url(../images/bgBtnLogin.gif) left top no-repeat;
	color: #FFF;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	cursor: pointer;
}

#searchBlock input.btnLogin{
    display: inline;
    float: left;
    width: 210px;
    height: 21px;
    background: url(../images/bgBtnLogin.gif) left top no-repeat;
    color: #FFF;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    cursor: pointer;
}

.boxRightInside label{
	display:inline;
	float:left;
	width: 100px;
	height: 22px;
}

.boxRightInside span.select {
	display:inline;
	float:left;
	position: absolute;
	width: 181px;
	height: 20px;
	padding: 2px 24px 0 5px;
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bgSelect.gif) left top no-repeat;
	overflow: hidden;
}

.boxRightInside select {
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.boxRightInside ol{
    margin-left: 20px;
}

.boxRightInside ol li{
	padding-top: 5px;
	color: #ae1319;
    list-style: decimal;
}

.boxRightInside ol li a{
	color: #333333;
}

.boxRightInside .boxGrandrounds {
	display:inline;
	float:left;
	width: 310px;
	margin-top: 10px;
	background: #aeaeae;
}

.boxRightInside .boxGrandrounds p{
	padding: 10px;
}

.boxRightInside .boxGrandrounds a{
	color: #FFF;
	text-decoration: none;
}

.boxRightInside .boxGrandrounds a:hover{
	text-decoration: underline;
}

.boxRightInside .boxLinks {
	display:inline;
	float:left;
	width: 310px;
	border-bottom: 1px solid #fdfdfd;
}

.boxRightInside .boxLinksInside {
	display:inline;
	float:left;
	width: 310px;
	border-bottom: 1px solid #d1d1d1;
}

.boxRightInside .boxLinksInside img{
	display: inline;
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid #909090;
}

.boxRightInside .boxLinksInside .testoLink{
	display: inline;
	float: left;
	margin: 5px 0;
}

.boxRightInside .boxLinksInside a{
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}

.boxRightInside .boxLinksInside a:hover{
	text-decoration: underline;
}

.boxRightBlue {
	display:inline;
	float:left;
	width: 350px;
	margin-top: 20px;
	background:url(../images/bgBoxRightBlueBottom.gif) left bottom no-repeat;
}

.boxRightBlueInside {
	display:inline;
	float:left;
	width: 310px;
	padding: 10px 20px;
	background:url(../images/bgBoxRightBlueTop.gif) left top no-repeat;
}

.boxRightBlue.rightBlueDett {
	width: 250px;
	background:url(../images/bgBoxRightBlueBottomSmall.gif) left bottom no-repeat;
}

.boxRightBlueInside.rightBlueInsideDett {
	width: 210px;
	background:url(../images/bgBoxRightBlueTopSmall.gif) left top no-repeat;
}

.boxRightBlueInside h2{
	padding-bottom: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight:normal;
}
                
.boxRightBlueInside ul {
	display: inline;
	float: left;
	list-style: none;
}

.boxRightBlueInside li {
    padding-top: 5px;
    /*display: inline;
	float: left;*/
}

.boxRightBlueInside li a {
	display: inline;
	/*float: left;*/
	padding: 10px 0 0 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.boxRightBlueInside li a.icoRss{
	width: 100px;
	background:url(../images/icoRss.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoRssDett{
	width: 70px;
	background:url(../images/icoRss.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoFacebook{
	width: 100px;
	background:url(../images/icoFacebook.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoFacebookDett{
	width: 70px;
	background:url(../images/icoFacebook.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoTwitter{
	width: 100px;
	background:url(../images/icoTwitter.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoTwitterDett{
	width: 100px;
	background:url(../images/icoTwitter.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoFreecopy{
	width: 100px;
	background:url(../images/icoFreecopy.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoSubscription{
	width: 170px;
	background:url(../images/icoSubscription.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoNotification{
	width: 170px;
	background:url(../images/icoNotification.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoRecommend{
	width: 170px;
	background:url(../images/icoRecommend.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoEntry{
	width: 170px;
	background:url(../images/icoEntry.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoPrint{
	width: 170px;
	background:url(../images/icoPrint.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoPrintDett{
	width: 100px;
	background:url(../images/icoPrint.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoRecommendArt{
	width: 170px;
	background:url(../images/icoRecommendArt.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoRecommendArtDett{
	width: 100px;
	background:url(../images/icoRecommendArt.gif) left center no-repeat;
}

.boxRightBlueInside li a.icoPdf{
	width: 170px;
	background:url(../images/icoPdf.gif) left bottom no-repeat;
}

.boxRightBlueInside li a.icoPdfDett{
	width: 100px;
	background:url(../images/icoPdf.gif) left bottom no-repeat;
}

.boxRightBlueInside li a:hover {
	color: #bdd6f0;
}

.invitesToVisit img{
    border:1px solid #CCCCCC;    
}

.invitesToVisit a:hover{
    text-decoration:none;
}