/* ---=== Общие стили ссылок ===--- */
/* версия от 10 января 2009 */

a, a:visited {
	color: #0099FF;
	text-decoration: none;
	}
a:hover {
	color: #DDEEFF;
	text-decoration: underline;
	}


/* --- внешние ссылки --- */
/*
a[href^="http:"]:after { 		
	content: url(../images/icon_external_link.gif);
	vertical-align: top;} 
*/

.content a[href^="http:"], .content a[href^="https:"] {
	background: url(../images/icon_external_link.gif) no-repeat right top;
	padding-right: 5px;
	padding-left: 0px;
 	} 
.content a[href^="http:"]:hover, .content a[href^="https:"]:hover { 
	padding-right: 4px;
	padding-left: 1px;		
 	} 

/* ссылки-картинки без бордюров*/
a img {	border: 0 solid black;	}

/* внутренние ссылки */

.content a[href^="http://karmaling.com.ua"], 
.content a[href^="http://www.karmaling.com.ua"], 
.content a[href^="/"] {
	background:	none;
	padding-right: 0px;
	padding-left: 0px;	
	}


/* ссылка "наверх" */
a[href="#top"] { /* ссылка "наверх" */
	display: block;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
	margin: 0 2px 0 0;
	padding-bottom:1px;
	}
a[href="#top"]:hover { /* ссылка "наверх" */
/*	text-decoration: underline; */
	border-bottom: 1px dotted #09f;
	border-right: 1px dotted #09f;
	margin: 0 0px 0 0;
	padding-bottom:0px;
	}
a[href="#top"]:before { /* ссылка "наверх" */
	content: url(../images/aico-totop.gif);
	vertical-align: top;
	padding-right: 3px;
	}
