.ftextarea {
	border:solid 1px #848388;
	text-align:left;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 100%;
	padding: 0;
	width:100%;
}

.finputtext
{
	width:50%;
	border:solid 1px #848388;
}

.labeldiv {	
	
	background-color: 	#E8E8E8   ;
	display: inline;
	padding: 4px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #848388;
	border-style: solid;
}

.ajax-loading
{
	background-image: url('/components/com_fcatalog/media/2-0.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.paramsDiv
{
	border:solid 1px #848388;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 2px;
}

.titleTd
{
font-family:arial;
	font-size:95%;
	width: 150px;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
}

.dataTd
{
	font-family:arial;
	font-size:95%;
	width: 150px;
	padding-left: 4px;
}

.hiddenDiv
{
	visibility:collapse; 
}

.selectInput {
	border:solid 1px #848388;
	width:100%;
	line-height:normal;
}

.submitClass {
	
	border-style: double;
	border-width: 1px;
	background-color: #E8E8E8;
	font-weight: bold;
	color: black;
	padding: 5px;	
}


.submitClass:hover {
	
	border-style: double;
	border-width: 1px;
	background-color: #484848;
	font-weight: bold;
	color: white; 
	padding: 5px;
}

.submitClass A:visited
{
	text-decoration: none;
}

.responseContent ul li
{
padding-left: 1px;
margin-left: 1px;
}

.responseContent li
{
	list-style-type: none;
	list-style-image:none;
	margin-top: 10px;
	background-image: none;
}

.responseContent li label
{
	font-weight: bold;
}

.responseContent li div
{
	/*border-bottom: 1px solid gray;*/
}


.specDiv 
{
	/*color: gray;*/
}
.specContent ul li {
    color:gray;
    display:inline;
}


/* Last responses */
.lastresponse 
{

}

/* 
Manufacturer view
*/
.manufacturer img
{
	vertical-align: center;
}

.manufacturer tr td
{
	text-align: center;
	vertical-align: center;
	padding: 5px;
	margin: 5px;
	width: 60px;
	height: 60px;
}

.manufacturer tr td:hover
{
	border-width: 1px;
	border-color: #484848;
	border-style: dashed;
}

.manufacturer tr td h3
{
	font-weight: normal;
}

/*
Model view
*/

.fmodel tr td
{
	text-align: center;	

	padding: 5px;
	margin: 5px;
	width: 130px;
	height: 130px;
}

.fmodel tr td:hover
{
	border-width: 1px;
	border-color: #484848;
	border-style: dashed;
}

.fmodel tr td a
{
	font-weight: normal;
}