.row {
	margin-right:-5px;
	margin-left:-10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right:5px;
	padding-left:10px;
}


/*body { font-family: "Trebuchet MS", sans-serif; } */
body { 
}

h2 { margin:0; }
/*
h1 {font-size:200%;margin-top:0px;font-weight:normal}
h2 {font-size:160%;margin-top:10px;margin-bottom:10px;font-weight:normal}
h3 {font-size:120%;font-weight:normal}
h4 {font-size:100%; }
h5 {font-size:90%; margin-top: 0px; margin-bottom: 7px; }
h6 {font-size:80%;}
*/


#logotype {
	position:relative;
    background: url(../../images/FK_logo_grey_flat_FINAL.png) no-repeat;
    background-size:100%;
	width: 180px;
	height: 70px;
}


.topbar {
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	box-shadow:0px 1px 25px #ccc;
}
.topbar #logotype {
	width: 90px;
	height: 35px;
}
.topbar ul {
	position:absolute;
	right:0;
	top:15px;
}
.topbar {
}
.topbar a {
	color:#666;
}



/* tables */
/*
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 9pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}



table.orderProducts {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

table.work {
	font-size:11px;
}

table.orderProducts th {
  font-size: 12px;
  text-decoration: none;
  
}

table.orderProducts td, th {
  margin-left : 0px;
  margin-right: 0px;
}

table.orderProducts tr.header {
  font-weight: bold;
  height: 20px;
}
#wrapper-summary {  }

table.style1 td { 
   height: 25px;
}

table.style2 th { 
   background-color: #D3D3D3;
}

table.style2 h3 { 
   padding-bottom: 5px;
   font-weight: bold;
   text-align: left;
   padding:0;
   margin:0;
}
*/

.ttr {
    text-align: right;
}

.italic { font-weight: normal; font-style: italic; }


.ajax_virtual_product {
}


label.ajax_virtual_product {
    padding-top: 7px;
    height: 15px;
}


.ajax_air_container {
    width : 710px;
    float: down;
    padding: 2px;
}

.top-menu {
    
}

.top-menu-container {
    margin: 0 auto;
}




.toggle-button {
	background: transparent;
	border: none;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-5px, -50%);	
}
.toggle-button:hover {
	background: none;
	border: none;
}
.toggle-button:active {
	background: none;
	border: none;
}
.toggle-button:focus {
	background: none;
	border: none;
}
