html {
background: #fff url("../../../images/bg.jpg") repeat-x top;
}
body {
background: transparent url("../../../images/mainBg.jpg") no-repeat center top;
color: #333;
font: 62.5% Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
p {
margin: 5px 0 8px;
}
h1 {
display: none;
}
h2 {
background: transparent url("../../../images/hTitleBg.jpg") repeat-x;
background-position: center;
font-size: 1.3em;
color: #BF540D;
font-weight: normal;
text-transform: uppercase;
padding: 0;
margin: 0 0 15px;
clear: both;
}
h2 span {
background: #fafafa;
color: #BF540D;
padding: 0 10px 0 0;
}
h3 {
font-size: 1.3em;
color: #000;
margin: 0;
clear: both;
}
h3 span {
font-weight: normal;
}
h3 a {
text-decoration: none;
}
h4 {
font-size: 1.2em;
color: #944109;
margin: 10px 0 4px;
clear: both;
}
h4 a {
color: #944109;
text-decoration: none;
}
h4 a:hover {
text-decoration: underline;
}
a {
color: #CF5907;
}
a:hover {
background: #CF5907;
color: #fff;
}
hr {

}
table {
border-collapse: collapse;
width: 100%;
margin: 5px 0 10px;
padding: 0;
border: solid 1px #C8DCE6;
clear: both;
}
table caption {
color: #666;
text-align: left;
padding: 5px;
}
table th {
background: #FB9D2C;
color: #fff;
padding: 3px 5px;
}
table td {
border: solid 1px #DFDFDF;
padding: 3px 5px;
}

table.vertTh {
border-collapse: collapse;
width: 100%;
margin: 5px 0 10px;
padding: 0;
border: solid 1px #C8DCE6;
clear: both;
}
table.vertTh th {
text-align: left;
border-bottom: solid 1px #fff;
}
table tr.even th {
background: #FCB661;
}
table tr.even td {
background: #f2f2f2;
}

ul {

}
ul li {

}
form {
display: inline;
margin: 0;
}
input, select, textarea {
font: 11px Arial, Helvetica, sans-serif;
padding: 1px 2px;
}
fieldset {
margin: 5px 0 10px;
padding: 0;
border: 0;
}
legend {
margin: 0 0 5px;
padding: 0;
border: 0;
display: block;
}
img {
border: 0;
}
img.left {
float: left;
margin: 4px 10px 4px 0;
}
img.right {
float: right;
margin: 4px 0 4px 10px;
}
/* boxes layout */
.oneRowNews, .twoRowNews, .threeRowNews {
margin-bottom: 14px;
clear: both;
}
.twoRowNews div {
width: 320px;
float: left;
}
.twoRowNews div.secondBox {
margin-left: 15px;
}
.threeRowNews div {
width: 210px;
float: left;
}
.threeRowNews div.secondBox, .threeRowNews div.thirdBox {
margin-left: 15px;
}

/* ------------ top  */
div#topBar {
background: #2F2F2F url("../../../images/topBg.jpg") repeat-x bottom;
border-bottom: solid 5px #FB9D2C;
height: 32px;
}
div#top {
width: 950px;
text-align: center;
margin: 0 auto;
}
ul#topNav {
margin-top: 5px;
text-align: right;
float: right;
}
/*
ul#topNav a {
background: transparent url("../images/mnSep.jpg") no-repeat center right;
font-size: 1em;
color: #fff;
text-transform: uppercase;
margin: 4px 0 0;
padding: 8px 20px;
text-decoration: none;
}
div#topNav a:hover {
color: #FB9D2C;
} 
ul#topNav a#in {
background: #FBB05F url("../images/topNavInBg.jpg") repeat-x bottom;
color: #000;
}*/
ul#topNav img {
border: 0;
} 
ul#topNav span {
display: none;
}
ul#topNav form {
margin: 0;
}

/* ----------- header */
div#hd {
width: 912px;
text-align: left;
margin: 0 auto;
padding: 14px;
clear: both;
}


div#homeBanners, div#homeContent, div#content, div#catalog {
width: 940px;
text-align: left;
line-height: 135%;
font-size: 1.1em;
margin: 0 auto;
padding: 0 0 30px;
clear: both;
}

/* ----------- homeBanners */
div#homeBanners div#homeSwf {
float: left;
margin: 0 0 6px;
}
div#homeBanners img {
float: left;
margin: 0 0 6px 6px;
}

/* ----------- homeContent */
div#homeContent div#news, div#homeContent div#searchProd, div#homeContent div#login {
background: #fafafa;
border: solid 1px #dadada;
min-height: 200px;
float: left;
padding: 10px 15px;
margin: 4px 10px 30px 0;
}
div#homeContent div#news {
width: 339px;
}
div#homeContent h2 {
font-size: 1em;
}
div#homeContent div#news span.newsTitle {
font-weight: bold;
color: #000;
}
div#homeContent div#news img {
float: left;
margin: 0 10px 5px 0;
}
div#homeContent div#searchProd {
width: 289px;
}
div#homeContent div#searchProd form label { 
display: block;
float: left; 
width: 80px; 
padding: 0; 
margin: 5px 0 0;
text-align: right; 
}
div#homeContent div#searchProd form input#searchProdBtn { 
margin: 5px 0 0 90px;
}
div#homeContent div#searchProd form input, div#homeContent div#searchProd form select {
width: auto;
margin: 5px 0 0 10px;
}
div#searchProd form br {
clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
div#homeContent div#login {
width: 180px;
}

/* ----------- template Content */
div#leftBox, div#rightBox, div#rightImgBox {
background: #fff;
border: solid 1px #dadada;
float: left;
padding: 15px 18px;
margin: 4px 10px 30px 0;
}
div#content div#leftBox {
width: 670px;
}
div#content div#rightBox {
margin-right: 0;
width: 174px;
}

/* right menu */
div#rightBox ul {
margin: 0;
padding: 0;
list-style: none;
}
div#rightBox ul li {
margin: 0 0 5px;
padding: 0;
list-style: none;
}
div#rightBox ul li#open {
font-weight: bold;
}
div#rightBox ul li a {
color: #BF540D;
text-decoration: none;
padding: 1px 3px;
display: block;
}
div#rightBox ul li a:hover {
background: #FAF3EE;
color: #7F3808;
}
div#rightImgBox {
padding: 1px;
margin-right: 0;
width: 118px;
}


div.catBtns {
clear: both;
margin: 15px 0;
}
div.catBtns a {
display: block;
float: left;
border: solid 1px #fff;
padding: 1px;
margin: 1px;
}
div.catBtns a:hover {
background: none;
border: solid 1px #000;
}

/* ----------- catalog content */
div#catalog div#leftBox {
width: 700px;
}
div#catalog div#rightBox {
margin-right: 0;
width: 144px;
}
div#products {
margin: 25px 0;
padding: 0;
}
div#products div {
width: 217px;
height: 80px;
float: left;
line-height: 1.2em;
margin: 3px 3px;
padding: 4px;
border: solid 1px #eee;
border-right: solid 1px #ddd;
border-bottom: solid 1px #ddd;
}
div#products div img {
float: left;
margin: 0 8px 0 0;
}
div#products div a {
color: #555;
text-decoration: none;
}
div#products div a:hover {
background: #fff;
color: #555;
text-decoration: underline;
}
div#products div a.title {
color: #D15907;
font-size: 1.1em;
display: block;
margin-bottom: 3px;
font-weight: bold;
}
div#products div a.title:hover {
background: #D15907;
color: #fff;
text-decoration: none;
}

/* ----------- scheda prodotto */
div#schedaLeft {
width: 195px;
float: left;
margin: 20px 25px 25px 0;
padding: 0;
}
div#schedaLeft h4 {
color: #333;
margin: 15px 0 6px;
}
div#schedaRight {
width: 470px;
float: left;
margin: 20px 0 25px;
padding: 0;
}
div#schedaRight h4 {
font-size: 1.1em;
margin-top: 15px;
color: #000;
}
div.photosList img {
margin: 3px;
}
div.attachments, div.accesList {
padding: 0 0 10px;
clear: left;
}
div.attachments div.row span.formelement {
width: auto;
margin: 0;
}
div.attachments img, div.accesList img {
float: left;
margin: 0 3px 2px 0;
}
div.accesList img {
float: left;
margin: 0 6px 5px 0;
}

/* ----------- footer */
div#footer {
width: 912px;
text-align: left;
margin: 0 auto;
padding: 14px;
clear: both;
border-top: solid 1px #e6e6e6;
}
div#footer div#footLeft {
width: 75%;
margin: 0;
padding: 0;
float: left;
}
div#footer div#footRight {
width: 25%;
margin: 0;
padding: 0;
float: left;
text-align: right;
}
div#footer div#footRight img {
margin: 0 4px;
}
div#footer a {
color: #80756F;
text-decoration: none;
margin: 0 4px;
}
div#footer a:hover {
background: none;
text-decoration: underline;
}

/* ----- tab menu on scheda prodotto ---- */
.TabbedPanels {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	color: #666;
	padding: 4px 15px;
	margin: 0 1px 0 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
color: #000;
}
.TabbedPanelsTabSelected {
	border: 1px solid #cbcbcb;
	border-bottom: solid 1px #fff;
}ng around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #cbcbcb;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	border-top: solid 1px #cbcbcb;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0;
	width: 30em;
	height: 20em;
}
/* end tabbed menu */

.page-break { display:none; }