@charset "utf-8";
/* CSS Document */

/********************************************************************************/
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Merriweather|Merriweather+Sans|Open+Sans:300,400,600,700,800');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Merriweather Sans', sans-serif;
*/
/********************************************************************************/

html,body {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	background:#b3292e;
	color:#333333;
}

/********************************************************************************/
#notice_strip {
	height:22px;
	background:#dddddd;
	border-bottom:2px solid #e53e30;
}

#notice {
	width:1000px;
	height:22px;
	margin:0 auto;
	text-align: center;
	font-size:13px;
	font-style: italic;
	color:#606060;
}

#notice a {
	color:#e53e30;
	text-decoration: none;
}

/* HEADER */
#header_strip {
	height:120px;
	background:#ffffff;
	border-bottom:6px solid #b3292e;
}

#header {
	width:1000px;
	height:120px;
	margin:0 auto;
}

#header-pwc_logo {
	float:left;
	width:115px;
	height:120px;
}

#header-content {
	float:right;
	width:850px;
	height:120px;
}

#header-content-user_panel {
	float:right;
	height:20px;
	width:380px;
    margin: 0 0 0 220px;
    /*padding:0 0 0 15px;*/
	padding:0 15px;
	background:#e53e30;
	color:#ffffff;
	font-family: 'Merriweather', serif;
	font-size:14px;
	line-height:20px;
}

#header-content-user_panel-user
{
	float:left;
	height:20px;
	line-height:20px;    
}

#header-content-user_panel-user span {
	font-weight:bold;
}

#header-content-user_panel-button
{
	float:right;
	height:20px;
	line-height:20px;    
}

#header-content-user_panel a {
	color: #ffffff;
	text-decoration:none;
}

#header-content-user_panel-lang_select {
	display:none;
	float:right;
	width:80px;
	height:40px;
	margin:0 0 0 15px;
	background:url(/images/common/lang_select_arrow.png) center right no-repeat;
	background-color:#ffffff;
}

#header-content-user_panel-lang_select ul {
	/*float: left;*/
}

#header-content-user_panel-lang_select ul.level-2 {
	position: absolute;
	z-index:2;
	left: 0;
	top: 100%;
	padding:0;
	visibility: hidden;
	opacity: 0;
}
	
#header-content-user_panel-lang_select li {
	/*float: left;*/
	position: relative;
	list-style: none;
}

#header-content-user_panel-lang_select li:hover > ul {
	visibility: visible;
	opacity: 1;
}

#header-content-user_panel-lang_select a {
	display:block;
	width:50px;
	height:40px;
	padding:0 15px;
	color:#000000;
	font-size:16px;
	line-height:40px;
	text-decoration:none;
}

#header-content-user_panel-lang_select li.level-1:hover {
}

#header-content-user_panel-lang_select li.level-1:hover > a {
}

#header-content-user_panel-lang_select li.level-2,
#header-content-user_panel-lang_select li.level-2:hover {
	background:#bbbbbb;
}

#header-content-user_panel-lang_select li.level-2 > a,
#header-content-user_panel-lang_select li.level-2:hover > a {
	color:#000000;
}

#header-content-permissions-budget {
	float:right;
	height:20px;
	width:380px;
    margin: 0 0 0 220px;
    /*padding:0 0 0 15px;*/
	padding:0 15px;
    border-top:1px solid #ff5500;
	background:#b3292e;
	color:#fdb823;
	font-family: 'Merriweather', serif;
	font-size:12px;
	line-height:20px;
}


#header-content-permissions {
	float:left;
	height:20px;
	line-height:20px;
}

#header-content-permissions .permissions_checkbox
{
    display:inline-block;
    height: 20px;
    width: 20px;
    margin-left:8px;
	background-image:url(/images/common/permissions_checkbox.png);
    background-repeat: no-repeat;
	vertical-align:middle;
}

#header-content-permissions span.permissions_checkbox.permissions_checkbox-enabled
{
    background-position: top;
}

#header-content-permissions span.permissions_checkbox.permissions_checkbox-disabled
{
    background-position: bottom;
}

#header-content-budget {
	float:right;
	height:20px;
	line-height:20px;
}

#header-content-navigation {
	margin:20px 0 0 0;
	height:60px;
}

#header-content-navigation-menu {
	float:left;
	height:60px;
}

#header-content-navigation-menu ul.level-1 {
	float:left;
	/*padding:0;*/
}

#header-content-navigation-menu li.level-1 {
	float:left;
	position:relative;
	list-style:none;
}

#header-content-navigation-menu a.level-1 {
	display:block;
	height:60px;
	padding:0 15px;
	color:#000000;
font-family: 'Merriweather', serif;
	font-size:16px;
	line-height:60px;
	text-decoration:none;
}

#header-content-navigation-menu li.level-1:hover a.level-1 {
	background:#b3292e;
	color:#ffffff;
}

#header-content-navigation-menu div.level-2 {
	position: absolute;
	z-index:2;
	left:-150px;
	top:100%;
	width:780px;
	visibility: hidden;
	opacity:0;
	border-top:6px solid #b3292e;
}

#header-content-navigation-menu li.level-1:hover div.level-2 {
	visibility:visible;
	opacity:1;
}

#header-content-navigation-menu div.level-2-box {
	float:left;
	width:200px;
	height:570px;
	padding:0 0 0 60px;
}

#header-content-navigation-menu #level-2-box-merchandising {
	background:url(/images/common/prodotti_submenu-merchandising.png) bottom left no-repeat;
	background-color:#ececec;
}

#header-content-navigation-menu #level-2-box-materiali_di_servizio {
	background:url(/images/common/prodotti_submenu-materiali_di_servizio.png) bottom left no-repeat;
	background-color:#ececec;
}

#header-content-navigation-menu #level-2-box-regalistica {
	background:url(/images/common/prodotti_submenu-regalistica.png) bottom left no-repeat;
	background-color:#ececec;
}

#header-content-navigation-menu ul.level-2 {
	padding:15px;

}

#header-content-navigation-menu li.level-2 {
	display:table;
	width:100%;
	height:100%;
}

#header-content-navigation-menu a.level-2 {
	display:table-cell;
	vertical-align: middle;
	height:40px;
	width:100%;
	padding:0 5px;
	color:#000000;
	font-family: 'Merriweather', serif;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px solid #c8c8c8;
}

#header-content-navigation-menu a.level-2:hover {
	background:#dadada;
}

#header-content-navigation-search {
	float:right;
	height:60px;
}

#header-content-navigation-search input#search_words {
	height:28px;
	width:200px;
	padding:0 10px;
	margin:15px 0;
	color:#333333;
	background:#f9f9f9;
	border:1px solid #cdcdcd;
  	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	line-height:28px;
}

#header-content-navigation-search input#search_btn {
	float:right;
	width:50px;
	height:60px;
}

#header-content-navigation-cart {
	position:relative;
	float:right;
	width:50px;
	height:60px;
}

#header-content-navigation-cart p {
	position:absolute;
	top:6px;
	left:28px;
	height:20px;
	padding:0 6px;
	border:2px solid #7d7d7d;
	-moz-border-radius:10px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:#ffffff;
  	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
	line-height:18px;
}

#header-content-navigation-cart p a {
	color:#dc6016;
	text-decoration:none;
}

#header-content-navigation-cart #cart_btn {
	display:block;
	width:50px;
	height:60px;
}

#header-warning {
	padding:8px 0 14px 0;
}

#header-warning-content {
	width:680px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #b3292e;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px
}

/********************************************************************************/
/* CONTENT */
#content_strip {
	background:#f2f2f2;
}

#content_strip .content {
	width:1000px;
	margin:0 auto;
	padding:40px 0;
}

#content_topbar {
	height:50px;
	font-family: 'Merriweather', serif;
	font-size:12px;
}

#breadcrumb {
	float:left;
	width:600px;
}

#breadcrumb_full {
	width:100%;
}

#breadcrumb a,
#breadcrumb_full a {
	color:#b3292e;
	text-decoration:none;
}

#content_strip #content_side {
	float:left;
	width:238px;
}

#content_strip #content_main {
	float:right;
	width:746px;
}

#content_strip #content_bigmain {
	width:1000px;
}

/********************************************************************************/
/* FOOTER */

#servizio_tecnico_strip {
	background:#f2f2f2;
}

#servizio_tecnico {
	width:1000px;
	margin:0 auto;	padding:0 0 5px 0;
	color:#555555;
	font-family: 'Merriweather', serif;
	font-size:12px;
}

#footer_strip {
}

#footer {
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	color:#ffffff;
	font-family: 'Merriweather', serif;
	font-size:12px;
	line-height:16px;
}

#servizio_tecnico a {
	color:#555555;
	text-decoration:none;
}

#footer a {
	color:#fdb823;
	text-decoration:none;
}

#footer #p_sx {
	width:700px;
	float:left;
}

#footer #p_dx {
	width:250px;
	float:right;
	text-align:right;
}

/********************************************************************************/
.clear {
	visibility:hidden;
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	border:0;
}