/***************************************************/
/*               links                                                           */
/****************************************************/

a:link{
	color: #c03;
	text-decoration: none;
                font-weight:bold;
	line-height: 160%;      
                border-bottom: 1px dashed #c03;
                padding:2px; 
}


a:visited{
	color:#555;
	text-decoration: none;
                font-weight:bold;
	line-height: 160%;
                border-bottom: 1px dashed #306;
                border-top:0px;
                border-left:0px;
                border-right:0px;
                padding:2px; 
}

a:hover{
	color: #888;
	text-decoration:none;
	line-height: 160%;
         border-bottom: 1px dashed #888;
                padding:2px; 
}
a:active{
	color: #306;
	text-decoration: none;
	line-height: 160%;
}



.csc-linkToTop {
         font-style:italic;
         color:#69c;         

}

.csc-linkToTop a {
         color:#69c;     
}

.csc-linkToTop a:visited {
         color:#69c;     
}

.tx-ttproducts-pi1 a:link {
        border: 0px;
	text-decoration: none;
}

.tx-ttproducts-pi1 img a:link {
        border: 0px;
	text-decoration: none;
}

a:link img {
        border: 0px;
}