* {
  border: 0;
  font-family: arial, helvetica, tahoma;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body {
  background: #ccc url(../img/background.png) fixed no-repeat;
  color: #000;
  font-size: 12px;
  line-height: 1.5em;
}
a {
  color: #8d1f21;
  text-decoration: underline;
}
a:hover {
  color: #d94e52;
}

fieldset {
  clear: both;
  margin: 10px 100px;
  position: relative;
}
fieldset div {
  clear: both;
  padding: 5px 0;
  overflow: auto;
}
input, textarea, select, .wysiwyg {
  border: 1px solid #ccc;
  color: #aaa;
  float: right;
  padding: 3px;
  width: 75%;
}
.wysiwyg {
  margin-top: -23px;
}
#extraOptions {
  background: #efefef;
  border: 1px solid #ccc;
  margin: 10px 100px;
  padding: 10px 20px;
}
#imagesContainer {
  background: #efefef;
  border: 1px solid #ccc;
  display: none;
  padding: 10px;
  position: absolute;
  width: 450px;
  z-index: 5000;
}
#imagesContainer h3 {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
#imagesContainer p {
  clear: both;
  margin-top: 10px;
  text-align: center;
}
#imagesContainer .image {
  float: left;
  margin: 5px;
  overflow: auto;
}
#imagesContainer .image a {
  display: block;
  text-align: center;
}
#imagesContainer img {
  border: 2px solid #000;
  height: 50px;
  width: 50px;
}
#imagesContainer img:hover {
  border-color: #d94e52;
  cursor: pointer;
}
#uploadContainer {
  background: #efefef;
  border: 1px solid #ccc;
  margin: 10px 100px;
  padding: 10px 20px;
}
input:hover, textarea:hover, select:hover {
  border-color: #8d1f21;
}
input:focus, textarea:focus, select:focus {
  border-color: #d94e52;
  color: #000;
}
textarea {
  height: 150px;
}
label {
  display: block;
  float: left;
  font-weight: bold;
  padding: 3px;
  width: 20%;
}

#main {
  background: #8d1f21; /* web-safe: 993333 */
  margin: 25px auto;
  width: 960px;
}
#header {
  height: 175px;
}
#header h1 {
  background: url(../img/header.png) no-repeat;
  float: left;
  height: 175px;
  overflow: hidden;
  text-indent: -1000px;
  width: 350px;
}
#logo {
  background: url(../img/logo.png) no-repeat;
  float: right;
  height: 175px;
  width: 140px;
}
#menu {
  float: left;
  height: 55px;
  margin: 60px 10px;
  width: 450px;
}
#menu li {
  float: left;
}
#menu a {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  /* round */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#menu a:hover {
  border: 1px solid #a62527;
}
#menu a:hover span {
  border-bottom: 1px solid #d94e52;
}
#menu a:active {
  background: #741c1d;
}
#menu .selected, #menu .selected:hover {
  background: #d94e52; /* web-safe: cc6666 */
  border-color: #d94e52;
  font-weight: bold;
}

#content {
  background: #fff;
  margin: 15px;
  min-height: 50px;
  padding: 5px 0;
  /*position: relative;*/
}
#content>h2, #content .menu-title h2 {
  border-bottom: 1px solid #d94e52;
  clear: both;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 15px 20px 15px;
}
#content .section {
  margin: 10px 20px;
}
#content .section p {
  margin: 10px 0;
}
#content .menu-list {
  margin: 10px 50px;
}
#content .menu-list li {
  list-style: square;
}
#content .menu-list a {
  font-size: 14px;
}
#content .menu-title h2 a {
  float: right;
  font-size: 12px;
}
#content .menu-item {
  margin: 0 60px 15px 60px;
  overflow: auto;
}
#content .menu-item img {
  float: left;
  margin: 0 30px;
  width: 100px;
}
#content .menu-item .section {
  float: left;
  margin: 0;
  width: 650px;
  
}
#content .menu-item h3 {
  border-bottom: 1px solid #d94e52;
  clear: both;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}
#content .menu-item h3 span {
  color: #d94e52;
  font-weight: bold;
  font-size: 0.8em;
}

/* Editing */
#clone {
  display: none;
}
#options {
  float: right;
  margin: 10px 20px 0 0;
  /*
  right: 20px;
  position: absolute;
  top: 10px;
  */
}
#actions {
  margin: 0 auto;
  overflow: auto;
  padding: 15px 0;
  width: 300px;
}
#edit, #cancel, #add, #save, .sorting>a {
  background: transparent top left no-repeat;
  display: block;
  line-height: 18px;
  padding-left: 22px;
  text-decoration: none;
}
#edit:hover, #cancel:hover, #add:hover, #save:hover, .sorting>a:hover {
  background-position: bottom left;
}
#edit {
  background-image: url(../img/edit.png);
}
#cancel {
  background-image: url(../img/cancel.png);
}
#add {
  background-image: url(../img/add.png);
  float: left;
  width: 90px;
}
#save {
  background-image: url(../img/save.png);
  float: right;
  width: 90px;
}
.sorting {
  clear: none;
  left: 20px;
  position: absolute;
  top: 80px;
}
.sorting a {
  display: block;
  margin: 5px 0;
}
.sorting>.up {
  background-image: url(../img/up.png);
}
.sorting>.down {
  background-image: url(../img/down.png);
}
.sorting>.image {
  background-image: url(../img/image.png);
}
.sorting>.remove {
  background-image: url(../img/cancel.png);
  margin: 25px 0;
}
.compact-sorting {
  clear: both;
  float: right;
  left: 0;
  position: relative;
  top: 0;
}
.compact-sorting a {
  float: left;
  margin: 0 10px !important;
}
fieldset .assocImage {
  border: 1px solid #ccc;
  display: block;
  height: 75px;
  margin: -5px auto 10px auto;
  position: absolute;
  top: 90px;
  left: -85px;
  width: 75px;
}
fieldset .unassoc {
  display: none;
}
/* /Editing */

#footer {
  color: #fff;
  font-size: 11px;
  padding: 0 0 10px 0;
  text-align: center;
}

/* css corners */
.round {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.roundTop {
  -moz-border-radius-topleft:         8px;
  -moz-border-radius-topright:        8px;
  -webkit-border-top-left-radius:     8px;
  -webkit-border-top-right-radius:    8px;
  border-radius-topleft:              8px;
  border-radius-topright:             8px;
}
.roundLeft {
  -moz-border-radius-topleft:         8px;
  -moz-border-radius-bottomleft:      8px;
  -webkit-border-top-left-radius:     8px;
  -webkit-border-bottom-left-radius:  8px;
  border-radius-topleft:              8px;
  border-radius-bottomleft:           8px;
}
.roundRight {
  -moz-border-radius-topright:        8px;
  -moz-border-radius-bottomright:     8px;
  -webkit-border-top-right-radius:    8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius-topright:             8px;
  border-radius-bottomright:          8px;
}
.roundBottom {
  -moz-border-radius-bottomleft:      8px;
  -moz-border-radius-bottomright:     8px;
  -webkit-border-bottom-left-radius:  8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius-bottomleft:           8px;
  border-radius-bottomright:          8px;
  /*border-top: none;*/
}
/* /css corners */