/** rounded corners **/
div#toolbar-box {
  background: #f7f7f7;
}

div#element-box {
	background-color: #FFFFFF;
}

div#element-box div.section-box div.m {
	background: #fbfbfb;

}

div.t, div.b {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div.m {
	padding: 0 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
}

div#toolbar-box div.m {
  padding: 0;
}

div#element-box div.m {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

div#submenu-box div.t {
  background: url(../images/j_border.png) 0 0 repeat-x;
}

div#submenu-box div.t div.t {
	background-image: url(../images/j_crn_tl_dark.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

div#submenu-box div.t div.t div.t {
   background: url(../images/j_crn_tl_dark.png) 0 0 no-repeat;
}

div#submenu-box div.b {
	background-image: url(../images/j_border.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

div#submenu-box div.b div.b {
   background: url(../images/j_crn_br_dark.png) 100% 0 no-repeat;
}

div#submenu-box div.b div.b div.b {
	background-image: url(../images/j_crn_bl_dark.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#toolbar-box,
div#element-box div.section-box {
  background: #fbfbfb;
}

div#toolbar-box div.t,
div#element-box div.section-box div.t {
  background: url(../images/j_border.png) 0 0 repeat-x;
}

div#toolbar-box div.t div.t,
div#element-box div.section-box div.t div.t {
   background: url(../images/j_crn_tr_med.png) 100% 0 no-repeat;
}

div#toolbar-box div.t div.t div.t,
div#element-box div.section-box div.t div.t div.t {
   background: url(../images/j_crn_tl_med.png) 0 0 no-repeat;
}

div#toolbar-box div.b,
div#element-box div.section-box div.b {
  background: url(../images/j_border.png) 0 100% repeat-x;
}

div#toolbar-box div.b div.b,
div#element-box div.section-box div.b div.b {
   background: url(../images/j_crn_br_med.png) 100% 0 no-repeat;
}

div#toolbar-box div.b div.b div.b,
div#element-box div.section-box div.b div.b div.b {
   background: url(../images/j_crn_bl_med.png) 0 0 no-repeat;
}

div#element-box div.t {
	background-image: url(../images/orange_border.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#element-box div.t div.t {
	background: url(../images/orange_tr.png) 100% 0 no-repeat;
}

div#element-box div.t div.t div.t {
	background: url(../images/orange_tl.png) 0 0 no-repeat;
}

div#element-box div.b {
  background: url(../images/j_border.png) 0 100% repeat-x;
}

div#element-box div.b div.b {
	background: url(../images/orange_br.png) 100% 0 no-repeat;
}

div#element-box div.b div.b div.b {
	background: url(../images/orange_bl.png) 0 0 no-repeat;
}


/*a giiunte mie footer*/

div#footer_mio-box {
	color:#999;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
div#footer_mio-box a{
	font-size:12px;
	color:#F00;
}
div#footer_mio-box a:hover{
	font-size:12px;
	color:#00F;
	text-decoration: none;
}
div#footer_mio-box div.m {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

div#footer_mio-box div.section-box {
  background: #fbfbfb;
}

div#footer_mio-box div.section-box div.t {
  background: url(../images/j_border.png) 0 0 repeat-x;
}

div#footer_mio-box div.section-box div.t div.t {
   background: url(../images/j_crn_tr_med.png) 100% 0 no-repeat;
}

div#footer_mio-box div.section-box div.t div.t div.t {
   background: url(../images/j_crn_tl_med.png) 0 0 no-repeat;
}

div#footer_mio-box div.section-box div.b {
  background: url(../images/j_border.png) 0 100% repeat-x;
}

div#footer_mio-box div.section-box div.b div.b {
   background: url(../images/j_crn_br_med.png) 100% 0 no-repeat;
}

div#footer_mio-box div.section-box div.b div.b div.b {
   background: url(../images/j_crn_bl_med.png) 0 0 no-repeat;
}

div#footer_mio-box div.t {
	background-image: url(../images/orange_border.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#footer_mio-box div.t div.t {
	background: url(../images/orange_tr.png) 100% 0 no-repeat;
}

div#footer_mio-box div.t div.t div.t {
	background: url(../images/orange_tl.png) 0 0 no-repeat;
}

div#footer_mio-box div.b {
	background-image: url(../images/orange_border.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

div#footer_mio-box div.b div.b {
	background: url(../images/orange_br.png) 100% 0 no-repeat;
}

div#footer_mio-box div.b div.b div.b {
	background: url(../images/orange_bl.png) 0 0 no-repeat;
}
