/***************************************************
 * Removes Some Plugin Ads
 ***************************************************/
 
.wrap > iframe {
	display:none;
}

/***************************************************
 * General Usage Styles
 ***************************************************/
 
.trailblazer-retailers .error-message {
	color:red;
	font-weight:bold;
	margin-bottom:0;
}

.trailblazer-retailers .clear
{
	clear:both;
}

.trailblazer-retailers label > span
{
	font-size:16px;color:red;line-height:8px;
}

/***************************************************
 * Browse Page Styles
 ***************************************************/

.trailblazer-retailers .browse-box-top {
	margin-top:15px;
	width:100%;
	-moz-border-radius:4px 4px 0px 0px;
	border:solid 1px #DFDFDF;
	background:url('http://www.trailblazerproducts.com/wp-content/plugins/trailblazer-retailers/images/gray-grad.png') repeat-x scroll left top #DFDFDF;
	line-height:1.3em;
	font-size:11px;
	font-family:'Lucida Grande',Verdana,Arial,'Bitstream Vera Sans',sans-serif;
	font-weight:bold;
}

.trailblazer-retailers .browse-box-top .col {
	float:left;
	line-height:1.3em;
	color:#333333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.trailblazer-retailers .col1
{
	width:40%;
}

.trailblazer-retailers .col2
{
	width:20%;
}

.trailblazer-retailers .col3
{
	width:20%;
}

.trailblazer-retailers .col4
{
	width:20%;
}

.trailblazer-retailers .browse-box-row
{
	width:100%;
	border:solid 1px #DFDFDF;
	border-top:none;
	line-height:1.3em;
	font-size:11px;
	font-family:'Lucida Grande',Verdana,Arial,'Bitstream Vera Sans',sans-serif;
	font-weight:normal;
}

.trailblazer-retailers .featured
{
	font-weight:bold;
}

.trailblazer-retailers .browse-box-row .col
{
	float:left;
	line-height:1.3em;
	color:#333333;
}

.trailblazer-retailers .col .padding {
	padding:7px 7px 8px;
}

.trailblazer-retailers .browse-box-bot {
	width:100%;
	-moz-border-radius:0px 0px 4px 4px;
	border:solid 1px #DFDFDF;
	border-top:none;
	background:url('http://www.trailblazerproducts.com/wp-content/plugins/trailblazer-retailers/images/gray-grad.png') repeat-x scroll left top #DFDFDF;
	line-height:1.3em;
	font-size:11px;
	font-family:'Lucida Grande',Verdana,Arial,'Bitstream Vera Sans',sans-serif;
	font-weight:bold;
	height:8px;
}

/***************************************************
 * Edit Image Page Styles
 ***************************************************/
 
.trailblazer-retailers form .left
{
	float:left;
	width:100px;
}

.trailblazer-retailers form .right
{
	float:left;
	width:500px;
}

.trailblazer-retailers form .right input 
{
	width:292px;
}