a.activeSort:before {
    content: "";
    right: 0px;
    border-style: solid;
    border-color: #f39200 transparent;
	margin-top: 10px;
	display: inline-block;
    float: right;
	margin-left: 5px;
}
a.asc:before {
    border-width: 0px 4px 4px 4px;
}
a.desc:before {
    border-width: 4px 4px 0 4px;
}
table td.cellHead:last-of-type, table th.cellHead:last-of-type {
    border: none;
}



table {border-spacing: 0; font-size: 13px; position: relative; }
table.grid1, table.criteriaSearch {
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #e7e7e7;
	position: relative;
}
table td.cellHead, table th.cellHead {
	background: #e2e2e2;
	color: #555;
	font-size: 13px;
	font-family: inherit;
	line-height: auto;
	font-weight: bold;
	position: relative;
	border-right:1px solid #fff;
	white-space: nowrap;
}
table td.cellHead a, table th.cellHead a {
	display: block;
	color: inherit;
}
table td.cellHead a:hover, table th.cellHead a:hover {
	color: #2b7ddd;
	text-decoration: inherit;
}
table td.headCode {	max-width:100px; }
table td.headValue {max-width:auto; }
table td.headShort { width:200px; }
table td.headPer { width:400px; }
table td.headActions, td.actions { max-width:100px; text-align: center; }
table td, table th {	
	padding: 5px 15px;
	border-bottom: 0px solid #ccc;
}
table tr:nth-child(even) {background: #f4f4f4}
table tr:nth-child(odd) {background: #FFF}
table:not(.criteriaSearch):not(.productSetCSPricesTable) tr:hover {
	/*background: #f7f7e1;*/
}
table.grid2 tr:nth-child(even) {background: #f4f4f4;}
table.grid2 tr:nth-child(odd) {	background: #FFFFFF;}
table.grid2 tr:hover {}

table.criteriaSearch tr:nth-child(even) {background: #FFFFFF;}
table.criteriaSearch tr:nth-child(odd) {background: #ddd;}


table.productSetCSPricesTable {
	width:auto;
}
table.productSetCSPricesTable td {
	padding:1px;
}
table.productSetCSPricesTable tr {
	height:110px;
}
table.productSetCSPricesTable tr:first-child {
	height:30px;
}

#sortableTable thead {
  cursor: pointer;
}
#sortableTable thead tr th { 
  font-weight: bold;
}
#sortableTable thead tr th:hover { 
  color: #2b7ddd;
}
#sortableTable thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#sortableTable thead tr th.headerSortUp, #sortableTable thead tr th.headerSortDown {
  background: #acc8dd;
}

#sortableTable thead tr th.headerSortUp span {
  background-image: url('down-arrow.png');
}
#sortableTable thead tr th.headerSortDown span {
  background-image: url('up-arrow.png');
}






table#parastatikoProductsLinesTable {
	width: 100%;
    border-radius:5px 5px 0px 0px;
    -moz-border-radius:15px;
	border:0px solid;
	background:#fff;
	padding:0;
	margin:0;
	font-size:12px;
}
table#parastatikoProductsLinesTable .headCell, table#productSetCSPricesTable .headCell, table.selectableTable .headCell {
	padding:8px;
	background:#7c8f98;
	color:#fff;
}
table#parastatikoProductsLinesTable .headCell:first-child {
    border-radius:5px 0px 0px 0px;
}
table#parastatikoProductsLinesTable .headCell:last-child {
    border-radius:0px 5px 0px 0px;
}
table#parastatikoProductsLinesTable .dataCell, table#productSetCSPricesTable .dataCell, table.selectableTable .dataCell {
	padding:3px 5px;
	color:#555;
	border-bottom:1px solid #ccc;
}

table#parastatikoProductsLinesTable input, table#productSetCSPricesTable input {
	font-size:12px;
	margin:0px;
}


.parastatikoProductsLinesWrapper, .divLinesWrapper {
	margin:-25px -20px 0 -20px;
}

