.gallery_manager li {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.gallery_manager li label {
	float: left;
	width: 100px;
	margin: 5px 10px 0 30px;
}

.gallery_manager li input[type="text"] {
	float: left;
	width: 650px;
	margin-right: 20px;
}

.gallery_manager li textarea {
	width: 650px;
	height: 125px;
}

.product_img_cont {
	margin-bottom: 10px;
}

.product_img_cont h2 {
	padding-left: 0 !important;
}

.show_gallery.button,
.add_product.button {
	margin-top: 10px;
}

/*
.show_gallery,
.add_product {
	display: inline-block;
	margin-bottom: 10px;
	background: #e0e0e0;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
}

.show_gallery:hover,
.add_product:hover {
	background: #00A0D2;
	color: #fff;
}
*/
.featured_image_upload {
	margin-top: 10px;
}

.product_top {
	float: left;
	width: 100%;
	padding: 10px 12px 10px 20px;
	background-color: #ccc;
    color: #000;
    font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}

.product_top:after {
	float: right;
	content: "+";
	font-size: 20px;
}

.product_top.open:after {
	content: "-";
}

.product_bottom {
	display: none;
	float: left;
	width: 100%;
	background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
    position: relative;
	box-sizing: border-box;
}

.product_bottom .input_holder {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.del_product {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	background-image: url("images/trash_icon.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	width: 24px;
	height: 24px;
	transition-duration: 0s;
	outline: none;
}

.del_product:hover {
	background-position: 4px -32px;
}

.show_gallery,
.add_product {
	float: none;
	clear: left;
	margin-top: 10px;
	background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: 0 1px 0 #ccc;
    color: #555;
    vertical-align: top;
	border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}

.hide_table {
	display: block;
	clear: left;
	padding: 10px 0 20px 0;
}

.hide_table input {
	float: left;
	margin: 2px 5px 0 0;
}

.hide_table label {
	float: left;
}



