/* http://mychilistore.com/chili/woocommerce-icons/demo.html */
#woocommerce-product-data ul.wc-tabs li.chili-tab_options a:before {
	font-family: WooCommerce; content: '\e036';
}

#tblChiliSettings	input[type=text], #tblChiliSettings	input[type=password] {
	width: 500px;
}

#tblChiliSettings input.chili_select {
	width: 439px;
	margin-right: 5px;
	background-color: #F0F0F0;
}

iframe.chili-editor {
	width: 100%;
	height: 750px;
}

body.chili-template div.breadcrumb {
	display: none;
}

body.chili-template div.site-inner {
	max-width: 95%;
}
body.chili-template header.entry-header {
	display: none;
}
body.chili-template article.entry {
	padding: 10px;
	margin-bottom: 10px;
}
body.chili-template div.site-inner {
	padding-top: 10px;
}

/*
body.chili-template div.et_pb_section {
	display: none;
}
*/

body.chili-template #chili-editor-controls {
	margin-left: 5px;
}

body.chili-template #chili-editor-controls #txtDescription {
	width: 300px;
	padding: 4px;
	margin-bottom: 6px;
}

body.chili-template input[type=button] {
	padding: 4px 8px 4px 8px !important;
	line-height: initial !important;
	margin-top: 0px;
	font-size: 17px;
}

body.chili-template #chili-editor-controls table {
	margin: 0px;
	line-height: initial;
	border: none;
}

body.chili-template #chili-editor-controls table tbody {
	border: none;
}

body.chili-template #chili-editor-controls table td {
	border: none;
	padding: 0px;
}

body.chili-template article {
	position: relative;
}

body.chili-template #divChiliPreview {
	display: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -750px;
	width: 520px;
	height: 520px;
	border: 3px solid #909090;
	border-radius: 10px;
	background-color: white;
	text-align: center;
	padding-top: 10px;
}

body.chili-template #divChiliPreview input[type=button] {
	padding-top: 7px;
	padding-bottom: 7px;
}

body.chili-template #iframePDFPreview {
	border: none;
	width: 98%;
	height: 98%;
}

#divGetChiliResource {
	width: 230px;
	height: 388px;
	border: 2px solid black;
	border-radius: 10px;
	position: absolute;
	background-color: #E0E0E0;
	z-index: 999;
}
#divResourceTop {
	height: 175px;
	border-bottom: 1px solid black;
	text-align: center;
}
#divResourceTop #lstFolders {
	height: 167px;
	width: 220px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: transparent;
	outline: none;
	border: none;
	box-shadow: none;
}

#divResourceBottom {
	height: 175px;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	text-align: center;
}

#divResourceBottom #lstFiles {
	height: 167px;
	width: 220px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: transparent;
	outline: none;
	border: none;
	box-shadow: none;
}

#divResourceButtons {
	text-align: center;
	padding-top: 3px;
}
#divResourceButtons input.button {
	margin-left: 5px;
	margin-right: 5px;
}

#chili_product_data input.chili_browse {
	background-color: #F0F0F0;
}

table.admin1 {
  border-collapse: collapse;
}
table.admin1 td {
  border: 1px solid #ccc;
}
table.admin1 th {
  border: 1px solid #ccc;
  background: #d8d8d8;
}