@charset "utf-8";
/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(/i/ground.png) no-repeat top #333;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

.linkWhite {
	text-decoration:none;
	color:#fff;
}

h3 {
	margin:0 0 10px 0;
	padding:0;
	font-size:13px;
}

div#wrapper {
	font-size:11px;
	width: 980px;
	margin: 0px auto;
	text-align:left;
	background:#fff;
	color:#666;
	line-height:17px;
}

div#header {
	position:absolute;
	margin:0;
	padding:0;
	width:980px;
	height:279px;
	background:url(/i/header_ground.png) no-repeat;
}

div#header div#logo {
	position:absolute;
	margin:65px 0 0 420px
}

div#tman {
	z-index:102;
	position:absolute;
	margin:10px 0 0 20px;
}

div#topmenu {
	position:absolute;
	margin-top:279px;
	z-index:99;
	width:980px;
	height:60px;
	background:url(/i/topspacer.png);
}

div#search {
	z-index:103;
	position:absolute;
	margin:290px 0 0 130px;
}

div#search input.searchfield {
	width:200px;
	border:0;
	padding:4px;
	background:#B6DC53;
	color:#333;
}

div#search .go {
	position:absolute;
	margin:0 0 0 10px;
	cursor:pointer;
}


div#topmenu ul {
	position:absolute;
	margin:-36px 0 0 446px;
	padding:0 0 0 0;
	list-style-type:none;
}

div#topmenu ul li {
	float:left;
	font-size:14px;
	background:url(/i/topnav_ground.png) no-repeat;
	width:121px;
	text-align:center;
}

div#topmenu ul li a {
	padding:10px 0 10px 0;
	display:block;
	text-decoration:none;
	color:#333;
}

div#topmenu ul li a:hover {
	background:url(/i/topnav_ground_hover.png) no-repeat;
	color:#fff;
}


div#topmenu ul li.login {
	width:50px;
}

div#filodiretto {
	z-index:200;
	position:absolute;
	margin:0 0 0 448px;
	width:532px;
	color:#fff;
}

div#filodiretto div#filodirettoButton {
	background:url(/i/filodiretto.png) no-repeat;
	width:179px;
	height:15px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:10px 0 10px 35px;
	margin:0 0 0 300px;
}


div#topcartContent {
	position:absolute;
	margin:10px 0 0 720px;
	width:240px;
	background:#efefef;
	padding:5px;
	border-bottom:2px solid #99CF0D;
}



div#main {
	width:980px;
	position:absolute;
	margin-top:323px;
	background:#fff;
}

div#leftbar {
	float:left;
	width:230px;
	padding:20px 0 0 20px;
}

div#leftbar div.leftbox {
	width:210px;
	background:#99CF0D;
	margin:0 0 20px 0;
}

div#leftbar div.leftbox div.leftboxTop {
	width:170px;
	background:url(/i/boxtop.png) #ccc no-repeat 8px 7px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:9px 0 9px 40px;
}

div#leftbar div.leftbox div.leftboxContent {
	
}

div#leftbar div.leftbox div.leftboxContent ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#leftbar div.leftbox div.leftboxContent ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
}

div#leftbar div.leftbox div.leftboxContent ul li a {
	display:block;
	text-decoration:none;
	padding:8px 0 8px 16px;
	background:url(/i/qw.gif) no-repeat 5px 14px #89B70B;
	margin:0 0 1px 0;
	color:#fff;
}

div#leftbar div.leftbox div.leftboxContent ul li a:hover {
	background:url(/i/qw.gif) no-repeat 5px 50% #97C40F;
	color:#fff;
}



/*MENU*/

div.menuTop {
	width:170px;
	background:url(/i/boxtop.png) #ccc no-repeat 8px 7px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:9px 0 9px 40px;
}

ul#nav {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
	width:210px;
}

ul#nav li {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
	background:url(/i/qw.gif) no-repeat 5px 14px #89B70B;
}

ul#nav li a {
	display:block;
	text-decoration:none;
	padding:8px 0 8px 16px;
	margin:0 0 1px 0;
	color:#fff;
}

ul#nav li a:hover {
	background:url(/i/qw.gif) no-repeat 5px 50% #97C40F;
	color:#fff;
}

ul#nav li ul.sub_0  {
	padding:0;
	margin:0;
	
}

ul#nav li ul.sub_0 li {
	padding:3px 0 3px 20px;
	margin: 0;
	background-color:#e7e7e7;
	background:url(/i/qg.gif) no-repeat 10px 50% #e7e7e7;
}

ul#nav li ul.sub_0 li a {
	padding:0;
	margin:0px;
	color:#333;
}

ul#nav li ul.sub_0 li a:hover {
	padding:0;
	margin:0px;
	color:#DF1112;
	background:none;
}

ul#nav li ul.sub_0 li a.active {
	color:#DF1112;
	font-weight:bold;
}

/*MENU*/



div#leftbar div.leftbox div.leftboxBottom {
	height:5px;
	background:#99CF0D;
}

div#content {
	float:left;
	width:710px;
	padding:20px 20px 20px 0;
	margin:40px 0 0 0;
	font-size:12px;
}

div.start {
	float:left;
	margin:5px;
}

div.startimg img {
	width:150px;
	height:150px;
	border:8px solid #99CF0D;
}

div.logoProduct {
	position:absolute;
	margin:-25px 0 0 500px;
}

.desc a {
	text-decoration:none;
	color:#DF1112;
}

#footer {
	background:#89B70B;
	border-top:3px solid #ccc;
}

div#footer div#address {
	padding:20px;
	color:#fff;
	font-size:12px;
	line-height:17px;
}

div#footer div#address a {
	text-decoration:underline;
	color:#fff;
	background:url(/i/qw.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
}

div#footer div.footerspacer {
	position:absolute;
	margin:20px 0 0 245px;
	width:10px;
	height:140px;
	background:url(/i/footerspacer.png);
}

div#footer div#logolist {
	width:680px;
	position:absolute;
	margin:40px 0 0 290px;
	color:#fff;
}

div#footer div#logolist img.logos {
	border:7px solid #99CF0D;
	margin:0 5px 0 5px;
}

div#nomatches {
	position:absolute;
	display:none;
	margin:-22px 0 0 0;
	padding:3px;
	background:#DF1112;
	color:#fff;
}

.confield {
	width:200px;background:#fafafa;border:1px solid #89B70B;
}@charset "utf-8";
/* CSS Document */

div#cms {
	padding-top:20px;
}

h1 {
	margin:0 0 20px 0;
	padding:10px 10px 10px 40px;
	background:url(/i/arrowH1.png) no-repeat 5px 50% #808080;
	font-size:16px;
	color:#fff;
	border-bottom:2px solid #ccc;
}

div#cms h2 {
	margin:0 0 0 0;
	padding:0;
	font-size:13px;
	color:#666;
}

div#cms div#cmsimage {
	float:left;
	width:250px;
	height:250px;
	background:url(/i/img_ground.png) no-repeat;
	padding:25px;
	margin:0 10px 0 0;
}

div#price {
	position:absolute;
	margin:-10px 0 0 550px;
	width:134px;
	height:44px;
	background:url(/i/price.png) no-repeat;
	color:#fff;
	font-weight:bold;
	padding:10px 0 0 0;
	text-align:center;
}

div#history a {
	text-decoration:none;
	color:#89B70B;
}

#specifiche_techniche {
	float:left;
	background:#efefef;
	padding:2px;
	width:190px;
}

#specifiche_techniche td {
	border-bottom:1px solid #fff;
	font-size:10px;
}

div#options {
	float:left;
	background:#efefef;
	background:#B6DC53;
	width:185px;
	margin:0 0 0 15px;
	padding:5px;
}

div#options div#optionsTop {
	background:#89B70B;
	margin:0 0 10px 0;
	padding:3px;
	font-weight:bold;
	color:#fff;
}

div#cms div#quantity {
	width:140px;
	margin-bottom:20px;
}

div#cms div#quantity input {
	width:30px;
	background:#89B70B;
	border:0;
	margin-bottom:5px;
	padding:4px;
	font-size:12px;
	text-align:center;
	margin-left:20px;
	font-weight:bold;
}

div#cms select {
	width:185px;
	background:#89B70B;
	background:#B7B7B7;
	background:#fff;
	border:0;
	padding:4px 0 4px 0;
	cursor:pointer;
	font-size:12px;
	margin-bottom:10px;
}

div#cms div#tension {
	width:185px;
	background:#89B70B;
	background:#B7B7B7;
	background:#fff;
	border:0;
	padding:4px 0 4px 0;
	cursor:pointer;
	font-size:12px;
	margin-bottom:10px;
	color:#666;
}

div#cms span#tensionButton {
	color:#000;
	font-weight:normal;
	padding:2px;
	display:block;
	font-size:11px;
}

div#addToCart {
	text-align:center;
	cursor:pointer;
}

div#cordaBox {
	background:#efefef;
	float:left;
	text-align:center;
	width:160px;
	padding:10px 10px 0 10px;
}


/*CMSPRE*/
div.articles {
	width:339px;
	float:left;
	background:url(/i/cmspre_ground.png) #B6DC53;
	padding:5px;
	margin:0 0 15px 0;
	border:0px solid #89B70B;
}

div.articles .previewimg {
	margin:0 15px 0 0;
}

div.articles .articleTitle a {
	color:#DF1112;
	text-decoration:none;
	font-weight:bold;
}

div.articles .articlePrice {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	margin-top:15px;
}

div.articles .articleDetails {
	position:absolute;
	margin:80px 0 0 270px;
}

div.articles .articleDetails a {
	text-decoration:none;
	color:#89B70B;
	font-weight:bold;
}/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/css/images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/css/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/css/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/css/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/css/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/css/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/css/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/css/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/css/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/css/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/css/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/css/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/css/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/css/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/css/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
@charset "utf-8";
/* CSS Document */


div#Tip {
  position: absolute;
  display: none;
  font-size: 11px;
  background:#B6DC53;
  border:2px solid #ccc;
  padding:5px;
}

div#DivPosition {
  float: left;
  width: 50;
  font-size: 12px;
}@charset "utf-8";
/* CSS Document */

#orderform {

}

#orderform .field {
	width:250px;
	border:0;
	padding:3px;
	background:#ccc;
	border:1px solid #fff;
}

#orderform .weiter {
	width:98px;
	height:27px;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	float:right;
}

.delfromcart {
	cursor:pointer;
}

/* CART */

#cartform {
	width:710px;
}

#cartform td {
	background: #EFEFEF;
	margin: 3px;
}

#cartform td input {
	background:#B6DC53;
	border:0;
	padding:2px;
}

#cartform td input.weiter {
	width:100px;
	font-weight:bold;
	cursor:pointer;
	border:4px solid #99CF0D;
}

.weiter {
	padding:10px 20px 10px 20px;
	font-weight:bold;
	cursor:pointer;
	border:4px solid #99CF0D;
	text-decoration:none;
	font-size:20px;
	background:#B6DC53;
	color:#fff;
	float:right;
	margin:0 0 0 0;
}

.back {
	padding:10px 20px 10px 20px;
	font-weight:bold;
	cursor:pointer;
	border:4px solid #99CF0D;
	text-decoration:none;
	font-size:20px;
	background:#B6DC53;
	color:#fff;
	float:left;
	margin:0 25px 0 0;
}

#cart {
	width:710px;
}

#cart th {
	background:#99CF0D;
	padding:5px 0 5px 5px;
	color:#fff;
}

#cart td {
	background:#B6DC53;
}
