﻿body * {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
td, th, li, p, div, span {
  font-size: 13px;
  line-height: 19px;
}

body {
  background-color: #0A0A0A;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
}
input {
  color:#000000;
  }
h1 {
  font-family: "Times New Roman" , Times, serif;
  font-size: 50px;
  color: #0DCAFF;
  font-weight: normal;
  font-style: italic;
}
h2 {
  font-family: "Times New Roman" , Times, serif;
  font-size: 24px;
  color: #0DCAFF;
  font-weight: bold;
  font-style: italic;
}

hr {
  border: 1px solid #0A29A2;
  height:1px;
  }
  
.LargeFont {
  font-weight: bold;
  font-size: 24px;
  line-height: 21px;
}

.LargeBlueBold {
  line-height: 24px;
  font-weight: bold;
  color: #0DCAFF;
  font-size: 20px;
}
.MediumBlueBold {
  line-height: 20px;
  color: #0DCAFF;
  font-size: 16px;
  margin-bottom:2px;
}

.LargeWhiteItalic {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.LargeBlueItalic {
  font-size: 32px;
  font-style: italic;
  font-family: "Times New Roman" , Times, serif;
  line-height: 40px;
  color: #0DCAFF;
}

.BlueBold {
  color: #0DCAFF;
  font-weight: bold;
}

.Blue {
  color: #0DCAFF;
  font-size: 13px;
  line-height: 19px;
}
.FormFieldHeader {
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
}
.LargeWhiteRoman {
  font-family: "Times New Roman" , Times, serif;
  color: #FFFFFF;
  font-size: 18px;
  font-style: italic;
}
.box_hilite{
  border: solid 2px #0DCAFF;
  color:#FFFFFF;
  background-color:#000066;
  padding:15px;
  margin:15px;
  font-weight:bold;
  }
.box_hilite2{
  border: solid 1px #0DCAFF;
  color:#FFFFFF;
  background-color:#000066;
  padding:5px;
  }
.floatleft{
  float:left;
  margin-right:15px;
  margin-bottom:10px;
  }
.floatright{
  float:right;
  margin-left:15px;
  margin-bottom:10px;
  }
.border {
  border: 1px solid #0A29A2;
  }
.noborder {
  border:none;
  }
.skypebutton {
  text-align:center;
  margin-top:0px;
  margin-bottom:35px;
  }
.skypebutton p {
  margin-top:2px;
  font-size:12px;
  }

.sociallinks {
  text-align:center;
  margin-top:0px;
  margin-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  }
.sociallinks p {
  margin-top:2px;
  margin-bottom:5px;
  font-size:12px;
  font-weight:bold;
  }

#QAForm{
  width:600px;
}
#QAForm fieldset{
  border: 1px solid #0A29A2;
  background-color:#111111;
}
#QAForm table{
  border-collapse:collapse;
  }
#QAForm td, #QAForm th{
  padding:5px;
}
#QAForm table.qaResults td, #QAForm table.qaResults th{
  padding:1px;
}

.FormSectionHead{
  font-weight:bold;
  font-size:110%;
  color:#0DCAFF;
  }
.formLabel {
  font-size:90%
}
.formDDList {
  Color:#000000;
}
.formDDList option, .formDDList option span{
  Color:#000000;
}
.formTxtArea {
  Color:#000000;
  font-size:90%;
}
/* ############################################*/  
/* BOUTIQUE */
/* ############################################*/
/* STILI PER IL CONTENUTO */
.shop_Blue {
  color: #0DCAFF;}
.shop_BlueHilite {
  color: #0DCAFF;
  font-weight:bold;
  font-size:110%;}
.shop_Yellow {
  color: #FFFF00;}
.shop_YellowHilite {
  color: #FFFF00;
  font-weight:bold;
  font-size:110%;}
.shop_Big {
  font-size:130%;}
.shop_Small {
  font-size:90%;}
.shop_Boxed {
  display: block;
  border:1px solid #0A29A2;
  padding: 5px;
  margin-top:5px;
  margin-bottom:5px;}

/* barra di scorrimento miniature per lista articoli boutique */
.stepcarousel{
  position: relative; /*leave this value alone*/
  border: none;
  overflow: scroll; /*leave this value alone*/
  width: 510px; /*Width of Carousel Viewer itself*/
  height: 150px; /*Height should enough to fit largest content's height*/
  }
.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
  }
.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding
  panel DIV*/
  margin: 5px; /*margin around each panel*/
  width: 95px; /*Width of each panel holding each content. If removed,
  widths should be individually defined on each content DIV then. */
  height:150px;
  }
.stepcarousel .panel img{
  width:75px;
  height:75px;
}
.stepcarousel .panel a:hover img{
  border-color:#FFE400;
  }
.stepcarousel .panel table{
  width: 100%;
  text-align:center;
  }
.stepcarousel .panel table td{
  font-size:90%;  /* nomi articoli nella lista */
  }

.shopErrMsg {
  margin:30px;
  padding:20px;
  background-color:#82AAD4;
  border: solid 2px #FFFFFF;
  color:#002685;
  text-align:center;
}

/* tabella che contiene la categoria selezionata e la lista di articoli x quella categoria */
.shopArtTB {
  width: 100%;
  border:solid 1px #82AAD4;
  background-color:#001A57;
  }
.shopArtCatBox{ /* riquadro della categoria selezionata */
  background-color:#0A29A2;
  width:120px;
  height: 150px;
  }
.shopArtCatBox img{
  width:90px;
  height:90px;
  border:solid 1px #FFFFFF;
  margin-top:5px;
  }
.shopArtCatBox .catTitle{
  color:#FFFFFF;
  font-weight:bold;
  font-size:95%;
  }

#shopArtDetailsDIV {
  margin: 10px;
  }
#shopArtDetailsDIV h1{
  font-family: "Times New Roman" , Times, serif;
  font-size: 20px;
  color: #0DCAFF;
  font-weight: bold;
  font-style: italic;
}
#shopArtDetailsDIV hr{
  height:1px;
  border-color: #0DCAFF;
  margin-top:5px;
  margin:10px;
  margin-left:0px; margin-right:0px;
  }
  
.shopCatUL {
  }
.shopCatUL li {
  display: inline;
  padding-right:50px;
  }
.shopCatUL li table {
  border:none;
  display:inline;
  text-align:center;
  }
.shopCatUL li table tr td.botspace{
  padding-bottom:40px;
  }
.shopCatUL li a img {
  width:100px;
  height:100px;
  border:1px solid #FFFFFF;
  }
.shopCatUL li a:hover img {
  border:1px solid #FFFF00;
  }

/* elenco categorie verticale */
.shopCatSelectorUL {
  width:120px;
  list-style-type:none;
  padding:0px;
  border: solid 1px #82AAD4;
  margin:0px;
  background-color:#001A57;
  }
.shopCatSelectorUL li table {
  border:none;
  text-align:center;
  width:120px;
  }
.shopCatSelectorUL li table td{
  font-size:90%;
  }
.shopCatSelectorUL li table td.botspace{
  padding-bottom:5px;
  }
.shopCatSelectorUL li a img {
  width:60px;
  height:60px;
  border:1px solid #FFFFFF;
  }
.shopCatSelectorUL li a:hover img {
  border:1px solid #FFFF00;
  }
.shopCatSelectorUL li h2 {
  font-size:100%;
  font-style:italic;
  font-weight:bold;
  color:#0DCAFF;
}


/* ############################################*/  
/* PROGRAMMA SETTIMANALE */
/* ############################################*/
div.wkprog{
  margin:15px;
  }
.wkprog_table{
  border-collapse:collapse;
  }
.wkprog_title{
  text-align:center;
  font-size:18px;
  font-weight:bold;
  color:#0dcaff;
  padding-top:20px;
  padding-bottom:05px;
  border:none;
  }
.wkprog_headdblue{
  background-color:#000085;
  padding:5px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  border: solid 1px #AAAAAA;
  }
.wkprog_headlblue{
  background-color:#0dcaff;
  padding:5px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  border: solid 1px #AAAAAA;
  }
.wkprog_separator{
  height:10px;
  border:none;
  }
.wkprog_normal{
  text-align:center;
  font-size:11px;
  border: solid 1px #AAAAAA;
  padding:5px;
  }

/* ############################################*/  
/* Page Layout */
/* ############################################*/  
#wrapper {
  position: relative;
  margin: auto;
  width: 1024px;
  text-align: left;
  background-color:#000033;
  background-image: url(images/side_panel_bkg.gif);
  background-repeat: repeat-y;
  background-position:top left;
}
#content-wrapper {
  width: 817px;
  float: right;
  background-color: #000000;
}
#content {
  padding: 10px 10px 0 20px;
  background-color:#000000;
}
#side-panel {
  width: 207px;
  background-color: #000033;
  /*height:100%;*/
}


/* ############################################*/  
/*  Other generic styles */  
/* ############################################*/  
.style11 {
}
.style15 {
}
.style16 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.style17, .style18 {
  font-size: 11px;
  line-height: 19px;
}
.style19 {
  font-size: 10px;
  line-height: 19px;
}
.style22 {
  font-size: 14px;
  line-height: 20px;
  vertical-align: baseline;
}
.style23 {
  color: #000000;
}
.style25 {
  color: #FF0000;
}
.style27 {
  color: #0DCAFF;
}
.style28 {
  font-size: 18px;
  line-height: 20px;
  display: table-cell;
  vertical-align: baseline;
  font-weight: bold;
}
.style29 {
  line-height: 19px;
  font-size: 13px;
  font-weight: bold;
}
.style32 {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}
.style33 {
  font-size: 15px;
  line-height: 19px;
}
.style37 {
  line-height: 24px;
  font-weight: bold;
  color: #0DCAFF;
  font-size: 18px;
}
.style41 {
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
}
.style42 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  outline-color: #F0F0F0;
}


/*############# BANNER ROTATOR ################### */
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}


