html, body, p, address, img, strong, h1, h2, h3, ul, li, form, hr, table, tr, td, tbody, blockquote, iframe {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  overflow: hidden;
}
img {
  border: none;
}
a img {
  display: block;
}


.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
/*  background: none !important;*/
}
.accross li {
  float: left;
  display: inline;
}
ul:after, li:after, .item:after, .cleared:after, blockquote:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul, li, .item, .cleared, blockquote {
  zoom: 1;
}
.path {
  display: none !important;
}
.hidden {
  display: none;
}
iframe.hidden {
  width: 0;
  height: 0;
}
.visible {
  display: block !important;
}


.slideshow {
  position: relative;
  margin: 0 auto;
  width: 600px;
  margin-bottom: 20px;
}
.slideshow li {
  display: none;
}
.slideshow .selected {
  display: block;
}
.slideshow .fading {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
}



.item {
  position: relative;
}

.item .icon {
  display: none;
}
.item:hover .icon {
  display: block;
}
.item:hover .item .icon {
  display: none;
}
.item .item .icon {
  display: none;
}
.item .item:hover .icon {
  display: block;
}
.destroy {
  cursor: pointer;
  top: 0;
  right: 0;
  height: 13px;
  width: 13px !important;
}

.first.item .back,
.last.item  .forward { display: none }

.item .back, .item .forward {
  height: 6px;
  width: 20px;
  left: 50%;
  margin-left: -3px;  
}
.item .forward {
  bottom: 0;
}

.accross .item .back,
.accross .item .forward {
  height: 20px;
  width: 6px;
  left: 0;
  margin-left: 0;
  top: 50%;
  margin-top: -10px;
}
.accross .item .forward {
  left: 100%;
  margin-left: -6px;
}



iframe.uploader {
  border: 0;
  width: 0;
  height: 0;
}

.image {
  position: relative;
  overflow: hidden;
}
.busy {
  background: url(../images/thumper.gif) no-repeat center;
}
.busy * {
  visibility: hidden;
}


html>body.withPanel {
  padding-top: 38px;
}

#panel a:hover, #corner a:hover {
  text-decoration: none !important;
}

#panel {
  font-family: Arial;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 4;
  line-height: 38px;
  padding: 0 15px;
  color: #cdcdcd;
  background: #353535 url(/images/backgrounds/panel_top.gif) top repeat-x;
}
#panel .field input {
  font-family: Arial;
  color: #666;
}
* html #panel {
  display: none;
}
#panel .modes li {
  margin-left: 10px;
}
#panel .modes a, #panel .modes strong, #panel .modes label {
  font-size: 12px;
  color: #fff;
}
#panel .modes a, #panel .modes strong {
  display: block;
  padding-right: 7px;
  position: relative;
  left: 7px;
}
#panel .modes li:hover {
  background: url(/images/backgrounds/panel_hover_left.gif) left no-repeat;
}
#panel .modes li:hover a {
  background: url(/images/backgrounds/panel_hover_right.gif) right no-repeat;
}
#panel .modes li.selected {
  background: url(/images/backgrounds/panel_selected_left.gif) left no-repeat;
}
#panel .modes li.selected strong {
  background: url(/images/backgrounds/panel_selected_right.gif) right no-repeat;
}
#panel .field {
  width: 115px;
  margin-left: 10px;
  overflow: hidden;
  background: url(/images/backgrounds/text_box.gif) left no-repeat;
}


.withPanel body {
  padding-top: 38px;
}
* html.withPanel body {
  padding-top: 0;
}
#login input {
  border: 0;
  background: none;
  width: 93px;
  padding: 0 6px;
}
#login label, #login input {
  font-size: 13px;
}
#login .submit {
  background: url(/images/backgrounds/login.png) left no-repeat;
}
#login .submit input {
  height: 22px;
  width: 22px;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
}
* html #login input {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -50%;
}

#corner {
  font-family: Arial;
  position: fixed;
  top: 0px;
  right: 15px;
  width: 130px;
  z-index: 5;
}
#corner .right {
  margin-left: 8px;
  line-height: 38px;
}
#corner a {
  font-size: 10px;
  text-decoration: underline;
  color: #cdcdcd;  
}
#corner .button {
  width: 21px;
  overflow: hidden;
  background-position: right;
  background-repeat: no-repeat;
}
#corner .button a {
  text-decoration: none;
  padding: 6px 10px;
}
#corner .button strong {
  position: relative;
  left: 999em;
}
#inspect {
  background-image: url(/images/backgrounds/info_off.png)
}
.inspecting #inspect {
  background-image: url(/images/backgrounds/info.png)
}
#save {
  background-image: url(/images/backgrounds/save_off.png)
}
.unsaved #save {
  background-image: url(/images/backgrounds/save.png)
}
#destroyPage {
  background-image: url(/images/backgrounds/delete.png)
}
#destroyPage.off {
  background-image: url(/images/backgrounds/delete_off.png)
}


.icon {
  position: absolute;
  text-indent: -999em;
  overflow: hidden;
  background: none !important;
  padding: 0 !important;
}
.icon span {
  display: block;
  position: relative;
  width: 240px;
  height: 180px;
  background: transparent url(/images/icons.png);
}
* html .icon span {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/icons.png", sizingMethod="resize");
}




/* from ar */
input.hidden {
  display: none;
}

.upload {
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}
.upload img {
  z-index: 1;
}
.upload input {
  font-size: 1000px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.upload.busy img {
  visibility: hidden;
}


iframe.uploader {
  border: 0;
  width: 0;
  height: 0;
}

.image {
  position: relative;
}
.images .busy {
  background: url(/images/thumper.gif) no-repeat center;
}
.image .destroy {
  display: none !important;
}
.editing .image:hover .destroy {
  display: block !important;
}


.dialog {
  width: 269px;
  background: url(/images/backgrounds/dialog/body.png) center repeat-y;
  position: relative;
  top: 20px;
  margin-bottom: 40px;
  z-index: 4;
}
.dialog .inner {
  padding: 6px;
  padding-top: 15px;
  padding-bottom: 0;
  background: url(/images/backgrounds/dialog/top.png) top no-repeat;
  position: relative;
  top: -20px;
  margin-bottom: -40px;
}
.dialog .bottom {
  height: 20px;
  position: relative;
  top: 20px;
  background: url(/images/backgrounds/dialog/bottom.png) bottom no-repeat;  
}


#dialogs {
  font-family: Arial;
  position: fixed;
  z-index: 5;
  top: 45px;
  right: 10px;
}
#inspector {
  font-family: Arial;
  line-height: 18px;
  display: none;
}
#inspectables {
  line-height: 18px;
  background: none;
}
#inspectables, #inspectables input {
  font-family: Arial;
}
#inspectables p, #inspectables h2 {
  line-height: 18px;
}
.inspecting #inspector {
  display: block;
}
#inspector .frame {
  border: 0;
  width: 100%;  
}


.folder {
  margin: 6px 2px;
}
.folder ul {
  display: none;
}
.folder.open ul {
  display: block;
}
.folder li {
  margin: 1px 0 0 0;
  background: url(/images/backgrounds/dialog/shade.png);
}
.folder li:hover {
  background: url(/images/backgrounds/dialog/solid.png);
}
.folder h2 {
  background: url(/images/backgrounds/dialog/arrow_right.png) 8px no-repeat;
}
.open.folder h2 {
  background-image: url(/images/backgrounds/dialog/arrow_down.png);
}
.folder h2 a {
  font-size: 14px;
  color: #fff;
}
.folder a {
  display: block;
  color: #dbdbdb;
  font-size: 12px;
  margin-right: 8px;
}
/*.folder h2 a, .folder .style, .folder .options li {*/
.folder h2 a, .folder li {
  padding-left: 25px;
  padding-right: 6px;  
}


.folder .selected {
  background: #6286c1 !important;
}
.folder .selected a {
  color: #fff;
}
.folder form {
  display: none;
}
.folder .selected form {
  display: block;
}

.folder form {
  line-height: 20px;
  vertical-align: middle;
}
.folder form .left {
  color: #dbdbdb;
  font-size: 11px;
  clear: both;
}
.folder form .right {
/*  width: 128px;*/
  padding: 0 10px;
  overflow: hidden;
  background: url(/images/backgrounds/dialog/fields/field.png) center no-repeat;
}
.folder form .upload {
  background-image: url(/images/backgrounds/dialog/browse.gif);
}
/*.folder .attribute, .folder .field, .folder .upload .value {*/
.folder form .upload {
  width: 128px;
}
.folder .field, .folder .attribute {
  background: transparent;
  border: 0;
  padding: 0;
/*  width: 124px;*/
}
.folder .field, .folder .attribute, .folder .value {
  color: #b2b1b1;
  font-size: 11px;  
}
.folder textarea {
  height: 50px;
  margin: 5px 0;
/*  overflow: hidden;*/
}
.folder .apply.right {
  text-align: right;
  font-size: 10px;
  text-decoration: underline;
  color: #f0f0f0;
  padding: 0 20px 0 0 !important;
  margin: 5px 0;
  width: 128px;
  background: url(/images/backgrounds/dialog/apply.png) right no-repeat !important;
}


.folder .varField, .folder .varField .inner {
  display: block;
  background: url(/images/backgrounds/dialog/fields/field.png) left no-repeat;
}
.folder form .varField {
  padding: 0;
  margin: 0 10px;
  overflow: visible;
}
.folder .varField .inner {
  background-position: right;
  padding-right: 10px;
  position: relative;
  right: -10px;
}
.folder .varField input {
  font-size: 11px;
  vertical-align: middle;
}



form.options {
  display: block;
}
.option a {
  background: url(/images/backgrounds/dialog/cross.png) right no-repeat;
}
.option.on a {
  background-image: url(/images/backgrounds/dialog/tick.png);
}


.folder form .left {
  font-size: 12px;
}
.folder .numbers .right {
  padding-left: 10px;
  background-image: url(/images/backgrounds/dialog/fields/number.png);
}
.folder .numbers .right input {
  width: 30px;
}
.folder .numbers .field {
  width: 26px;
}

.folder form.textareas {
  display: block;
}
.folder .textareas .right {
  width: 128px;
  background-image: url(/images/backgrounds/dialog/fields/text.png);
}
/* ff3 fixes: */
.folder .upload input {
  z-index: 999;
}

.optionValue .left {
  clear: none !important;
}


.style .sample {
  display: none;
}


.dialog .notice {
  color: #fff;
  font-size: 14px;
  margin: 0 20px;
  padding: 10px 0;
  padding-left: 35px;
  background: url(/images/backgrounds/dialog/ok.png) left no-repeat;
}
.dialog .error {
  background-image: url(/images/backgrounds/dialog/stop.png);
}
.dialog .denied {
  background-image: url(/images/backgrounds/dialog/denied.png);
}

.caret {
  display: none;
}
.text .caret {
  display: inline;
}

.item, .item td {
  position: relative;
}

.item .icon {
  display: none;
}
.item:hover .icon {
  display: block;
}
.destroy {
  cursor: pointer;
  top: 0;
  right: 0;
  height: 13px;
  width: 13px !important;
}

.icon {
  position: absolute !important;
  text-indent: -999em;
  overflow: hidden;
  background: none !important;
  padding: 0 !important;
  z-index: 3 !important;
}
td .icon {
  position: static !important;
  float: right;
}
.icon span {
  display: block;
  position: relative;
  width: 240px;
  height: 180px;
  background: transparent url(/images/icons.png);
}
* html .icon span {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/icons.png", sizingMethod="resize");
}

.destroy {
  cursor: pointer;
  top: 0;
  right: 0;
  height: 13px;
  width: 13px !important;
}
.destroy span {
  left: -30px;
  top: 0px;
}

.busy #progressMeter {
  visibility: visible !important;
}