#bookmarks {
	position: absolute;
	top: -32px;
	width: 757px;
	height: 42px;
	overflow: hidden;
	z-index:21;

}

.bookmark {
	font-family: Tahoma, Verdan;
	font-size: 11px; 	
	cursor: pointer;
	overflow:hidden;
}


#bookmarks .left_off {
	width: 18px;
	height: 42px;
	background-image: url("../../media/img/bookmarks/left_off.png");
	float:left;
   _background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://www.3-line.pl/media/img/bookmarks/left_off.png', sizingMethod='scale');		
}

#bookmarks .center_off {
	width: 130px;
	height: 42px;
	line-height: 42px;
	color: #ABABAB;
	font-weight: bold;
	background-image: url("../../media/img/bookmarks/center_off.png");

	float:left;
   _background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://www.3-line.pl/media/img/bookmarks/center_off.png', sizingMethod='scale');				
}

#bookmarks .right_off {
	width: 42px;
	margin-left: -24px;
	height: 42px;
	background-image: url("../../media/img/bookmarks/right_off.png");
	float:left;
   _background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://www.3-line.pl/media/img/bookmarks/right_off.png', sizingMethod='scale');					
}

#bookmarks .left_on {
	width: 18px;
	height: 42px;
	background-image: url("../../media/img/bookmarks/left_on.png");
	float:left;
   _background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://www.3-line.pl/media/img/bookmarks/left_on.png', sizingMethod='scale');						
}

#bookmarks .center_on {
	width: 130px;
	height: 42px;
	line-height: 42px;
	color: #ABABAB;
	font-weight: bold;
	background-image: url("../../media/img/bookmarks/center_on.png");
	float:left;
   _background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://www.3-line.pl/3line/media/img/bookmarks/center_on.png', sizingMethod='scale');				
}

#bookmarks .right_on {
	width: 42px;
	height: 42px;
	margin-left: -24px;
	background-image: url("../../media/img/bookmarks/right_on.png");
		float:left;
   _background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://www.3-line.pl/media/img/bookmarks/right_on.png', sizingMethod='scale');					

}

#bookmarks .close {
	position: relative;
	top: 14px;
	left: 12px;
	width: 14px;
	height: 14px;
	background-image: url("../../media/img/bookmarks/close.gif");
	background-repeat: no-repeat;
	background-position: center center;
	
}


#bookmark_hint {
	position: absolute;
	width: 0px;
	height: 16px;
	padding: 4px;
	width: 200px;
	line-height: 14px;
	background-color: #EAEAEA;
	border: 1px solid #C2C2C2;
	font-size: 11px;
	font-family: Tahoma;
	color: #777777;
	z-index: 1000;
	visibility:hidden;
	overflow:hidden;
	top: 100px;
}

#bookmark_left {
	float: left;
	width: 17px;
	height: 17px;
	color: #eeeeee;
	cursor: pointer;
	position:relative;
	left: 165px;
	padding-right: 6px;
	visibility:hidden;	
	background-image: url('../../media/img/bookmarks/st_left.gif');
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px
}

#bookmark_right {
	float: left;
	width: 17px;
	height: 17px;
	position:relative;
	left: 165px;
	color: #eeeeee;
	cursor: pointer;
	visibility:hidden;
	background-image: url('../../media/img/bookmarks/st_right.gif');
	background-repeat: no-repeat;	
}

