/**********************************************
Form styles
**********************************************/
input[disabled=disabled] {
  color: lightgray;
}

.global_errors {
  color: red;
}

.error_code {
  color: red;
  display: block;
  padding-left: 100px;
}

.clear {
  clear: both;
}


.BodyForm, .Form, .contenuto {
         padding:10px;
}


.Form span.error_code, .global_errors {
  display: block;
  color: red;
  padding-left: 100px;
}

form fieldset {
         border:1px solid #FF7722;
         padding:7px;
         margin:14px 0;
         opacity: 0.8;
}
form fieldset legend {
         font-variant:small-caps;
         font-size:1.1em;
         font-weight:bold;
}

form fieldset div.field {
         margin:4px 0;
}
form fieldset div.field label {
         width:90px;
         text-align:right;
	 padding: 0px 10px 0 0;
         display:block;
         float:left;
         margin-top:3px;
}
form fieldset div.field textarea {
         width:230px;
}

form fieldset div.field ul.RadioField li {
         display:inline;
}

form fieldset div.field ul.MultiCheckBoxField {
         list-style-type:none;
         margin:0 0 0 140px;
         padding:0;
}

form fieldset div.field ul.MultiCheckBoxField li {
         padding-top:0;
}

form fieldset div.field ul.MultiCheckBoxField li input {
         width:auto;
}

form div.pulsantiera {
         text-align:right;
}
  
form div.pulsantiera input {
  width: auto;
/*
  background-color: #ff7300;
*/
  color: #FF7722;
        background-color: #EEE;
	border:1px solid #FF7722;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

textarea, input[type=text], input[type=password], input[type=file], select  {
  width: 230px;  
  border:1px solid #FF7722;
}

input.datetext  {
  width: 120px;
}

.Login .description {
  display: none;
}

.SideSlot form {
  margin-bottom: 20px;
}

.SideSlot  form fieldset {
  background-color: #EEE;
}

.SideSlot form fieldset legend {
  background-color: #FF7722;
  color: white;
}

.SideSlot form div.pulsantiera input[type=reset] {
  display: none;
}


.SideSlot textarea, .SideSlot input[type=text], .SideSlot input[type=password], .SideSlot input[type=file], .SideSlot select  {
  width: 200px;  
}



form fieldset input[type=text].year {
  width: 40px;  
}

form fieldset input[type=text].month,
form fieldset input[type=text].day {
  width: 20px;  
}

.Login li .description {
  display: inline;
}
/************************************************************
MooTools styles
************************************************************/

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
        overflow: hidden;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(http://www.retinatech.it/style/bubble) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(http://www.retinatech.it/style/bubble) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



#player {
  width: 468px;
  height: 398px;
}

#googlemapcontainer {
 width: 560px;
 height: 350px;
} 

#map {
 width: 560px;
 height: 350px;
} 

.BodySlot .Menu {
  display: none;
}

.item img {
  display: none;
}

.Context .Menu {
  display: block;
  float:right;
}

.Context .Menu ul {
  background: none;
  border: none;
  margin: 0px;
}

.Context .Menu li {
  display: inline;
  border: none;
  padding-left: 3px;
  margin: 0;
}

.Context .Menu li a {
  border: none;
  padding: 0;
  margin: 0;
}

.Context .Menu .description {
  display: none;
}

.Context .Menu img {
  display: inline;
}

h4 .hits {
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: gray;
}

.rss_link {
  clear: both;
}

.BodySlot .Preview h2, 
.BodySlot .Preview .ReadMore
 {
  display:none;
}

.NormalNews .Preview h2 {
  display: block;
  border-bottom: 2px solid red;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  background-color: #EEE;
  padding-top: 2px;
}

.BodySlot .Body .priority1 {
  border-color: red;
  border-width: 1px;
  border-style: dashed;
}

.BodySlot .Body .news_list {
  margin-top: 20px;
}

.BodySlot .Body .priority3 {
  border-top-width: 1px;
  border-top-color: #a50000;
  border-top-style: solid;
  margin-bottom: 20px;
  margin-top: 20px;
}

.BodySlot .Body .news_list h4 {
  margin-bottom: 0px;
}

.BodySlot .Body .break {
  clear: both;
  padding-top: 20px;
  border-bottom: 1px solid lightgray;
}

.BodySlot .Body .news_list h4 a {
  color: red;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.BodySlot .Body .news_list .logo {
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.BodySlot .Body .priority3 .logo {
  display: none;
}

.BodySlot .Body .news_list .logo {
  border: 1px solid lightgray;
}

.BodySlot .Body .news_list .logo img {
  display: block;
  border: 4px solid white;
}

.BodySlot .Body .news_list .dates {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 22px;
  color: gray;
}

.BodySlot .Body .news_list .creation_date {
  display: none;
}


.BodySlot .Body .priority3 .dates, .BodySlot .Body .priority3 .creation_date {
  display: block;
  color: gray;
  padding-left: 22px;
}

.BodySlot .Body .news_list .description {
}

.BodySlot .Body .priority3 .description {
  padding-left: 22px;
}

.BodySlot .Body .news_list .activities{
  display: none;
}


.BodySlot .Body .MoreNews{
  clear:both;
  padding-top:20px;
}


/***************************************************
News as packages
****************************************************/


.SideSlot .Preview {
  padding-top: 10px;
}

.SideSlot .Body .news_list {
  width: 104px;
  position:relative;
  margin-left:34px;
  margin-bottom:34px;
  float: left;
  padding: 0px;
}

.SideSlot .Body div.news_list .object {
  display:none;
}

.SideSlot .Body div.news_list h4 {
  height: 32px;
  font-size: 9px;
  background-color: #a50000;
  padding-top: 4px;
  padding-left: 3px;
  padding-bottom: 1px;
  margin: 0px;
  font-variant: small-caps;
  color: white;
}

.SideSlot .Body .news_list a {
  color: white;
  text-decoration: none;
}

.SideSlot .Body .news_list span.hits {
  display: none;
}

.SideSlot .Body .news_list a img {
  border:1px solid #a50000;
  width: 102px;
  height: 68px;
}

.SideSlot .Body .news_list .notes {
  margin:15px 0 0 0;
  font-size:10px;
}

.SideSlot .Body .news_list .activities {
  display:none;
}

.SideSlot .Body .news_list .description{
  display:none;
}

.SideSlot .Body .news_list div.cost {
  position: absolute;
  top: 145px;
}

.SideSlot .Body .news_list span.cost {
  color: gray;
}

.SideSlot .Body .news_list .days, .SideSlot .Body .news_list .giorninotti {
  display:none;
  font-weight:bold;
  font-size:12px;
  color: gray;
}

.SideSlot .Body .news_list .dates {
  font-size:10px;
  color: gray;
  padding-top: 2px;
}

.SideSlot .Body .news_list .creation_date {
  display: none;
}

.SideSlot .Body .news_list .people {
  display:none;
}

.SideSlot .Body .news_list .price a {
  color: gray;
  font-weight: bold;
  width: 130px;
  display: block;
  background-image: url(http://www.retinatech.it/style/arrow2);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom:2px solid gray;
}

.SideSlot .Body .Text { 
  clear:both;  
}

.SideSlot .Body .MoreNews { 
  clear:both;
  padding-bottom: 25px; 
}

.SideSlot .Preview .clear {
  clear: none !important;
}

/* ========================== Comments */

.BodySlot .Body .comment {
  clear: both;
  margin-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: lightgray;
}

.BodySlot .Body .comment h4 {
  margin-bottom: 0px;
}

.BodySlot .Body .comment h4 a {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.BodySlot .Body .comment .logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.BodySlot .Body .comment .dates {
  color: gray;
}

.BodySlot .Body .comment .description{
}


.BodySlot .Body .comment img{
  display: inline;
}

.BodySlot .Body .comment .activities{
  display: none;
}

.BodySlot .comment .Menu {
  float: right;
  display: block;
}

.BodySlot .comment .Menu .description {
  display: none;
}

.BodySlot .comment .Menu ul {
  margin: 0px;
}

.BodySlot .comment .Menu li {
  list-style: none;
  float: left;
}



.BodySlot .MyActivity {
  clear: both;
}

div.item {
 clear:both;
}

.BodySlot .Body div.item {
 margin-top: 20px;
}


.BodySlot .Body div.item h3 {
}

.BodySlot .Body div.item h3 a {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.BodySlot .Body div.item .logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


.BodySlot .Body div.item .logo img, .BodySlot .frame_set {
  width: 128px;
  height: 87px;
  display: block;
}

div.SideSlot div.item .logo img,
div.SideSlot div.item .description div
 {
  /*display: none;*/
}

div.SideSlot div.item .logo img, .SideSlot .frame_set {
  width: 90px;
  height: 60px;
}

div.SideSlot span span.activity_object {
  display: none;
}

.BodySlot .Body  div.item .description{
}

.SideSlot  div.item {
  margin-top: 20px;
}


.SideSlot div.item h3 {
}

.SideSlot div.item h3 a {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.SideSlot div.item .logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


.SideSlot div.item .logo img {
  display: block;
}

.SideSlot div.item .description{
margin-top: 0;
padding-top: 0;
}









/***************************************************
Packages
****************************************************/

.no_packages {
  display: none;
}

.package_list {
       padding:0px 3px 2px 3px;
       border-bottom:1px solid #ddd;
       margin:0 0 10px 0;
       color: white;
}

.package_list h4{
        text-transform:uppercase;
        color: white;
}

.package_list a {
        text-transform:uppercase;
        color: white;
}
.package_list a img {
        float:left;
        padding:2px;
        background-color:#fdd;
        margin:0 10px 5px 0;
        border:1px solid #faa;
        display: none;
}

.package_list .days, .package_list .giorninotti {
        font-weight:bold;
        font-size:12px;
        color: yellow;
}

.package_list .dates {
        font-weight:bold;
        font-size:10px;
}

.package_list .cost, .package_list .people {
        font-weight:bold;
        font-size:12px;
        color: yellow;
}

.package_list .cost {
        margin-bottom:10px;
}

.package_list .notes {
        margin:15px 0 0 0;
        font-size:10px;
}

.package_list .activities {
        margin-top:20px;
        font-weight:bold;
        text-align:right;
}

.BodySlot .Body .products_list {
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 28px;
  margin-right: 24px;
  float: left;
  border-width: 1px;
  border-color: lightgray;
  border-style: dotted;
  text-align: center;
  background-color: #F5F7FF;
}

.MoreProducts {
  display:none;
}

.BodySlot .Body .products_list:hover {
  background-color: white;
}

.BodySlot .Body .products_list h4 {
  font-size: 12px;
}

.BodySlot .Body .products_list .logo {
  margin-bottom: 10px;
}

.BodySlot .Body .products_list .logo img {
  display: block;
  width: 129px;
  height: 86px;
}

.BodySlot .Body .MoreProducts,
.BodySlot .Body .products_list .description, 
.BodySlot .Body .products_list .activities,
.BodySlot .Body .products_list .object {
  display: none;
}

/***************************************************
Products as packages
****************************************************/

.SideSlot .Preview {
  padding-left: 4px;
  padding-top: 10px;
}

.SideSlot .Preview h2 {
  font-size: 1px;
  color: gray;
  clear: both;
}

.SideSlot .Body .products_list {
  width: 104px;
  height:120px;
  position:relative;
  margin-left: 34px;
  margin-bottom: 17px;
  float: left;
  padding: 0px;
}

.SideSlot .Body div.products_list .object {
  display:none;
}

.SideSlot .Body div.products_list h4 {
  height: 32px;
  font-size: 9px;
  background-color: #a50000;
  padding-top: 4px;
  padding-left: 3px;
  padding-bottom: 1px;
  margin: 0px;
  font-variant: small-caps;
  color: white;
}

.SideSlot .Body .products_list a {
  color: white;
  text-decoration: none;
}

.SideSlot .Body .products_list span.hits {
  display: none;
}

.SideSlot .Body .products_list a img {
  border:1px solid #a50000;
  width: 102px;
  height: 68px;
}

.SideSlot .Body .products_list .notes {
  margin:15px 0 0 0;
  font-size:10px;
}

.SideSlot .Body .products_list .activities {
  display:none;
}

.SideSlot .Body .products_list .description{
  display:none;
}

.SideSlot .Body .products_list div.cost {
  position: absolute;
  top: 145px;
}

.SideSlot .Body .products_list span.cost {
  color: gray;
}

.SideSlot .Body .products_list .price a {
  color: gray;
  font-weight: bold;
  width: 130px;
  display: block;
  background-image: url(http://www.retinatech.it/style/arrow2);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom:2px solid gray;
}

.SideSlot .Body .Text { 
  clear:both;  
}

.SideSlot .Body .MoreProducts { 
  clear:both;
  padding-bottom: 25px; 
}




/* Language style 
 * --------------
 */

div.LanguageMenu {
  width: 100px;
  position: absolute;
  left: 865px;
  top: 0px;
  z-index: 10;
}

div.LanguageMenu ul li {
  float:right;
  padding-left: 2px;
  margin: 0 0 0 0px;
}

ul.Flag {
  list-style-type: none;
}

li.Flag {
  display: inline;
}

.Flag img {
  border-color: #850;
  border-width: 1px;
}
/* BOX --------------------------------------- */

.SideSlot .box {
  opacity: 0.8;
  margin-top: 15px;
  margin-bottom:15px;
  clear: both;
}

.SideSlot .box-body {
  padding:10px;
  font-size:11px;
  border: 1px solid orange;
  background-color: #eeeeee;
}

.SideSlot .box-header a img {
  padding:0 5px;
  border:none;
}


.SideSlot .box-header {
  background-color:#a50000;
  text-align: center;
  vertical-align: middle;
  color:#FFF;
  font-size: 11px;
  font-weight: bold;
  text-transform:uppercase;
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 4px;
  height: 13px;
  border: 1px solid #a50000;
}

.SideSlot .box-body table.HeadlinesMenu {
  width: 100%;
  border: none;
  font-size: 12px;
}


.Login .box-body {
  padding: 0px !important;
  border: none !important;
  background: transparent !important;
}

.Login .box-header {
  display: none;
}


.GalleryPreview {
    display: none;
    margin-left: 0px;
    clear:both;
    margin-bottom: 15px;
}

.GalleryPreview h2 {
	font-size:18px;
	color:#C2C0BA;
	text-transform:lowercase;
}

.GalleryPreviewItem {   
        padding-top -12px;
        float: left;
        padding-left: 4px;
        background-repeat: no-repeat;
        background-position: left top;
        width: 103px;
        height: 70px;
}

.GalleryPreviewItem a {
   
}

.GalleryPreviewItem img {
  border-color: #800;
  border-width: 1px;
  width: 103px;
  height: 67px;
}

.GalleryItem {
  margin-left: 45px;
  margin-right: 60px;
  margin-top: 222px;
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 15px;
}

.GalleryItem div img {
}

.GalleryItemNavbar { 
  padding-top: 5px;
  left: 440px;
  position: relative;
}

.GalleryItemNavbar a img {
  padding: 0;
  margin: 0;
  border-style: none;
  border-size: 0;
  width: 16px;
  height: 16px;
}

.Box h2 {
  display: none;
}

.GalleriesBody img {
/*
  border-width: 1px;
  border-style: solid;
  border-color: orange;
 */
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #a50000;
}

.GalleriesBody .link {
  float: right;
  padding-bottom: 10px;
}

.GalleriesBody .link a {
  text-transform: uppercase;
  color: #a50000;
}
/* DateTimeField stuff */

.e_day {
	width: 32px;
	position:relative;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
}

.p_day {
	width: 32px;
	position:relative;
	text-align: center;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
	cursor: pointer;
        color: gray;
}
.c_day {
	cursor: pointer;
	position:relative;
	width: 32px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #00FFC;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	/*background-color: #660033;*/
	background-color: #f26522;
}

.f_day {
	cursor: pointer;
	position:relative;
	width: 32px;
	text-align: center;
	float: left;
	color: #66CCCC;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #B9B9B9;
}

.f_day:hover, .e_day:hover, .p_day:hover {
  background-color: gray;
  color: white;
}

.Calendar {
  background: #FFFFFF;
  position: relative;

}

.c_all {
	width: 224px;
	background: #FFFFFF;
	border: none;
        margin-bottom: 12px;
/*
	float:left;
	margin-top: 24px;
        position: absolute;
*/
        position: relative;
        height: 130px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.c_title {
  background-color: #0054A6;
  color: white;
  padding: 4px 0px 4px 0px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform:uppercase;
}

.c_title select {
  di
  font-weight: bold;
  background-color: #0084D6;
  color: white;
  border-color: #005486;
  border-width: 1px;
  border-style: solid;
  margin-left: 5px;
  width: 60px;
  height: 16px;
}

.c_title span {
  cursor: pointer;
}

.prev_month {  
  padding: -4px 0px -4px 0px;
  background-image: url(http://www.retinatech.it/style/Calendar/calendar_prev);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 36px;
  top: 2px;
}

.next_month {
  background-image: url(http://www.retinatech.it/style/Calendar/calendar_next);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 171px;
  top: 2px;
}


.go_to_today {
  background-image: url(http://www.retinatech.it/style/Calendar/today);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
}

.prev_year {
  background-image: url(http://www.retinatech.it/style/Calendar/calendar_prev_year);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 20px;
  top: 2px;
}

.next_year {
  background-image: url(http://www.retinatech.it/style/Calendar/calendar_next_year);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 187px;
  top: 2px;
}

span.close {
  background-image: url(http://www.retinatech.it/style/Calendar/closewindow);
  background-repeat: no-repeat;
  background-position: right center;
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  left: 217px;
  top: 5px;
}


.c_cday {
	padding: 4px 0px 4px 0px;
	position:relative;
	width: 32px;
	text-align: center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #504A59;
	/*color: #00FF99;*/
	color: #f26522;
}

.eyeholder {
  position: relative; 
}

.eyeframe {
  position: absolute;
}

p {
  line-height: 1.3;
}

.BodySlot li {
  margin-bottom: 10px;
}

html {
	font:11px Helvetica, Tahoma, sans-serif;
	background-color: #848484;
        color: gray;
        margin: 0;
        padding: 0;
}

img {
border: 0px none white;
}

a {
  text-decoration: none;
  color: #FF7722;
  font-weight: bold;
}

body {
	padding:0;
        margin: 0;
}

.Headline, .SideSlot table, .SideSlot .Menu {
  opacity: 0.6;
  border: 1px solid #FF7722;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #EEE;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.Headline h1, .Headline p {
  color: black;
  font-size: 15px;
}

.Headline h1:first-letter, .Headline p:first-letter {
  font-size: 40px;
  color: #FF7722;
  float: left;
  text-transform: uppercase;
}

table.Master {
  background-image: url(http://www.retinatech.it/style/background);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: white;
  border-collapse: collapse;
  border-width: 0px;
  border-style: none;
  border-left: 1px solid #525252;
  border-right: 1px solid #424242;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

td {
  border-width: 0px;
  border-style: solid;
  border-color: red;
  vertical-align: top;
}

td.HeaderSlot {
  height: 195px;
}

td.HeaderSlot ul {
  margin: 0;
}

.LogoContainer {
/*  position: relative;
 */
  height: 195px;
}

#Logo {
  float: right;
  margin-right: 125px;
  margin-top: 35px;

/*
  position: absolute;
  top: 25px;
  left: 680px;
*/
}

td.PhotoSlot {
  vertical-align: top;
  width: 617px;
  height: 205px;
  margin: 0px;
  padding: 0px;
}

td.BodySlot {
  vertical-align: top;
  font-size: 13px;
  text-align: left;
  width: 617px;
}

div.BodySlot {
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

td.SideSlot {
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  width: 368px;
}

td.FooterSlot {
  height: 95px;
  color: gray;
  font-size: 10px;
  text-align: center;
}

div.BodySlot h3 {
  font-family: times, serif;
  font-weight: bold;
  font-size: 15px;
  color: #EF6F20;
}

div.SideSlot {
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

div.SideSlot h3 {
  font-family: times, serif;
  font-weight: bold;
  font-size: 14px;
  color: #EF6F20;
}

.FooterSlot a:link, .FooterSlot a:visited {
  color:  gray;
  font-weight: bold;
}

.Menu li {
}

.Menu li a {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: gray;
  text-decoration: none;
}

.HeaderSlot .Menu ul {
  padding-left: 200px;
  padding-top: 48px;
  text-align: left;
}

div.item {
	display:block;
	clear:both;
	padding-top:20px;
}

div.item .logo {
	width:160px;
	float:left;
}

.SideSlot .Menu .logo {
  display: none;
}

div.item .logo img {
	border: none;
}

div.item .description {
	margin: 0px 0 30px 100px;
}
div.item .description h3 {
	margin: 0 0 5px 0;
	padding:0;
	font-size: 0.95em;
}

div.item .description p {
	margin: 0;
	padding:0;
}

div ul {
	list-style-image:url(http://www.retinatech.it/style/arrow);
}	

h3.title-inside {
	margin:5px 0 0 0;
	padding:0;
	padding-left:5px;
	font-size:1.1em;
}

.footer {
  padding-top: 10px;
  color: #BBB;
}

#Navigator ul {
  padding-left: 0px;
}

#Navigator li {
  background:transparent url(http://www.retinatech.it/style/arrow) no-repeat scroll 0 0;
  display:inline;
  margin-left:10px;
  padding-left:7px;
  width: auto;
}