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

body {
  background: url(../images/backgrounds/body.gif) center repeat-y;
  font-size: 13px;
}


.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.last {
  margin: 0;
}
.accross li {
  float: left;
  display: inline;
}
ul:after, li:after, .item:after, .cleared:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul, li, .item, .cleared {
  zoom: 1;
}
.path {
  display: none !important;
}

h1, strong, .selected, .selected a {
  color: #f18d00;
}
.strong {
  background-color: #f18d00;
  margin: 10px 0;
  padding: 0 20px;
  line-height: 30px;
}
#content .strong, #content .strong a {
  color: #fff;
}
#content .text a {
	border-bottom:1px solid #ccc;
}
#content .text a:hover {
	border-bottom:1px solid #f18d00;
	text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content, #content a, #content button, #content input, #content textarea {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode';
  color: #999;
}


h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
#content h1, #content h2, #content p, #content .images {
  margin: 20px 0;
}


.images {
  position: relative;
}
.images img {
  border: 1px solid #ccc;
  margin-bottom: 7px;
}
.images .image {
  float: left;
  display: inline;
}
.images a img {
  display: block;
  margin: 0;
}
.images .first img {
  margin-right: 8px;
}
.images .hidden {
  display: none;
}
.images .last img {
  margin-left: 8px;
}
.images #magnifier {
  width: 298px;
  height: 288px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(/images/magnifier.png);
  text-indent: -999em;
  overflow: hidden;
}
* html .images #magnifier {
  background: url(/images/magnifier.gif);
}


#header {
  padding: 20px;
  line-height: 60px;
  margin-bottom: 0;
}
#header a {
  text-indent: -960px;
  overflow: hidden;  
  background-repeat: no-repeat;
  background-position: left;
}
#header a.left {
  width: 31px;
/*  background-image: url(../images/backgrounds/f.gif);*/
}
#header a.right {
  width: 331px;
  background-image: url(../images/backgrounds/farmiloe.gif);
  position: relative;
  top: 11px;
}

#breadcrumbs {
  margin-top: 0;
  background-color: #6c6c6c
}
#breadcrumbs a.right {
  margin-left: 10px;
}

#left, #right {
  margin: 20px;
}
#left {
  width: 200px;
}
#right {
  width: 680px;

  position: relative;
  bottom: 20px;
}

#footer {
  text-align: right;
}

#content {
  width: 960px;
  margin: 0 auto;
}



#left {
  font-size: 14px;
}
#left h3 {
  border: 1px solid #e7e7e7;
  border-bottom-width: 0;
}
#left li.last h3, #left h3.selected {
  border-bottom-width: 1px;
}

#left h3 a {
  display: block;
  line-height: 34px;
  font-size: 20px;
  padding: 0 24px;
  border-left: 10px solid #949494;
}
#left h3.selected a {
  border-left: 10px solid #f18d00;
}
#left h3 a:hover {
  background-color: #fafafa;
}
#left li li {
  border: 0;
  margin: 12px 0;
  padding-left: 34px;
  padding-right: 10px;
}
#left li li a {
  color: #6c6c6c
}

#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: 100px;
  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)
}

.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;
}
.upload.busy {
  background: url(/images/thumper.gif) center no-repeat;
}


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;
  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: left;
}
.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;
}


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 {
/*  width: 30px;*/
  padding-left: 10px;
  background-image: url(/images/backgrounds/dialog/fields/number.png);
}
.folder .numbers .field {
  width: 26px;
}

.folder form.textareas {
  display: block;
}
.folder .textareas .right {
  background-image: url(/images/backgrounds/dialog/fields/text.png);
}


.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;
}


* html.fixed, * html.fixed body {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}
* html.fixed #content {
  position: relative;
  overflow: auto;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: #000;
}
.overlayed #overlay {
  display: block;
}
* html #overlay {
  position: absolute;
  top: 0;
}

#preview {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 10px solid #fff;
  z-index: 4;
}
.overlayed #preview {
  display: block;
}
* html #preview {
  position: absolute;
    z-index: 999;
}

#preview .close {
  width: 30px;
  height: 30px;
  top: -15px;
  left: -15px;
}
#preview .close span {
  left: -60px;
}


.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;
}
.slideshow img {
  border: 1px solid #666
}


#badge {
  height: 22px;
  margin-right: 20px;
  margin-bottom: 10px;
}