body{
	padding:0px 0px 10px 0px;
	margin:0;
	border:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #111415 url("../images/background.gif") repeat-x;
	height:100%;
}
form{
	margin:0;
	padding:0;
	border:0;
}

a,img,div,button,input{outline:none}
a{color:#5f7381}
.checkbox{ vertical-align:middle}

select {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px;
	margin:0;
	border:1px solid #666;
}
select.selectfixed{
	width:40px;
}

#mainContent {
	margin: 0px auto;
	width: 944px;
}

#header {
	height:141px;
	background: url("../images/header.gif") no-repeat 0px 0px;
}

#container{
	height: 1%;
	background:#FFFFFF url("../images/content.gif") repeat-y;
	padding-top:15px;
	padding-bottom:20px;
}
#container:after{  /* float hack */
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

#left {
	float: left;
	width: 180px;
	margin-left:20px;
	_margin-left:10px;
}

#right {
	float: right;
	width: 160px;
	margin-right:10px;
	_margin-right:5px;
}

#content { 
	float: left;
	width: 524px;
	margin-left:20px;
}

#footer {
	padding-top:6px;
	clear: both;
	text-align:center;
	height:20px;
	font-size:10px;
	background: url("../images/footer.gif") no-repeat;
	color:#9bb0b7;
}
.clear{
	clear:both;
	line-height:0;
	font-size:0;
	height:0px;	
}
#footer img{
	vertical-align:middle;
}

#navigation{
	position:absolute;
	width:944px;
	margin-top:92px;
	height:49px;
	background: url("../images/navigation.gif") no-repeat;
}

#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 14px 0;
	float:left;
	width:450px;
}
#navigation a{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover{color: #FF0000;}
#navigation li { 
	margin:14px 20px 0px 20px;
	display:inline;
}
#navigation .search{
	padding-top:14px;
	float:right;
	text-align:right;
	margin-right:21px;
}
#navigation .search IMG{
	margin:-6px 0px -6px 0px;
	* margin:-5px 0px -5px 0px;
	cursor:pointer;
}
#navigation .search INPUT{
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#000;
	color:#FFF;
	margin:-4px 3px -1px 0px;
	height:17px;
	padding:3px 5px 0px 5px;
	width:92px;
	background:url(../images/searchtext.gif) no-repeat center center;
	color:#c6d2da;
}

#navigation .search #searchField{
	display:inline;
	padding-right:20px;
	text-align:left;
	height:18px;
	padding-top:4px;
	background:url(../images/searcharrow.gif) no-repeat 97.5% 10px;
	cursor:pointer;
	color:#FFF;
}

#navigation #searchList{
	position:absolute;
	margin-top:23px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	right:185px;
	background-color:#EEE;
	cursor:pointer;
	display:none;
	z-index:1000;
}
#navigation #searchList DIV{
	padding:3px 5px 3px 5px;
	border-bottom:1px solid #CCC;
	font-weight:normal;
}

#cart,#mailing{
	float:right;
	margin-top:28px;
	font-size:13px;
	width:76px;
	height:26px;
	padding-left:42px;
	padding-top:9px;
	background:url("../images/cart.gif") no-repeat;
	font-weight:bold;
	color:#7c91a2;
	cursor:pointer;
}
#mailing{
	width:86px;
	padding-left:32px;
	height:31px;
	padding-top:4px;
	background:url("../images/mailing.gif") no-repeat;
	font-size:11px;
	margin-right:10px;
}

#categoriesTitle{
	height:29px;
	background: url("../images/categoriesTitle.gif") no-repeat;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	padding-top:11px;
	color:#FFFFFF;
	font-size:14px;
	overflow:hidden;
}

#categories{
	background:url("../images/categoriesBack.gif") repeat-y;
}
#categories ul{
	list-style-type: none;
	margin: 0;
	padding: 13px 15px 8px 15px;
	background:url("../images/categoriesBottom.gif") no-repeat bottom;
}
#categories a{
	text-decoration: none;
	color:#FFFFFF;
}
#categories a:hover{
	color:#000;
}
#categories li { 
	margin-bottom: 8px;
	padding-left:10px;
	background:url("../images/catLi.gif") no-repeat 0px 5px;
	cursor:pointer;
	color:#fff;
}

.rightTitle{
	width:160px;
	height:23px;
	background:url("../images/rightTitle.gif") no-repeat;
	text-align:center;
	padding-top:7px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	overflow:hidden;
	margin-bottom:25px;
}

.pageTitle{
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #d7dfe3;
	font-size:12px;
}

.item{
	width:150px;
	float:left;
	margin:0px 12px 20px 12px;
	_margin:0px 10px 20px 10px;
	text-align:center;
}
.item a{
	text-decoration:none;
	color:#4c5b65;
	display:inline-block;
}
.item .img IMG{
	border:1px solid #CCC;
}
.item .img{
	height:100px;
	margin-bottom:5px;
}
.item .text{
	margin-bottom:5px;
	color:#4c5b65;
	font-weight:bold;
}
.item .prz{
	clear:both;
}
.item .prz .details{
	margin-top:5px;
	text-decoration:underline;
}
.item .prz img{
	margin-left:10px;
	margin-top:-2px;
	margin-bottom:-3px;
	cursor:pointer;
}
.itemsep{
	font-size:0;
	height:0px;
	clear:both;
}
.przpromo{
	font-weight:bold;
	color:#F00;
}
.rightContent .item .img{
	height:auto;
}
.rightContent .item{
	margin:0 auto 25px auto;
	clear:both;
	width:100%;
}
.npieces{
	font-weight:normal;
	color:#009;
}
.imgprev{
	position:absolute;
	width:600px;
	height:500px;
	display:table;
	background: url(../images/loading.gif) no-repeat 50% 30%;
	margin-bottom:20px;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-200px;
	text-align:center;
	vertical-align:middle;
}
.imgprev IMG{
	cursor:pointer;
	border:1px solid #FFF;
}

/* DETTAGLIO ITEMS */
.itemDett{
}
.itemDett:after{  /* float hack */
	content: "."; 
	display: block; 
	height: 1%; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}
.itemDettImgal{
	padding:10px;
	float:left;
	width:130px;
	height:130px;
	border:1px solid #d7dfe3;
	background-color:#eee;
	margin:0px 20px 35px 0px;
}
.itemDettImgalIMG{
	width:100px;
	height:100px;
	margin:0 auto 10px auto;
	text-align:center;
}
.itemDettImgalCMD IMG{
	cursor:pointer;
	margin:0px 5px 0px 5px;
}
.itemDettImgalCMD{
	text-align:center;
}
.itemDettData P{
	margin:0px 0px 10px 0px;
	padding:0;
}
.itemDettDesc{
	font-size:12px;
	clear:both;
}
.itemBuy{
	float:right;
	text-align:center;
}
.imagebutton{
	background:#FFF url(../images/button.gif) no-repeat center top;
	width:115px;
	height:35px;
	border:0;
	padding:0px 0px 7px 0px;
	margin:0px 0px 5px 0px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	color:#FC0;
}

.itemsCart{
	border:0;
	padding:0;
	margin:30px 0px 30px 0px;
	width:100%;
	empty-cells:show;
}

.itemsCart td{
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
	vertical-align:top;
	text-align:right;
	padding:10px 5px 10px 5px;
}

.itemsCart .title td{
	background-color:#849dad;
	font-weight:bold;
	color:#FFF;
}
.itemsCart .seps td{
	border-bottom:0;
	padding:0;
	margin-top:-10px;
	background-color:#FFF;
}
.itemsCart .totale td{
	font-weight:bold;
	background-color:#EEE;
	padding:5px 5px 5px 5px;
}
.itemsCart .remove {
	margin:-5px 0px -5px 0px;
	border:0;
}
.itemsCart .left{text-align:left;}
.itemsCart .left a{text-decoration:none;font-weight:bold}
.itemsCart .borderwhite{border-bottom:2px solid #FFF;}

.verifyTable td{
	padding:0px 0px 5px 0px;
}
.verifyTable td.shipTo{
	padding:3px;
	background-color:#EEE;
}
.verifyTable td INPUT{
	border:1px solid #999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.payTable td{
	padding:10px;
	border:1px solid #e2e2e2;
}

.grey{
	font-size:10px;
	color:#999;
}

/*#################### TEST ######################*/
#p5-back{
	position:fixed;
	left:0;
	top:0;
	background-color:#000;
	-moz-opacity:.70;
	opacity:.70;
	height:100%;
	width:100%;
}
#p5-imgContent{
	position:absolute;
	width:300px;
	height:250px;
	padding:10px;
	font-weight:bold;
	overflow:hidden;
	background:#FFF url(../images/loading.gif) no-repeat center center;
	text-align:center;
}
#p5-imgPrev{
	visibility:hidden;
	margin-top:15px;
}
#p5-imgDesc{
	position:absolute;
	bottom:10px;
	white-space:nowrap;
	left:0px;
	padding:0px 10px 0px 10px;
	text-align:center;
}
#p5-imgClose{
	position:absolute;
	width:52px;
	height:11px;
	top:5px;
	right:10px;
	cursor:pointer;
	background:url(../images/close.gif) no-repeat right top;
}
#p5-slide{
	padding-top:10px;
	text-align:center;
}
#p5-slide img{cursor:pointer;vertical-align:middle}
.searchResult{
	line-height:16px;
}
#p5-contatore {
	word-spacing:normal;
	margin:0px;
	display:inline-block;
	width:50px;
	text-align:center;
	padding:0px 20px 0px 20px;
	color:#666;
	font-weight:normal;
}
.naviga{
	clear:both;
	font-weight:bold;
	word-spacing:3px;
	margin-top:20px;
}
.naviga A{
	text-decoration:none;
	padding:3px;
	background-color:#d7dfe3;
	border:1px solid #849dad;
	display:inline-block;
	margin-bottom:5px;
	vertical-align:middle;
}

#hscroll{
	height:155px;
	overflow:hidden;
	width:495px;
}
.hscrollTitle{
	background:#849dad;
	height:15px;
}

#hscrollContent{
	visibility:hidden;
	height:155px;
	overflow:hidden;
}
#hscrollContent a{
	display:inline-block;
}
#hscrollContent .item{
	margin:0px 0px 0px 0px;
	padding:3px 5px 3px 5px;
	height:155px;
	overflow:hidden;
}

ul.news{
	padding:0;
	margin:0;
	list-style-position:inside;
}
ul.news li{
	padding:0;
	padding:0px 0px 10px 0px;
	list-style-position:inside;
}
ul.news li a.readmore{
	display:inline-block;
	padding-left:15px;
}
.partners img{
	border:0;
	vertical-align:middle;
}
.partners a{
	margin:7px 8px 7px 7px;
	width:150px;
	cursor:default;
	display:inline-block;
	height:100px;
	vertical-align:middle;
	text-align:center;
}
.boxContent{
	width:524px;
	background:url(../images/boxContent.gif) repeat-y left top;
	margin-bottom:15px;
}
.boxNoTitle{
	height:11px;
	background:url(../images/boxNoTitle_s.gif) no-repeat left bottom;
	padding:10px 10px 0px 13px;
	font-weight:bold;
}
.boxTitle{
	height:24px;
	background:url(../images/boxTitle_s.gif) no-repeat left bottom;
	padding:8px 8px 0px 8px;
	font-weight:bold;
	color:#FFF;
}
.boxBack{
	background:url(../images/boxBack.gif) repeat-x left bottom;
	border-left:1px solid #acb9c2;
	border-right:1px solid #acb9c2;
	padding:10px 10px 0px 10px;
	margin:0px 4px 0px 2px;
}
.boxBottom{
	height:21px;
	background:url(../images/boxBottom_s.gif) no-repeat left top;
}
.pointer{
	cursor:pointer;	
}

.paymentbox{
	border:1px solid #FC0;
	background-color:#FFC;
	padding:10px;
}

.tablePrices{
	border-left:1px solid #999;		
	border-top:1px solid #999;
	border-collapse:collapse;
	width:100%;
	background:#FFC;
	font-size:10px;
}
.tablePrices td{
	border-right:1px solid #999;		
	border-bottom:1px solid #999;
	padding:5px;
	text-align:center;
	height:30px;
}

.tablePrices tr.pesi td{
	width:60px;
}

.newstitle{
	color:#5f7a8b;
	font-weight:bold;
	margin-bottom:3px;
}
.newsdate{
	color:#5f7a8b;
	margin-bottom:10px;
	font-style:italic;
}
.newstext{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #CCC;
}
.tablelinks{
	color:#00F;
	font-weight:normal;
	text-decoration:underline;
}
.browse{
	display:block;
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	color:#5f7381;
}
textarea#comments{
	width:99%;
	height:70px;
	overflow:auto;
}
.email{
	border:0;
	vertical-align:middle;
	margin-bottom:2px;
}
ul#ulinks{
	padding:0;
	margin:0;
	list-style-position:inside;
	line-height:14px;
}
ul#ulinks li{
	margin-bottom:10px;
}
.itemremoved{
	position:absolute;
	margin:-8px 0px 0px -135px;
	width:270px;
	height:23px;
	background:#FFF;
	color:#F00;
	font-weight:bold;
	padding-top:7px;
}
.itemremoved{
	*width:130px;
	*margin:-9px 0px 0px -70px;	
	*text-align:left;
}
