.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;
	height: 25px;
	background-color: #999;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.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(../../admin/images/approved.gif) no-repeat right center;
}

.pending {
	display: block;
	display: inline-block;
	padding: 0 20px 0 0;
	background:url(../../admin/images/pending.gif) no-repeat right center;
	color: #b86464;
}

.asc {
	background-image:url(../../admin/images/asc.gif);
}

.desc {
	background-image:url(../../admin/images/desc.gif);
}

.table_wrapper td , .table_wrapper th {
	text-align: left;
	padding: 0 12px;
	line-height: 18px;
}

.table_wrapper td {
	background: #fefefe url(../../admin/images/td_bg1.gif) repeat-x;
}

.table_wrapper tr.odd td {
	/*background: #f2f2f2 url(../../admin/images/td_bg2.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 11px 0 0;
	list-style: none;
}

.actions ul a:link, .actions ul a:visited, .actions ul a:hover, .actions ul a:active {
	display: block;
	width: 14px;
	height: 13px;
	text-indent: -3000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.action1 {
	background-image:url(../../admin/images/action1.gif);
}
.action2 {
	background-image:url(../../admin/images/action2.gif);
}
.action3 {
	background-image:url(../../admin/images/action3.gif);
}
.action4 {
	background-image:url(../../admin/images/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(../../admin/images/small_tabs_middle.gif) repeat-x;
	color: #979797;
	font-weight: bold;
	
}

#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(../../admin/images/small_tabs_left.gif) no-repeat;
}

#product_list_tabs a.selected:link 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(../../admin/images/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 {
	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(../../admin/images/update_middle.gif) repeat-x;
	
}

.update:hover {
	text-decoration: underline;
}

.update span {
	background:url(../../admin/images/update_left.gif) no-repeat;
	display: block;

}

.update span span {
	background:url(../../admin/images/update_right.gif) no-repeat right top;
	padding: 0 10px;
	

}

.update em {
	display: block;
	background:url(../../admin/images/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(../../admin/images/move1.gif);
}

.move2 {
	background-image:url(../../admin/images/move2.gif);
}

.move3 {
	background-image:url(../../admin/images/move3.gif);
}

.move4 {
	background-image:url(../../admin/images/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;
}

.actions_menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 225px;
}


.actions_menu li {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	float: left;
}

.details {
	background-image:url(../../admin/images/action1.gif);
}

.edit {
	background-image:url(../../admin/images/edit_action.gif);
}

.delete {
	background-image:url(../../admin/images/action4.gif);
}

.images {
	background-image:url(../../../../images/icons/image_new.gif);
}

.files {
	background-image:url(../../../../images/icons/file.png);
}

.up {
	background-image:url(../../admin/images/move_up.gif);
}


.down {
	background-image:url(../../admin/images/move_down.gif);
}


