@charset "utf-8";
/* table.css Copyright 2006-2011 (c) by BT-Group (info@bt-group.lt)
   All Rights Reserved.
*/

.table {

}

.table .header td {
	font-weight:bold;
	background-color:#69b8dc;
	font-size:12px;
	color:#FFF;
}

.table .row0 td {
	height:18px;
	padding:2px;
	color:#575757;
}

.table .row0 td .title a, .table .row1 td .title a {
    color:#727272;	
	text-decoration:underline;
}

.table .row0 td .title a:hover, .table .row1 td .title a:hover {
    color: #4DAAE3;
	text-decoration:none;
}

.table .row1 td {
	background-color:#EEF7EE;
	height:18px;
	padding:2px;
	color:#575757;
}

.table .empty td {
	font-size:11px;
	font-style:italic;
	color:#666666;
	background-color:#eeeeee;
	padding-left:4px;
	height:20px;
}

.table .item {
	padding:4px 0px;
}

.table .total td {
	font-size:13px;
}

/* produktas (bazinis aprasymas yra product.css) */
.table .product .title .url {
	font-size:14px;
}

.table .icons .sysimg {
	cursor:pointer;
}
