.togg {
    overflow:hidden;
    position:relative;
	border:1px solid #e6e6e6;
	margin-bottom:2px;
	background-color:#ffffff;
}

.tog {
	border:1px solid #ffffff;
	background-color:#fcfcfc;
    display:block;
    padding:17px 0 15px 55px;
    margin:0;
    position:relative;
	opacity:.7;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.tog {
	color:#424242;
}

.tog.current,
.tog:hover {opacity:1;}

.togg .tog.current .cmsms_plus .vert_line {display:none;}

.togg .tab_content {
	border:0;
	border-top:1px solid #e6e6e6;
	background:#fefefe;
	padding:0 20px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.tog .cmsms_plus {
	border:1px solid rgba(0, 0, 0, .1);
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#fefefe), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #fefefe, #f6f6f6);
	background: -moz-linear-gradient(top, #fefefe, #f6f6f6);
	background: -ms-linear-gradient(top, #fefefe, #f6f6f6);
	background: -o-linear-gradient(top, #fefefe, #f6f6f6);
	background: linear-gradient(top, #fefefe, #f6f6f6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6')";  
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.tog:hover .cmsms_plus,
.tog.current .cmsms_plus {
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#f6f6f6), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top, #f6f6f6, #fefefe);
	background: -moz-linear-gradient(top, #f6f6f6, #fefefe);
	background: -ms-linear-gradient(top, #f6f6f6, #fefefe);
	background: -o-linear-gradient(top, #f6f6f6, #fefefe);
	background: linear-gradient(top, #f6f6f6, #fefefe); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fefefe')";  
}

.cmsms_plus {
    display:block;
    margin-top:-10px;
	margin-left:10px;
    position:absolute;
    left:0;
    top:50%;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
    border-radius:13px;
}

.cmsms_plus_inner {
    display:block;
    width:20px;
    height:20px;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:background-color .3s ease-out 0s;
	-moz-transition:background-color .3s ease-out 0s;
	-ms-transition:background-color .3s ease-out 0s;
	-o-transition:background-color .3s ease-out 0s;
	transition:background-color .3s ease-out 0s;
}

.cmsms_plus .vert_line, 
.cmsms_plus .horiz_line {background-color:#707070;}

.cmsms_plus .vert_line {
    display:block;
    width:1px;
    height:5px;
    position:absolute;
    left:10px;
    top:8px;
    z-index:2;
}

.cmsms_plus .horiz_line {
    display:block;
    width:5px;
    height:1px;
    position:absolute;
    left:8px;
    top:10px;
}

/* :::::::::::::: PREZZI ::::::::::::::::::::: */

.theme_table tr.description td.free,
.theme_table tr.price td.free{
    background-color: #a6cc54;
}
/*.theme_table .free .button{
    background-color: #a6cc54;
    border-color: #a6cc54;
}*/

.theme_table tr.description td.selected,
.theme_table tr.price td.selected{
    background-color: #c8c9c7; /*79BE0B*/
}
.theme_table .selected .button{
    background-color: #556270; 
    border-color: #556270;
}

.theme_table{
    width:100%;
    position: relative;
    clear: both;
    margin-bottom: 18px;
}
.theme_table table {
	width: 100%;
	padding: 0;
	margin:  0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: solid;
	border-top-width: 1px;
	table-layout: fixed;
}
.theme_table th,
.theme_table .th{
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
	color: #fff;
	background: #333;
}
.theme_table td {
	font-size: 13px;
	padding: 6px!important ;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
	text-align: center;
	background-color: #fff;
	vertical-align: middle;
}
.theme_table tr th:first-child,
.theme_table tr td:first-child{
	border-left-style: solid;
	border-left-width: 1px;
}
.theme_table tr:nth-child(odd) td,
.theme_table tr:nth-child(odd) th,
.theme_table tr:nth-child(odd) .th{
    background-color: #ffffff;
}
.theme_table table .selected{
    -webkit-transform: 	 translateY(0px) scale(1);
    -moz-transform: 	 translateY(0px) scale(1);
    -o-transform: 		 translateY(0px) scale(1);
    -ms-transform: 		 translateY(0px) scale(1);
    transform: 			 translateY(0px) scale(1);
    -moz-box-shadow:    0px 3px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
    box-shadow:         0px 3px 15px 0px rgba(0,0,0,0.1);
}

.theme_table table tr td.column_features{
    background: transparent;
    border-left: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-style: italic;
    text-align: center;
    font-size: 13px;
    border-color: #ebebeb;
    color: #5f5f5f;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

.theme_table table tr td.column_features1{
    background: transparent;
    border-left: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-style: italic;
    text-align: center;
    font-size: 13px;
    border-color: #ebebeb;
    color: #5f5f5f;
	max-width:10%;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

.theme_table td.azzo {
	font-size: 15px;
	padding: 6px 12px;
text-align:left;
	background-color: #fff;
	vertical-align: middle;
	 border: none;
    border-color: transparent;
}

.theme_table td.azzo1 {
	font-size: 15px;
	padding: 6px 12px;
text-align:left;
	background-color: #fff;
	vertical-align: middle;
	 border: none;
    border-color: transparent;
}


.theme_table tr.description td/*,
.theme_table tr.price td*/{
    color:#fff;
    background: #959595;
}
.theme_table{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.theme_table table,
.theme_table th,
.theme_table td{
    border: none;
    border-color: transparent;
}
