/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:25px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:25px;
	width:11px;
    	top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #d7585b;
	background-color: #ffb2b6;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #91030a;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#fff;
}

#JT_close_right{
	background-color: #91030a;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#fff;
}

#JT_copy p{
	margin:5px 0;
	color: #000;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
	cursor:help;
	text-decoration: none;
}

div#topcontent a.jTip {
	color: red;
}

/* ---------->>> /jtip <<<---------------------------------------------------------------*/





/* OLD





#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../images/tips_fenderfeste.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	height: 300px;
}

#tooltip.fancy2 {
	background: url('../images/tooltip_small.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	height: 300px;
}




#tooltip.tips {
	background: url('../images/tooltip_small.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 175px;
	width: 250px;
}

#tooltip.tipsImg {
	background: url('../images/tips_fenderfeste.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 275px;
	width: 250px;
}

#tooltip.tipsb {
	background: url('../images/tips_fenderfeste.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 175px;
	width: 250px;
}

#tooltip.tipsBig {
	background: url('../images/tooltip.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 225px;
	width: 250px;
}

#tooltip.tipsImg3020 {
	background: url('../images/k3/motorseiler.png');
	background-repeat: no-repeat;
	height: 298px;
	width: 275px;
	border: 1px solid #000;
}

#tooltip.tipsImg2008 {
	background: url('../images/k2/tips_anker.png');
	background-repeat: no-repeat;
	height: 221px;
	width: 200px;
	border: 1px solid #000;
}

#tooltip.tipsImg2001 {
	background: url('../images/k2/tips_fender.png');
	background-repeat: no-repeat;
	height: 246px;
	width: 200px;
	border: 1px solid #000;
}

#tooltip.tipsImgPullert {
	background: url('../images/k2/tips_huge_pullert.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 300px;
	width: 250px;
}

#tooltip.tipsHuge {
	background: url('../images/tooltip_huge.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 300px;
	width: 250px;
}

#tooltip.tipsImgHale {
	background: url('../images/k2/tips_huge_hale.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 300px;
	width: 250px;
}

#tooltip.tipsImgFender {
	background: url('../images/k2/tips_huge_fender.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 300px;
	width: 250px;
}

#tooltip.tipsImgKryss {
	background: url('../images/k2/tips_huge_kryss.png');
	background-repeat: no-repeat;
	padding-top: 5em;
	padding-left: 20px;
	height: 300px;
	width: 250px;
}

 */
 
span.tips {
	color: red;
}

span.tipsBig {
	color: red;
}

span.tipsHuge, span.tipsImgPullert, span.tipsImgHale, span.tipsImgFender, span.tipsImgKryss{
	color: red;
}

span.tipsImg3020, span.tipsImg2008, span.tipsImg2001 {
	color: red;
}



