.table_wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 11px;
}
.table_wrapper_inner {
	border: solid #dbdbdb;
	border-width:  0 0 0 1px;
}
.table_wrapper td, .table_wrapper th {
	border: solid #dbdbdb;
	border-width: 0 1px 1px 0;
}
.table_wrapper th {
	font-weight: bold;
	font-size: 13px;
}
.table_wrapper th a:link, .table_wrapper th a:visited, .table_wrapper th a:hover, .table_wrapper th a:active {
	color: #1f476f;
	display: block;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 16px 0 0;
}
.approved {
	display: block;
	display: inline-block;
	padding: 0 20px 0 0;
	background:url(layout/approved.gif) no-repeat right center;
}
.pending {
	display: block;
	display: inline-block;
	padding: 0 20px 0 0;
	background:url(layout/negative.gif) no-repeat right center;
	color: #b86464;
}
.asc {
	background-image:url(layout/asc.gif);
}
.desc {
	background-image:url(layout/desc.gif);
}
.table_wrapper td, .table_wrapper th {
	text-align: left;
	padding: 0 4px;
	line-height: 26px;
}
.table_wrapper th {
	background: #fff;
}
.table_wrapper td {
	background: url("layout/row_bg.png") repeat-x scroll 0 100% #f8f8f8;
}
.table_wrapper tr.second td {
	background: #f2f2f2 url(layout/td_bg2.gif) repeat-x;
}
.table_wrapper tr.alt td {
	color: #484848;
    background: #fefefe url(layout/td_bg1.gif) repeat-x;
}
.actions {
	width: 96px;
	overflow: hidden;
}
.actions ul {
	margin: 0;
	padding: 0;
	width: 120px;
}
.actions ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px 0 15px;
	list-style: none;
}
.actions ul a:link, .actions ul a:visited, .actions ul a:hover, .actions ul a:active {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -3000px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.action1 {
	background-image:url(layout/play.gif);
}
.action2 {
	background-image:url(layout/add.gif);
}
.action3 {
	background-image:url(layout/blue-arrow.gif);
}
.action4 {
	background-image:url(layout/action4.gif);
}
#product_list_tabs {
	margin: 0;
	padding: 0 0 0 3px;
	float: left;
}
#product_list_tabs li {
	float: left;
	list-style: none;
	padding:  0 2px 0 0;
}
#product_list_tabs a:link, #product_list_tabs a:visited, #product_list_tabs a:active {
	font-size: 13px;
	line-height: 26px;
	display: block;
	font-weight: bold;
	float: left;
	background:url(layout/small_tabs_middle.gif) repeat-x;
	color: #979797;
}
#product_list_tabs a:hover, #product_list_tabs a.selected:link, #product_list_tabs a.selected:visited, #product_list_tabs a.selected:active  {
	color: #000;
	text-decoration: none;
	background-position: 0 -26px;
}

#product_list_tabs a span {
	display: block;
	background:url(layout/small_tabs_left.gif) no-repeat;
}
#product_list_tabs a.selected:link span, #product_list_tabs span.selected span, #product_list_tabs a.selected:visited span, #product_list_tabs a.selected:active span, #product_list_tabs a:hover span {
	background-position: 0 -26px;
}
#product_list_tabs a span span {
	display: block;
	background:url(layout/small_tabs_right.gif) no-repeat right top;
	padding: 0 14px;
}
#product_list_tabs a.selected:link span span, #product_list_tabs a.selected:visited span span, #product_list_tabs a.selected:active span span, #product_list_tabs a:hover span span {
	background-position: right -26px !important;
}
#product_list_menu, .product_list_menu {
	float: right;
	padding: 15px 0 0;
}
.update:link, .update:visited, .update:active {
	display: inline;
	float: left;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 5px;
	color: #79a2cb;
	background:url(layout/update_middle.gif) repeat-x;
}
.update:hover {
	text-decoration: underline;
}
.update span {
	background:url(layout/update_left.gif) no-repeat;
	display: block;
}
.update span span {
	background:url(layout/update_right.gif) no-repeat right top;
	padding: 0 10px;
}
.update em {
	display: block;
	background:url(layout/add.gif) no-repeat left center;
	font-style: normal;
	padding: 0 0 0 19px;
	position: relative;
	top: 0;
}
.table_wrapper td.photo, .table_wrapper th.photo {
	padding: 0;
	width: 75px;
}
.table_wrapper th.photo span {
	display: block;
	padding: 0 0 0 12px;
}
.product_thumb {
	display: block;
	width: 75px;
	height: 43px;
	margin: 3px;
}
.product_thumb img {
	border: 1px solid #a3a3a3;
	display: block;
}
.product_name:link, .product_name:visited, .product_name:hover, .product_name:active {
	color: #366fa7;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
.move_menu a:link, .move_menu a:visited, .move_menu a:hover, .move_menu a:active {
	display: block;
	width: 13px;
	height: 13px;
	text-indent: -3000px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.move1 {
	background-image:url(layout/move1.gif);
}
.move2 {
	background-image:url(layout/move2.gif);
}
.move3 {
	background-image:url(layout/move3.gif);
}
.move4 {
	background-image:url(layout/move4.gif);
}
.move_menu {
	width: 64px;
	overflow: hidden;
}
.move_menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 200%;
}
.move_menu li {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
}
.actions_menu a:link, .actions_menu a:visited, .actions_menu a:hover, .actions_menu a:active {
	display: block;
	padding: 0 0 0 18px;
	font-weight: bold;
	font-size: 10px;
	color: #366fa7;
	background-repeat: no-repeat;
	background-position: left center;
}
.actions_menu {
	overflow: hidden;
	width: 120px;
}
.actions_menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}
.actions_menu li {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	float: left;
}
.details {
	background-image:url(layout/action1.gif);
}
.edit {
	background-image:url(layout/edit_action.gif);
}
.delete {
	background-image:url(layout/action4.gif);
}

/* custom */
.village-coupon {
	display: block;
	display: inline-block;
	padding: 0 20px 0 0;
	background:url(layout/village-coupon.png) no-repeat right center;
}
tr.total td, ul.total, td.tdtotal {
    font-weight: bold;
    background: url("layout/footer_bg.gif") repeat-x #797979;
    color: #fff;
    border: 1px solid #888888;
    border-width: 1px;
}
td.tdtotal {font-size: 12px;}
.table_wrapper tr.subtotal td {font-weight: bold;}
.table_wrapper .aright {text-align: right;}
.table_wrapper .acenter {text-align: center;}
.table_wrapper th {
    color:#29323f;
}
tr.vtop td {
    vertical-align: top;
}
.percent-up, .percent-down {
    display: block;
	padding: 0 15px 0 0;
	white-space: nowrap;
	font-size: 10px;
    font-weight: bold;
    float: right;
	background-repeat: no-repeat;
	background-position: right center;
}
.percent-up {
    color: #82a800;
	background-image:url(layout/arrow-up.png);
}
.percent-down {
	color: #a90000;
	background-image:url(layout/arrow-down.png);
}
.success {
	color: green;
}
.changed, .error {
	color: red;
}

.costvalue, .rtlprice, .sales, .purchases, .deposit, .todeposit, .value {
    font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
    font-size: 12px;
}
.rtlprice { color: green; }
.costvalue {  color: #E66F00; }
.mup, .todeposit { color: #21759B; }
.sales { color: navy; }
.purchases { color: maroon; }

.sidebar-report, .info-report {width:100%}
.sidebar-report td,.info-report td,.sidebar-report th {border-color:#D9D9D9;border-style:solid;}
.sidebar-report th {font-weight:bold;}
.sidebar-report td,.info-report td {border-width:0 0 1px;}
.sidebar-report th {border-width:0 0 2px;}
.sidebar-report tr.total td {border-width:2px 0 2px;}

.sidebar-report td,.sidebar-report th {padding:5px;}
.info-report td {padding:2px;}

.table_wrapper tr.thclass td {
    font-size:12px;
    font-weight: bold;
    padding: 1px 4px;
    background: #fff;
}
ul.total a {color: #fff;}

.progress-div li {
     float: left;
     margin-top: 0.5em;
}
