@charset "UTF-8";
/* CSS Document */

.product_image_wrapper{
	position: relative;
	background-color: gainsboro;
	overflow: hidden;
	cursor: pointer;
}

.product_attributes{
	min-width: 100px;
}

.main_image{
	outline: 2px solid darkslategrey;
}

.product_datatable_image{
	max-width: 100px; 
	overflow-x:hidden;
}

.micro-product_listings-container{
}

.micro-product_listings-list{
	position: absolute;
	width: 680px;
	top: 15px;
	z-index: 2; /*Make sure items are above the table columns they extend over*/
}

.micro-product_listings-list>li{
	display: inline;
	float: left;
	border-radius: 6px;
	border: 2px solid darkslategrey;
	padding: 3px;
	margin-right: 5px;
	margin-top: 5px;
}

.micro-product_listing-buttons{
	float: left;
	display: inline;
	margin-right: 10px;
}

.micro-product_listing-buttons ul{
	width: 25px;
	min-height: 50px;
}

.micro-product_listing-buttons li{
	float: left;
	display: inline;
	height: 25px;
}
.micro-product_listing-buttons li:first-child{
	margin-bottom: 5px;
}

.micro-product_listing-buttons li img{
	height: 25px;
}

.micro-product_listing-content{
	text-align: center;
	float: left;
	display: inline;
	margin-right: 10px;
	width: 85px;
	min-height: 50px;
} 

.micro-product_listing-content li{
	margin: 2px;
}
.micro-product_listing-condition{
}
.micro-product_listing-availability{
}
.micro-product_listing-price{
}
.micro-product_listing-sold{
}

.micro-product_listing-attachments{
	float: left;
	display: inline;
	position: relative;
}

.micro-product_listing-attachments .paperclip_link_small{
	top: -14px;
}

#product-new-image-preview, #product_listing-new-image-preview{
	margin-top: 10px;
	
}

.product-image-previews li, .product_listing-image-previews li{
	display: inline;
	float: left;
	min-width: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.product-image-previews li{
	height: 100px;
}

.product-image-previews .product_image_wrapper>img{
	height: 100px;
}

.product-image-previews li img, .product_listing-image-previews li img{
	cursor: pointer;
}

.product_datatable_image .product_image_wrapper{
	height: 75px;
}

.product-image-previews .product_image_wrapper{
	min-width: 100px;
	height: 100px;
}

.product_image_wrapper{
	position: relative;
	background-color: black;
	overflow: hidden;
	border: thin solid black;
}

.product_image_wrapper>div{
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
}

.product_image_wrapper>div a{
	display: inline;
	float: left;
	margin-left: 3px;
}

.main_image{
	outline: 5px ridge black;
}

.category-column li *{
	vertical-align: middle;
	line-height: 16px;
}

#product-new-suggested_attributes li{
	float: left;
	display: inline;
	margin-right: 20px;
	width: 400px;
}

#product-new_form-tabbed, #product-new_form-tabbed .ui-tabs-panel{
	background: none !important;
}

#product-new-custom_attributes li{
	margin-right: 20px;
}

#product-new-suggested_attributes li *, #product-new-custom_attributes li *{
	vertical-align: middle;
	line-height: 20px;
}



.product-view-object, .product_listing-object{
	border: 2px solid darkslategrey;
	border-radius: 8px;
	position: relative;
	padding: 10px;
}

.product-view-object{
	background-color: cornsilk;
	
}

.product_listing-object{
	width: -webkit-calc(50% - 30px);
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#product-view-listings-container li:nth-child(odd){
	margin-right: 10px;
}

#product-view-main_image-container{
	width: 200px;
	float: left;
	display: inline;
}

#product-view-main_image-container img{
	width: 100%;
	border: thin solid black;
}

#product-view-images-container{
	margin-left: 5px;
	width: 50px;
	float: left;
	display: inline;
	overflow: auto;
	height: 200px;
}

#product-view-images-container li{
	margin-bottom: 5px;
	cursor: pointer;
}

#product-view-images-container li{
	width: 32px;
}

#product-view-images-container img{
	width: 32px;
}

#product-view-details-container{
	margin-left: 10px;
	float: left;
	display: inline;
	width: -webkit-calc(100% - 280px); /* 100% minus image container widths plus button container width plus some padding*/
}

#product-view-details-name{
	font-size: x-large;
	font-weight: bold;
}

#product-view-details-category, #product-view-details-list_price, #product-view-details-dimensions, #product-view-details-expires{
	font-size: 16px;
	margin-top: 20px;
}


#product-view-buttons-container{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#product-view-attachments{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 5px;
	padding-right: 35px;
}

#product-view-buttons{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.product_listing-top_left{
	float: left;
	display: inline;
	width: -webkit-calc(100% - 70px);
}

.product_listing-id{
	width: 100%;
}

.product_listing-name{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.product_listing-attachments{
	float: right;
	display: inline;
	padding-right: 20px;
}

.product_listing-middle, .product_listing-bottom{
	margin-top: 10px;
}

.product_listing-price{
	float: left;
	display: inline;
	font-size: 18px;
}

.product_listing-ebay-price{
	margin-left: 10px;
	margin-top: 5px;
	font-size: smaller;
}

.product_listing-price_research-form{
	float: left;
	display: inline;
	margin-left: 5px;
	margin-top: -15px;
}

.product-price_research-form{
	width: 120px;
	margin-top: 5px;
}

.product-price_research-form, .product_listing-price_research-form{
	border: 2px solid darkblue;
	padding: 5px;
	background-color: lightblue;
	border-radius: 6px;
}

.product-price_research-form input[type="text"], .product_listing-price_research-form input[type="text"]{
	text-align: right;
}

.product_listing-inventory{
	float: right;
	display: inline;
}

.product_listing-remaining{
	font-size: 18px;
}

.product_listing-sold{
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
}

.product_listing-image{
	float: left;
	display: inline;
	
	width: 100px;
}

.product_listing-image img{
	width: 100%;
	border: thin solid black;
}

.product_listing-export_settings{
	position: absolute;
	bottom: 10px;
	left: 120px;
}

.product_listing-export_icons{
	margin-top: 5px;
}

.product_listing-buttons{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#product-edit-images li{
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_listing-image-previews li{
	width: 150px;
}

#product-edit-images .product_image, .product_listing-image-previews .product_image{
	width: 100%;
}

#product_listing-new-condition_description{
	max-width: 250px;
}

#product_listing-title_preview{
	padding: 5px 30px;
	border: thin solid black;
	background-color: cornsilk;
}

#product_listing-title_preview span{
	display: inline;
	float: left;
}

#product_listing-title_preview-text{
	display: inline;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

#product_listing-inventory-current_table{
	border-collapse: collapse;
}

#product_listing-inventory-current_table td{
	padding: 10px;
}

#product-inventory-add tbody tr td{
	line-height: 32px;
}

#product-inventory-add tbody tr td select{
	margin-bottom: -2px;
	vertical-align: bottom;
}

#product-inventory-add tbody tr td input[name^="amount"]{
	margin-bottom: 2px;
	vertical-align: bottom;
}

#product-inventory-add tbody tr td ul{
	margin-bottom: 2px;
	vertical-align: bottom;
}

#product_listing-inventory-current_list li{
	float: left;
	display: inline;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: thin solid #AAA;
	border-radius: 6px;
	cursor: pointer;
}

#product_listing-inventory-current_list li .location{
	float: left;
	display: inline;
	width: 180px;
}

#product_listing-inventory-current_list li .quantity{
	float: right;
	display: inline;
}


#product_listing-inventory-move_other{
	border: thick dashed #AAA !important;
}

#product_listing_quantity-move-quantity-container, #product_listing_quantity-move-target-container{
	float: left;
	display: inline;
}

.product_listing-move{
	border: thick dashed #AAA !important;
	width: 75px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	opacity: .5;
}

.product_listing-move div{
	margin-top: 5px;
}

#product_listing-move-preview{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#product_listing-move-preview-title{
	margin-bottom: 10px;
	font-weight: bold;
}

#product_listing-move-preview-image img{
	border: thin solid black;
}

#product_listing-move-preview-description{
	margin-top: 10px;
}

#product_listing-merge-result-table-container, #product-merge-result-table-container{
	float: right;
	display: inline;
	width: -webkit-calc(100% - 250px);
}

#product_listing-merge-result-table, #product-merge-result-table{
	width: 100%;
}

#product_listing-merge-image-preview, #product-merge-image-preview{
	min-width: 100px;
	max-width: 250px;
	width: auto;
	float: left;
	display: inline;
}

#product_listing-merge-image-preview li, #product-merge-image-preview li{
	height: 100px;
	float: left;
}

#product_listing-merge-listing, #product_listing-merge-target{
	width: 300px;
	float: left;
	display: inline;
}

#product_listing-merge-listing span, #product_listing-merge-target span, #product-merge-product span, #product-merge-target span{
	font-weight: bold;
}

#product_listing-merge-listing .price, #product_listing-merge-target .price{
	float: left;
	display: inline;
	margin-right: 10px;
}

#product_listing-merge-listing .box_count, #product_listing-merge-target .box_count{
	float: left;
	display: inline;
	margin-right: 10px;
}

#product_listing-merge-listing .lot_size, #product_listing-merge-target .lot_size{
	float: left;
	display: inline;
	margin-right: 10px;
}

#product_listing-merge-listing .weight_large, #product_listing-merge-target .weight_large{
	float: left;
	display: inline;
}

#product_listing-merge-listing .height, #product_listing-merge-target .height{
	float: left;
	display: inline;
	margin-right: 10px;
}
#product_listing-merge-listing .width, #product_listing-merge-target .width{
	float: left;
	display: inline;
	margin-right: 10px;
}
#product_listing-merge-listing .depth, #product_listing-merge-target .depth{
	float: left;
	display: inline;
}

#product_listing-merge-image-preview .product_image_wrapper, #product-merge-image-preview .product_image_wrapper{
	width: 100px;
	height: 100px;
}

#product_listing-merge-together{
	margin: 10px 20px 10px 0px;
	text-align: center;
}

#product_listing-merge-result-table-container-title{
	font-weight: bold;
}

#product-merge-previews-container{
	display: inline;
	float: left;
}

#product-merge-previews-container{
	width: 300px;
}


#product-merge-product-preview{
	margin-bottom: 40px;
}

#product-merge-together{
	display: inline;
	float: left;
	height: 300px;
	width: 50px;
	margin-top: 100px;
}

#product-merge-result{
	display: inline;
	float: right;
}

#merge_holder_list>li{
	border: 2px solid darkslategrey;
	border-radius: 6px;
	height: auto;
	width: 100%;
	clear: both;
	z-index: 5002;
	margin-top: 10px;
}
#merge_holder_list>li tr{
	height: 100px;
}

#merge_holder_list>li tr td:last-child{
	display: none; /*hide attachments column*/
}

#merge_holder_list>li>*, #merge_holder_list>li td{
	padding: 10px;
	background-color: white !important;
	overflow: hidden;
	height: 100px;
	border-radius: 6px;
}

#merge_holder_list .micro-product_listings-container{
	height: 0px;
	display: none;
}

.main_image_highlight{
	border: 3px solid black;
}

.audit_description{
	border: thin solid #DDD;
	border-radius: 6px;
	padding: 10px;
}

.product_image-audit{
	float: left;
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.product_image-audit input[type="checkbox"]{
	position: absolute;
	top: 0px;
	left: 3px;
	z-index: 5;
}

.product_image-audit a{
	position: absolute;
	top: 5px;
	left: 20px;
	z-index: 5;
}

.product_field-audit, .listing_field-audit{
	position: relative;
}

.product_image-audit div.audit_note, .product_field-audit div.audit_note, .listing_field-audit div.audit_note{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 6;
	background-color: white;
	padding: 5px;
	border: thin solid #DDD;
	border-radius: 6px;
}

.product_image-audit div.audit_note textarea, .product_field-audit div.audit_note textarea, .listing_field-audit div.audit_note textarea{
	width: 300px;
}

#product_listing-pricing-quantity_discounts-table td{
	line-height: 30px;
	font-size: larger;
}

#product_listing-pricing-quantity_discounts-table tr:nth-child(even) {
   background-color: cornsilk;
}