body, html {
  overflow: hidden;
  font: Verdana, Arial, Helvetica, sans-serif, sans-serif normal 10px;
  margin: 0; padding: 0;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
}

.occhiello {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}

.hr, hr {
  border: 0px;
  width: 217px;
  height: 23px;
  background: url("../img/hr.jpg") top center no-repeat white;
  margin: 20px auto;
  text-align: center;
}

#scrollpane {
  height: 350px;
  overflow: auto;
}

.titolino {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.form_elements {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.hr hr { display: none !important; }

ul.gallery {
	list-style: none;
	margin: 0px; padding: 0px;
	margin-top: 5px;
	margin-left: 35px;
	width: 300px;
}
ul.gallery li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 20;
}

a {
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}

* {margin: 0; padding: 0;}
img {border: none;}
.container {
	height: 360px;
	width: 910px;
	margin: -180px 0 0 -450px;
	top: 50%; left: 50%;
	position: absolute;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	cursor: pointer;
}
ul.thumb li img.hover {
	background:url(../img/thumb_bg.png) no-repeat center center;
	border: none;
}
#main_view {
	float: left;
	margin-top: 8px;
	margin-left: -10px;
	border-style: solid;
    border-width: 1px;
	border-color: #efefef;
}

ul.order {
	list-style: none;
	margin: 0px; padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	width: 350px;
}
ul.order li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;
	width: 68px;
	height: 68px;
	margin-right: 15px;
	margin-bottom: 5px;
}
ul.order li img {
	width: 68px; height: 68px;
	position: absolute;
	left: 0; top: 0;
}
.preview_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -5px;
  bottom: -5px;
}
.buy_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 7px;
  bottom: -4px;
}
.soldout {
  position: absolute;
  width: 64px;
  height: 64px;
  background-image: url(../img/soldout_icon.png);
}
.entry_form {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
