.boxText { font-family: Tahoma; font-size: 10px; }
.errorBox { font-family : Tahoma; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma; font-size : 10px; color: #cc0033; }
.productsNotifications { }
.orderEdit { font-family : Tahoma; font-size : 10px; color: #FF660A; text-decoration: underline; }

BODY {
  color: #333333;
  margin: 0px;
  font-family:Tahoma;
  font-size:11px;
 
}

A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  color: #FF6600;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  margin: 2px 2px 2px 2px;

 


 
  
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  padding-left:3px;
  
}

FORM {
	display: inline;
}

.pagewidth {
	width:990px;
	font-family: Tahoma;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bdbdbd;
	border-bottom-color: #bdbdbd;
	border-left-color: #bdbdbd;*/
	padding: 0px;
/*	-moz-box-shadow: 0 0 25px #333333;
	-webkit-box-shadow:0 0 25px #333333;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);*/
  /*background-color: #fff;*/
  /*zoom: 3;*/
     /*filter:  */   
    /*progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=0,strength=10)*/
/*    progid:DXImageTransform.Microsoft.Shadow(color=#dcdbdb,direction=90,strength=13)
    progid:DXImageTransform.Microsoft.Shadow(color=#dcdbdb,direction=180,strength=13)
    progid:DXImageTransform.Microsoft.Shadow(color=#dcdbdb,direction=270,strength=13);
	font-size: 12px;
	text-align: left;*/
}
.pagewidth2 {
	width:1013px;
	font-family: Tahoma;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bdbdbd;
	border-bottom-color: #bdbdbd;
	border-left-color: #bdbdbd;
}

#topbox {
	background:url(images/frontone.jpg) no-repeat;
	height:130px;
	width:1013px;
}

#topheader {
	background:url(images/az_header_top_bg.gif) repeat-x;
	width:728px;
	height:8px;
}

#header {
	background:url(images/az_header.jpg) no-repeat;
	width:728px;
	height:268px;
}
#header_bottom {
	background:url(images/az_header_bottom.jpg) no-repeat;
	width:728px;
	height:24px;
	
}
.cartText { color: #000;float:left; margin-top: display: inline-block; font-weight: 600; }
span.cartTitle {
	color:#ffffff;
	font-weight:bold;
}
#az_logo {
	background:url(images/az_logo.jpg) no-repeat;
	width:386px;
	height:139px;
	vertical-align:bottom;
}
#az_logo a {
	font-size:11px;
	color:#ffffff;
	line-height:22px;
	width:90px;
	text-align:right;
	display:block;
	text-transform:lowercase;
}
#az_logo a:hover {
	color:#EAEAEA;
}

#top_nav {
	background:url(images/az_topnav_bg.jpg) right top no-repeat;
	height:28px;
}

#az_menu {
	 background-image:url(images/mentop-sf.gif);
	 background-repeat: repeat-x;
	 width:1013px;
	 height:30px;
	 margin-top:-1px;

	 
}

.az_main_menu {
	float:left;    
	display: inline;
	/*max-width:100px;*/
	
}
.az_main_menu span {
	display: inline-block;
	float:left;
}
.az_main_menu span#last_menu_item {
	border-bottom:none;
}
.az_main_menu a {
display: inline;
float:left;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
width:111px;
height: 30px;
text-align: center;
color: #333333;
padding-top:14px;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
background-color: trasparent;
background-image: url(../images/botmenu.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
white-space:nowrap;

}
.az_main_menu a:hover {
background-color: transparent;
background-image: url(../images/botmenu2.jpg);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0% 0%;
color: #333333;

}
menusx{
background-image: url(../images/botsx.gif);
background-repeat:no repeat;

}
menudx{

background-image: url(../images/botdx.gif);
background-repeat: no-repeat;

}

#az_menubox_bottom {
    width:960px;
	height:150px;
	margin-bottom:10px;
	background:url(../images/bgtool.gif) no-repeat;
	background-position:center;
	
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#maincontent {
	padding-bottom:2px;
}
#content_left, #content_right {
}
#content_mid {
}

#maincontent TD.inner_content {
	padding:0px 0px 0 5px;
}

/*bottom_top {
	background:url(images/footer.jpg) right top no-repeat;;
	height:8px;
}*/

/*TD.footer {
	background:url(images/az_footer_bg.gif) repeat-x;
}*/
/*div.footer {
	background:url(images/footer.jpg) right top no-repeat;
	height:160px;
	width:990px;
	border:none;
	margin-top:10px;
	}*/

#bottom_nav {
	color:#ffffff;
	font-size:12px;
}
#bottom_nav a {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#ffffff;
	text-transform:capitalize;
}
#bottom_nav a:hover {
	color:#e3e3e3;
}
.bottom_nav_sep {
	padding:0 10px 0 10px;
}
#bottom_nav td.footerText a {
	color:#26478c;
}
#bottom_nav td.footerText a:hover {
}

.az_productListing-heading {
  font-family:Tahoma;
  font-size: 11px;
  text-transform:uppercase;
  vertical-align:middle;
}
.az_productListing-heading a {
  font-weight:bold;
  color: #ffffff;
}
.az_productListing-heading a:hover {
  color:#dec7d9;
}
.az_productListing-data {
	font-size:11px;
	color:#ffc4f6;
	vertical-align:top;
}

.az_cat_nav {
	padding:5px 0 5px 0;
	text-align:left;
}
.az_cat_nav a {
	color:#8c146c;
	font-size:11px;
}
.az_cat_nav a:hover {
	color:#ff8ed3;
}

.az_nav {
	margin-bottom:4px;
	text-indent:8px;
	text-align:left;
}


/* az template settings eof */

.smallCur {
	color:#4A7D8E;
	font-size:11px;
}
.specialsprice{
	color:#FF660A;
	font-size:11px;
}

SPAN.productPrice {
	font-family:Arial;
	font-size:19px;
	color:#FF660A;
}
SPAN.productPrice s {
	color:#4A7D8E;
}
SPAN.productPrice s .smallCur {
	color:#FF660A;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 10px;
}

.topBoxText {
	font-family:Tahoma;
	font-size:11px;
	
}

.searchBox {
    background:trasparent;
	display: inline;
	height:29px;
	width:416px;
	
}
.searchBox a {
	color: #333333;
	font-family:Arial, Tahoma, sans-serif;
	font-size:11px;
	font-weight:400;
	text-align:left;
	line-height:20px;
	float:left;
	
	
	
}
.searchBox a:hover {
	color: #FF6600;
	font-size:11px;
	float:left;
	
}

.template-button-left, .template-button-middle, .template-button-right, 
.template-button-left2, .template-button-middle2, .template-button-right2, 
.template-button-left3, .template-button-middle3, .template-button-right3 {
  line-height: 22px;
  height: 22px;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #333333 !important;
  font-weight:600;
  padding:0;
  margin: 0;
  vertical-align: bottom;
  display: -moz-inline-box;
  display: inline-block;  
  cursor: pointer;
}
.template-button-left2, .template-button-middle2, .template-button-right2 {
  color: #7C4848 !important;
}


.az_button_submit {
	background:url(images/bot_02.jpg) repeat-x;
	vertical-align:top;
	height:22px;
	padding:0;
	border:none;
	text-align:center;
	font-weight:600;
	color: #333333;
	font-size:11px;
	text-transform: capitalize;
	cursor: pointer;
	white-space:nowrap;
	margin:0;
	padding-left:2px;
}
.newsletter_button {
	background:url(images/newslettersub.gif) no-repeat;
	width:100px;
	height:22px;
	padding:0;
	border:none;
	cursor: pointer;
	white-space:nowrap;
	margin:0;
	padding-left:2px;
}

.az_button_submit3{
	background:url(images/btcerca.gif) no-repeat;
	vertical-align:top;
	width:70px;
	height:29px;
	padding:0;
	border:none;
	text-align:center;
	color: #333333;
	font-size:11px;
	text-transform:capitalize;
	font-weight:bold;
	cursor: pointer;
	white-space:nowrap;
	margin:0;
	padding-left:2px;
}

.template-button-left2, .template-button-middle2, .template-button-right2, 
.template-button-left, .template-button-middle, .template-button-right {
  line-height: 22px;
  height: 22px;
}
.template-button-left2, .template-button-middle2, .template-button-right2 {
  color:#424242;
}
.template-button-left3 {
  background:url(images/bot_01.jpg) no-repeat;
  width: 21px;
}
/*.template-button-middle3 {
  background:url(images/) repeat-x;
  white-space: no-wrap;
}*/
/*.template-button-right3 {
  background:url(images/bot_10.jpg) no-repeat;
  width: 22px;
}*/
.template-button-left {
  background:url(images/bot_01.jpg) no-repeat;
  width: 21px;
}
.template-button-middle {
  background:url(images/bot_02.jpg) repeat-x;
  white-space: no-wrap;
}
.template-button-right {
  background:url(images/bot_10.jpg) no-repeat;
  width: 22px;
}
.template-button-left2 {
  background:url(images/bot_01.jpg) no-repeat;
  width: 21px;
}
.template-button-middle2 {
  background:url(images/bot_02.jpg) repeat-x;
  white-space: no-wrap;
}
.template-button-right2 {
  background:url(images/bot_10.jpg) no-repeat;
  width: 22px;
}

/* Buttons Settings */
.az-button-left, .az-button-middle, .az-button-right, 
.az-button-left2, .az-button-middle2, .az-button-right2, 
.az-button-left3, .az-button-middle3, .az-button-right3, 
.az-button-left4, .az-button-middle4, .az-button-right4, 
.az-button-cart, .az-button-cart-list, .az-scheda-tecnica{
  line-height: 30px;
  height: 30px;
  font-family: Tahoma, Verdana;
  font-size: 11px;
  font-weight:normal;
  color:trasparent;
  padding:0;
  margin: 0;
  vertical-align: bottom;
  /*display: -moz-inline-box;*/
  display: inline-block;  
  cursor: pointer;
  text-transform: capitalize;
}
/*.az-button-left {
  background:url(images/az_button2_left.gif) no-repeat;
  width: 9px;
}
.az-button-middle, .azbutton_mid1 {
  background:url(images/az_button1_mid.gif) no-repeat;
  width: 44px;
  
}*/

.az-button-cart {
  background:url(images/cart.gif) center no-repeat;
  width: 50px;
  height:50px;
  
}

.az-button-cart-list {
  background:url(images/cartlist.gif) center no-repeat;
  width: 32px;
  height:30px;
  
}
.az-scheda-tecnica{
  background:url(images/schedatecnica.gif) no-repeat;
  white-space: nowrap;
  width: 100px;
  height:22px;
  margin-left:2px;
}
/*.az-button-right {
  background:url(images/az_button1_right.png) no-repeat;
  width: 9px;
}
*/
.az-button-left2 {
  background:url(images/bot_01.jpg) no-repeat;
  width: 10px;
}
.az-button-middle2, .azbutton_mid2 {
  background:url(images/az_button2_mid.gif) no-repeat;
  white-space: nowrap;
  width: 100px;
  height:22px;
}
.az-button-right2 {
  background:url(images/bot_10.jpg) no-repeat;
  width: 10px;
}
.az-button-left3, .az-button-middle3, .az-button-right3 {
  line-height: 19px;
  height: 19px;
  font-size: 1px;
}
.az-button-left3 {
  background:url(images/bot_01.jpg) no-repeat;
  width: 21px;
}
.az-button-middle3, .azbutton_mid3 {
  background:url(images/bot_02.jpg) repeat-x;
  white-space: nowrap;
  font-weight:bold;
  font-size:11px;
  text-transform:capitalize;
  font-weight:bold;
}
.az-button-right3 {
  background:url(images/bot_10.jpg) no-repeat;
  width: 22px;
}
.az-button-left4, .az-button-middle4, .az-button-right4 {
  line-height: 22px;
  height: 22px;
  font-size:0px;
}
.az-button-left4 {
  background:url(images/bot_01.jpg) no-repeat;
  width: 21px;
}
.az-button-middle4, .azbutton_mid4 {
  background:url(images/bot_02.jpg) repeat-x;
  white-space: nowrap;
  font-size:12px;
  text-transform:capitalize;
  color:#f94f08;
  padding:0 4px 0 4px;
}
.az-button-right4 {
  background:url(images/bot_10.jpg) no-repeat;
  width: 22px;
}
.button_container {
	background:url(images/az_button4_right.gif) repeat-x;
	display: inline-block;
	line-height: 22px;
    height: 22px;
}
.azbutton_mid1, .azbutton_mid2, .azbutton_mid3, .azbutton_mid4 {
	font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-weight:normal;
    color: #ffffff;
	text-transform: capitalize;
	padding:0 2px 0 2px;
	white-space:nowrap;
	cursor:pointer;
}
.az-button-middle2, .azbutton_mid2 {
	color:#484848;
}
.azbutton_mid3 {
	font-size:11px;
	text-transform:capitalize;
	font-weight:bold;
}
.azbutton_mid4 {
	font-size:12px;
	text-transform:capitalize;
	color:#f94f08;
	padding:0 4px 0 4px;
}
.azbutton {
	border:none;
	border:0 none;
	padding:0;
	background:none;
	/*width:auto !important;
	width:1;*/
	overflow:visible;
	cursor:pointer;
}
/* eof: Buttons Settings */

.contentBoxContents{
	background:#A3A294 ;
}

.infoBoxContents_side, .infoBoxContents_center {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 4px;
}

.addborder{
	margin: 0px 4px 0px 4px;
}

.infoBoxContents_side a {
	color: #333333;
	font-size:11px;

	
}
.infoBoxContents_side a:hover {
	color: #FF6600;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.contentBoxHeading {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #374c61;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}
.az_cat_nav{
	font-family:Tahoma;
	font-size:11px;
	line-height:20px;
	height:20px;
	padding-left:20px;
	border-bottom:1px dashed #E7E7E7;
}
.az_cat_nav img{
	margin-bottom:3px;
}

.az_info_nav{
    background-image:url(../images/side.gif) repeat-x;
	font-size:11px;
	line-height:20px;
	height:20px;
	padding-left:20px;	
}
.az_info_nav img{
margin-bottom:3px;
}



	/* MAIN table css controls */

.siteWidth { width: 990px; }
.maincont_tb { }

	/* LEFT bar css controls */

.maincont_left_td {
	width: 160px;
}
.leftbar_tb {
	width: 160px;
}
.infoBoxHeadingText{
  background:url(images/az_infobox_topbg.gif) left no-repeat;
  font-family: Tahoma;
  font-size: 11px;
  font-weight:bold;
  text-transform:uppercase;
  color:#FFFFFF;
  padding-left:49px;
}

.infoBoxContentsLeft span.productSpecialPrice {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF660A;
}
.infoBoxContentsLeft .boxText A:link, .infoBoxContentsLeft .boxText A:active, .infoBoxContentsLeft .boxText A:visited {
	color: #FF6510;
	text-decoration:none;
}
.infoBoxContentsLeft .boxText A:hover {
	color: #dd2a00;
	text-decoration: none;
}
.infoBoxContentsLeft_categ {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #dd2a00;
	text-align: left;
}
.infoBoxContentsLeft_categCell {
	background-image: url("images/az_categbox_bg.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 5px 0;
}
.infoBoxContentsLeft_categCell A:link, .infoBoxContentsLeft_categCell A:active, .infoBoxContentsLeft_categCell A:visited, 
.infoBoxContentsLeft_categ A:link, .infoBoxContentsLeft_categ A:active, .infoBoxContentsLeft_categ A:visited {
	color: #828282;
	text-decoration: none;
}
.infoBoxContentsLeft_categCell A:hover,
.infoBoxContentsLeft_categ A:hover {
	color: #dd2a00;
	text-decoration: underline;
}

	

	/* CENTER bar css controls */

.maincont_mid_td { padding: 0 10px; }
TD.infoBoxHeadingLcorner, TD.infoBoxHeadingLcornerCenter { }
TD.infoBoxHeadingRcorner, TD.infoBoxHeadingRcornerCenter { }
/* .plainBoxHeading for ZenCart */ 
TD.infoBoxHeading, TD.infoBoxHeadingCenter, TD.plainBoxHeading {
	height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #374C61;
	text-align: left;
}
/* .plainBox for ZenCart and moduleBox for ms3 */ 

.infoBoxHeading_side {
	height:20px;
}


.infoBoxHeadingC_side {
	background:url(images/headbox.gif) no-repeat;
	height:53px;
	background-position:center;
	
	
}

/*.az_infoBoxHeading_sideL{
background:url(images/headlat_01.jpg) no-repeat;
width:15px;
}*/
.az_infoBoxHeadingL_side {}
.az_infoBoxHeadingC_side {
    width:170px;
	height:15px;
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #333333;
	text-align:center;
	text-shadow: 3px 5px 3px #0000000; 
				
}
.az_infoBoxHeadingR_side {}

.infoBoxFooter_side {
	background:url(images/az_ibox_hor.);

}
.infoBoxFooterL_side {
	background:url(images/az_ibox_footer_left.) no-repeat;
}
.infoBoxFooterC_side {
	background:url(images/footerbox.gif) no-repeat;
	background-position:center;
	height: 17px;
	width:144px;
	
	
}
.infoBoxFooterR_side {
	background:url(images/az_ibox_footer_right.) no-repeat;
}
.infoBoxFooterL_side img, .infoBoxFooterR_side img {
	width:0px;
}

.infoBoxFooter_box2 {
	background:url(images/az_ibox2_hor.gif) left bottom repeat-x #f4f4f4;
	height:6px;
	font-size:0px;
}
.infoBoxFooterL_box2 {
	background:url(images/az_ibox2_footer_left.gif) no-repeat;
}
.infoBoxFooterC_box2 {}
.infoBoxFooterR_box2 {
	background:url(images/az_ibox2_footer_right.gif) no-repeat;
}
.infoBoxFooterL_box2 img, .infoBoxFooterR_box2 img {
	width:6px;
}

.infoBoxHeader_box2 {
	background:url(images/az_ibox2_hor.gif) repeat-x #f4f4f4;
	height:6px;
	font-size:0px;
}
.infoBoxHeaderL_box2 {
	background:url(images/az_ibox2_top_left.gif) no-repeat;
}
.infoBoxHeaderC_box2 {}
.infoBoxHeaderR_box2 {
	background:url(images/az_ibox2_top_right.gif) no-repeat;
}
.infoBoxHeaderL_box2 img, .infoBoxHeaderR_box2 img {
	width:6px;
}

.infoBoxHeadingL {}
.infoBoxHeadingL_center {
  background:url(images/az_ibox2_header_left.gif) no-repeat;
  height:30px;
  width:19px;
}

.infoBox, .infoBoxCenter, .newProductsBox, .plainBox, .moduleBox { }
.infoBox, .plainBox, .moduleBox { border: #e0e0e0 solid 1px; }
TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.infoBoxContents {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #7f7f7f;
	text-align: left;
	width:10px;

}
.infoBoxContents A:link, .infoBoxContents A:active, .infoBoxContents A:visited,
.infoBoxContentsCenter A:link, .infoBoxContentsCenter A:active, .infoBoxContentsCenter A:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.infoBoxContents A:hover, .infoBoxContentsCenter A:hover {
	color: #FF6510;
	text-decoration: none;
}
.infoBox_side {}
.infoBox_center {}
.infoBoxL, .infoBoxR {}
.infoBoxC {}
/*.infoBoxL_side, .infoBoxR_side {
	background:url(images/az_ibox_ver.gif) repeat-y;
	width:1px;
}*/
.infoBoxL_box2, .infoBoxR_box2 {
	background:url(images/az_ibox2_ver.gif) repeat-y;
	width:1px;
}
.infoBoxC_side {}
.infoBoxContents, .infoBoxContents_center {
  /*background: #fffcf2;*/
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align:justify;
  border-bottom:1px dashed #FF9900;
  width:143px;
}

.infoBoxContents_side {
  background:url(images/az_ibox_bg.gif) right bottom repeat-y #fffcf2;
  width:143px;

  
}
TD.productListing-data {
  font-family: Tahoma;
  font-size: 11px;
  text-align:center;
}
.listingProductImage{
	padding:2px 0px 2px 0px;
}
TD.az-productListing-data {
  font-family: Tahoma;
  font-size: 11px;
  text-align:left;
}

	/* PRODUCT box css controls */

.az_itembox{
	border:1px solid #DEDFDE;
	padding:0px 17px 15px 17px;
}
.az_custom{
	color:#FF660A;
}
.az_custom_link a{
	color:#FF660A;
}
.az_productListing-heading {
  font-family:Tahoma;
  font-size: 11px;
  /*background: #b6b7cb;*/
  color: #000000;  
  text-transform:uppercase;
  letter-spacing:.001em;
  font-weight:bold;
  padding-right:5px;
}
td.az_productListing-heading {
	height:40px;
}
.productBoxHeading_tb, .productBoxOuter, .productBoxBottom_tb { 
	width: 240px;
}
.productBoxOuter {
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
} 
.productBoxBottom_tb { 
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
TD.productBoxHeadingLcorner { 
	background-image: url("images/az_productbox_heading.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 14px; 
}
TD.productBoxHeading {
	padding-left: 10px;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
TD.productBoxHeadingRcorner { width: 0px; }
TD.productBoxHeading {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  height: 26px;
  line-height: 0.9;
  padding: 0 10px;
}
TD.productBoxHeading A:link, TD.productBoxHeading A:active, TD.productBoxHeading A:visited {
	color: #666666;
	text-decoration: none;
}
TD.productBoxHeading A:hover {
	color: #666666;
	text-decoration: underline;
}
.productBox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #7f7f7f;
	text-align: left;
}
.productBoxContent {  
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7f7f7f;
	padding: 10px 0 10px 10px;
}
.productBox A:link, .productBox A:active, .productBox A:visited,
.productBoxContent A:link, .productBoxContent A:active, .productBoxContent A:visited {
	color: #374C61;
	text-decoration: none;
}
.productBox A:hover, .productBoxContent A:hover {
	color: #828282;
	text-decoration: underline;
}
.productBoxImage {
	text-align: center;
	vertical-align: top;
}
.productBoxPrice {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FF660A;
	padding-bottom: 4px;
}
.productBoxPrice SMALL { font-size: 14px !important; color: #FF660A !important; }
.productBoxDescription { height: 50px; }
.productBoxLBottom { width: 0px; }
.productBoxRBottom { width: 0px; }
.productBoxHSep {
}
.productBoxVSep {
}
.productBoxMid{ }
.productInfo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #7f7f7f;
	text-align: left;
	line-height: 1.5;
}
.productInfoPrice {
  font-family: Tahoma, Arial;
	font-weight: bold;
  font-size: 14px;
	color: #FF660A;
	height: 30px;
}
.productInfo A:link, .productInfo A:active, .productInfo A:visited {
	color: #535353;
	text-decoration: underline;
}
.productInfo A:hover {
	color: #dd2a00;
	text-decoration: none;
}


.centeredContainer { margin: auto; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.alignTop { vertical-align: top; }
.alignMiddle { vertical-align: middle; }
.alignBottom { vertical-align: bottom; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.inline { display: inline; }
.block { display: block; }
.nowrap { white-space: nowrap; }
.paddingTop { padding-top: 5px; }
.paddingRight { padding-right: 5px; }
.paddingBottom { padding-bottom: 5px; }
.paddingLeft { padding-left: 5px; }
.marginTop { margin-top: 5px; }
.marginRight { margin-right: 5px; }
.marginBottom { margin-bottom: 5px; }
.marginLeft { margin-left: 5px; }
.listPlain {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.noborder { border: none; }

	/* ZenCart Specific */	
span.normalprice {
	color: #333;
	text-align:left;
	

	
}
span.normalprice .smallCur{
	color: #333;
	text-align:left;
	display:inline;

}
span.normalprice {
	color: #333;
	text-align:left;
	display:inline;
}
SPAN.productSpecialPrice {
	
	color: #F90;
	text-align:left;
	display:inline;
}
.stockWarning{
	color: #333;
	text-align:left;
	display:inline;
	}
span.coming{
	color: #333;
	text-align:left;
	display:inline;
	}

span.productSpecialPriceSale {
	color: #FF660A;
	
}
.plainBox {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
}
/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
	font-weight: bold;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount { }
 {
    border:0px solid #000000;
	



}
#cartContentsDisplay {
    border:0px solid #000000;
	display:inline;



}


TR.tableHeading { background: #FFFFFF; !important; color:#000000 !important; }
TR.rowEven { background-color: #FFFFFF !important; }
TR.rowOdd { background-color: #FFFFFF !important; }
DIV #cartSubTotal { background-color: #FFFFFF !important; }
.centerBoxHeading {
	font-family: Tahoma !important;
	font-weight: normal !important;
	font-size: 16px !important;
	font-weight:bold !important;
	color: #333333 !important;
	text-align: left !important;
}
.maincont_tb fieldset {
	border: #e0e0e0 solid 1px !important;
}
.maincont_tb legend {
	color: #333333;
}
.centerColumn { 
 padding: 0 0 0 0px !important; 
 width:630px;
 alignment-adjust:auto;
 }
 
.categoryListBoxContents { width: 32% !important; }
.specialsListBoxContents { width: 32% !important; }
.productGeneral { float: none !important; }



/* dropdown cart module */

.animBox {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.animBoxDropover {
    position: absolute;
    visibility: visible;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#animBoxCart {
	position:absolute;	
	border: #7f7f7f solid 1px;
	background-color: #efefef;
	display:none;
	width: 280px;
	top:auto;
	z-index: 1000;
}
.animBoxCartImage { }
.animBoxCartContent {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #7f7f7f;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #dd2a00;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	text-decoration: none;
	color: #828282;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited  {
	font-weight: bold;
	color: #dd2a00;
	text-decoration: none;
}
.animBoxCartName A:hover {
	font-weight: bold;
	color: #828282;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited  {
	font-weight: bold;
	color: #dd2a00;
	text-decoration: none;
}
.animBoxCartLink A:hover {
	font-weight: bold;
	color: #828282;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #dd2a00;
}
.animBoxCartLink { border-bottom: #7f7f7f solid 1px; }
.animBoxCartTotal { border-top: #7f7f7f solid 1px; }
.animBoxCartNotice {
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7f7f7f;
}

/* product box.css */

.productBoxTop {
	background:url(images/az_pbox_top_center.gif) repeat-x;
}
.productBoxBottom {
	background:url(images/az_pbox_footer_center.gif) left bottom repeat-x;
}
.productBoxL {
	background:url(images/az_pbox_border_left.gif) repeat-y;
}
.productBoxC {
	background:url(images/az_pbox_body_bg.gif) left bottom repeat-x;
}
.productBoxR {
	background:url(images/az_pbox_border_right.gif) right top repeat-y;
}

.az_productListing-data {
	font-size:11px;
	color:#374c61;
	vertical-align:top;
	padding-right:5px;
}

/* End product box CSS */

/*img, .handle, .slider_prev, .slider_next { 
	behavior: url("css/iepngfix.htc") 
}*/

.productScrollerC {
	background: url(images/az_ps_center_bg.png) repeat-x;
}
#slider_container {	
    width: 495px;
	height:226px;
    margin: auto;
	padding:0;
	text-align:center;
}

.sliderGallery {
    overflow: hidden;
    position: relative;
    height: 190px;
	padding:0;
    width: 485px;
	text-align:left;
	margin:auto;
}

#slider_items {
	position: absolute;
    padding: 0;
    margin: 2.8em 0 0 0;
	cursor:move;
}
#slider_items td {
	vertical-align:bottom;
	text-align:center;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

span.prod_name a {
	color:#4a7d8e;
	text-decoration:none;
}
span.prod_name a:hover {
	color:#8eadb3;
}
span.prod_price { color:#ff660a; font-size:11px; }
span.prod_price s {
	color:#4a7d8e;
}

.sliderGallery a {
	text-decoration:none;
	color:#FFFFFF;
}
.sliderGallery img {
	border:0;
	margin:0px 5px 5px 5px;
}

#slider_nav {
	position:relative;
	height:22px;
	width:472px;
	margin:auto;
}

.ui-slider { 
    width: 436px;
    height: 22px;
    position: relative;
}

.slider {
    background: url(images/az_slider_bg.gif) repeat-x;
    float:left;
}
		
.slider_prev {
    background: url(images/az_ps_prev.gif) no-repeat;
    width:18px;
    height:22px;
    float:left;
    cursor:pointer;
}
.slider_next {
    background: url(images/az_ps_next.gif) no-repeat;
    width:18px;
    height:22px;
    float:left;
    cursor:pointer;
}
        
.handle {
    position: absolute;
    cursor: move;
    height: 16px;
    width:126px;
	margin-top:3px;
    top: 0;
	left:0;
    background: url(images/az_ps_handle.gif) no-repeat;
    z-index: 100;
}
		
#left_end {
    background: url(images/az_ps_left_end.gif) no-repeat;
    width:3px;
    height:22px;
	float:left;
}
#right_end {
    background: url(images/az_ps_right_end.gif) no-repeat;
    width:3px;
    height: 22px;
	float:right;
}

#bannerbox {
    background: url(../images/banner.gif) no-repeat;
	padding-top:10px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;

}
#bannerfix1{
    background: url(../images/bannerfix1.gif) no-repeat;
	margin-bottom:10px;


}
#bannerfix2{
    background: url(../images/bannerfix2.gif) no-repeat;
	margin-bottom:10px;


}
#bannerfix3{
    background: url(../images/bannerfix3.gif) no-repeat;
	margin-bottom:10px;

}
#banner1{
    background: url(../images/rivenditore.gif) no-repeat;
	width:170px;
	height:100px;
	margin-bottom:10px;

}
#banner2{
    background: url(../images/evidenza.jpg) no-repeat;
	width:170px;
	height:200px;
	margin-bottom:10px;

}
#banner4{
    background: url(../images/banner4.jpg) no-repeat;
	width:170px;
	height:200px;
	margin-bottom:10px;

}

#bannercentr{
    background: url(../images/centrbanner.gif) no-repeat;
	width:600px;
	background-position:center;
	height:200px;
	padding:0;
	margin-bottom:10px;
	margin-top:20px;

}

#closer{
    background: url(../images/nav_rightedge.gif) no-repeat;
	background-position:top;
    float: left;
    margin-top:9px;
    margin-left:0px;
    margin-right:0px;
    padding-top:7px;
    width:4px;
    height: 31px;
 	background-attachment: scroll;
    background-position: 0% 0%;
	

}
#backsearch{
background: url(../images/bannersearch.gif) no-repeat;
float:left;
}

#banner footer{
background: url(../images/bannerfooter.gif) no-repeat;
float:left;
}


l#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background: url(../images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(../images/topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 970px;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


.newsInfo {
  text-align: left;
  font-style: normal;
}

.newsContent {
font-size: 1.0em;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}
.campiForm
{
	font-size: 11px;
	color: #5a5a5a;
	background: #FFFFFF;
	font-weight: bold;
	padding-left: 3px;
	border: 1px solid #999999;
}	
	
