@CHARSET "UTF-8";

/* Layout
---------------------------------------------------------*/

/* For modern browsers */
.sectionedit-wrapper:before,
.sectionedit-wrapper:after {
    content:"";
    display:table;
}

.sectionedit-wrapper:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.sectionedit-wrapper {
    zoom:1;
}
.sectionedit-image img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
* html .sectionedit-image img { /* ie6 */
	width: 100%;
}
#home-products img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
* html #home-products img { /* ie6 */
	width: 100%;
}
.sectionedit-image-wrapper .item {
	float: left;
	display: inline;
	margin-top: 0px;
	text-align: center;
}
.sectionedit-image-wrapper .item dl {
	margin: 0;
	padding: 5px;
	text-align: left;
}
.sectionedit-status-pending,
.sectionedit-status-draft,
.sectionedit-status-future {
	background: #eee;
}
.sectionedit-container .title {
	padding: 0 5px;
}
.sectionedit-content-inner {
	padding: 0 5px;
}
.sectionedit-editlink {
	padding: 0 5px;
}
.sectionedit-editlink a {
	white-space: nowrap;
	color: #333;
}
.sectionedit-image {
	margin-top: -5px; // for .item dl { padding: 5px; }
}
.no-sectionedit-content .sectionedit-content {
	margin: 0;
}
.no-sectionedit-image .sectionedit-image {
	margin: 0;
}
.sectionedit-layout-2 .sectionedit-content {
	float: left;
}
.sectionedit-layout-2 .sectionedit-image {
	float: right;
}
.sectionedit-layout-3 .sectionedit-content {
	float: right;
}
.sectionedit-layout-3 .sectionedit-image {
	float: left;
}
.sectionedit-layout-0 .sectionedit-content,
.sectionedit-layout-0 .sectionedit-image,
.sectionedit-layout-1 .sectionedit-content,
.sectionedit-layout-1 .sectionedit-image {
		width: 100% !important;
}
.sectionedit-layout-0 .sectionedit-image {
	float: right;
}
/*
.sectionedit-imagewidth-0 .sectionedit-content {
	width:100%;
}
.sectionedit-imagewidth-0 .sectionedit-image {
	width:100%;
}
.sectionedit-imagewidth-50 .sectionedit-content {
	width:48%;
}
.sectionedit-imagewidth-50 .sectionedit-image {
	width:50%;
}
.sectionedit-imagewidth-40 .sectionedit-content {
	width:58%;
}
.sectionedit-imagewidth-40 .sectionedit-image {
	width:40%;
}
.sectionedit-imagewidth-30 .sectionedit-content {
	width:68%;
}
.sectionedit-imagewidth-30 .sectionedit-image {
	width:30%;
}
.sectionedit-imagewidth-25 .sectionedit-content {
	width:73%;
}
.sectionedit-imagewidth-25 .sectionedit-image {
	width:25%;
}
*/
.sectionedit-image .gallery-icon {
	text-align: center;
}
.sectionedit-image .post_title {
	padding-top:3px;
	line-height: 1.2em;
}
.sectionedit-wrapper .clr {
	clear: both;
}

/* Not Admin
---------------------------------------------------------*/
.sectionedit-edit-wrapper {
	position: relative;
}
.sectionedit-container {
	position: relative;
}
.sortable-placeholder {
	border:1px dashed #B2B2B2;
	margin-top:5px;
	margin-bottom:5px;
	padding: 2px 5px 2px 5px;
	height:40px;
	line-height:40px;
}
.sectionedit-edit {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	background: #eee;
}
.sectionedit-edit a{
	color: #000;
}
.sectionedit-editlink {
	position: absolute;
	left: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 1000;
	white-space: nowrap;
}
.sectionedit-editlink-top {
	top: -30px;
}
.sectionedit-editlink-bottom-wrapper {
	position: relative;
}
.sectionedit-editlink-bottom {
	top: 5px;
	left: 0;
}
.post-edit-link {
	padding-left: 20px;
	background: url(../edit/pencil.gif) no-repeat;
}
.sectionedit-add-link {
	padding: 2px;
	padding-left: 20px;
	background: url(../edit/add.png) 0 50% no-repeat;
}
.sectionedit-sort-link {
	display: none;
	padding-left: 20px;
	background: url(../edit/save.png) no-repeat;
}
.sectionedit-sort-start-link {
	padding-left: 20px;
	background: url(../edit/sort.png) no-repeat;
}
.sectionedit-edit .post-edit-link {
	padding-left: 20px;
	background: url(../edit/edit.png) no-repeat;
}
.sectionedit-close {
  margin-left: 10px;
}
.sectionedit-close img {
  vertical-align: text-bottom;
}
.sectionedit-drag {
  margin-left: 5px;
}
.sectionedit-drag img {
  vertical-align: text-bottom;
}
.cursor-move {
	cursor: move;
}
.sectionedit-over {
	margin: -2px;
	border: 2px dotted #ccc;
}
.sectionedit-over .sectionedit-edit {
	display: block;
}