

/* ==========================================================================
   Author's custom styles
   
    font-family: 'Crimson Text', serif;
    font-family: 'Open Sans', sans-serif;
   
   ========================================================================== */

/*OVERWRITE*/
.btn {

    background-color: #1f476b;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #1f476b;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}
.btn:hover, .btn:focus {
    background-position: 0 -15px;
    color: #fff;
    border-color: #5d83a7;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #396087;
    color: #fff;
}
.btn.btn-transparent{
    background-color: transparent;
    border: medium none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.btn.btn-light{
    border-color: #5d83a7;
    background-color: #396087;
}
.btn-cart{
    background-color: #BC4A42;
    background-position: 15px -235px;
    background-repeat: no-repeat;
    border-color: #BC4A42;
    padding-left: 40px;
    padding-right: 20px;
}
#top_alert .btn{
    border-radius: 8px;
    border: 2px solid #fff;
    color: #fff;
    background: #32867c;
    padding: 1px 10px 2px;
    margin: 0 5px;
}
.btn-cart:hover{
    background-position: 15px -235px;
    background-color: #BC4A42;
    border-color: #BC4A42;
}
form .btn{
    background: #808080;
    border-color: #808080;
}
form a{
    text-decoration: underline;
}
a{color:#1F476B;}
a:hover, a:focus {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active {
    outline: 0 none;
}
select, textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(31, 71, 107, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(58, 98, 103, 0.6);
}
input, textarea, .uneditable-input {
    width: 245px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: default;
}
input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}
/**/
.clear{
	clear:both;
	height:0 !important;
	line-height:0 !important;
	font-size:0 !important;
	margin:0 !important;
	padding:0 !important;
}
.btn-cart,
#prod_short_details,
.view_more_details,
.back_btn,
#top-link,
#top_alert,
.tool_bar_btn,
.wdg_srchbtn,
.graffasx{
    background-image: url(../img/grz_main_sprite.png);
}
#grz_wgt_lang a,
#faq_menu a,
#faq_menu .first a:hover,
#faq_menu .first a.active{
    background-image: url(../img/wdg_menu_bg.png);
}

body {    
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: normal;
}
h1, h2, h3{
    font-family: 'Crimson Text', serif;
    color:#1f476b;
    font-weight: 700;
}
h1{
    font-size: 44px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 30px;
}
.fl_dx,
.alignright,
.align-right{
    float: right;
}
.alignleft,
.align-left,
.fl_sx{
    float: left;
}
.def_wrapper{
   /* width: 960px;
    margin: 0 auto;*/
   
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */ 
   
}
.def_wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .def_wrapper             { zoom: 1; } /* IE6 */
*:first-child+html .def_wrapper { zoom: 1; } /* IE7 */



#grz_wgt_lang,
nav ul{
    list-style: none;
    margin: 0;
    padding:0;
    overflow: hidden;
}
#grz_wgt_lang>li,
nav ul>li{
    float: left;
}
#grz_wgt_lang>li>a,
nav ul>li>a{
    display: block;
}


#main_header{
    background: #1f476b;
    /*margin-bottom: 20px;*/
	margin-bottom: 0;
}
#head_logo,
#head_content{

}
#head_logo{
    padding: 30px 25px 30px 30px;
    float: left;
}
#head_content{
    position: relative;
    margin-left: 238px;
}
#head_content a{
    color:#fff;
}
#head_content nav {
    height: 60px;
    min-width: 385px;
}
#head_content{
    border-left:1px solid #3a6285;
}
#head_content nav li{
    border-right:1px solid #3a6285;
}
#head_content nav a{
    padding:36px 20px 14px;
    line-height: 10px;
    font-size: 14px;
}
#head_content nav a:hover,
#head_content nav a.active,
#head_content nav .current-menu-item a,
#head_content nav .current_page_item a{
    background: #3a6285;
    text-decoration: none;
}

#main_userbar{
    background: none repeat scroll 0 0 #3A6285;
    color: #FFFFFF;
    line-height: 49px;
    padding: 0 10px;
    position: relative;
    font-size: 12px;
	z-index: 10;
}
#username_box{
    font-weight: bold;
    margin-right: 10px;
}
#main_userbar .btn{
    margin: 0 6px;
}
#goto_account [class^="icon-"],
#goto_account [class*=" icon-"]{
    margin-top: 2px;
}
#login_header_box{
    /*display: none;*/
    position: absolute;
    z-index: 99;
    background: #3A6285;
    padding: 10px;
    left: -9999px;
    width: 300px;
    height: 162px;
    line-height: normal;
}
#login_header_box label{
    width: 80px;
    float: left;
    margin-top: 5px;
}
#login_header_box input[type="text"],
#login_header_box input[type="password"],
#login_header_box input[type="email"]{
    width: 185px;
    float: right;
    margin: 0 0 5px;
}
#login_header_box .btnRow {
    margin: 0 0 20px;
}
#login_header_box .btnRow .btn{
    margin: 0;
}
#recupera_pswd_blk{
    display: none;
}
#recupera_pswd_blk p {
    font-size: 14px;
    margin: 0 0 30px;
}

#pswd_retrieve{
    clear: both;
    font-weight: bold;
    text-decoration: underline;
}
#grz_widget_block{
    background: #fff;
    position: relative;
    margin-bottom: 20px;
	margin-top:-15px;
}

#grz_widget_block .def_wrapper{
    width:960px;
    margin: 0 auto;
}
#grz_widget_block .fb-like{
    bottom: 0;
    left: 40px;
    position: absolute;
}
#grz_wgt{
    background: #ddd;
    position: relative;
    /*padding-bottom: 20px;*/
}
#form_search{
	margin-bottom:0;
}
#grz_wgt .def_wrapper{
        position: relative;
}
#grz_wgt_tool,
#grz_wgt_lang{
    margin-left: 155px;
    float: left;
    clear: left;
}
#faq_menu,
#grz_wgt_lang{
    border: 1px solid #ddd;
}
#faq_menu{
    background: url(../img/grz_main_sprite.png) no-repeat 0 -530px;
    height: 60px;
    border-radius:15px 0 0 0;
    border-top: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    border-left: none;
    position: relative;
    z-index: 5;
    top: -42px;
}
#grz_wgt_lang{
    margin-top: -40px;
    height: 60px;
    border-radius:15px 15px 0 0;
}
#faq_menu_blk{
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #dddddd;
    height: 30px;
    margin-top: 70px;
}
#faq_menu a,
#grz_wgt_lang a{   
    width:150px;
    text-align: center;    
    font-weight: bold;
    height: 42px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-color:transparent;
    background-position: center -321px;
}
#faq_menu a{
    padding: 8px 20px 2px;
    width: auto;
    background-repeat: no-repeat;
    background-position: 0 -483px;
}
#faq_menu .first a{
    background: none;
}
#faq_menu .last a{
    border-right: none;
}
#grz_wgt_lang a{
	cursor:pointer;
}
#grz_wgt_lang .current_page_item a,
#grz_wgt_lang .current-menu-item a,
#grz_wgt_lang .first a:hover,
#grz_wgt_lang .first a.active,
#grz_wgt_lang a:hover,
#grz_wgt_lang a.active{ 
    color: #fff !important;
    text-decoration: none;
}
#faq_menu .current_page_item a,
#faq_menu .current-menu-item a,
#faq_menu .first a:hover,
#faq_menu .first a.active,
#faq_menu a:hover,
#faq_menu a.active{
    background-position: center -417px;
    text-decoration: none;    
    color: #fff !important;
}
#it_lng{color:#32867c; border-right: 1px solid #ddd;}
#en_lng{color:#537ac0; border-right: 1px solid #ddd;}
#fr_lng{color:#bc4a42;}
#it_lng:hover, #it_lng.active{background-position: center -38px;}
#en_lng:hover, #en_lng.active{background-position: center -128px;}
#fr_lng:hover, #fr_lng.active{background-position: center -218px;}

#grz_wgt_search,
#grz_wgt_miniclaim{
    float: left;
}
#grz_wgt_search{
    margin-bottom: 0;
    margin-right: 20px;
}
#grz_wgt_search form{
    margin:0;
}
#grz_wgt_search input[type=text]{
    color:#000;
    font-size: 18px;
}
#grz_wgt_claim{
	position:relative;
}
#grz_wgt_claim,
#grz_wgt_claim .def_wrapper{
    /*height: 160px;*/
	height: 145px;
    position: relative;
}
#grz_wgt_miniclaim{
    color:#1f476b;
    font-size: 16px;
}
#grz_wgt_miniclaim a{
    color:#1f476b;
}
#grz_wgt_claim_text{
    position: absolute;
    top:20px;
    left: 20px;
    color: #1F476B;
	z-index:2;
}
#grz_wgt_claim_bgimg{
    position: absolute;
    right: 0;
    bottom: 0;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    border-radius: 0;
    border-color:#ddd;
    border-right:none;
    height: 42px;
    width: 396px;
}
#grz_wgt_search input:focus,
#grz_wgt_search select:focus,
#grz_wgt_search .uneditable-input:focus {
    box-shadow:none;
	border-color:#DDDDDD;
}
@-moz-document url-prefix() { 
  .input-append input,
	.input-append select,
	.input-append .uneditable-input {
		height: 42px;
	}
}
#grz_wgt_search .btn{
    background: url(../img/search_ico.gif) no-repeat center center #fff;
    border-color: #ddd;
    text-indent: -9999px;
    width: 45px;
    padding: 15px 0;
    outline: none;
}
.wdg_srchbtn{
    background-color: transparent;
    background-repeat: no-repeat;
    border: 1px solid #BDBCBC;
    float: left;
    height: 48px;
    margin-right: 12px;
    outline: medium none;
    position: relative;
    text-indent: -9999px;
    top: 2px;
    width: 47px;
    cursor: pointer;
}
#wdg_srchbtn1{ background-position:0 -1000px;}
#wdg_srchbtn2{ background-position:0 -1060px;}
#wdg_srchbtn3{ background-position:0 -2275px; width:103px; height:48px;}
#wdg_srchbtn3.it-en{ background-position:0 -2373px;}    
#wdg_srchbtn1:hover{ background-position:1px -1120px;}
#wdg_srchbtn2:hover{ background-position:1px -1180px;}
#wdg_srchbtn3:hover{ background-position:0 -2323px;}
#wdg_srchbtn3.it-en:hover{ background-position:0 -2421px;} 

#secondary_footer{
    background: #1f476b;
    padding-bottom: 30px;
}
#footer {    
    margin: 0 auto;
    padding: 0 12px 0;
    color:#fff;
}
#footer-logo {
    float: left;
    margin-top: 20px;
}
#footer-nav-list-container {
    margin-left: 160px;
}
#footer-nav-list {
    list-style: none outside none;
    margin: 0;
}
#footer-nav-list > li.footer-nav-main-item {    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */    
    
    color: #7C7A82;
    float: left;
    font-size: 12px;
    height: 180px;
    padding: 20px 6px 6px;
    width: 16%;
    border-left: 1px solid #3a6285;
}
#footer-nav-list > li.footer-nav-main-item ul {
    display: block;
    list-style: none outside none;
    margin: 0;
}
#footer-nav-list > li.footer-nav-main-item ul li {
    padding: 0 0 8px;
}
#footer-nav-list > li.footer-nav-main-item a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
#main_footer{
    background: #3a6285;
    color:#fff;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
}
#main_footer a{
    color:#fff;
    text-decoration: underline;
}

#third_footer{
    background: #ddd;
    color: #333;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
#third_footer h3{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    display: inline;
    line-height: normal;
}
#third_footer a{
    padding: 0 10px;
    color: #777;
}


#main_content{
    margin-bottom: 25px;
}
.home #main_content{
    margin:25px 0;
}
.home #main_content article{
    float: left;
    width: 55%;
}
.home #main_content .bannerblock{
    float: right;
    width: 30%;
}
.home #main_footer{
    margin-top: 10px;
}
#main_content h1{
    margin: 0 0 17px;
}
#main_content .def_wrapper,
#secondary_content .def_wrapper,
#search_bar .def_wrapper{
    position: relative;
    padding-top: 1px;
    padding: 0 50px  0 90px;
}
#main_content.no_right_margin .def_wrapper{
    padding: 0 0 0 90px;
}
#main_content.no_right_margin #grz_wgt .def_wrapper{
    padding: 0;
}
#main_content.no_margin .def_wrapper{
    padding: 0 0 0 10px;
}
#main_content.no_right_margin h1{
    /*padding-right:30%;*/
}
#main_content article p{
    margin-left: 60px;
}
#secondary_content{
    background: url(../img/bg_secondary_content.jpg) repeat-x 0 0 #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}
.home #secondary_content{
    padding-bottom: 0;
    background: none repeat-x 0 0 #f1efef;
}
#secondary_content.bg_negativo{
    background:none repeat-x 0 0 #f1eff0;
}
.grz_badge{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    background:url(../img/badge_bg.png) no-repeat 0 0 transparent;
    
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    height: 102px;
    left: 20px;
    line-height: 28px;
    overflow: hidden;
    padding: 2px 15px 27px 4px;
    position: absolute;
    text-align: center;
    top: -30px;
    vertical-align: baseline;

    width: 109px; 
}
.lang_en .grz_badge p {
    font-size: 20px;
    line-height: 21px;
}
.lang_fr #search_bar .grz_badge p {
    font-size: 15px;
    line-height: 16px;
    margin: 4px 0 0 !important;
}
.lang_en .grz_badge.sfondo_rosso p {
    font-size: 24px;
    line-height: 26px;
}
.grz_badge p{
    margin: 10px 0 0 !important;
}
.grz_badge.sfondo_rosso{background-position: 0 0;}
.grz_badge.sfondo_blu{background-position: 0 -102px;}

#secondary_content .grz_badge{
    left: 20px;
}

.grz_form_blk{
    padding: 0 60px;
}
.radioRow  input[type=radio]{
    margin: 0 5px 0 0;
}
.formRow{
    margin-bottom:5px;
    margin-top: 5px;
}
.formRow  label{
    display: inline-block;
    margin-bottom: 0;
    width: 155px;
}
.btnRow{
    margin: 25px 0;
}
.radioRow  label{
    width: auto;
}
#licence_code{
    width: 150px;
    margin-left: 10px;
}

#search_bar{
    background: #f1eff0;
    padding: 20px 0 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}
#search_bar .def_wrapper{
    padding: 0 50px 0 90px;
}
#search_bar form{
    margin: 0 0 0 50px;
}
#search_bar form select{
    width: 180px;
    margin-right: 15px;
}
#search_bar label{
    font-weight: bold;
    margin-bottom: 0;
}
#search_bar select{
    margin-bottom: 0;
}
.formCol{
    float: left;
}
.formCol label{
    display: inline-block;
}

.product_box{
    border: 1px solid #D7D7D7;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    padding: 20px;
    position: relative;
    width: 224px;
}
.product_box.new{
    background: url(../img/bg_new_prod.jpg) no-repeat 90% 118px #fff;
}
.product_box h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px;
    height: 72px;
}
.product_box .dwn_prod_ico,
.product_box .dwn_links_blk{
    float: left;
}
.product_box .dwn_links_blk{
    padding-top: 20px;
}
.product_box .price{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.product_box .more_details{
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.more_details .readmore{
    margin-right: 7px;
}
.buylink,
.readmore{
    width: 30px;
    height: 30px;
    background-image:url(../img/bg_square_btn.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    outline: none;
    
    vertical-align: bottom;
}
.buylink{
    background-position: 0 -60px;
}
.readmore{
    background-position: 0 0;
}
.buylink:hover{
    background-position: -40px -60px;
}
.readmore:hover{
    background-position: -40px 0;
}
#products_list{
    
}
#download_list .product_box{
    border: none;
    border-bottom: 2px dotted #9a9a9a;
    padding:0 20px 15px;
    float: none;
    width: auto;
    margin-bottom: 15px;
}
#download_list .product_box.last{
    border-bottom: none;
}
#download_list .product_box h2{
    height: auto;
}
#download_list .product_box .dwn_prod_ico{
    margin-right: 40px;
}
#download_list .product_box a{
    background-image: url("../img/bg_download_ico.jpg");
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 5px;
    padding-left: 30px;
    text-decoration: underline;
    text-transform: uppercase;
}
#download_list .product_box .win{
    background-position: 0 0;
}
#download_list .product_box .mac{
    background-position: 0 -110px;
}
#download_list h1{
    margin: 10px 0;
}

#prod_short_data_blk{
    border-top: 2px dotted #9a9a9a;
    margin-right: 15px;
}
#prod_cat_sx{
	float:left;
	width:60%;
}
#prod_cat_dx{
	float:right;
	width:43%;
}
#prod_cat_sx h1{
	font-size: 28px;
	line-height: 27px;
	margin-bottom: 20px;
}
#prod_cat_dx>img,
#prod_cat_dx>a>img{
	margin-bottom:20px;
	margin-top: 65px;
}
#big_prod_img,
#prod_short_details,
#prod_ecom_details{
    float: left;
	
}
#prod_short_details{
    background-repeat: no-repeat;
    background-color:#fff;
    background-position:100% 30px;
    color:#000;
    height: 195px;
   /* width: 430px;*/
    padding-top: 15px;
	width: 300px;
    
}
#prod_short_details h1,
#prod_short_details h2,
#prod_short_details h3{
    color:#000;
    font-size: 24px;
}
#prod_short_details dl{
   	margin: 40px 0 0;
}
#prod_short_details dt,
#prod_short_details dd{
    float: left;
    display: block;
}
#prod_short_details dt.grz_prod_code,
#prod_short_details dd.grz_prod_code{
    margin-top:15px;
}
#prod_short_details dt{
    width: 80px;
    clear: left;
    color: #666666;
    font-weight: normal;
}
#prod_short_details dd{    
    margin: 0;
}
#prod_ecom_details{
    padding: 65px 0 0 20px;
}   
#prod_ecom_details .btn-cart{
    margin-top: 10px;
}
#prod_long_data_blk{
	clear:both;
}
#prod_long_data_blk article{
    border-top: 2px dotted #9a9a9a;
    padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#prod_long_data_blk article hr{
    margin-left: -30px;
}
#prod_long_data_blk article h3{
    font-size: 18px;
    line-height: 22px;
}
#prod_long_data_blk article p{
    margin-left: 0;
}
article ul{
    list-style-image: url(../img/ul_dot.gif);
    margin: 20px 0 20px 50px;
}
#prod_cat_dx{    
    margin: 0 0 0 0;
    width:33%;
    float: right;
	min-width:auto !important;
	overflow:hidden;	
}
#prod_cat_dx .wp125ad{
	margin-bottom:20px;
	text-align:center;
}
#prod_cat_dx #prod_container{
	border-radius: 15px 0 0 0;
	border:2px solid #f1efef;
    border-right: none;
    padding: 0 20px 20px;
	overflow:hidden;
}
#prod_cat_dx .product_box{
   /* width: auto;*/
    border: 2px solid #f1efef;
    border-right:none;
    border-left: none;
	height: 230px;
    margin-right: 10px;
}
#prod_cat_dx .product_box h2 {
    font-size: 24px;
    font-weight: normal;
    height: auto;
    line-height: 24px;
    margin: 0 0 15px;
}
.closed_div{
    
}
.back_btn{
    background-color: transparent;
    background-position: 0 -351px;
    background-repeat: no-repeat;
    color: #4C464E;
    display: block;
    font-family: 'Crimson Text',serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
}
hr{
    border: none;
    border-top: 2px dotted #9a9a9a;
    background: none;
    margin: 20px 0;
}
.link_rosso{
    color:#bc4a42;
}
.testo_graziato{
    font-family: 'Crimson Text',serif;
}
.view_more_details{
    font-family: 'Crimson Text',serif;
    font-weight: bold;
    margin-left: 50px;
    padding-right: 40px;
    background-position:100% -301px;
    background-repeat: no-repeat;
    font-size: 18px;
    outline: none;
}
.view_more_details.closedetails{
    background-position:100% -405px;
}
.featured{
    padding-top: 1px;
}
.home #secondary_content .featured .graffasx{
	background-position: 0 -2040px;
    background-repeat: no-repeat;
    float: right;
    height: 164px;
    margin-left: 30px;
    overflow: hidden;
    padding-left: 50px;
    padding-top: 16px;
}
.home #secondary_content .featured .graffasx a{
	display:block;
	margin-bottom:15px;
}
.home #secondary_content .featured .graffasx img{
	max-width:none;
}
.featured h3{
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 50px;
}
#related{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 30px -50px 0 0;
    padding: 45px 0 45px 45px;
    position: relative;
}
.home #related{
    margin: 30px 20px 0 -60px;
    padding: 45px 0 45px 45px;
}
#related img{
    margin-right: 20px;
}
#bottom_banner_box img{
    margin-right: 20px;
}
.badge_bow{
    position: absolute;
    top:-10px;
    left: -10px;
}
.faq_outer_block{
    /*background: #fff; */
    /*margin-top: -20px;*/
    position: relative;
    z-index: 10;
	padding:0 30px 0 0;
}
.faq_outer_block p{
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 50px !important;
}
.faq_outer_block{
    color:#707070;
}
.faq_outer_block strong{
    color:#000;
}

#top-link{
    height: 34px;
    line-height: 34px;
    display:none;
    position:fixed;
    left:4%;
    margin-left: -15px;
    bottom:50%;
    font-weight:bold;
    text-decoration:none;
    background-position: 100% -480px;
    font-size: 18px;
    font-family: 'Crimson Text',serif;
}
#top_alert {
    background-position: 0 -620px;
    background-repeat: repeat-x;
    border-radius: 13px 13px 13px 13px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 10px 10px 20px 0;
    padding: 10px 13px;
    text-align: center;
}
#definition_page {
    border-top: 2px dotted #DDDDDD;
    margin-top: 45px;
}
#tool_bar {
    margin: 10px 0;
    overflow: hidden;
}
#tool_bar .def_wrapper {
    padding: 0;
    width: auto;
}
#tool_bar .grz_badge{
    top:-22px;
    /*left: 0;*/
}
#definition_block{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    color: #666666;
    margin: 0 335px 0 245px;
    padding: 0;
}
#word_definition{
    color:#000;
	padding: 0 0 0 50px;
}
sup {
    font-size: 47%;
    top: -0.7em;
}
#definition_block h1{
    margin:15px 0 3px;    
}
#definition_block h1 sup{
    margin:0 0 3px;    
}
#definition_aside{
    float: right;
    width: 32%;
}
#word_related{
    background: #f1efef;
    padding: 20px 20px 10px;
    border-radius: 13px 0 0 0;
    margin-bottom: 10px;
}
#word_related h2,
#word_related h3{
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
#word_related h2:first-child,
#word_related h3:first-child{
    margin-top: 0;
}
.tool_bar_btn{
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin-left: 45px;
    padding: 10px 0 0 35px;
    width: 90px;
    word-wrap: break-word;
	margin-bottom:10px;
}
#pronuncia_btn{
    background-position: 0 -918px;
    padding-left: 40px;
}
#tavola_btn{
    background-position: 0 -864px;
    width: 70px;
}
#stampa_btn{
    background-position: 0 -812px;
}
#facebook_btn{
    background-position: 0 -760px;
}
#results_header{
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    font-family: 'Crimson Text',serif;
    font-size: 16px;
    padding: 0 10px 10px;
    margin-right: 10px;
}
#results_header span{
    color: #1F476B;
}
#results_header #filter_box{
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;    
}
#results_header #filter_box select{
    margin-left: 10px;
    margin-bottom: 0;
    top: -2px;
    position: relative;
}
#result_blk {
    margin: 0 30px 70px 0;
    padding: 0 0 0 90px;
}
#result_blk dt{
    font-family: 'Crimson Text',serif;
    color: #1F476B;
    font-weight: normal;
    font-size: 20px;
    padding-left: 65px;
}
#result_blk dd{
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    position: relative;
}
#result_blk dd span{
    color: #1F476B;
    display: block;
    font-family: 'Crimson Text',serif;
    font-size: 13px;
    left: 0;
    line-height: 15px;
    position: absolute;
    top: -16px;
    width: 60px;
    word-wrap: break-word;
}
#advancedsearch_panel {
    clear: both;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 650px;
}
#advancedsearch_panel .innerdiv {
    background: none repeat scroll 0 0 #e6e6e6;
    padding: 15px;
    position: relative;
}
#advancedsearch_panel .par_esempio{
	font-size:11px;
	margin-bottom:0;
}
#advancedsearch_panel .tito{
    color: #1F476B;
    display: block;
    font-family: 'Crimson Text',serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}
#advancedsearch_panel .col_advsrc{
	float:left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */ 
	
	width:50%;
}
#advancedsearch_panel #col_advsrc1{
	
}
#advancedsearch_panel #col_advsrc2{	
	border-left:1px solid #666;
	padding-left:15px;
}
#colsx{
	float:left;
	width:210px;
}
#coldx{
	float:right;
	width:310px;
}

.titolo_blocco.closed{
	background-position: 100% -1731px;
}
#colsx .titolo_blocco{
	background-color:#3a6285;
	font-style:normal;
}
#colsx .titolo_blocco .termine_ricerca{
	font-style:italic;
}
#colsx .titolo_blocco a{
	padding:12px;
}
#colsx .titolo_blocco:first-child{
	margin-top:-11px;
}
#prod_cat_dx .titolo_blocco,
#coldx .titolo_blocco{
	background-color:#989898;
	
	text-transform:uppercase;
}
#coldx .titolo_blocco a{
	padding:12px 19px;
}
#prod_cat_dx .titolo_blocco:first-child,
#coldx .titolo_blocco:first-child{
	margin-top:11px;
	border-radius:15px 0 0 0;
}

.titolo_blocco{
	background-position: 100% -1653px;
	background-repeat: no-repeat;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin:2px 0 0;
	position:relative;
}
.titolo_blocco a{
	color:#fff;
	display:block;
	outline:none;
}
.titolo_blocco a:hover{
	text-decoration:none;
}
#prod_cat_dx .titolo_blocco{
	margin: 0 -20px 2px !important;
    padding: 13px 20px;
    text-transform: none;
	background-color:#5f7ba0;
}
.titolo_blocco .deco{
	background-position: 0 -718px;
    background-repeat: no-repeat;
    height: 9px;
    position: absolute;
    right: -11px;
    top: 0;
    width: 11px;
}
.advicebox,
.word_list{
	margin:0 0 2px;
	padding:10px 0 10px 10px;
	list-style:none;
	background:#ddd;
}
.word_list li{
	border-top:2px solid #fff;
}
.word_list li:first-child{
	border-top:none;
}
.word_list a{
	display:block;
	padding:10px 4px;
	color:#1f476b;
	font-size:22px;
	font-family: 'Crimson Text', serif;
}
.word_list .red_word{
	color:#f14612;
}
.word_list a:hover,
.word_list a.current{
	background:#fff;
	text-decoration:none;
}
.word_list a small{
	font-size:16px;
	color:#1f476b;
}
.word_list .short_def{
	display:block;
	font-family: 'Open Sans',sans-serif;
	color:#000;
	font-size:13px;
	
	height:45px;
	overflow:hidden;
}
#coldx .advicebox,
#coldx .word_list{
	background:#f2f1f1;
	font-size:13px;
	color:#474747;
	padding: 10px 20px;
}
#coldx  #ad_related{
	margin-top:10px;
}
#coldx .word_list.sinonimi{
	list-style: disc inside none;
	font-weight:bold;
}
#coldx .word_list li{
	border-bottom:none;
	padding:2px 0;
}
.advicebox .btn{
	border: 2px solid #AAAAAA;
    border-radius: 6px 6px 6px 6px;
    padding: 2px 16px;
    text-transform: uppercase;
	font-weight:bold;
}
#result_num{
	font-family: 'Crimson Text', serif;
	font-size:24px;
	margin-top:-38px;
}
#result_num span{
	color:#1f476b;
}
#word_variations{
	color:#000;
	padding:0 0 0 50px;
	position:relative;
	margin-bottom:20px;
}
#word_definition p,
#word_variations p{
	position:relative;
}
#word_definition p .wtype,
#word_variations p .wtype{
	border: 1px solid #DDDDDD;
    display: block;
    font-family: 'Crimson Text',serif;
    font-size: 18px;
    left: -50px;
    line-height: 18px;
    padding: 0 9px 7px;
    position: absolute;
    top: 2px;
}
#word_definition p .wtype:hover,
#word_variations p .wtype:hover{
	text-decoration:none;
}


.tool_bar_btn{
    background-repeat: no-repeat;
    border-right: 1px solid #CCCCCC;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin-left: 0;
    margin-right: 15px;
    padding: 43px 0 0;
    width: 85px;
    word-wrap: break-word;
	margin-bottom:10px;
	cursor:pointer;
}
#pronuncia_btn{
    background-position: 0 -918px;
    padding-left: 0;
}
#tavola_btn{
    background-position: 0 -864px;
    width: 70px;
}
#stampa_btn{
    background-position: 0 -1349px;
}
#facebook_btn {
    background-position: 0 -1250px;
	border-right:none;
}

.emergency .titolo_blocco{
	background-color:#bc6060 !important;
}
.emergency #colsx .titolo_blocco:first-child{
	background-color:#3a6285 !important;
}
.emergency #top_alert {
    background-position: 0 -1884px;
}
.emergency #top_alert .btn {
    background: none repeat scroll 0 0 #ba4646;
}

.authorsBlk{
	color: #666666;
    font-family: 'Crimson Text',serif;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 8px;
}

/*LANG MENU*/
#main_header{
	position:relative;
	margin-bottom:15px;
}
#main_header #lang_menu_top {
    position: absolute;
    right: 0;
    top: 0;
	z-index: 20;
}
#main_header #lang_menu_top ul{
    list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	border-bottom:1px solid #3A6285;
}
#main_header #lang_menu_top ul li{
	float:left;
}
#main_header #lang_menu_top ul li a{
	border-left: 1px solid #3A6285;
    color: #FFFFFF;
    display: block;
    padding: 2px 8px;
    text-align: center;
    width: 20px;
}
#main_header #lang_menu_top ul li a:hover,
#main_header #lang_menu_top ul li a.active{
	background:#3A6285;
}
/*OVERLAY*/
#noabbonamentolayer{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 16px #7E7E7E;
    left: 50%;
    margin: -75px auto auto -150px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 300px;
    z-index: 95;
	display: none;
}
#cboxClose {
    right: 2px;
    top: 2px;
}
.polirematica strong,
.polirematica b{
	/*color:#000 ;*/
}
.wordenfasi{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC !important;
    margin: 5px 0;
    padding: 5px 10px !important;
}

/*TAVOLE VERBI*/

#verbtablayer{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 16px #7E7E7E;
	display: none;
    /*height: 70%;    */
    margin: auto;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
    /*width: 90%;*/
    z-index: 90;
}
#verbtabcontent {
    height: 100%;
    overflow: auto;
	padding-right:5px;
}
#verbtablayer h3{
	background: none repeat scroll 0 0 #DFE8F1;
    clear: both;
    font-weight: normal;
    padding: 0 15px;
    text-align: left;
	margin: 0 0 10px;
}
.tense_coniug {
    float: left;
    margin: 0 15px 15px;
    text-align: left;
}

#loader{
	background:url(../img/bg_70_000.png) repeat 0 0 transparent;
	z-index:100; 
	text-align:center; 
	position:fixed; 
	left:0; 
	top:0; 
	right:0; 
	bottom:0; 
	display:none;
}
#loader img{
	position:absolute;
	top:50%;
	left:50%;
}


@media screen and (min-width: 768px) {
	.bannerblock{
		min-width:320px;
	}
}

@media screen and (max-width: 959px) {
	#definition_block {
		margin-right:0;
		width: auto;
		padding-right:25px;
	}
	#coldx .titolo_blocco:first-child {
		border-radius: 0;
		margin-top: 2px;
	}
	#coldx .titolo_blocco a{
		padding:12px;
	}
	#colsx,
	#coldx{
		clear: both;
		float: left;
		width:210px;
	}
	#footer-nav-list > li.footer-nav-main-item {
		margin-bottom: 11px;
    	width: 33%;
		line-height: 12px;
		height: 128px;
    	padding: 20px 6px 6px;
	}
    .home #main_content article {
		float: none;
		width: 100%;
	}
	.home #main_content .bannerblock {
		float: none;
		margin-top: 30px;
		min-width: 320px;
		width: 100%;
		margin-bottom: 40px;
	}
	#grz_wgt_miniclaim {
		clear: both;
		float: none;
		padding-top: 6px;
	}
	#grz_widget_block .def_wrapper {
		margin: 0 auto;
		width: auto;
	}
	#bottom_banner_box a{
		display:block;
		float:left;
		width:33%;
	}
	#head_content nav a {
		padding: 36px 10px 14px;
	}
	.home #related {
   		margin: 30px -20px 0 -60px;
	}
	.home .featured {
		margin-right: -20px;
	}
	
	#prod_cat_sx,
	#prod_cat_dx{
		float:none;
		width:100%;
	}
	
	#prod_cat_dx {
		margin: 40px 0 0;
	}
	#prod_long_data_blk {
		margin-right: 15px;
	}
	/*.tool_bar_btn{
		background-repeat: no-repeat;
		color: #666666;
		display: block;
		float: left;
		font-size: 12px;
		line-height: 12px;
		margin-left: 45px;
		padding: 10px 0 10px 35px;
		width: 90px;
		word-wrap: break-word;
	}
	#pronuncia_btn{
		background-position: 0 -918px;
		padding-left: 40px;
	}
	#tavola_btn{
		background-position: 0 -864px;
		width: 70px;
	}
	#stampa_btn{
		background-position: 0 -812px;
	}
	#facebook_btn{
		background-position: 0 -760px;
	}*/
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#top_alert .btn{
		margin:5px 0 0;
	}
	#footer-nav-list > li.footer-nav-main-item {
		margin-bottom: 11px;
    	width: 50%;
		height: 130px;
	}
	#footer-nav-list > li.footer-nav-main-item ul li {
		line-height: 16px;
		padding: 0 0 5px;
	}
	#head_logo {
		width: 130px;
	}
	#head_content {
		margin-left: 190px;
	}
	#main_content .def_wrapper{
		padding: 0 25px;
	}
	#main_content article p{
		margin-left: 28px;
	}
	#search_bar label{
		display:inline-block;
		width:120px;
	}
	#search_bar .formCol{
		float:none;
		margin:0 0 10px;
	}
	#search_bar form {
		margin: 0 0 0 150px;
	}
	.product_box {		
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width: 50%; 
	}
}
@media screen and (max-width: 768px) {
	#advancedsearch_panel {
		padding: 15px 0 0;
		width:auto;
	}	
	#main_header{
		
	}
	#main_header #lang_menu_top {
		position:static;
		overflow:hidden;
		border-bottom: 1px solid #3A6285;
	}
	#main_header #lang_menu_top ul{
		border-bottom:none;
		float:right;
	}
	#main_header #lang_menu_top ul li a {
		padding: 5px 8px;
		width: 40px;
	}
	
}
@media screen and (max-width: 650px) {
	#grz_widget_block .fb-like {
		bottom:-20px;
		left: auto;
		right: 10px;
	}
	#coldx #ad_related p {
		float: left;
		width: 50%;
	}
	#definition_block {
		clear: both;
		margin-left: 0;
		overflow: hidden;
		padding-right: 25px;
		width: auto;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	#colsx, #coldx {
		clear: both;
		float: none;
		width: auto;
		margin-right: 10px;
	}
	#definition_page {
		margin-top: 15px;
	}
	#grz_wgt_tool, #grz_wgt_lang{
		margin-left:10px;
	}
	#grz_wgt_claim_bgimg{
		opacity:.25;
	}
	#grz_widget_block {
		margin-top: 0;
	}
	#grz_wgt_claim_text {
		color: #1F476B;
		left: 28px;
		position: absolute;
		top: 0;
		z-index: 2;
	}
	#grz_wgt_claim_text span,
	#grz_wgt_claim_text strong{
		padding-left:0 !important;
	}
	
	#advancedsearch_panel .col_advsrc{
		float:none;
		width:100%;
	}
	#advancedsearch_panel #col_advsrc1{

	}
	#advancedsearch_panel #col_advsrc2 {
		border-left:none;
		border-top: 1px solid #666666;
		padding-left: 0;
		padding-top:15px;
		margin-top:5px;
	}
}
@media screen and (max-width: 705px) {
	.home #secondary_content .featured .graffasx{
		background: none;
		overflow:hidden;
		height: 164px;
		padding-left:0;
		margin-left:0;
		float:none;
	}
	#prod_short_details {
		background:none;
		width: auto;
		height:auto;
		margin-bottom: 35px;
	}
    #prod_ecom_details {
		margin-bottom: 20px;
		padding: 0;
	}
	#prod_ecom_details br{
		display:none;
	}
	#prod_long_data_blk article hr {
		margin-left: -30px;
	}
	#prod_ecom_details .btn-cart {
		display: block;
		/*margin-left: 20px;*/
		margin-top: 10px;
		vertical-align: middle;
		float: left;
	}
	#prod_ecom_details #pricebox{
		width:210px;
	}
	#prod_short_data_blk {
		margin-right: 0;
	}
	#prod_short_data_blk #big_prod_img{
		width: 36%;
	}
	#prod_long_data_blk article,
	#prod_long_data_blk aside{
		width:auto;
		float:none;
	}
}

@media screen and (max-width: 768px) {
    #main_content.no_right_margin .def_wrapper {
		padding: 0 0 0 25px;
	}
}

@media screen and (max-width: 570px) {
	
	#prod_long_data_blk aside{
		border:none;
		padding:0;
	}
	.back_btn {
    	font-size: 16px;
	}
	.authorsBlk {
		font-size: 17px;
		margin: 15px 0 3px;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	#head_logo {
		border-bottom: 1px solid #3A6285;
		display: block;
		float: none;
		padding: 10px 0 15px;
		text-align: center;
		width: auto;
	}
	#head_content {
		margin-left: 0;
	}
	#head_content nav {
		height: 38px;
		min-width: 300px;
	}
	#head_content nav ul{
		display:table;
		margin:0 auto;
		border-left:1px solid #3A6285;
	}
	#head_content nav a {
		padding: 14px 10px;
		font-size: 12px;
	}
	.product_box {		
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width: 100%; 
	}
	.product_box h2 {
		font-size: 24px;
		font-weight: normal;
		height: 47px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	#main_content.no_right_margin .def_wrapper {
		padding: 0 25px;
	}
	#faq_menu_blk{
		height:auto;
		margin: 0 0 20px;
		border-right: 1px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;
	}
	.faq_outer_block{
		padding:0;
	}
	#faq_menu{
		border:none;
		border-radius:0;
		height:auto;
		background:none;
		margin:0;	
		top:0;	
	}
	#faq_menu li{
		float:none;		
	}
	#faq_menu li a{
		background:none;
		height:auto;
		padding-bottom:8px;
		border-bottom:1px solid #ddd;
	}
	#faq_menu li a:hover,
	#faq_menu li a.active{
		background:#1F476B;
		border-bottom:1px solid #fff;
	}
	.home #secondary_content .featured .graffasx{
		float:left;
	}
}
@media screen and (max-width: 480px) {
	#prod_short_details {
		width: 270px;
	}
	
	.home #main_content {
		margin: 15px 0;
	}
	#main_content h1 {
   		margin: 0 0 12px;
	}
	h1 {
		font-size: 24px;
		line-height: 25px;
	}
	.featured h3 {
		font-size: 20px;
		line-height: 21px;
		margin-bottom: 40px;
		padding-left: 110px;
	}
	#main_userbar {
		line-height: 35px;
    	padding: 7px 10px 10px;
	}
	#bottom_banner_box a {
		display: block;
		float: none;
		width: auto;
	}
	#related #bottom_banner_box img {
		display: block;
		float: none;
		margin: 0 auto 35px;
		width: 80%;
	}
	.home #related {
		padding: 45px 0 10px;
	}
	.badge_bow {
		width: 88px;
	}
	.home .featured .txt_blk{
		margin-left: -60px;
	}
	.home .featured h3{
		padding-left:50px;
	}
	#footer-container{
		padding-top:1px;
	}
	#footer-nav-list-container{
		float:none;
		margin: 10px 0;
	}
	#footer-logo {
		display: block;
		float: none;
		margin: 10px 0;
		text-align: center;
	}
	#footer-nav-list > li.footer-nav-main-item {
		height: 150px;
		margin-bottom: 11px;
		padding-top: 7px;
		width: 50%;
	}
	.home #main_footer {
		font-size: 10px;
	}
	#main_content article p{
		margin-left:0;
	}
	#main_content .def_wrapper{
		padding:0 25px;
	}
	.home #main_content article {
		float: none;
		width: auto;
	}
	.home #main_content .bannerblock {
		float: none;
		margin: 20px 0 39px;
		text-align: center;
		width: auto;
	}
	.home #secondary_content .featured p{
		clear:both;
	}
	.home #related {
		margin-right: -20px;
	}
	#search_bar form {
		margin: 0 0 0 110px;
	}	
	#search_bar form select {
		margin-right: 15px;
		width: 228px;
	}
	.formCol {
		float: none;
		margin: 5px 0 10px;
	}
	.product_box {
		float: none;
		margin: -1px auto 0;
	}
	#prod_short_data_blk {
		border-top: 2px dotted #9A9A9A;
		margin-right: 0;
	}
	#prod_short_data_blk #big_prod_img{
		display: block;
		float: none;
		margin: 0 auto;
		width: 50%;
	}
}
@media screen and (max-width: 479px) {
	#grz_wgt {
		padding-bottom: 20px;
	}
	#grz_wgt_claim, #grz_wgt_claim .def_wrapper {
		height: 100px;
	}
	
	#grz_wgt_lang{
		float:none;
		border-radius: 0 0 0 0;
		margin-left:-10px !important;
		height:auto;
		margin-top:10px;
		margin-bottom:10px;
		border:none;
	}	
	#grz_wgt_claim_text {
		left: 25px;
	}
	#grz_wgt_claim_text .testo_graziato{
		font-size:32px !important;
	}
	#grz_wgt_tool{
		margin-right:10px;
		float:none;
	}
	#grz_wgt_lang > li{
		float:none;
		background:#fff;
		text-align:center;
	}
	#grz_wgt_lang a{
		background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #DDDDDD;
    line-height: 42px;
    margin-bottom: 0;
    padding-top: 0;
    width: auto;
	}
	#grz_wgt_lang a#it_lng.active,
	#grz_wgt_lang a#it_lng:hover{
		background:#32867c;
	}
	#grz_wgt_lang a#en_lng.active,
	#grz_wgt_lang a#en_lng:hover{
		background:#537ac0;
	}
	#grz_wgt_lang a#fr_lng.active,
	#grz_wgt_lang a#fr_lng:hover{
		background:#bc4a42;
	}
	#grz_wgt_search{
		width:100%;
	}
	#search_word{
		width: 85%;
	}
}
@media screen and (min-width: 960px) {
    #bottom_banner_box{
        width: 825px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px) {
    #grz_widget_block .def_wrapper{
        width:960px;
        margin: 0 auto;
    }
    #main_content.fullwidth .def_wrapper, 
    #main_header .def_wrapper{
        width:auto;
    }
    #main_content.no_right_margin .def_wrapper{
        padding: 0 0 0 90px;
    }
    .def_wrapper{
        width:1200px;
        margin: 0 auto !important;
    }
    #search_bar .grz_badge{
        left: 20px;
    }
    .grz_badge{
        /*left: -70px;*/
    }
	#top_alert {
	    margin-right: 0;
	}
	#prod_short_data_blk {
		margin-right: 0;
	}
    /*#search_bar .def_wrapper{
        padding: 0!important;    
    }*/ 
}

@media screen and (min-width: 954px) and (max-width: 1160px){
	#prod_short_details {
		background: none repeat scroll 0 0 transparent;
		height: auto;
		margin-bottom: 35px;
		width: auto;
	}
	#prod_ecom_details {
		margin-bottom: 20px;
		padding: 0;
	}
	#prod_ecom_details #pricebox {
		width: 210px;
	}
}


/* bootstrap tab */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/* bootstrap tab */






.error{
	border-color: #E9322D !important;
	box-shadow: 0 0 6px #F8B9B7 !important;
	color: #B94A48 !important;
}
.box-error{
	border: 1px solid;
	border-color: #E9322D !important;
    box-shadow: 0 0 6px #F8B9B7 !important;
	background-color: #FCF8E3;
	padding:10px;
}
.box-message{
	border: 1px solid;
	border-color: #4c6b87 !important;
    box-shadow: 0 0 6px #3a6266 !important;
	background-color: #DFF0D8;
	padding:10px;
}
.box-message h3, 
.box-error h3{
	line-height: 25px !important;
	margin-bottom:5px !important;
}
.box-error h3{
	background-image:url('../img/error.png');
	background-repeat: no-repeat;
	padding:3px 0 0 30px;
	color: #B94A48 !important;
}

#lang_sel_list{
position: absolute;
right:5px;
z-index:100px !important; 
top: 0px !important;
}

#lang_sel_list ul li{
display: inline !important;   
}


#tavola_verbi{
	position:absolute;
	background:#ff0000;
}

.faq_outer_block table td{
	padding-bottom:5px;
}
#main_content article.nomargin p{
margin-left:0px !important;
}
a{
cursor: pointer; 
cursor: hand;
}
.bgcenter{
	display:block;
	background-image:url('../img/ajax-loader-sx.gif');
	background-repeat: no-repeat;
	background-position:center;
	min-height:15px;
}