@CHARSET "UTF-8";

@IMPORT url("form.css");

@IMPORT url("ist_browsing.css");

@IMPORT url("listing.css");

@IMPORT url("spalla_dx.css");

@IMPORT url("cat.css");

@IMPORT url("geo.css");

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.bold
	{
		font-weight: bold;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("/templates/imgs/back_body.jpg") repeat-x;
	color: #686868;
}

fieldset {
	border: none;
}

a {
	text-decoration: none;
	color: #686868;
}

h2 {
	font-size: 12px;
}

.red{
	color: #d41a1d;
	}

a:hover {
	color: #d41a1d;
}

.clear {
	clear: both;
}

table {
	border-collapse: collapse;
}

#main {
	width: 994px;
	margin: auto;
}

#header {
	background: url("/templates/imgs/header.jpg") no-repeat;
	height: 161px;
}

#main_content {
	background-color: #f5f5f6;
	width: 656px;
	padding: 5px 15px;
	margin: 0 3px 15px 0;
	float: left;
}

.red_title {
	color: #d41a1d;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

#footer {
	height: 86px;
	background: url("/templates/imgs/back_footer.jpg") no-repeat;
	position: relative;
	clear: both;
}

#footer p.azienda {
	font-size: 13px;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	right: 30px;
	position: absolute;
	border-bottom: 1px solid #DDD;
	color: #888;
}

#footer p.azienda a {
	color: #d41a1d;
	font-weight: bold;
}

#footer p.azienda a:hover {
	color: #686868;
}

#footer .info {
	margin: 55px 0 0 0;
	right: 30px;
	position: absolute;
	font-size: 13px;
	color: #A9A9A9;
}

#footer img.logo {
	margin: 15px 0 0 25px;
	float: left;
}

.breadcrumbs {
	list-style: none;
	position: absolute;
	margin: 23px 0 0 11px;
}

.breadcrumbs li {
	float: left;
}

.breadcrumbs li.current {
	font-weight: bold;
}

.breadcrumbs li,.breadcrumbs li a {
	margin-right: 4px;
	color: #FFF;
	font-size: 12px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

#error_message{
	display: none;
	text-align:center;
}

.ui-dialog .ui-dialog-title{
	font-size:15px;
}