*{
    margin: 0;
    padding:0;
}
html,body{
	margin:0;
	padding:0;
	height: 100%;
}

h1,h2,h3,h4{
	color:#52b69a;
}
h1:first-letter,h2:first-letter,h3:first-letter{
	text-transform:capitalize;
}
h1{
	font-size:1.5em;
}
img{
    border-width: 0;
}
b{
	color:#000;
}
.thumb{
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
}
body{
    background: #fff url("../images/pattern_bg.jpg") repeat top left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.clear{
	clear:both;
}
a{
	color:#52b69a;
	text-decoration:none;
}
a:hover:not(.button){
	color:#000;
}
.button{
	background-color:#52b69a;
	display:inline-block;
	padding:2px 4px 4px 4px;
	font-size:0.8em;
	
	font-weight:normal !important;
}
.button:hover{
	background-color:#2F2F2F;
	display:inline-block;
	padding:2px 4px 4px 4px;
	
}
.align_left{
	width:100%;
	text-align:left;
}
.align_center{
	width:100%;
	text-align:center;
}
.align_right{
	width:100%;
	text-align:right;
}
/*stili specifici*/
.wrapper{
	margin:0 auto;
	text-align:left;
	width:970px;
}
#header{
	height:113px;
	position:relative;
}
#logo{
	position:relative;
	top:10px;
	
}


#sfondo{
	background-image:url('../images/sfondo.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:546px;
}
#header .box{
	position:absolute;
	right:0;
	bottom:10px;
	width:650px;
}
#cerca{
	float:right;
	margin-left:15px;
}
#cerca input[type="text"]{
	border:1px solid #ccc;
}
#cerca input[type="submit"]{
	background-color:#000;
	color:#fff;
	border:0;
}
#menu{
	background:#fff url(../images/bg_menu.jpg) repeat-x top left;
	height:40px;
	border:1px solid #e8e8e8;
	width:100%;
	margin-bottom:3px;
}
#nav{
	width:100%;
	list-style:none;
	height:40px;
}
#nav li{
	float:left;
	position:relative;
	top:-1px;
}
#nav li a{
	width:100px;
	height:30px;
	margin:0 18px;
	padding-top:10px;
	color:#000;
	
	position:relative;
	top:1px;
	
	display:block;
	
	text-align:center;
}
#nav li a:hover,#nav li a.current{
	background-color:#52b69a;
	color:#fff;
	font-weight:bold;;
}

#cont{
	background-color:#fff;
	border:1px solid #e8e8e8;
	width:100%;
}

#banner .ban1,#banner .ban2{
	border:1px solid #a09e9e;
}

#slider{
	background:transparent url(../images/slider_bg.jpg) no-repeat top left;
	width:961px;
	
	height:168px;
	position:relative;
	left:-2px;
}

#slider .prev{
	position:absolute;
	top:75px;
}
#slider .next{
	position:absolute;
	top:75px;
	right:0;
}
#slider .prodotto{
	background:transparent url(../images/slider_prodotto_bg.png) no-repeat top left;
	width:149px;
	height:140px;
	float:left;
	text-align:center;
	position:relative;
}
#slider .prodotto img{
	margin-top:5px;
}
#slider .prodotto a{
	position:absolute;
	bottom:5px;
	left:17px;
	color:#fff;
}
#slider_p{
	background:transparent url(../images/prodotti_bg_p.jpg) no-repeat top left;
	width:700px;
	
	height:168px;
	position:relative;
	left:4px;
	
	margin-top:10px;
}

#slider_p .prev{
	position:absolute;
	top:75px;
}
#slider_p .next{
	position:absolute;
	top:75px;
	right:0;
}
#slider_p .prodotto{
	background:transparent url(../images/slider_prodotto_bg.png) no-repeat top left;
	width:149px;
	height:140px;
	float:left;
	text-align:center;
	position:relative;
}
#slider_p .prodotto img{
	margin-top:5px;
}
#slider_p .prodotto a{
	position:absolute;
	bottom:5px;
	left:17px;
	color:#fff;
}
#centercont{
	margin-top:3px;
}
#leftcont{
	width:234px;
	float:left;
	margin-right:5px;
}
#rightcont{
	float:left;
	margin-left:5px;
	width:710px;
}

#leftcont .box{
	width:100%;
	border:1px solid #e8e8e8;
	padding:3px;
	
	margin-bottom:5px;
	
}
#leftcont .box .box-header{
	background-color:#52b69a;
	color:#fff;
	padding:4px;
	padding-left:10px;
	font-size:1.2em;
}
#leftcont .box .box-content{
	padding:3px;
}

ul.styled{
	list-style-image:url(../images/ul.jpg);
	margin-left:10px;
	
	border-bottom:1px solid #606060;
	padding-bottom:5px;
	padding-left:10px;
}
ul.styled li{
	margin:6px 0;
}
ul.styled a{
	color:#606060;
}
ul.styled a:hover,ul.styled a.current{
	color:#52b69a;
	border-bottom:1px dotted #ccc;
}

ul.prodotti{
	list-style:none;
	width:705px;
}
ul.prodotti li{
	background:#F4F4F4 url(../images/prodotti_bg.jpg) repeat-x top left;
	width:230px;
	height:299px;
	border:1px solid #e8e8e8;
	text-align:center;
	
	float:left;
	margin:1px;
	
}
ul.prodotti h3{
	font-weight:normal;
	color:#696969;
	width:100%;
	text-align:center;
	height:50px;
	font-size:1em;
	padding:0 3px;
	margin-top:20px;
}
#footer a{
	color:#666;
}

div.prodotto{
		background:#F4F4F4 url(../images/prodotti_bg.jpg) repeat-x top left;
		width:704px;
		border:1px solid #e8e8e8;
		
		color:#6B6B6B;
}

span.label{
	font-size:1.1em;
	color:#636363;
}

span.green{
	color:#52b69a;
	font-size:1.1em;
	font-weight:bold;
}
.alt-titolo{
	padding:8px;
	/*display:none;*/
	font-size:0.9em;
	margin:5px;
	color:#2F2F2F !important;
	border-width:2px !important;
	border-color:#52b69a !important;
}

.form-login label{
	display:inline-block;
	width:100px;
}

fieldset{
	padding:10px;
	font-size:0.8em;
	
}
fieldset legend{
	color:#52b69a;
	font-weight:bold;
	padding:5px;
}
fieldset label{

	display:inline-block;
	width:80px;
	margin:5px;
	vertical-align:top;
}

fieldset input:not([type="submit"],[type="radio"]){
	width:210px;
}

label.required{
	color:#be140c;
}
#box_contatti input[type="text"],#box_contatti textarea{
	width:227px;
}

.text-descrizione{
	font-size:0.8em;
}


#cosmetici{
	width:707px;
	height:580px;
	
	
	background-image:url('../images/cosmetici.jpg');
	background-position:top left;
	background-repeat:no-repeat;	

}

#cosmetici>div{
	position:relative;
	width:315px;
	
	top:10px;
	left:10px;
	
	text-align:justify;
	
	line-height:20px;
}

