﻿/*------------------------------------------------------

* Filename:             sitecore.css
* Description           Custom page edit styling
* Version               1.0.0 (05-10-2011)
* Author                Valtech

------------------------------------------------------*/


/* NEEDS CLEANING UP */
.toogleedit                     { margin:10px 0 0; border:1px solid #ccc; background:url(../img/EmptyPlaceholderBg.png); padding:0; color:#666; }
.toogleedit dt                  { padding:0 0 0 10px; color:#111; margin:0; background:#ddd; margin:0; }
.toogleedit dt strong           { display:block; margin:0 5px 0 0; background:url( '../img/collapse15x15.gif' ) no-repeat right 3px; font-weight:normal; cursor:pointer; }
.toogleedit.off dt strong       { background:url( '../img/expand15x15.gif' ) no-repeat right 3px; }
.toogleedit dd                  { padding:5px 10px 10px; margin:0; color:#111; border-top:1px solid #ccc; }
.toogleedit dd .togglevalue     { padding: 5px 10px; border: 1px solid #ccc; background: #fff; margin: 5px 0 10px; color: #666; }
.toogleedit.off dd              { display: none; }

/*Sitecore Page Editor OverWrites*/
.scPageDesignerControl          { float: left; }
div.scPageDesignerPlaceholder   { overflow:hidden; margin:0 0 10px; }

.scpm   { height: 100px; }
