div.main-page
{
	_height: 100%;
	min-height: 100%;
}

div.search-form
{
	*clear: both;
	background: url('../img/vert-line.gif') center left no-repeat;
	height: 40px;
	padding: 40px 0 0 0;
	font-size: 0.9em;
}

input.what
{
	border: 1px solid #3F86B9;
	background: #FFF url('../img/text-bg.gif') center left repeat-x;
	width: 140px;
	height: 16px;
}
input.text
{
	border: 1px solid #3F86B9;
	background: #FFF url('../img/text-bg.gif') center left repeat-x;
	height: 16px;
}
textarea
{
	border: 1px solid #3F86B9;
}
input.flat-button
{
	border: 1px solid #3F86B9;
	background: #3176A8 url('../img/flat-button.gif') center left repeat-x;
	font: bold 11px 'Trebuchet MS', Arial, Verdana;
	color: #FFF;
	height: 20px;
}
input.flat-button:hover
{
	background: #6CA8D3;
}

input, textarea
{
	font-family: Verdana;
	font-size: 1em;
}

div.breadcrumb
{
	
	margin: 0 5px 0 5px;
	padding-bottom: 20px;
}
div.breadcrumb a
{
	color: #657F93;
	text-decoration: underline;
}
div.breadcrumb a:hover
{
	text-decoration: none;
}

img
{
	border: 0;
}

form
{
	padding: 0;
	margin: 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}
.button
{
	text-align: right;
	margin-bottom: 10px;
}

div.field
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}
div.listings
{
	margin-top: 5px;
	border-top:1px solid #D6D099;
	padding-top:15px;
}
div.title
{
	margin-top:4px;
  font: bold 11px/14px verdana, arial, sans-serif; 
}

#content a.title
{
	font-weight: bold;
	color: #245492;
	text-decoration:underline;
}

div.description
{
	font-family: verdana, arial, sans-serif;
	color:#444444;
	font-size:10px;
	font-weight:normal;
	line-height: 13px;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
}
div.categories
{
	list-style-type: none;
	padding: 0px;
	width: 100%;
	font: bold 11px/14px verdana, arial, sans-serif;
}
div.categories a
{
  color: #245492;
	font-weight: bold;
	text-decoration: none;
}
div.categories a:hover
{
	text-decoration: underline;
}
div.categories div.col
{
	float: left;
	height: 100%;
	text-align: left;
	width: 119px;
	padding-top: 5px;
	position: relative;
}
div.categories div.last
{
	float: left;
	height: 100%;
	text-align: left;
	width: 118px;
	padding-top: 5px;
}

#procedure {
padding-top:40px;
padding-bottom:10px;
}

#country {
padding-top:10px;
}
div.subcategories
{
	padding-left: 30px;
}
div.subcategories a
{
	font-size: 0.9em;
	font-weight: normal;
}
div.categories div.divider
{
	clear: both;
	line-height: 1px;
}
div.categories div.categ
{
	line-height: 22px;
	padding-left: 5px;
	margin-left: 5px;
}

div.notification
{
	background: #D7EBD3 url('../img/ico-notif.gif') center left no-repeat;
	border: 1px solid #265624;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 10px 40px;
	color: #265624;
}
div.error
{
	background: #FFEDEB url('../img/ico-error.gif') center left no-repeat;
	border: 1px solid #CD5C52;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 10px 35px;
	color: #CD5C52;
}

div.box
{
	clear: both;
	margin: 0 0 0 0;
}

div.box-caption-green
{
text-align:left;
	color: #7A8543;
	font-size: 16px;
	font-weight:bold;
	line-height: 28px;
	padding-left: 8px;
	margin: 0 4px 0 4px;
	clear:both;
}

div.box-caption-left-green
{
	height: 28px;
}

div.box-caption-right-green
{
	height: 28px;
}

div.box-content-left
{

	width: 100%;
}
div.box-content-center
{
	padding: 10px 10px 25px 10px;
	margin: 0 2px;
}
div.box-content
{
	padding: 10px;
}

span.highlight
{
	background: #FAF3C1;

	font-weight: bold;
}

td.listing
{
}


p.field
{
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

fieldset
{
	padding: 0 10px 10px 10px;
	margin: 10px 1px;
	border: 1px solid #6397BD;
	background: #B4DDFC;
}

div.listings fieldset
{
	margin: 10px 0;
}
div.listings legend
{
	background: #B4DDFC;
	border: 1px solid #6397BD;
	padding: 4px;
}

/* JS Box notification */
div.js_notification
{
	top: 10px;
	position: absolute;
	left: 10px;
	width: 200px;
	border: 1px solid black;

	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.thumb {
margin: 0px 10px 0px 0;
border:#666 1px solid;
float:left;
}

.dir {
border: 1px solid #666;
margin-bottom:10px;
}
