﻿
.ResellerItemStyle
{
	text-align:center;
}



.ResellerContent
{
	padding: 4px 8px;
	margin: 2px; 
	/*border:1px solid black;*/
	width: 80%;
	vertical-align: top;
}

.ResellerList
{
	margin:auto;
}


.ResellerFilters
{
	text-align:center;
	margin-bottom:20px;
}


/* UpdateProgress */
.transparentDiv
{
	position: fixed; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	margin: auto;
	background-color: Gray;
	
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
	text-align: center;
	vertical-align: middle;
}
