﻿#listing_container, #orderassign_container{
	margin:0px;
	padding:0px;
	list-style:none;
}
#listing_container li{
	list-style:none;
	border-bottom:1px solid #e8e8e8;
}

.listing_separator{
	border-bottom:1px solid #e8e8e8;
}

.listing_container_padding2 {
	padding:2px;
}

.listing_container_padding5 {
	padding:5px;
}

.listing_container_padding10{
	padding:10px 2px 10px 10px;
}
.listing_verticalline_left {
	width:5px;
}
.image_background{
	background-image:url(../images/image_background.png);
	background-repeat:no-repeat;
	height:89px;
	width:114px;
	cursor:pointer;
}
.image_background_67x54{
	background-image:url(../../images/pl/image_background_67x54.png);
	background-repeat:no-repeat;
	width:67px;
	height:54px;
	cursor:pointer;
}
.affiliate_image_background{
	background-image:url(../../images/pl/affiliate_image_background.png);
	background-repeat:no-repeat;
	height:95px; /*74*/
	width:190px; /*121*/
	cursor:default;
}
.image_background_selected{
	background-image:url(../../images/pl/image_background_selected.png);
	background-repeat:no-repeat;
	height:89px;
	width:114px;
	cursor:pointer;
}
.listing_caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#226699;
	font-weight:bold;
}

.listing_info{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#848383;
}

.listing_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#333333;
}

.listing_row_odd{
	background-color:#ffffff;
}

.listing_row_even{
	background-color:#eff5f8;
}
.listing_row_background {
	background-color:#ffffff;
}
.listing_row_background:hover {
	background-color:#eff5f8;
}
.listing_row_background_selected {
	background-color:#eff5f8;
}

#imagelisting_container {
	margin:0px;
	padding:0px;
	list-style:none;
/*	width:670px; 
	width:710px;*/
	width:100%;
}

#imagelisting_container li{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:137px;
/*	width:142px;*/
}

.imagelisting_field_label {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
.imagelisting_input_field {
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
.imagelisting_field_value {
	font-size:11px;
	color:#333333;
	font-weight:normal;
}
.listing_label_background_even {
	background-color:#f1f1f1;
}
.listing_label_background_odd {
	background-color:#f8f8f8;
}
.listing_info_background_odd_even {
	background-color:#dde9eb;
}
.listing_info_background_odd_odd {
	background-color:#eef4f5;
}
.listing_info_background_even_even {
	background-color:#ebf1f3;
}
.listing_info_background_even_odd {
	background-color:#f5f8f9;
}
.imagelisting_inner_padding {
	padding:0px 15px 0px 25px;
}
.imagelisting_info_padding {
	padding-left:15px;
}
.listing_bottom_content {
	color:#949494;
/*	color:#c0c0ba;*/
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-style:italic;
	margin:0px;
	padding:0px;
}
.imagelisting_seperator {
	background-color:#aaaaaa;
	height:3px;
}
.imagelisting_border_bottom {
	/*border-bottom:1px solid #aaaaaa;*/
	background-color:#aaaaaa;
}
.listing_level1_seperator{
	border-bottom:1px solid #e8e8e8;
}
.listing_level1_seperator:hover{
	background-color:#eff5f8;
}
.listing_level1_last_seperator{
	border-bottom:3px solid #aaaaaa;
}
.listing_level1_last_seperator:hover{
	background-color:#eff5f8;
}
.hide_attr, .hide_detail, .hide_label{
	display:none;
}

.listing_row_gray_background{
	background-color:#F8F8F8;
}
.listing_row_white_background {
	background-color:#ffffff;
}
.listing_load{
	background-image:url(../../images/pl/icons/listing_load.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	cursor:pointer;
}
.listing_delete{
	background-image:url(../../images/pl/icons/listing_delete.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	cursor:pointer;
}
.listing_reset{
	background-image:url(../../images/pl/icons/listing_reset.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	cursor:pointer;
}
.listing_select{
	background-image:url(../../images/pl/icons/listing_select.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	cursor:pointer;
}

.selected_class{
	background-color:#fee1e0;
}