@import url('moduli.css');



input[type="submit"] { font-size:10px;
border:0px solid; cursor:pointer; padding: 1px 3px 2px 3px; text-transform: uppercase; }

.btn {
display:block;
margin-top:5px;
padding:2px 8px;
font-weight:bold;
text-transform:uppercase;
font-size:11px;

}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../font/opensans-light-webfont.eot');
    src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-light-webfont.woff') format('woff'),
         url('../font/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

ul, menu, dir {
    -moz-padding-start: 40px;
    display: block;
    list-style-type: disc;
    margin: 1em 0;
}

.left { float:left;}
.right { float:right;}


body {
	margin: 0;
	/*padding: 0;*/
	/* background: #FFFfff url("template/img01.jpg") repeat-x left top; */
	background-color:#000;
	font-family: OpenSansLight, "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 1.6em;
	color: #FFF;
	text-align: left;
}
p, ol {
	margin-top: 0;
	line-height: 170%;
}
/*
ul{	margin-top: 0;line-height: 160%;} */
a {
	text-decoration: none;
	color:#fff;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
}
/* Header */

#header {

	height: 180px;
	margin: 0 auto;
}
/* Logo */

#logo {
	text-align:center;
	height: 207px;
	width: 769px;
	margin: 0;
	display:block;
	margin:20px auto 0;
	
	color: #000000;
}
#logo h1, #logo p {
	margin: 0;
	padding: 0;
}
#logo h1 {
	float: left;
	padding-left: 120px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}
#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5E4E38;
}
#logo p a {
	color: #5E4E38;
}
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #A83A01;
}
/* Search */

#search {
	float: right;
	width: 280px;
	height: 41px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}
#search form {
	height: 41px;
	margin: 0;
	padding: 0 0 0 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-text {
	width: 170px;
	padding: 0 0 0 0;
	border: 1px;
	border-color: #666;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
}
#search-submit {
	width: 50px;
	height: 23px;
	margin-top: 16px;
	border: 1px solid #595959;
	background: #9d9d9d;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
/*---- Menu  ----*/

/* New Main Nav */
	#wrapper nav {
		   /* background: none repeat scroll 0 0 #000305; */

    font-size: 1.143em;
    height: 40px;
    line-height: 30px;
    margin: 0 auto 1.5em;
    padding: 0;
    text-align: center;
clear: both;

	display:block;

	}
	
	#wrapper nav ul {
	list-style: none outside none;
	margin: 0 auto;
	font-size:19px;

}	
	#wrapper nav li {/*float: left;*/ display: inline; margin: 0;}
	#wrapper nav a:link, #wrapper nav a:visited {
		color: #ffffff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
		text-transform:uppercase;
		
	}
	#wrapper nav a.fb, .fb {
    display: block;
    font-weight: bold;
    height: 30px;
    padding: 5px 15px;
	float:right;
	text-shadow: none !important;
}

	#wrapper nav a:hover, #wrapper nav a:active,	#wrapper nav .active a:link, #wrapper nav .active a:visited {
		color: #CCCCCC;
	}
	
	#wrapper nav li:first-child a {
	}
	
	ul, menu, dir {
    -moz-padding-start: 0px;
    display: block;
    list-style-type: disc;
    margin: 1em 0;
}


#menu {
	width: 940px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
}
#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 26px;
	margin-right: 2px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#menu a:hover, #menu .current_page_item a {
	background: #FFFFFF;
	text-decoration: none;
	color: #ff0000;
}
#menu .current_page_item a {
	background: #FFFFFF;
	color: #333333;
}
/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	padding: 0;

	clear: both;
}

#page-bgtop {
	padding: 30px 20px;
}
#page-bgbtm {
display:block;
  clear: both;
}
/* Content */

.content {
	float: right;
	width: 620px;
	padding: 0px 0px 0px 0px;
}
.onec {
	float: left;
	width: 100%;
}
.post {
	margin-bottom: 15px;
	text-align: center;
	padding:25px;
}
.post-bgtop {
}

.post-bgbtm {
}
.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0;
	letter-spacing: -1px;
	color: #000000;
}
.post .title a {
	text-transform: lowercase;
	color: #333333;
	border: none;
}
.post .meta {
/*	background: url("template/img03.jpg") no-repeat left top; 
	font-family: Arial, Helvetica, sans-serif; */
	
	height: 20px;
	margin: 0px;
	padding: 4px 0px 4px 20px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;

	letter-spacing: -.5px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:15px;
}
.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 0px;
	color: #FFFFFF;
}
.post2 .meta2 .date2 {
	float: left;
	height: 24px;
	padding: 3px 0px;
	color: #FFFFFF;
}
.post .meta .posted {
	float: right;
	height: 20px;
	padding: 0px 15px;
	border-left: 0px solid #fff;
	color: #fff;
}
.post .meta a {
	color: #FFFFFF;
}
.post .entry {
	padding: 5px 10px 20px 10px;
	padding-bottom: 20px;
	text-align: justify;
}
.post2 .entry2 {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: right;
}
.post2 .meta2 {
	height: 30px;
	background: url("template/img03.jpg") no-repeat left top;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	padding: 0px;
	color: #787878;
}
 #sidebar .modulo_cont {
	width: 260px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0px 0px 20px 0px ;
	border-right: 1px solid #fff;
	text-align: right;
	 clear: both;
}
#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
	text-align: left;
}
#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E5E0C6;
	margin: 0px 0px;
	border-right: none;
}
#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
/*
#sidebar h2 {
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	letter-spacing: -.5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}*/

#sidebar p {
	margin: 0 0px;
	padding:2px;
	text-align: left;
}
#sidebar a {
	border: none;
}
/*#sidebar a:hover {
	color: #ff0000;
}*/
/* Calendar */

#calendar {
}
#calendar_wrap {
	padding: 20px;
}
#calendar table {
	width: 100%;
}
#calendar tbody td {
	text-align: center;
}
#calendar #next {
	text-align: right;
}
/* Footer */

#footer {
	width: 860px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	position:relative;
	top:40px;
}
#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #bbb;
}
#footer a {
	color: #464032;
}
.gracors {
	font-weight: bold;
	font-style: italic;
}
#corpo {
	/*   border-style: dashed;*/
	border-width: 1px;
	width: 100%;
	position: relative;
	display: table;
	height: 80%;
}
#ColonnaFissa {
	/*   border-style: dashed;*/
	border-width: 1px;
	display: table;
	width: 68%;
	position: relative;
	height: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.ColonnaFissaMenu {
	border-style: dashed;
	border-width: 1px;
	display: table-cell;
	float: left;
	position: relative;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.scomparsa {
	display: none;
	width: 100%;
	position: relative;
	float: left;
}

#elenco {
	display: table;
	width: 100%;
	position: relative;
    background-color: #999999;
	/* padding: 6px 0px 6px 0px; */
}

.sottoelenco {
	display: table-row;
	width: 100%;
	position: relative;
	float: left;
	
	
}

.sottoelenco .scomparsa  a.m {
	border-top:none !important;
	padding-left:30px  !important;
	background-color:#6a6a6a !important;
	border-bottom:1px solid #555555 !important;

}

.sottoelenco .scomparsa a.mh{
padding-left:30px  !important;

}
#elenco a{
font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px 3px 3px 15px;
	font-weight: bold;
	font-size: 11px;
	border-bottom :1px solid #8c8c8c;
	border-top: 1px solid #a5a5a5;

}


#elenco a:hover {
/*
	display: block;
	padding: 0px 0px 0px 30px;
	background: url("template/menu-prod-h.png") no-repeat left top;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
*/
}
.m {

	/* background: url("template/menu-prod.png") no-repeat left top; */
	background-color:#999999;
	color: #fff;
}
.mh {
	/* background: url("template/menu-prod-h.png") no-repeat left top; 
	padding: 0px 0px 0px 30px;
	*/
	color: #ffffff;
}
#sx {
	/*   border-style: dashed;*/
	border-width: 0px;
	float: left;
	width: 30%;
	display: block;
	position: relative;
	height: 100%;
}
/*
#centro {
	border-width: 1px;
	display: table;
	width: 620px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	height: 100%;
}*/

#articolo_titolo {
	
		height: 20px;
	margin: 0px;
	padding: 4px 0px 4px 20px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;

	letter-spacing: -.5px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:18px;
}
#totali {

	border-width: 1px;
	display: table;
	width: 277px;
	margin-left: 0;
	/*margin-right:auto;*/
	position: relative;
	height: 60px;
}
side1 {
	text-align: right;
}
#totalispesa {
	/*border: 1px solid;*/
	width: 100%;
	height: 70px;
	text-align: left;
}
#Password, #Utente {
	width: 150px;
	margin-left:10px;
}
#login_errore {
	color: #ff0000;
}
form {	float: right;
	display:block; 
	margin-top:10px;}
.form_login {
	float: right;
	display:block;
	padding:4px;
	    clear: both;
}
.paginate{

margin-top:10px;
margin-bottom:10px;
}

.paginate span, .paginate a{

border:1px solid #cccccc;
height:20px;
padding-left:5px;
padding-right:5px;
margin-right:5px;

}

.paginate a:hover{
background-color:#999999;
color:#ffffff;
border:1px solid;

}

span.disabled{

border: 1px solid #EEEEEE;
color: #DDDDDD;
   
}

a.p_carrello {
display:block;

	width:110px;
	height:33px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul.tabs{float:left; width:300px; padding:20px; margin:0; position:relative; left:50px;}
ul.tabs li{list-style:none;}
ul.tabs li a{color:#ccc;text-transform:uppercase; font-family: OpenSansLight, "Trebuchet ms", Arial, Helvetica, sans-serif;line-height:20px; font-size:15px;}
ul.tabs li a:hover{color:#fff;}
#address{margin:0 auto;}
#address div{
	float:left;
	width:170px;
	padding:0 50px;
}
#address div#main_c{border-right:1px solid #ccc;}

.video{margin:0 auto;width:480px;}
.social_icons{height:30px; width:68px; margin:0 auto; text-align:center; margin-top:20px;}
.social_icons a{display:block; height:30px; width:21px;float:left; margin:0px 6px;}
.social_icons a#fb{background:url(../template/facebook.png) no-repeat}
.social_icons a#tw{background:url(../template/twitter.png) no-repeat}

.titolo_collezione{text-align:center;font-weight:bold;}

.stokists{text-align:center; font-size:1.2em; height:300px;padding-top:40px;}

#intro{height:250px; text-align:center; padding:15px;position:relative;top:250px;}
#intro span{padding:20px; position:relative;top:50px; left:30px;}



