/* Block - Product Lister Page */
.block-converter
{
	float:left;
	margin:0px;
	padding:0px;
}


.block-converter .block-title
{
	margin:0px;
	padding:0px;
	margin-bottom:-20px;
}

.block-converter .block-content
{
	margin:0px;
	width:148px;
	padding:0px;

}

.block-converter h2
{
	font-size:15px;
}

.block-converter label
{
	margin-top:20px;
	clear:left;
	float:left;
}

.block-converter select
{
	width:150px;
	clear:left;
	float:left;
}

.block-converter input
{
	width:144px;
	clear:left;
	float:left;
}

.block-converter button
{
	clear:left;
	float:left;
	margin-top:5px;
	margin-left:70px;
}

/* Block - Product Details */

.block-product-converter
{
	float:left;
	width:100%;
}
.block-product-converter .validation-advice
{
	clear:none;
	float:left;
	margin-left:3px;
	margin-right:-5px;
}

.block-product-converter .block-title
{

}

.block-product-converter .block-content
{

}

.block-product-converter h2
{
	color:#C73615;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin-bottom:7px;
}

.block-product-converter label
{
	margin-left:10px;
	float:left;
	margin-top:3px;
	margin-right:5px;
}



.block-product-converter select
{
	float:left;
	width:129px;
}

.block-product-converter .block-content .property_form select
{
	float:left;
	width:65px;
}

.block-product-converter .block-content .property_form label
{
	clear:left;
	float:left;
	margin-left:0px;
}

.block-product-converter input
{
	float:left;
	width:75px;
	margin-left:3px;
}

.block-product-converter button
{
	margin-left:5px;
	float:left;
}

