﻿@charset "utf-8";
/* CSS Document */

.tagSearchInput{
	margin:0 0 10px 0 !important;
	font-size:11px !important;
	padding:5px !important;
}
.relativetags{
	padding:10px;
	position:relative;
	border:1px solid rgba(0,0,0,0.1);
	background:rgba(0,0,0,0.05)
}
.relativeItemTag{
	position:relative;
	display:inline-block;
	padding:3px 30px 3px 10px;
	margin:0 3px 3px 0;
	white-space:nowrap;
	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	border-radius:3px;
	cursor:move;
		
}
.relativeItemClose{
	position:absolute;
	top:0px;
	right:0px;
	padding:3px;
	background:rgba(0,0,0,0.05);
	cursor:pointer
}

.relativeItemShow{
	position:relative;
	display:inline-block;
	padding:3px 10px 3px 10px;
	margin:0 3px 3px 0;
	white-space:nowrap;
	background: rgba(0,0,0,0.05);
	border-radius:3px;
	text-decoration:none;
}
.relativeItemShow:hover{background: rgba(0,0,0,0.15);}
#block2342198 .relativeItemShow{white-space:inherit; background:none; padding:0; }