/* ------------------
 styling for the tables
   ------------------   */


body
{
	line-height: 1.6em;
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}

#project_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#project_table a
{
	color:#666;
	background:transparent
}

#project_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#project_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#project_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#project_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#bokovi_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#bokovi_table a
{
	color:#666;
	background:transparent
}

#bokovi_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#bokovi_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#bokovi_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#bokovi_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#notification_delivery
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#notification_delivery a
{
	color:#666;
	background:transparent
}

#notification_delivery a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#notification_delivery th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--secondary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#notification_delivery td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#notification_delivery tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#position_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	width:200px;
	border-left:none;
	border-right:none;
	/*margin-top:-26px;*/
	margin-bottom:-1px;
}

#position_table a
{
	color:#666;
	background:transparent
}

#position_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#position_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
	border:1px solid var(--primary);
}
#position_table td
{
	padding: 2px 2px 2px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid #ccc;
	border-left:none;
	border-right:none;
}

#position_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#user_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#user_table a
{
	color:#666;
	background:transparent
}

#user_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#user_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#user_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#user_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#uslovi_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#uslovi_table a
{
	color:#666;
	background:transparent
}

#uslovi_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#uslovi_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#uslovi_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#uslovi_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}
#panel_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#panel_table a
{
	color:#666;
	background:transparent
}

#panel_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


#panel_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#panel_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#panel_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_frame_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#system_frame_table a
{
	color:#666;
	background:transparent
}

#system_frame_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


#system_frame_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_frame_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_frame_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_panels_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#system_panels_table a
{
	color:#666;
	background:transparent
}

#system_panels_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


#system_panels_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_panels_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_panels_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#system_table a
{
	color:#666;
	background:transparent
}

#system_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


#system_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#sprosna_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#sprosna_table a
{
	color:#666;
	background:transparent
}

#sprosna_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


#sprosna_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#sprosna_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#sprosna_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_stok_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_stok_table a
{
	color:#666;
	background:transparent
}

#system_stok_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_stok_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_stok_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_stok_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_bars_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_bars_table a
{
	color:#666;
	background:transparent
}

#system_bars_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_bars_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background:var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_bars_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_bars_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_threshold_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_threshold_table a
{
	color:#666;
	background:transparent
}

#system_threshold_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_threshold_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_threshold_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_threshold_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}



.system_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

.system_table a
{
	color:#666;
	background:transparent
}

.system_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

.system_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
.system_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

.system_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_fill_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_fill_table a
{
	color:#666;
	background:transparent
}

#system_fill_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_fill_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_fill_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_fill_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_colors_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_colors_table a
{
	color:#666;
	background:transparent
}

#system_colors_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_colors_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_colors_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_colors_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#colors_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#colors_table a
{
	color:#666;
	background:transparent
}

#colors_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#colors_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#colors_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#colors_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#subs_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#subs_table a
{
	color:#666;
	background:transparent
}

#subs_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#subs_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#subs_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#subs_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#sub_price
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
	width:98%;
}

#sub_price a
{
	color:#666;
	background:transparent
}

#sub_price a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#sub_price th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#sub_price td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid #ccc;
}

#sub_price tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#sub_price input
{
	border:1px solid #ccc;
	color: #666;
}


#glass_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#glass_table a
{
	color:#666;
	background:transparent
}

#glass_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#glass_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#glass_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#glass_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a a
{
	color:#666;
	background:transparent
}

#box-table-a a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#box-table-a td
{
	padding: 1px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#box-table-a tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system-stoks
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
}

#system-stoks a
{
	color:#666;
	background:transparent
}

#system-stoks a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system-stoks th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}

#system-stoks td
{
	padding: 1px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
	vertical-align:middle;
}

#system-stoks tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system-crossbars
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
}

#system-crossbars a
{
	color:#666;
	background:transparent
}

#system-crossbars a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system-crossbars th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}

#system-crossbars td
{
	padding: 1px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
	vertical-align:middle;
}

#system-crossbars tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system-thresholds
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
}

#system-thresholds a
{
	color:#666;
	background:transparent
}

#system-thresholds a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system-thresholds th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}

#system-thresholds td
{
	padding: 1px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
	vertical-align:middle;
}

#system-thresholds tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system-colors
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
}

#system-colors a
{
	color:#666;
	background:transparent
}

#system-colors a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system-colors th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}

#system-colors td
{
	padding: 1px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
	vertical-align:middle;
}

#system-colors tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#colors
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 320px;
	text-align: left;
	border-collapse: collapse;
}

#colors a
{
	color:#666;
	background:transparent
}

#colors a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#colors th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}

#colors td
{
	padding: 1px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid #ccc;
	vertical-align:middle;
}

#colors tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#box-table-color
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-color a
{
	color:#666;
	background:transparent
}

#box-table-color a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#box-table-color th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}

#box-table-color td
{
	padding: 1px 4px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
	vertical-align:middle;
}

#box-table-color tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}


#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff;
}


#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
}

#project_table_filter{
	float:right;
	margin-right:-10px;
}

#project_table_filter input{
	border:1px solid var(--secondary);
}

#project_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#project_table_info{
	margin-left:10px
}

#project_table_paginate{
	margin-left:10px;
}

#project_table_length select{
	margin-left:13px;
}

#project_table_info {
	margin-bottom:10px;
}

#project_table_wrapper{
	margin-right:40px;
	margin-top:24px;
}

#project_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#service_table_filter{
	float:right;
	margin-right:-10px;
}

#service_table_filter input{
	border:1px solid var(--secondary);
}

#service_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#service_table_info{
	margin-left:10px
}

#service_table_paginate{
	margin-left:10px;
}

#service_table_length select{
	margin-left:13px;
}

#service_table_info {
	margin-bottom:10px;
}

#service_table_wrapper{
	margin-right:40px;
}

#service_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#notification_delivery_filter{
	float:right;
	margin-right:-10px;
}

#notification_delivery_filter input{
	border:1px solid var(--secondary);
}

#notification_delivery_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#notification_delivery_info{
	margin-left:10px
}

#notification_delivery_paginate{
	margin-left:10px;
}

#notification_delivery_length select{
	margin-left:13px;
}

#notification_delivery_info {
	margin-bottom:10px;
}

#notification_delivery_wrapper{
	margin-right:40px;
}

#notification_delivery_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#user_table_filter{
	float:right;
	margin-right:-10px;
}

#user_table_filter input{
	border:1px solid var(--secondary);
}

#user_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#user_table_info{
	margin-left:10px
}

#user_table_paginate{
	margin-left:10px;
}

#user_table_length select{
	margin-left:13px;
}

#user_table_info {
	margin-bottom:10px;
}

#user_table_wrapper{
	margin-right:40px;
}

#user_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}
#uslovi_table_filter{
	float:right;
	margin-right:-10px;
}

#uslovi_table_filter input{
	border:1px solid var(--secondary);
}

#uslovi_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#uslovi_table_info{
	margin-left:10px
}

#uslovi_table_paginate{
	margin-left:10px;
}

#uslovi_table_length select{
	margin-left:13px;
}

#uslovi_table_info {
	margin-bottom:10px;
}

#uslovi_table_wrapper{
	margin-right:40px;
}

#uslovi_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}
#system_table_filter{
	float:right;
	margin-right:-10px;
}

#system_table_filter input{
	border:1px solid var(--secondary);
}

#system_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#system_table_info{
	margin-left:10px
}

#system_table_paginate{
	margin-left:10px;
}

#system_table_length select{
	margin-left:13px;
}

#system_table_info {
	margin-bottom:10px;
}

#system_table_wrapper{
	margin-right:40px;
}

#system_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#frame_table_filter{
	float:right;
	margin-right:-10px;
}

#frame_table_filter input{
	border:1px solid var(--secondary);
}

#frame_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#frame_table_info{
	margin-left:10px
}

#frame_table_paginate{
	margin-left:10px;
}

#frame_table_length select{
	margin-left:13px;
}

#frame_table_info {
	margin-bottom:10px;
}

#frame_table_wrapper{
	margin-right:40px;
}

#frame_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#panel_table_filter{
	float:right;
	margin-right:-10px;
}

#panel_table_filter input{
	border:1px solid var(--secondary);
}

#panel_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#panel_table_info{
	margin-left:10px
}

#panel_table_paginate{
	margin-left:10px;
}

#panel_table_length select{
	margin-left:13px;
}

#panel_table_info {
	margin-bottom:10px;
}

#panel_table_wrapper{
	margin-right:20px;
}

#panel_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_stok_table_filter{
	float:right;
	margin-right:0;
}

#system_stok_table_filter input{
	border:1px solid var(--secondary);
}

#system_stok_table_length{
	width:300px;
	float:left;
	margin-left:0
	}

#system_stok_table_info{
	margin-left:0
}

#system_stok_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_stok_table_length select{
	margin-left:13px;
}

#system_stok_table_info {
	margin-bottom:10px;
}

#system_stok_table_wrapper{
	margin-right:20px;
}

#system_stok_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_bars_table_filter{
	float:right;
	margin-right:0;
}

#system_bars_table_filter input{
	border:1px solid var(--secondary);
}

#system_bars_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_bars_table_info{
	margin-left:0
}

#system_bars_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_bars_table_length select{
	margin-left:13px;
}

#system_bars_table_info {
	margin-bottom:10px;
}

#system_bars_table_wrapper{
	margin-right:20px;
}

#system_bars_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_threshold_table_filter{
	float:right;
	margin-right:0;
}

#system_threshold_table_filter input{
	border:1px solid var(--secondary);
}

#system_threshold_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_threshold_table_info{
	margin-left:0
}

#system_threshold_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_threshold_table_length select{
	margin-left:13px;
}

#system_threshold_table_info {
	margin-bottom:10px;
}

#system_threshold_table_wrapper{
	margin-right:20px;
}

#system_threshold_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_detekcija_filter {
	float:right;
	margin-right:0;
}

#system_grupe_krila_filter {
	float:right;
	margin-right:0;
}

#system_grupe_krila_filter input{
	border:1px solid var(--secondary);
}

#system_detekcija_filter input{
	border:1px solid var(--secondary);
}


#system_grupe_krila_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_grupe_krila_info{
	margin-left:0
}

#system_grupe_krila_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_grupe_krila_length select{
	margin-left:13px;
}

#system_grupe_krila_info {
	margin-bottom:10px;
}

#system_grupe_krila_wrapper{
	margin-right:20px;
}

#system_grupe_krila_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_fill_table_filter{
	float:right;
	margin-right:0;
}

#system_fill_table_filter input{
	border:1px solid var(--secondary);
}

#system_fill_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_fill_table_info{
	margin-left:0
}

#system_fill_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_fill_table_length select{
	margin-left:13px;
}

#system_fill_table_info {
	margin-bottom:10px;
}

#system_fill_table_wrapper{
	margin-right:20px;
}

#system_fill_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_colors_table_filter{
	float:right;
	margin-right:0;
}

#system_colors_table_filter input{
	border:1px solid var(--secondary);
}

#system_colors_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_colors_table_info{
	margin-left:0
}

#system_colors_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_colors_table_length select{
	margin-left:13px;
}

#system_colors_table_info {
	margin-bottom:10px;
}

#system_colors_table_wrapper{
	margin-right:20px;
}

#system_colors_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#colors_table_filter{
	float:right;
	margin-right:-10px;
}

#colors_table_filter input{
	border:1px solid var(--secondary);
}

#colors_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#colors_table_info{
	margin-left:10px
}

#colors_table_paginate{
	margin-left:10px;
}

#colors_table_length select{
	margin-left:13px;
}

#colors_table_info {
	margin-bottom:10px;
}

#colors_table_wrapper{
	margin-right:40px;
}

#colors_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}


#glass_table_filter{
	float:right;
	margin-right:-10px;
	}

#glass_table_filter input{
	border:1px solid var(--secondary);
}

#glass_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#glass_table_info{
	margin-left:10px
}

#glass_table_paginate{
	margin-left:10px;
}

#glass_table_length select{
	margin-left:13px;
}

#glass_table_info {
	margin-bottom:10px;
}

#glass_table_wrapper{
	margin-right:40px;
}

#glass_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#pricelist_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#pricelist_table a
{
	color:#666;
	background:transparent
}

#pricelist_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#pricelist_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#pricelist_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#pricelist_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}
#pricelist_table_filter{
	float:right;
	margin-right:-10px;
}

#pricelist_table_filter input{
	border:1px solid var(--secondary);
}

#pricelist_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#pricelist_table_info{
	margin-left:10px
}

#pricelist_table_paginate{
	margin-left:10px;
}

#pricelist_table_length select{
	margin-left:13px;
}

#pricelist_table_info {
	margin-bottom:10px;
}

#pricelist_table_wrapper{
	margin-right:40px;
}

#pricelist_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}


#ventilation_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#ventilation_table a
{
	color:#666;
	background:transparent
}

#ventilation_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#ventilation_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#ventilation_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#ventilation_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}
#ventilation_table_filter{
	float:right;
	margin-right:-10px;
}

#ventilation_table_filter input{
	border:1px solid var(--secondary);
}

#ventilation_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#ventilation_table_info{
	margin-left:10px
}

#ventilation_table_paginate{
	margin-left:10px;
}

#ventilation_table_length select{
	margin-left:13px;
}

#ventilation_table_info {
	margin-bottom:10px;
}

#ventilation_table_wrapper{
	margin-right:40px;
}

#ventilation_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#subs_table_filter{
	float:right;
	margin-right:-10px;
}

#subs_table_filter input{
	border:1px solid var(--secondary);
}

#subs_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#subs_table_info{
	margin-left:10px
}

#subs_table_paginate{
	margin-left:10px;
}

#subs_table_length select{
	margin-left:13px;
}

#subs_table_info {
	margin-bottom:10px;
}

#subs_table_wrapper{
	margin-right:40px;
}

#subs_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#sub_price
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
	width:98%;
}

#sub_price a
{
	color:#666;
	background:transparent
}

#sub_price a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}


#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{
	background: #e8edff;
}
#newspaper-b td
{
	padding: 10px;
	color: #669;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #6cf;
}
#newspaper-c th
{
	padding: 20px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	text-transform: uppercase;
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #fff;
}
#newspaper-c td
{
	padding: 10px 20px;
	color: #669;
	border-right: 1px dashed #6cf;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('table-images/back.png');
}
* html #background-image tbody td
{
	/*
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}


#pattern-style-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/pattern.png');
}
#pattern-style-a thead tr
{
	background: url('table-images/pattern-head.png');
}
#pattern-style-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-a td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-a tbody tr:hover td
{
	color: #339;
	background: #fff;
}


#pattern-style-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/patternb.png');
}
#pattern-style-b thead tr
{
	background: url('table-images/patternb-head.png');
}
#pattern-style-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-b td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-b tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}

#user_profile_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#user_profile_table a
{
	color:#666;
	background:transparent
}

#user_profile_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#user_profile_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#user_profile_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#user_profile_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#user_profile_table_filter{
	float:right;
	margin-right:-10px;
}

#user_profile_table_filter input{
	border:1px solid var(--secondary);
}

#user_profile_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#user_profile_table_info{
	margin-left:10px
}

#user_profile_table_paginate{
	margin-left:10px;
}

#user_profile_table_length select{
	margin-left:13px;
}

#user_profile_table_info {
	margin-bottom:10px;
}

#user_profile_table_wrapper{
	margin-right:40px;
}

#user_profile_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#user_sistem_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#user_sistem_table a
{
	color:#666;
	background:transparent
}

#user_sistem_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#user_sistem_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#user_sistem_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#user_sistem_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#user_sistem_table_filter{
	float:right;
	margin-right:-10px;
}

#user_sistem_table_filter input{
	border:1px solid var(--secondary);
}

#user_sistem_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#user_sistem_table_info{
	margin-left:10px
}

#user_sistem_table_paginate{
	margin-left:10px;
}

#user_sistem_table_length select{
	margin-left:13px;
}

#user_sistem_table_info {
	margin-bottom:10px;
}

#user_sistem_table_wrapper{
	margin-right:40px;
}

#user_sistem_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#user_visit_log_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#user_visit_log_table a
{
	color:#666;
	background:transparent
}

#user_visit_log_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#user_visit_log_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#user_visit_log_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#user_visit_log_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#user_visit_log_table_filter{
	float:right;
	margin-right:-10px;
}

#user_visit_log_table_filter input{
	border:1px solid var(--secondary);
}

#user_visit_log_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#user_visit_log_table_info{
	margin-left:10px
}

#user_visit_log_table_paginate{
	margin-left:10px;
}

#user_visit_log_table_length select{
	margin-left:13px;
}

#user_visit_log_table_info {
	margin-bottom:10px;
}

#user_visit_log_table_wrapper{
	margin-right:40px;
}

#user_visit_log_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_ventilation_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_ventilation_table a
{
	color:#666;
	background:transparent
}

#system_ventilation_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_ventilation_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_ventilation_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_ventilation_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_ventilation_table_filter{
	float:right;
	margin-right:0px;
}

#system_ventilation_table_filter input{
	border:1px solid var(--secondary);
}

#system_ventilation_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_ventilation_table_info{
	margin-left:0;
}

#system_ventilation_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_ventilation_table_length select{
	margin-left:13px;
}

#system_ventilation_table_info {
	margin-bottom:10px;
}

#system_ventilation_table_wrapper{
	margin-right:20px;
}

#system_ventilation_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_frame_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_frame_table a
{
	color:#666;
	background:transparent
}

#system_frame_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_frame_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_frame_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_frame_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_frame_table_filter{
	float:right;
	margin-right:0px;
}

#system_frame_table_filter input{
	border:1px solid var(--secondary);
}

#system_frame_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_frame_table_info{
	margin-left:0;
}

#system_frame_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_frame_table_length select{
	margin-left:13px;
}

#system_frame_table_info {
	margin-bottom:10px;
}

#system_frame_table_wrapper{
	margin-right:20px;
}

#system_frame_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_panels_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: left;
	border-collapse: collapse;
}

#system_panels_table a
{
	color:#666;
	background:transparent
}

#system_panels_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#system_panels_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_panels_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_panels_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_panels_table_filter{
	float:right;
	margin-right:0px;
}

#system_panels_table_filter input{
	border:1px solid var(--secondary);
}

#system_panels_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_panels_table_info{
	margin-left:0;
}

#system_panels_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_panels_table_length select{
	margin-left:13px;
}

#system_panels_table_info {
	margin-bottom:10px;
}

#system_panels_table_wrapper{
	margin-right:20px;
}

#system_panels_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#sprosna_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#sprosna_table a
{
	color:#666;
	background:transparent
}

#sprosna_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#sprosna_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#sprosna_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#sprosna_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#sprosna_table_filter{
	float:right;
	margin-right:-10px;
}

#sprosna_table_filter input{
	border:1px solid var(--secondary);
}

#sprosna_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#sprosna_table_info{
	margin-left:10px;
}

#sprosna_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#sprosna_table_length select{
	margin-left:13px;
}

#sprosna_table_info {
	margin-bottom:10px;
}

#sprosna_table_wrapper{
	margin-right:20px;
}

#sprosna_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#shop_article_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#shop_article_table a
{
	color:#666;
	background:transparent
}

#shop_article_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#shop_article_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#shop_article_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#shop_article_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#shop_article_table_filter{
	float:right;
	margin-right:-10px;
}

#shop_article_table_filter input{
	border:1px solid var(--secondary);
}

#shop_article_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#shop_article_table_info{
	margin-left:10px;
}

#shop_article_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#shop_article_table_length select{
	margin-left:13px;
}

#shop_article_table_info {
	margin-bottom:10px;
}

#shop_article_table_wrapper{
	margin-right:20px;
}

#shop_article_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#shop_category_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#shop_category_table a
{
	color:#666;
	background:transparent
}

#shop_category_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#shop_category_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#shop_category_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#shop_category_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#shop_category_table_filter{
	float:right;
	margin-right:-10px;
}

#shop_category_table_filter input{
	border:1px solid var(--secondary);
}

#shop_category_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#shop_category_table_info{
	margin-left:10px;
}

#shop_category_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#shop_category_table_length select{
	margin-left:13px;
}

#shop_category_table_info {
	margin-bottom:10px;
}

#shop_category_table_wrapper{
	margin-right:20px;
}

#shop_category_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#existing_questions_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#existing_questions_table a
{
	color:#666;
	background:transparent
}

#existing_questions_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#existing_questions_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#existing_questions_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#existing_questions_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#existing_questions_table_filter{
	float:right;
	margin-right:-10px;
}

#existing_questions_table_filter input{
	border:1px solid var(--secondary);
}

#existing_questions_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#existing_questions_table_info{
	margin-left:10px;
}

#existing_questions_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#existing_questions_table_length select{
	margin-left:13px;
}

#existing_questions_table_info {
	margin-bottom:10px;
}

#existing_questions_table_wrapper{
	margin-right:20px;
}

#existing_questions_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#answers_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#answers_table a
{
	color:#666;
	background:transparent
}

#answers_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#answers_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#answers_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#answers_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#answers_table_filter{
	float:right;
	margin-right:-10px;
}

#answers_table_filter input{
	border:1px solid var(--secondary);
}

#answers_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#answers_table_info{
	margin-left:10px;
}

#answers_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#answers_table_length select{
	margin-left:13px;
}

#answers_table_info {
	margin-bottom:10px;
}

#answers_table_wrapper{
	margin-right:20px;
}

#answers_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}
#bokovi_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#bokovi_table a
{
	color:#666;
	background:transparent
}

#bokovi_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#bokovi_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#bokovi_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#bokovi_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#bokovi_table_filter{
	float:right;
	margin-right:-10px;
}

#bokovi_table_filter input{
	border:1px solid var(--secondary);
}

#bokovi_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#bokovi_table_info{
	margin-left:10px;
}

#bokovi_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#bokovi_table_length select{
	margin-left:13px;
}

#bokovi_table_info {
	margin-bottom:10px;
}

#bokovi_table_wrapper{
	margin-right:20px;
}

#bokovi_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#table_shop_cart
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
	border:none;
	width:100% !important;
}

#table_shop_cart a
{
	color:#666;
	background:transparent
}

#table_shop_cart a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#table_shop_cart th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border:none;
	background:var(--primary);
	color: #FFF;
	text-align:left;
	/*min-width: 80px;*/
}
#table_shop_cart td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px dashed #ccc;
	color: #666;
	/*border-top: 1px solid transparent;*/
	border-left:none;
	border-right:none;
	vertical-align:middle;
	/*width:100%;*/
}

#table_shop_cart tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#table_shop_cart_filter{
	float:right;
	margin-right:-10px;
}

#table_shop_cart_filter input{
	border:1px solid var(--secondary);
}

#table_shop_cart_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#table_shop_cart_info{
	margin-left:10px;
}

#table_shop_cart_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#table_shop_cart_length select{
	margin-left:13px;
}

#table_shop_cart_info {
	margin-bottom:10px;
}

#table_shop_cart img {
	padding:3px;
	border:1px solid #ddd;
}

#table_shop_cart_wrapper{
	margin-right:20px;
	/*margin-top:-40px*/
}

#table_shop_cart_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#table_article_images
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#table_article_images a
{
	color:#666;
	background:transparent
}

#table_article_images a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#table_article_images th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#table_article_images td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
	vertical-align:middle;
}

#table_article_images tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#table_article_images_filter{
	float:right;
	/*margin-right:60px;*/
	margin-right:-11px;
}

#table_article_images_filter input{
	border:1px solid var(--secondary);
}

#table_article_images_length{
	/*width:300px;*/
	float:left;
	/*margin-left:10px;*/
	}

#table_article_images_info{
	margin-left:10px;
}

#table_article_images_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#table_article_images_length select{
	margin-left:13px;
}

#table_article_images_info {
	margin-bottom:10px;
}

#table_article_images_wrapper{
	margin-right:20px;
}

#table_article_images_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;
   width:50px;
}

#table_article_images_length label{
	width:250px;
}
#table_article_images_filter label{
	width:200px;
}
#table_article_images_filter input[type="text"],
#table_article_images_filter input[type="file"],
#table_article_images_filter input[type="password"],
#table_article_images_filter textarea
{
	width:140px;
}

#checkout_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
	border:none;
}

#checkout_table a
{
	color:#666;
	background:transparent
}

#checkout_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#checkout_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border:none;
	background:#fff;
	color: #FFF;
	text-align:left;
}
#checkout_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px dashed #ccc;
	color: #666;
	/*border-top: 1px solid transparent;*/
	border-left:none;
	border-right:none;
	vertical-align:middle;
	width:100%;
}

#checkout_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#checkout_table_filter{
	float:right;
	margin-right:-10px;
}

#checkout_table_filter input{
	border:1px solid var(--secondary);
}

#checkout_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#checkout_table_info{
	margin-left:10px;
}

#checkout_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#checkout_table_length select{
	margin-left:13px;
}

#checkout_table_info {
	margin-bottom:10px;
}

#checkout_table img {
	padding:3px;
	border:1px solid #ddd;
}

#checkout_table_wrapper{
	margin-right:20px;
	margin-top:-40px
}

#checkout_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#shop_list_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
	border:none;
}

#shop_list_table a
{
	color:#666;
	background:transparent
}

#shop_list_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#shop_list_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border:none;
	background:#fff;
	color: #FFF;
	text-align:left;
}
#shop_list_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px dashed #ccc;
	color: #666;
	/*border-top: 1px solid transparent;*/
	border-left:none;
	border-right:none;
	vertical-align:middle;
}

#shop_list_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#shop_list_table_filter{
	float:right;
	margin-right:-10px;
}

#shop_list_table_filter input{
	border:1px solid var(--secondary);
}

#shop_list_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#shop_list_table_info{
	margin-left:10px;
}

#shop_list_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#shop_list_table_length select{
	margin-left:13px;
}

#shop_list_table_info {
	margin-bottom:10px;
}

#shop_list_table img {
	padding:3px;
	border:1px solid #ddd;
}

#shop_list_table_wrapper{
	margin-right:20px;
	margin-top:-40px
}

#shop_list_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#service_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#service_table a
{
	color:#666;
	background:transparent
}

#service_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#service_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#service_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#service_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#service_table_filter{
	float:right;
	margin-right:-10px;
}

#service_table_filter input{
	border:1px solid var(--secondary);
}

#service_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#service_table_info{
	margin-left:10px;
}

#service_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#service_table_length select{
	margin-left:13px;
}

#service_table_info {
	margin-bottom:10px;
}

#service_table_wrapper{
	margin-right:40px;
}

#service_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

.name_width{
	width:300px;
}
#shop_items_filter{
	/*float:right;*/
	margin-right:-10px;
	text-align:right;
}

#shop_items_filter input{
	border:1px solid var(--secondary);
}

#shop_items_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#shop_items_info{
	margin-left:10px
}

#shop_items_paginate{
	margin-left:10px;
}

#shop_items_length select{
	margin-left:13px;
}

#shop_items_info {
	margin-bottom:10px;
}

#shop_items_wrapper{
	margin-right:10px;
}

#shop_items_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}
#shop_items
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#shop_items_wrapper a
{
	font-size:12px;
	background:var(--primary) !important;
	padding:5px 7px;
	color:#fff !important;
	cursor:pointer;
	margin:1px;
}

#shop_items_wrapper a:hover
{
	font-size:12px;
	background:var(--secondary) !important;
	padding:5px 7px;
	color:#fff !important;
	text-decoration:none !important;
}

#shop_items th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#shop_items td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#shop_items tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_ispune_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#system_ispune_table a
{
	color:#666;
	background:transparent
}

#system_ispune_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


#system_ispune_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_ispune_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_ispune_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_ispune_table_filter{
	float:right;
	margin-right:0px;
}

#system_ispune_table_filter input{
	border:1px solid var(--secondary);
}

#system_ispune_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_ispune_table_info{
	margin-left:0;
}

#system_ispune_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_ispune_table_length select{
	margin-left:13px;
}

#system_ispune_table_info {
	margin-bottom:10px;
}

#system_ispune_table_wrapper{
	margin-right:20px;
}

#system_ispune_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#system_glassleiste_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#system_glassleiste_table a
{
	color:#666;
	background:transparent
}

#system_glassleiste_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}


#system_glassleiste_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#system_glassleiste_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#system_glassleiste_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#system_glassleiste_table_filter{
	float:right;
	margin-right:0px;
}

#system_glassleiste_table_filter input{
	border:1px solid var(--secondary);
}

#system_glassleiste_table_length{
	width:300px;
	float:left;
	margin-left:0;
	}

#system_glassleiste_table_info{
	margin-left:0;
}

#system_glassleiste_table_paginate{
	margin-left:0;
	margin-bottom:10px;
}

#system_glassleiste_table_length select{
	margin-left:13px;
}

#system_glassleiste_table_info {
	margin-bottom:10px;
}

#system_glassleiste_table_wrapper{
	margin-right:20px;
}

#system_glassleiste_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}

#options_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#options_table a
{
	color:#666;
	background:transparent
}

#options_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#options_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#options_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#options_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#options_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}

#options_table a
{
	color:#666;
	background:transparent
}

#options_table a:hover
{
	color:#000;
	background:transparent;
	text-decoration:underline;
}

#options_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: var(--primary);
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #FFF;
	text-align:left;
}
#options_table td
{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid transparent;
}

#options_table tr:hover td
{
	background: #f1f7fd;
	color: #666;
}

#options_table_filter{
	float:right;
	margin-right:-10px;
}

#options_table_filter input{
	border:1px solid var(--secondary);
}

#options_table_length{
	width:300px;
	float:left;
	margin-left:10px;
	}

#options_table_info{
	margin-left:10px;
}

#options_table_paginate{
	margin-left:10px;
	margin-bottom:10px;
}

#options_table_length select{
	margin-left:13px;
}

#options_table_info {
	margin-bottom:10px;
}

#options_table_wrapper{
	margin-right:20px;
}

#options_table_wrapper select{
	background: transparent;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 22px;
   -webkit-appearance: none;
   margin-left:10px;

}