body{
	margin:0;
	background:url(../images/bg-body.png) no-repeat 50% 0;
	font:12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	min-width:956px;
}
.page{
	width:956px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.holder{
	width:100%;
	overflow:hidden;
}
.holder-quantity{
	width:100%;
}
.holder-quantity:after {
		content:"";
		display:block;
		height:0;
		clear: both;
}

form{
	margin:0;
	padding:0;
}
/*header start*/
.header{
	width:100%;
	overflow:hidden;
	height:138px;
	background:url(../images/bg-header.png);
}
h1.logo{
	width:232px;
	height:100px;
	margin:16px 0 0 9px;
}
h1.logo a{
	/*background:url(../images/logo.png);*/
	text-indent:-9999px;
	overflow:hidden;
	height:100px;
	display:block;
}
div.column2 h1 {
	font-size:16px;
	margin:8px 0;
	/* GIOVANNI 2010-01-12 */
	background-color: #C6C6C6;
	text-align: center;
}
div.column2 h2 {
	font-size:13px;
	margin:5px 0;
}
div.column2 a {
	/* GIOVANNI 2010-01-12 */
	/*color:#6EBC53;*/
	color:#424B47;
	text-decoration: none;
}

/* GIOVANNI 2010-01-12 */
div.column2 a:hover
{	
	text-decoration: underline;
}

/* GIOVANNI 2010-01-12 */
div.column2 a img
{
	border: none;
}


/*top nav start*/
.top-nav{
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	top:10px;
	right:3px;
	height:15px;
	overflow:hidden;
	font:11px/15px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.top-nav li{
	float:left;
	height:15px;
	background:url(../images/top-split.gif) no-repeat left;
	margin:0 1px 0 -1px;
	padding:0 4px 0 6px;
}
.top-nav a{
	text-decoration:none;
	color:#2b2b2b;
}
.top-nav a:hover{
	color:#fff;
	background:#9c9c9c;
}
/*login form start*/
.login-form{
	width:341px;
	overflow:hidden;
	position:absolute;
	top:34px;
	right:0;
}
.login-form label{
	display:block;
	font:11px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#2b2b2b;
	background:url(../images/bg-label.gif) no-repeat left;
	padding:0 0 0 9px;
}
.hold{
	height:1%;
	overflow:hidden;
	margin:0 8px 0 0;
	float:left;
}
.login-form .txt{
	width:75px;
	height:17px;
	padding:1px 4px 0;
	background:#fff;
	border:1px solid #a6adb3;
	font:11px/14px "Trebuchet MS", Arial, Verdana, sans-serif;
	color:#2b2b2b;
}
.login-form .submit{
	margin:13px 0 0;
}
.login-form p{
	margin:0 0 2px;
	font:10px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; !important;
}
.login-form p.margin{
	margin:12px 0 0;
}
.login-form p a{
	color:#2b2b2b;
}
.login-form p a:hover{
	color:#fff;
	background:#9c9c9c;
}
/*breadcrumb start*/
.breadcrumb{
	width:468px;
	position:absolute;
	top:99px;
	left:263px;
	font:11px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background:url(../images/doted-line.gif) repeat-x 0 100%;
	padding:0 0 10px;
}
.breadcrumb span{
	margin:0 5px 0 0;
	background:url(../images/bg-breabcrumb.gif) no-repeat left;
	padding:0 0 0 10px;
	color:#6ebc53;
}
.breadcrumb span a{
	color:#6ebc53;
	text-decoration: none;
}
.breadcrumb span a:hover{
	text-decoration: underline;
}
/*content start*/
.content{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content.png) repeat-y;
}
/*column1*/
.column1{
	float:left;
	width:254px;
	overflow:hidden;
}
.search-form{
	width:234px;
	padding:0 0 0 20px;
	overflow:hidden;
	height:83px;
	background:url(../images/bg-search-form.png);
}
.search-form .hold{
	float:left;
	height:83px;
	overflow:hidden;
}
.search-form label{
	display:block;
	font:11px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#2b2b2b;
	background:url(../images/bg-label.gif) no-repeat left;
	padding:0 0 0 9px;
	margin:20px 0 0;
}
.search-form .txt{
	width:119px;
	height:17px;
	padding:1px 4px 0;
	background:#fff;
	border:1px solid #a6adb3;
	font:11px/14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#2b2b2b;
}
.search-form .submit{
	margin:10px 0 0;
}
.navigation-bar{
	width:254px;
	overflow:hidden;
}
.navigation-bar h2{
	width:173px;
	height:32px;
	background:url(../images/bg-h2-nav.png);
	text-align:right;
	padding:0 81px 0 0;
	font:bold 17px/27px Arial,Verdana,sans-serif;
	color:#000;
	margin:16px 0 0;
}
.navigation-bar ul{
	margin:6px 0 0 14px;
	width:159px;
	padding:0;
	list-style:none;
	font:12px/18px Arial,Verdana,sans-serif;
	overflow:hidden;
}
.navigation-bar ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #e4e5e3;
}
.navigation-bar ul a{
	text-decoration:none;
	color:#424b47;
	display:block;
	background:url(../images/arrow.gif) no-repeat 3px 4px;
	padding:0 0 0 13px;
	width:146px;
}
.navigation-bar ul a:hover{
	background:#d7d9d7 url(../images/arrow.gif) no-repeat 3px 4px;
	color:#000;
}
/*column2 start*/
.column2{
	width:468px;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 0 0 10px;
}
.main-banner{
	width:100%;
	overflow:hidden;
}
.main-banner a{
	display:block;
	width:100%;
}
.main-banner a img{
	display:block;
	border:none;
}
/*hot block start*/
.hot{
	width:100%;
	overflow:hidden;
	margin:20px 0 0;
}
.line{
	width:100%;
	overflow:hidden;
	padding:12px 0;
	background:url(../images/bg-line.gif) repeat-x 0 0;
	margin:-1px 0 1px;
}
.line .image{
	float:left;
	display:inline;
	margin:0 0 0 10px;
	width:150px;
	text-align:center;
}
.line .image img{
	/*border:1px solid #d4d4d4;*/
	padding: 3px;
}
.line .text{
	width:287px;
	float:right;
	display:inline;
	margin:0 9px 0 0;
}
.line .text h2{
	font:bold 20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:0;
}
.line .text h2 a{
	text-decoration:none;
	color:#000;
}
.line .text p.price{
/*	float:left; */
	font:bold 15px/24px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#444;
	margin:0;
}
.line .text p.price .black{
	text-decoration:line-through;
	margin:0 14px 0 0;
}
.line .text p.price .green{
	color:#337a0b;
	font-size:18px;
}
.line .quantity{
	float:right;
	width:85px;
	overflow:hidden;
	margin: -24px 0 0;
}
*html .line .quantity{
	float:right;
	width:85px;
	overflow:hidden;
	margin: -24px 0 0;
}
.line .quantity-recommends{
	float:right;
	width:85px;
	overflow:hidden;
	margin: -45px 0 0;
}
*html .line .quantity-recommends{
	float:right;
	width:85px;
	overflow:hidden;
	margin: -45px 0 0;
}
.line .quantity label{
	font:12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#000;
	float:left;
	width:54px;
	height:18px;
	margin:2px 0 0;
}
.line .quantity input{
	float:left;
	height:17px;
	width:23px;
	padding:2px 3px 0;
	font:12px/14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#000;
	background:#fff;
	border:1px solid #818282;
}
.description{
	width:140px;
	float:left;
}
.description p{
	margin:0;
	font:11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#818282;
}
.buy{
	width:88px;
	padding:5px 24px 0 9px;
	height:31px;
	float:right;
	background:url(../images/buy-now.gif);
	font:italic bold 12px/12px Arial,Verdana,sans-serif;
	color:#fff !important;
	text-decoration:none;
	margin:10px 0 0;
}
/*column3 start*/
.column3{
	float:right;
	width:207px;
	overflow:hidden;
	background:url(../images/bg-column3.png) no-repeat 0 0;
	padding:9px 0 0 7px;
}
.cart-control{
	width:179px;
	padding:11px 14px 0;
	height:186px;
	background:url(../images/bg-cart.png);
	overflow:hidden;
}
.cart-control h3{
	font:bold 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	margin:0;
	text-align:center;
	padding:0 0 7px;
	background:url(../images/doted-line2.gif) repeat-x 0 100%;
}
.cart-control p{
	font:italic 14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	margin:11px 0 0;
	text-align:center;
}
.cart-control p em{
	color:#6a481c;
}
.cart-control p a{
	color:#222;
	font-size:11px;
}
.cart-control p a:hover{
	text-decoration:none;
}
.checkout{
	background:url(../images/yellow-btn.png);
	width:111px;
	padding:0 26px 0 0;
	height:28px;
	text-decoration:none;
	text-align:center;
	color:#222;
	margin:17px 0 0 43px;
	display:block;
	font:italic 12px/28px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.cart-control ul{
	background:url(../images/doted-line2.gif) repeat-x 0 0;
	padding:3px 0 0;
	margin:10px 0 0;
	list-style:none;
	font:italic 11px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.cart-control ul li{
	padding:0 0 0 15px;
}
.cart-control ul a{
	color:#222;
	background:url(../images/arrow2.gif) no-repeat 3px 50%;
	padding:0 2px 0 17px;
}
.cart-control ul a:hover{
	background:#7f9e22 url(../images/arrow2.gif) no-repeat 3px 50%;
	color:#fff;
}
.banner{
	width:207px;
	overflow:hidden;
	margin:9px 0 0;
}
.banner a{
	display:block;
	width:100%;
	overflow:hidden;
}
.banner a img{
	display:block;
	border:none;
}
/*quick start*/
.quick-holder{
	width:100%;
	background:#f7f9f6 url(../images/bg-quick-holder.png) no-repeat 50% 0;
}
.quick{
	width:956px;
	overflow:hidden;
	margin:0 auto;
	padding:60px 0 22px
}
.quick h2{
	width:172px;
	height:33px;
	background:url(../images/bg-quick-h2.png);
	font:bold 17px/27px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:0;
	text-align:right;
	padding:0 21px 0 0;
}
.quick h3{
	font:bold 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#4f4f4f;
	margin:19px 0 0;
}
.quick h3 a{
	text-decoration:none;
	color:#4f4f4f;
}
.quick .box{
	float:left;
	width:110px;
	overflow:hidden;
	margin:0 0 0 49px;
	display:inline;
}
.quick .box ul{
	margin:7px 0 0;
	padding:0;
	list-style:none;
	font:12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.quick .box ul a{
	text-decoration:none;
	color:#4f4f4f;
}
/*footer start*/
.footer-holder{
	width:100%;
	background:url(../images/bg-footer.gif) repeat-x;
}
.footer{
	width:956px;
	overflow:hidden;
	margin:0 auto;
	padding:16px 0 50px;
}
.footer p{
	font:12px/20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#6a6a6a;
	margin:0 0 0 31px;
}
.footer p strong{
	color:#343434;
}
.footer p span{
	color:#343434;
}
.footer p a{
	text-decoration:none;
	color:#6a6a6a;
}
/*inner page start*/
.preview{
	width:105%;
	overflow:hidden;
	padding:0;
	margin:0;
	list-style:none;
}
.preview li{
	float:left;
	border:1px solid #d2d2d2;
	overflow:hidden;
	width:147px;
	height: 150px;
	text-align:center;
	padding:0 0 12px;
	background:url(../images/bg-preview.png) no-repeat 0 100%;
	margin:0 10px 10px 0;
}
.preview .cont{
	height:115px;
	width:147px;
	display:table; 
}
.preview .cont .sub{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
}
.preview .cont .sub img{
	height:105px;
	border: 0;
}
.preview p img{

}
.preview a{
	font:bold 14px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#252525 !important;
	text-decoration:none;
}
/*inner2 page start*/
.product{
	width:100%;
	overflow:hidden;
	background:url(../images/doted-line.gif) repeat-x 0 100%;
	padding:0 0 3px;
}
.product .image-holder{
	width:100%;
	overflow:hidden;
	background:url(../images/doted-line.gif) repeat-x 0 100%;
	padding:0 0 10px;
}
.product .image-holder img{
	margin:0 auto;
	display:block;
	padding:31px 0 38px;
}
.product .image-holder p{
	font:12px/15px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:0;
	padding:0 0 0 9px;
}
.product .image-holder p a{
	text-decoration:none;
	color:#222;
	background:url(../images/camera.gif) no-repeat left;
	padding:0 0 0 26px;
}
.product .text{
	overflow:hidden;
	padding:19px 0 0 8px;
}
.product .text h2{
	font:bold 20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:0;
}
.product .text h2 a{
	text-decoration:none;
	color:#000;
}
.top-holder{
	width:321px;
	overflow:hidden;
	float:left;
}
.product .text p.price{
	float:left;
	font:bold 15px/24px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#444;
	margin:0;
}
.product .text p.price .black{
	text-decoration:line-through;
	margin:0 14px 0 0;
}
.product .text p.price .green{
	color:#337a0b;
	font-size:18px;
}
.product .quantity{
	float:right;
	overflow:hidden;
}
.product .quantity label{
	font:12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#000;
	float:left;
	width:54px;
	height:18px;
	margin:2px 0 0;
}
.product .quantity input{
	float:left;
	height:17px;
	width:23px;
	padding:2px 3px 0;
	font:12px/14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#000;
	background:#fff;
	border:1px solid #818282;
}
.product .description{
	width:100%;
	margin:13px 0 0;
	float:none;
	display:block;
}
.choise{
	width:100%;
	overflow:hidden;
	margin:7px 0 0;
}
.choise label{
	float:left;
	font:11px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	margin:0 8px 0 0;
}
.choise select{
	float:left;
	font:12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	margin:0 20px 0 0;
}
.product select{
	font:12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
}
.product p.similar{
	font:14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:23px 0 0;
}
.product .similar a{
	text-decoration:none;
	color:#444;
}
/*inner3 page start*/
.step{
	width:100%;
	overflow:hidden;
	padding:0;
	margin:13px 0 27px;
	list-style:none;
	background:url(../images/bg-step.gif) no-repeat 50% 22px;
}
.step li{
	float:left;
	width:117px;
	overflow:hidden;
	text-align:center;
}
.step li span{
	width:36px;
	height:36px;
	background:#ededed;
	font:bold 24px/36px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#bababa;
	display:block;
	text-align:center;
	border:3px solid #fff;
	margin:0 auto 0;
}
.step li.active span{
	background:#c8dd70;
	color:#fff;
}
.step li p{
	font:11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#777;
	margin:2px 0 0;
}
.step li p a{
	text-decoration:none;
	color:#777;
}
.profile-form{
	width:453px;
	overflow:hidden;
	padding:0 3px 0 12px;
}
.block{
	width:100%;
	overflow:hidden;
	padding:0 0 14px;
}
.block h2{
	width:182px;
	height:33px;
	font:bold 11px/26px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#454545;
	padding:0 0 0 11px;
	background:url(../images/bg-block-h2.gif);
	margin:0 0 -11px;
	position:relative;
	z-index:1000;
}
.block .grey-box{
	border:1px solid #f0f0f0;
	background:#f9f9f9;
	padding:10px 10px 14px;
	margin:0;
}
.grey-box .txt2{
	width:165px;
	height:15px;
	padding:1px 4px 0;
	background:#fff;
	border:1px solid #a5acb2;
	font:11px/14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#454545;
}
.grey-box .type1{
	float:left;
	font:11px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#454545;
	width:143px;
}
.grey-box .holder{
	padding:4px 0 0;
}
.grey-box p.condition{
	font:11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#454545;
	margin:4px 0;
	text-align:center;
}
.grey-box p.condition a{
	color:#454545;
}
.submit-holder{
	width:100%;
	overflow:hidden;
}
.submit2{
	width:90px;
	display:block;
	padding:0 22px 0 3px;
	height:36px;
	text-align:center;
	background:url(../images/bg-submit2.png);
	font:italic bold 12px/36px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#fff !important;
	text-decoration:none;
	margin:10px auto 4px;
}
/*inner4 page start*/
.modifica-holder{
	width:100%;
	overflow:hidden;
}
.modifica{
	float:left;
	font:11px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#397bfe;
	text-align:center;
	width:60px;
	padding:23px 0 0;
	background:url(../images/bg-modifica.png) no-repeat top;
}
.modifica-holder p{
	float:right;
	text-align:center;
	width:370px;
	font:bold 11px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#454545;
	margin:14px 0 0;
}
.grey-box .type2{
	font:11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#454545;
	padding:0 0 4px;
	display:block;
}
.grey-box .type2 input{
	float:left;
	width:13px;
	height:13px;
	margin:1px 14px 0 4px;
	padding:0;
}
/*inner5 page start*/
.tools{
	/*width:100%;*/
	overflow:hidden;
	/* GIOVANNI 2009-11-23 */
	margin: 5px 0 5px 0;
}
.tools .buy{
	margin:0;
}
.clear{
	float:left;
	margin:0 5px 0 0;
	background:url(../images/clear.png);
	width:90px;
	height:31px;
	font:italic bold 12px/12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	text-decoration:none;
	padding:5px 24px 0 9px;
}
.update{
	float:left;
	margin:0 5px 0 0;
	background:url(../images/update.png);
	width:76px;
	height:31px;
	font:italic bold 12px/12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	text-decoration:none;
	padding:5px 24px 0 9px;
}
.continue{
	float:right;
	margin:0 5px 0 0;
	background:url(../images/continue.png);
	width:139px;
	height:31px;
	font:italic bold 12px/12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	text-decoration:none;
	padding:5px 24px 0 9px;
}
.cart{
	width:100%;
	overflow:hidden;
	margin:26px 0 0;
}
.cart .line{
	background:url(../images/doted-line.gif) repeat-x 0 100%;
}
.delete{
	float:right;
	width:56px;
	height:31px;
	font:italic bold 12px/12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#fff !important;
	text-decoration:none;
	padding:5px 24px 0 9px;
	background:url(../images/delete.png);
	margin:14px 0 0;
}
.cart .line .text h2{
	font:bold 20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:0;
	float:left;
	width:100px;
}
.cart .line .text h2 a{
	text-decoration:none;
	color:#000;
}
.cart p.price2{
/* GIOVANNI 2010-01-12 */
/*	float:right; */
	font:bold 13px/21px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	margin:0;
}
.cart p.price2 input{
	padding:0 4px 0;
	width:21px;
	height:19px;
	background:#fff;
	border:1px solid #818282;
	font:bold 13px/21px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#666;
	margin:0 5px;

}
.cart .description{
	width:190px;
	overflow:hidden;
	float:left;
	margin:6px 0 0;
}
.description p{
	margin:0;
	color:#333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
}
.total-holder{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	margin:7px 0 20px;
	padding:5px 0;
}
.total-holder p{
	float:right;
	background:#fff;
	font:bold 13px/25px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#222;
	margin:0 10px 0 0;
	display:inline;
	height:25px;
	padding:0 5px;
	/* GIOVANNI 2009-11-23 */
	width: 437px;
	text-align: right;
}
.mine-span{
	color: #000 !important;
}
.sort_by {
	text-align:right;
	}
.sort_by a{
	color: #000 !important;
	text-decoration: none;
}
.button{
	color: #000 !important;
}
.hold-mine{
	margin: 0px;
	float: none;
}
*html .hold-mine{
	margin: 0px;
	float: none;
}

/************************** STILI ANDREA **************************/

.clear_both{
	clear:both;
}

/************************** STILI SIMON **************************/
.ProductTitle{
	line-height: 10px!important;
	font-size: 14px!important;
}
.line .text h2 a{
	line-height: 10px!important;
}

/*div#dialog_message*/

/************************** STILI GIOVANNI **************************/

.skype_button
{
	text-align: center;
}
div.minilink ul {
 margin:0;
 padding:0;
 font-size:10px;
}
div.minilink ul a {
 color:#CCCCCC;
}
div.minilink ul li {
 display:inline;
}

div.minilink {
	clear:both;
	padding:0 30px;
	}
	

/************************** STILI GIOVANNI FEATURE COMPARISON **************************/
/* GIOVANNI 2010-01-12 */
.comparison_options
{
	text-align: right;
}
.comparison_table
{
	width: 100%;
	background-color: #C6C6C6;
}

.comparison_table a
{
	color: #2B2B2B;	
}

.comparison_table a:hover
{
	color: #ffffff;
	background-color: #9C9C9C!important;
	text-decoration: none!important;
}

/************************** STILI GIOVANNI SPECIAL OFFER **************************/
/* GIOVANNI 2010-01-14 */
.special_offer_check
{
	background-color: #C6C6C6;
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight: bold;
}

p.footer_rea {
	
	font-size:9px;
	line-height:14px;
	margin:10px 0 10px 30px;
	
}

.minicontact {
	 margin-top:5px;
	 font-size:11px;
	 }
.minicontact a {
	color:#000000!important;
	}
	
	
#contactme_form {
	margin-left:9px;
	}

.landingpromo {
	padding:18px 15px 15px 15px;
	background-color:#FFFF99;
	border-top:3px dashed #FFCC33;
	}
.landingpromo h3 {
	font-size:30px;
	margin:15px auto 0 auto;
	text-align:center;
	}
h1.seo_home {
	font:11px/13px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
	display:inline;
	}
	
	
/* STILI GIOVANNI ZOOM */
.results .result_image
{
	width: 170px;
	float: left;
}

.results .result_image img
{
	width: 150px;
}

.results .result_title
{
	width: 285px;
	float: left;
}

.results .result_title a
{
	line-height: 10px!important;
	font-size: 14px!important;	
	COLOR: #793a02!important; FONT-WEIGHT: bold; text-decoration: none;
	line-height:100% !important;
}

.results .context
{
	width: 285px;
	color:#333333;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	margin:0;
	float: left;
}

.results .infoline
{
	font-style: italic;
	float: left;
	margin: 10px 0;
}

.results .result_block,
.results .result_altblock
{
	margin: 10px 0;	
	clear: both;
}

.result_pages
{
	clear: both;
	width: 460px;
}

.result_pages a,
.result_pages span
{
	background:none repeat scroll 0 0 #EDEDED;
	border:1px solid #EDEDED;
	margin-right:4px;
	line-height: 30px;
}

.result_pages a:hover
{
	border:solid 1px #999999;
}

.result_pages a:link, .result_pages a:visited 
{
	color:#999999;
	padding:3px 6px;
	text-decoration:none;
}

.result_pages .active
{
	background:#C8DD70;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 3px 3px 6px;
}


/* ------------------------------------------------------------ */

.concludi_ordine_help {
	margin:10px 0;
	padding:10px;
	background-color:#FFFF99;
	border:1px solid #FFCC66;
	font-size:13px;
}

.concludi_ordine_help a {
	text-decoration:underline !important;
}

h1.product_title {
	background:none!important;
	text-align:left!important;
	margin:10px 0;
}

p.extera_price{
	font:bold 15px/24px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#444;
	margin:0;
}
p.extera_price .black{
	text-decoration:line-through;
	margin:0 14px 0 0;
}
p.extera_price .green{
	color:#337a0b;
	font-size:20px;
}

.extera_buy{
	width:88px;
	padding:5px 24px 0 9px;
	height:31px;
	/*float:right;*/
	background:url(../images/buy-now.gif);
	font:italic bold 12px/12px Arial,Verdana,sans-serif;
	color:#fff !important;
	text-decoration:none;
	text-align:left;
	margin:10px 0 0 0;
	display:block;
}

.extera_choise select {
	max-width:100px;
	margin-bottom:3px;
	}
	
/* immagini dettagliate dei prodotti */
.detailed_images_box
{
	border: solid 1px fuchsia; /* //debug */
}

.detailed_images
{
	padding: 0 10px;
}

.detailed_images img
{
	width:80px;
	display: inline!important;
}


.product .image-holder img.extera_det_images{
	padding:10px 0 10px 0 !important;
}

.extera_extra_valute p.extera_price .black{
	font-size:12px;
}
.extera_extra_valute p.extera_price .green{
	font-size:14px;
}

.downloadpdf {
	background-image:url('/skin1/images/pdf-mini-icon.png');
	/*background-position:0 0;*/
	background-repeat:no-repeat;
	padding-left:20px;
}