.list {
	width: 100%;
}

.list .header th {
    padding: 12px 10px;
	text-align: left;
	vertical-align: middle;
	border-width: 0px;
	background: url('/images/graphics/list_header_bg.png') 50% 50%;
}

.list .header th.first {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.list .header th.last {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.list .header th a {
	color: #ffffff;
    text-decoration:none;
	font-weight: bold;
}

.list .header th a:hover {
    text-decoration:underline;
}

.list .header th a.asc {
	background: url('/images/graphics/list_up.png') no-repeat 0% 50%;
	padding-left: 16px;
}

.list tr.header th a.desc {
	background: url('/images/graphics/list_down.png') no-repeat 0% 50%;
	padding-left: 16px;
}

.list tr td {
	padding: 7px 10px;
	vertical-align: middle;
	background: url("/images/graphics/detail-offer.png") repeat-x scroll 0 100%;
	line-height: 1.5;
}

.list tr td a {
	color: #2C4359;
}

.list tr td.first {
}

.list tr td.last {
}

.list tr.ui-sortable-helper td {
	background-color: #F7F8F9;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #D4D6DE;
}

.list tr.ui-sortable-helper td.first {
	border-left-width: 1px;
}

.list tr.ui-sortable-helper td.last {
	border-right-width: 1px;
}

.list tr td.buttonCell, .list tr th.buttonCell {
	width: 25px;
}

.list tr td.buttonCell img {
	cursor: pointer;
}

.list tr.last td {
}

.list tr.sortable td {
	cursor: move;
}

.list-loader {
	background: url("/images/graphics/ajax-loader.gif") no-repeat 0% 50%;
	padding: 5px 0px 5px 20px;
}

.list_mass_actions {
	font-weight: normal;
	background: url("/images/graphics/tabs_bg.png") repeat-x scroll 0 0 #FFFFFF;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border-width: 1px 0px;
	border-color: #D4D6DE;
	border-style: solid none;
	color: #3D3D3D;
	margin-bottom: 10px;
}

.list_mass_actions img {
	border: 0px;
	display: inline;
	float: none;
	vertical-align: middle;
	margin: 2px;
	border-radius: 0px;
	cursor: pointer;
}

.listing {
	font-weight: normal;
	background: url("/images/graphics/tabs_bg.png") repeat-x scroll 0 0 #FFFFFF;
	padding: 3px 10px;
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	color: #3D3D3D;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.listing.top {
	margin-bottom: 10px;
}

.listing.bottom {
	margin-top: 10px;
	margin-bottom: 0px;
}

.listing a, .listing span {
	background: url("/images/graphics/tabs_bg.png") repeat-x scroll 0 0 #FFFFFF;
	text-decoration: none;
	padding: 5px 5px;
	border: 1px solid #C0C0C0;
	margin: 0px 0px 0px 4px;
	font-weight: bold;
	color: #666666;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.listing a:hover {
	text-decoration: underline !important;
}

.listing a.currentPage {
	color: #283031;
	border: 1px solid #666666;
	box-shadow: 0px 0px 3px #7D9AAD;
	-webkit-box-shadow: 0px 0px 3px #7D9AAD;
	-moz-box-shadow: 0px 0px 3px #7D9AAD;
}

.listing span {
	color: #3D3D3D;
	font-weight: normal;
}

.listing .perpage-wrapper, .listing .page-listing-wrapper {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #666666;
	display: inline-block;
	margin-left: 5px;
}
