img { border: 0; }

#container {
  margin-left:60px;
  margin-right:340px;
}

#container h1 {
  font: 18px/18px Georgia, serif;
  color: #354756;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
/*   text-transform: lowercase; */
  font-style: italic;
  padding-bottom:4px;
  border-bottom:1px dotted #C5DEA1;
  clear: left;
}

#container h2 {
  font: 15px/15px Georgia, serif;
  color:       #354756;
  font-size:   15px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
/*   text-transform: lowercase; */
  font-style: italic;
}

#container h3 {
  font: 11px/14px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
  margin:0;
  padding:0;
  margin-left: 10px;
  margin-top: 10px;
  font-weight:bold;
/*   text-transform: lowercase; */
}

#container p {
  font-size:11px;
  line-height:1.7;
  color:#444;
  margin-left: 10px;
  margin-top: 10px;
}

#container table {
  margin-left: 10px;
  border: 0;
  padding: 0;
  margin-bottom:15px;
}

#container table thead tr {
  
}

#container table thead th {
  border-bottom:1px dotted #C5DEA1;
  text-align: left;
  font-weight: bold;
  color: #444;
  padding:2px;
}

#container table tbody td {
  vertical-align:top;
  text-align: left;
  padding:2px;
  color: #444;
}

#container pre {
  overflow: auto;
  cursor:pointer;
  position:relative; /* make IE work correctly */
}

#container pre code {
  display: block;
  margin:10px;
  padding:4px;
  border:1px solid #ddd;
  background:#f5f5f5;
  font:10px Lucida Sans Typewriter, Courier, monospace;
}



/* for drag-and-drop demos */
a.toggleOpen, a.toggleOpen:visited, a.toggleOpen:active, a.toggleOpen:hover {
	background-image:url('/library/dragndrop/images/right_arrow_sm.png');
	background-repeat:no-repeat;
	margin:0px;
	padding-right:10px;
	padding-top:10px;
	text-decoration:none;
	font-size:0px;
}
a.toggleClose, a.toggleClose:visited, a.toggleClose:active, a.toggleClose:hover {
	background-image:url('/library/dragndrop/images/down_arrow_sm.png');
	background-repeat:no-repeat;
	margin:0px;
	padding-right:10px;
	padding-top:10px;
	text-decoration:none;
	font-size:0px;
}
img.image {
  cursor:move;
}

div.gallery {
  clear:both;
  border:1px solid #546F7A;
  background-color:white;
  padding:0px;
  width:500px;
}

div.gallery span.handle {
  font-size: 12px;
  font-family: arial, verdana;
  color: #354756;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-left:10px;
  text-transform: lowercase;
  font-style: italic;
  padding-bottom:2px;
  clear: left;
  cursor:move;
}

span.title {
  margin:0;
  padding:0;
  padding-top:10px;
  font-size: 12px;
  color: #444;
  font-weight:normal;
}

div#trash {
  width:500px;
  padding:8px;
  margin-top:8px;
  height:25px;
  color:#ccc;
  border:1px dashed #888;
  font-size:20px;
  font-weight:bold;
  text-align:center;
}

div.gallery img {
  float:left;
  width:32px;
  height:32px;
  margin-right:10px;
}

div.gallery div {
  font-size:12px;
  font-weight:normal;
  color:#444;
  clear:left;
}

div.galleryImages {
	height: 152px;
}

ul.sortablelist {
  list-style-image:none;
  list-style-type:none;
  margin-top:5px;
  margin:0px;
  padding:0px;
}

ul.sortabledemo li {
  padding:0px;
  margin:0px;
}

span.congrats {
  background-color: #546F7A;
  color:white;
  font-weight: bold;  
}

div.cart-active {
  background-color: #FFF4D8;
}

div.trash-active {
  background-color: #FFF4D8;
  border:1px solid #546F7A;
}

    
/* List styles */
ul.list {
	padding:10px;
}

li.termItem {
  font-size: 12px;
  font-family: arial, verdana;
  color: #354756;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-left:10px;
  text-transform: lowercase;
  padding-bottom:2px;
  clear: left;
  cursor:move;
}
li.nodeItem {
  font-size: 11px;
  font-family: arial, verdana;
  color: #546F7A;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-left:10px;
  text-transform: lowercase;
  font-style: italic;
  padding-bottom:2px;
  clear: left;
  cursor:move;
}

div.singleGallery {
	border:solid 2px darkblue;
	background-color:#FFF;
	height:450px;
}
div.cart-active {
  background-color: #FFF4D8;
}
div.singleGallery img {
	width:120px;
}