@charset "utf-8";
/******************CSS for tables**************************/

/***tabulky v administraci***/
.table_type_1 {
  font-size: 12px;
  width: 100%;
  width: auto;
  text-align: center;
  border: 1px solid #333;
  border-collapse: collapse;
}

.table_type_1 tr.first {
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}

.table_type_1 tr.first td {}

.table_type_1 td {padding: 5px; border: 1px solid #333;}
/********************************************************/

/***tabulky v detailnim vypisu info o motoru***/
.table_type_2 {
  width: 100%;
  font-size: 90%;
  text-align: left;
  border:none;
  border-collapse: collapse;
  background:none;
}

.table_type_2 td {
	text-transform:uppercase;
	padding: 3px;
	border-bottom: 1px solid #CCC;	
}
/*	
.table_type_2 tr.first {
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}
*/
/********************************************************/

/***tabulky ve vypisu kategorie motoru***/
.table_type_3 {
  width: 100%;
  text-align: left;
  border: none;
  /*border-collapse: collapse;*/
  font-size: 110%;
  padding:8px;
  background-color: #FFFFFF;
  margin-bottom: 8px;
}

.table_type_3 td { padding: 8px; border-right: 1px solid #A41916;}
.table_type_3 td.black { width:150px; color: white; font-weight: bold;}
.table_type_3 td.price { width:150px; text-align: left;}
.table_type_3 td.buy { font-weight: bold; text-align: center; border:none; }

.table_type_3 tr.first {
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}

.table_type_3 td.end { border:none; }

.table_type_3 td.column_1 {
	width:110px;	
}

.table_type_3 td.column_2 {
	width:130px;	
}

.table_type_3 td.column_3 {
	width:130px;	
}


/********************************************************/

/***tabulky ve vypisu kosiku a v menu zakaznika***/
.table_type_4 {
  width: 100%;
  text-align: left;
  border: none;
  border-collapse: collapse;
  font-size: 100%;
  background-color: #fbfbfb;
}

.table_type_4 td {
	padding: 5px; 
	border:none;
}

.table_type_4 tr.first {
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
  color:#FFFFFF;
  text-transform:uppercase;
}

.table_type_4 .summary {
	color:#FFFFFF;
	background-color:#777777;
	font-weight:bold;
	text-transform:uppercase;
}

/********************************************************/

/***cart - fakturacni adresa***/
.table_type_5 {
  width: 60%;
  text-align: left;
  border: 1px solid #666666;
  border-collapse: collapse;
  font-size: 90%;
  background-color: #fbfbfb;
}

.table_type_5 td {padding: 5px; border: 1px solid #666666;}

.table_type_5 tr.first{
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}

/********************************************************/

/*** administrace - vypis objednavek*********************/
/*** zakladni info o objednavce***/
.table_type_6 {
  width: 500px;
  text-align: left;
  border: 1px solid #666666;
  border-collapse: collapse;
  font-size: 100%;
  background-color: #fbfbfb;
}

.table_type_6 td {padding: 5px; border: 1px solid #666666;}

.table_type_6 tr.first, .table_type_6 td.first {
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}
.table_type_6 td.first {background-color: #ddd;}
.table_type_6 td.small {font-size: 80%;}

/*** polozky objednavky***/

.table_type_7 {
  width: 500px;
  text-align: left;
  border: 1px solid #666666;
  border-collapse: collapse;
  font-size: 100%;
  background-color: #fbfbfb;
}

.table_type_7 td {padding: 5px; border: 1px solid #666666;}

.table_type_7 tr.first {
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}

.table_type_7 tr.subitem {
  color: #666666;
  background-color: #e5e5e5;
  font-size: 80%;
}

.table_type_7 td.subitem_code {padding-left: 20px;}

.table_type_7 td.fifty {width: 50%;}
/********************************************************/

/*** overview - admin ***/
.table_type_8 {
  width: 500px;
  text-align: left;
  border: 1px solid #666666;
  border-collapse: collapse;
  font-size: 100%;
  background-color: #fbfbfb;
}

.table_type_8 td {padding: 5px; border: 1px solid #666666;}

.table_type_8 tr.first {
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}

/********************************************************/

/*** motor - variants ***/
.table_type_9 {
  width: 100%;
  text-align: left;
  border: none;
  border-collapse: collapse;
  font-size: 100%;
}

.table_type_9 .price {text-align: right;}
.table_type_9 input {float: left; position: relative; top: 5px;} /*pro IE dat 0*/

/**** code parser ***/
.table_type_10 {
  width: 100%;
  text-align: left;
  border: 1px solid #333;
  border-collapse: collapse;
  font-size: 100%;
}

.table_type_10 tr.first {background-color: #bbb;}

.table_type_10 td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #666;
}

.table_type_10 .description {font-size: 80%;}
.table_type_10 .price {background-color: #D3E9BE; font-weight: bold;}

/**** accessories - detaily motoru ***/
.table_type_11 {
  width: 100%;
  text-align: left;
  border: 1px solid #333;
  border-collapse: collapse;
  font-size: 100%;
}

.table_type_11 tr.first {background-color: #bbb;}

.table_type_11 td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #666;
}

.table_type_11 .description {font-size: 80%;}
.table_type_11 .price {background-color: #D3E9BE; font-weight: bold;}

/**********************************************************/

/***tabulky v detailnim vypisu info o motoru***/
.table_type_12 {
  width: 100%;
  text-align: left;
  border: 1px solid #666666;
  border-collapse: collapse;
  font-size: 90%;
  background-color: white;
}

.table_type_12 td {padding: 3px; border: 1px solid #666666;}
.table_type_12 tr.first {
  font-size: 100%;
  background-color: #bbb;
  height: 20px;
  font-weight: bold;
}
/********************************************************/


td.text_left {text-align: left;}
td.text_right {text-align: right;}

.red {background-color: #FFA6A6;}
.green {background-color: #D3E9BE;}
.blue {background-color: #D1E3E9;}
.light_green {background-color: #EEF7E6;}

td.tbl_menu_1 {text-align: left; padding-left: 10px;}
td.tbl_menu_2 {text-align: left; padding-left: 25px;}
td.tbl_menu_3 {text-align: left; padding-left: 40px;}
td.tbl_menu_4 {text-align: left; padding-left: 55px;}

td.small_text {font-size: 80%;}

/******* td widths ********/
td.size_05 {width: 50px;}
td.size_06 {width: 60px;}
td.size_07 {width: 70px;}
td.size_08 {width: 80px;}
td.size_09 {width: 90px;}
td.size_1 {width: 70px;}
td.size_2 {width: 120px;}
td.size_3 {width: 130px;}
td.size_4 {width: 140px;}
td.size_5 {width: 150px;}
td.size_6 {width: 160px;}
td.size_7 {width: 170px;}
td.size_8 {width: 180px;}
td.size_9 {width: 190px;}
td.size_10 {width: 200px;}

table.parser_attributes {width: 400px;}

#sort-box {
	float:right;
}

.catalogue table.table_type_3 td.column_1 {
	font-size:120%;	
}

.catalogue table.flags td {
	/*width:50px;*/
	padding:5px;
	border:none;
	white-space:nowrap;
}

.catalogue table.flags .labels td {
	color:#999;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	background-color:#F3F3F3;
}

.catalogue table.flags .labels td.missing {
	color:#FF0000;
	font-weight:bold;
}