/* CSS Document */

/* --- Table 1 ------------------------------ */

.headerTds1,
.headerTds2, 
.headerTds3,
.headerTds5,
.headerTds6{
	padding: 5px 10px 5px 10px;
	background-color: #9A9A9A;
	color: #fff;
	font-size: 12px;
	}

.headerTds1{
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-radius: 10px 0px 0px 0px;
	}

.headerTds2{
	border-top: 2px solid #CCC;
	}
	
.headerTds3{
	border-top: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-radius: 0px 10px 0px 0px;
	}

.headerTds4{
	border-bottom: 1px solid #CCC;
	}

.headerTds5{
	border-right: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	}

.headerTds5Top{
	border-top: 1px solid #CCC;
	}
	
.headerTds6{
	text-align: left;
	}

.cellTdTaxes{
	font-size: 14px;
	padding: 10px;
	}

.cellTds1,
.cellTds2,
.cellTds2a,
.cellTds3{
	border-bottom: 1px solid #CCC; 
	/* border-right: 1px solid #CCC; */
	font-size: 14px;
	}

.cellTds1,
.cellTds3{
	
	}
	
.cellTds2a{
	
	}

.cellTds1{
	border-left: 1px solid #CCC; 
	}

.font12{
	font-size: 11px;
	}
	
.font10{
	font-size: 10px;
	}

/* --- Table 1 with spacer ------------------------------ */

.headerTds1_s{
	border-radius: 7px 0px 0px 0px;
	}

.headerTds3_s{
	border-radius: 0px 7px 0px 0px;
	}
	
.headerTds1_s,
.headerTds2_s, 
.headerTds3_s{
	padding: 0px 10px 5px 10px;
	background-color: #9A9A9A;
	color: #fff;
	font-size: 12px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	}

.cellTdTaxes_s{
	font-size: 14px;
	padding: 10px;
	}

.cellTds1_s,
.cellTds3_s{
	
	}
	
.cellTds2a_s{
	
	}

/* --- Table BIO ------------------------------ */

.cellTds1_bio,
.cellTds2_bio,
.cellTds3_bio,
.headerTds1_bio,
.headerTds2_bio, 
.headerTds3_bio,
.cellTds1_orders,
.cellTds2_orders,
.cellTds3_orders{
	font-size: 12px;
	}
	
.headerTds1_bio,
.headerTds2_bio, 
.headerTds3_bio{
	padding: 5px 10px 5px 10px;
	background-color: #9A9A9A;
	color: #fff;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	}
	
.headerTds1_bio{
	border-left: 2px solid #CCC;
	border-radius: 10px 0px 0px 0px;
	}

.headerTds3_bio{
	border-right: 2px solid #CCC;
	border-radius: 0px 10px 0px 0px;
	}

.cellTds1_bio,
.cellTds2_bio,
.cellTds3_bio{
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
	}

.cellTds1_bio{
	border-left: 1px solid #CCC; 
	padding: 20px 20px 20px 20px;
	}

.cellTds2_bio{
	padding: 20px 20px 20px 20px;
	}

/* --- TABLE orders ------------------------------ */

.cellTds1_orders,
.cellTds2_orders,
.cellTds3_orders{
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
	}

.cellTds1_orders{
	border-left: 1px solid #CCC; 
	padding: 3px 20px 2px 20px;
	}

.cellTds2_orders{
	padding: 3px 20px 2px 20px;
	}

/* --- Table in Common ------------------------------ */

.headerTds1 a,
.headerTds2 a, 
.headerTds3 a,
.headerTds5 a, 
.headerTds1_s a,
.headerTds2_s a, 
.headerTds3_s a,
.headerTds1_bio a,
.headerTds2_bio a, 
.headerTds3_bio a{
	color: #fff;
	}

.headerTds1 a:hover,
.headerTds2 a:hover, 
.headerTds3 a:hover,
.headerTds5 a:hover, 
.headerTds1_s a:hover,
.headerTds2_s a:hover, 
.headerTds3_s a:hover,
.headerTds1_bio a:hover,
.headerTds2_bio a:hover, 
.headerTds3_bio a:hover{
	color: #F8EEDE;
	}
	
/* --- end Table In Common ------------------------------ */
/* --- create table tr td for MENU MANAGER ---------------------- */

.divMenuTable{
	display: table;
	}
.divMenuTableRow {
	display: table-row;
	}
.divMenuTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
	overflow: scroll;
	}
.divMenuTableHead {
	display: table-cell;
	padding: 5px 10px 3px 10px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	}
.divMenuTableCell{
	display: table-cell;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	vertical-align: middle;
	}
.divMenuTableCell2{
	display: table-cell;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	vertical-align: middle;
	line-height: 0px;
	}
.divMenuTableCell_no {
	display: table-cell;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
	}
.divMenuTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
	}
.divMenuTableBody {
	display: table-row-group;
	vertical-align: middle;
	text-align: center;
	}
.top_header_div_menu{
	padding: 30px 30px 10px 30px; 
	z-index: 5000;
	}
	
/* --- end ------------------------------ */
/* --- create table tr td for BLOG ------------------------------ */

.divTable{display: table;}
.divTableRow {display: table-row;}
.divTableHeading {background-color: #EEE;display: table-header-group;font-weight: bold;}
.divTableBody {display: table-row-group;}
.divTableFoot {background-color: #EEE;display: table-footer-group;font-weight: bold;}

.divTableCell, 
.divTableHead{
	border-right: 1px solid #CCC;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}

.divTableCell{
	border-bottom: 1px solid #CCC;
	}
	
.divTableCell,.divTableCell2{padding: 5px 10px 5px 10px;font-size: 12px; }
.divTableHead{padding: 0px 10px 14px 10px;}
	
.divTableCell:first-child, 
.divTableCell2:first-child, 
.divTableHead:first-child,
.divTableHead2:first-child,
.divTableHead3:first-child {
	border-left: 1px solid #CCC;
	}

.divTableCell2, 
.divTableHead2 {
	border-right: 1px solid #CCC;
	display: table-cell;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0;
	height: 0px;
	font-size: 0px;
	background-color: #CCC;
	line-height: 0px;
	}

.divTableCell3, 
.divTableHead3{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table-cell;
	text-align: left;
	padding: 6px 10px 5px 10px;
	vertical-align: middle;
	height: 30px;
	}

.divTableCell4, 
.divTableHead4{
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table-cell;
	text-align: left;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	}

.divTableCell_no {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	vertical-align: top;
	}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
	}
.divTableBody {
	display: table-row-group;
	}

/* --- end ------------------------------ */	
	
.paddingCellNormal{
	padding: 5px 10px 5px 10px;
	}

.cellTotale{
	padding: 20px;
	}
	
.symbols{
	font-size: 22px;
	}
	
.heading1{
	font-size: 30px;
	font-weight: bold;
	}

.topred{
	border-top: 2px solid #F00;
	font-weight: bold;
	background-color: #E7E7E7;
	cursor: pointer;
	}
	
.isc_title {
	border-top: 1px solid #CCC;
	font-size: 14px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	}

.isc_title a {
	color: #fff;
	}
	
.isc_entry{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	padding: 2px;
	}

.padding_1{
	padding: 10px;
	}

.padding_2{
	padding: 10px 20px 10px 20px;
	}

#changeCodes{
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 14px;
	background-color: #fff;
	}

.vendite_styles{
	padding: 4px 4px 2px 4px;
	}
