table {
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	width: 100%;
}
table tfoot,
table thead,
.thead {
	font-weight: bold;
	background: #f4f4f4;
}
table thead td,
.thead td {
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
table tfoot td {
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
table thead td,
table tfoot td,
.thead td {
	font-size: 12px;
	letter-spacing: 1px;
	-moz-box-shadow: 1px 0px 0.5px #fff;
	-webkit-box-shadow: 1px 0px 0.5px #fff;
	box-shadow: 1px 0px 0.5px #fff;
}
table tbody td {
	border-bottom: 1px dotted #ebebeb;
	border-left: 1px solid #ebebeb;
	font-size: 11px;
	padding: 16px 14px;
}
table tfoot.noborder td {
	border-left: 0;
	border-right: 0;
	-moz-box-shadow: 1px 0px 0.5px #f4f4f4;
}
table tbody tr.last td{
	border-bottom: none;
}
table td {
	padding: 10px;
}

table tbody td a.blue {
	color: #0aa5a9;
	font-weight: bold;
}
table tbody td a.blue:hover {
	color: #0dc4c9;
}

table tbody td a {
	/*color: #f58320;*/
	font-weight: bold;
}
table tbody td a:hover {
	/*color: #ffaa56;*/
	font-weight: bold;
}
table tbody td w85 {
	width: 85px;
}
table tfoot td {
	font-size: 13px;
	padding: 18px 14px;
}

table tr.selected-line td {
	background-color: #E9F7F7;
}

table.table-reset,
table.table-reset td {
	border: 0;
	margin: 0;
	padding: 0;
}
td.product-title-td {
	height: 50px;
	text-align: left;
	vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0 6px;
    padding: 0 2px;
}

/* Like a scaffold simple form... */
div.form-bottom-buttons,
div.form-simple-view {
	display: block;
	float: left;
	width: 100%;
}
div.form-simple-view {
	clear: both;
}

div.form-simple-view div.even-row,
div.form-simple-view div.odd-row {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
div.form-simple-view div.even-row {
	float: right;
}
div.form-simple-view label,
div.form-simple-view input,
div.form-simple-view label {
	display: block;
}
div.form-simple-view label {
/*	margin: 5px 0;*/
	padding: 0 2px;
}
div.form-simple-view div.form-bottom-buttons {
	display: block;
}
div.form-simple-view div.odd-row input[type="password"],
div.form-simple-view div.even-row input[type="password"],
div.form-simple-view div.odd-row input[type="text"],
div.form-simple-view div.even-row input[type="text"] {
	width: 95%;
}
table.space_5 td,
table.space_5 th {
	padding: 5px;
}
table.noborder,
table.noborder td,
table.noborder th {
	border: 0px !important;
}

table.list-table tr.odd td {
	background: #f8f8f8;
}
table.list-table tr.even td {
	background: #f0f0f0;
}