﻿.tagContainer
{
	margin-top:15px;
	margin-bottom: 30px;
}

.tagRepeaterRow 
{
	background-color:Transparent;
	float:left;
	display:block;
}

.tagRepeaterTag
{
    margin-right:20px;
    display:inline;
    cursor: pointer;
}

.tagRepeaterRow:hover .tagRepeaterRowMenu
{
	visibility:visible;
}

.tagRepeaterRowMenu 
{
	visibility: hidden;
	position: absolute;			
    display:inline;
}

.tagRepeaterSeparator
{
    float:left;    
}

