.float_limiter{
  clear: both;
}

button{
  cursor: pointer;
}

button.system{
	border: 0px;
  cursor: pointer;  
  background-color: #e63357;  
  color: white;
/*	height: 20px;*/
  line-height: 1em;
/*  padding: 0px 6px;*/
}

button.add{
	padding-left: 25px;
	background-image: url(/app/images/add.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.edit{
	padding-left: 25px;
	background-image: url(/app/images/edit.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.delete{
	padding-left: 25px;
	background-image: url(/app/images/delete.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	border: 1px solid reoranged;
	background-color: orange;
	color: white;
}

button.save{
	padding-left: 25px;
	background-image: url(/app/images/save.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.cancel{
	padding-left: 25px;
	background-image: url(/app/images/cancel.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	background-color: #ffe4b5;
}

button.browse{
	padding-left: 25px;
	background-image: url(/app/images/browse.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.email{
	padding-left: 25px;
	background-image: url(/app/images/email.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.fav{
	padding-left: 25px;
	background-image: url(/app/images/fav.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.nocaption{
  padding-left: 12px;
  padding-right: 12px;
}

button.nocaption span{
  display: none;
}

#ProgressPanelBG{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
  height: 100%;
	width: 100%;
	z-index: 9999;
  background-image: url(../images/fg_image_bg.png);
}

#ProgressPanelFG{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-color: white;
	z-index: 10000;
	background-image: url(../app/images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;	
  border-radius: 10px;
}

.error{
  clear: both;
  margin: 0px;
  padding: 10px 0px 0px 30px;
  color: red;
  font-weight: bolder;
}

#system_messages{
/*  background-image: url(../app/images/fg_image_bg.png);*/
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin: -100px 0px 0px -200px;
  color: #831646;
  font-size: 14px;
  z-index: 10001;
  line-height: 1.2em;  
  font-family: "Myriad Pro", 'Arial' !important;
  width: 400px;
  border-radius: 15px;
  -moz-box-shadow: 0px 1px 6px 1px #aaa;
  -webkit-box-shadow: 0px 1px 6px 1px #aaa;
  box-shadow: 0px 1px 6px 1px #aaa;
}

#system_messages a{
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 20px;
  color: #831646;
  font-weight: bold;
  text-decoration: none;
  font-size: 24px;
  font-family: "Myriad Pro", 'Arial' !important;
  padding: 10px 20px;
}

#system_messages a:hover{
  color: white;
  background-color: #831646;
  border-radius: 15px;
}

#system_messages ul{
/*  border: 1px white solid;*/
  padding: 25px 25px 65px 25px;
  margin: 0px;
}

#system_messages li{
  padding: 0px;
  margin: 0px;
  list-style: none;    
  text-align: center;
}

#fatal_error{
  text-align: center;
  font-weight: bolder;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/* system */

div.node_operations{
  position: absolute;  
  z-index: 100;
  top: 15px;
  right: 20px;
  /*right: 50%;
  margin-right: -495px;*/
  font-size: 12px;
  padding: 5px 10px;  
  background-color: white;
}

.node_operations a, .node_operations_bigger a{
  padding: 2px 0px 2px 25px;
	background-position: 4px center;
	background-repeat: no-repeat;
  font-size: 12px;
  color: black;
  text-decoration: none;
  height: 16px;
  display: inline-block;
}

.node_operations a span, .node_operations_bigger a span{
  display: none;
}

.node_operations a:hover, .node_operations_bigger a:hover {
  text-decoration: underline;
}

.node_operations a.add_node, .node_operations_bigger a.add_node {
  background-image: url(/app/images/add.png);
}

.node_operations a.edit_node, .node_operations_bigger a.edit_node {
  background-image: url(/app/images/node.gif);
}

.node_operations a.edit_module, .node_operations_bigger a.edit_module {
  background-image: url(/app/images/module.png);
}

.node_operations a.cancel_edit, .node_operations_bigger a.cancel_edit {
  background-image: url(/app/images/cancel.png);
}

.node_operations a.delete_item, .node_operations_bigger a.delete_item {
  background-image: url(/app/images/delete.gif);
}

.node_operations a.delete_item_white, .node_operations_bigger a.delete_item_white {
  background-image: url(/app/images/delete_white.png);
}

.node_operations a.add_item, .node_operations_bigger a.add_item {
  background-image: url(/app/images/add.gif);
}

.node_operations a.edit_item, .node_operations_bigger a.edit_item {
  background-image: url(/app/images/edit.gif);
}

.node_operations a.save_item, .node_operations_bigger a.save_item {
  background-image: url(/app/images/save.png);
}

.node_operations a.add_product, .node_operations_bigger a.add_product {
  background-image: url(/app/images/add.png);
}

.node_operations a.make_fav, .node_operations_bigger a.make_fav {
  background-image: url(/app/images/fav.png);
}

.node_operations a.move_left_item, .node_operations_bigger a.move_left_item {
  background-image: url(/app/images/left.gif);
}

.node_operations a.move_right_item, .node_operations_bigger a.move_right_item {
  background-image: url(/app/images/right.gif);
}

.node_operations a.move_up_item, .node_operations_bigger a.move_up_item {
  background-image: url(/app/images/moveup.gif);
}

.node_operations a.move_down_item, .node_operations_bigger a.move_down_item {
  background-image: url(/app/images/movedown.gif);
}

.node_operations a.user, .node_operations_bigger a.user {
  background-image: url(/app/images/user_online.png);
}

.node_operations a.accept, .node_operations_bigger a.accept {
  background-image: url(/app/images/accept.png);
}

.node_operations a.cancel2, .node_operations_bigger a.cancel2 {
  background-image: url(/app/images/cancel2.png);
}

#fg_image{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-image: url(../app/images/fg_image_bg.png);
}

#fg_image img, #fg_image iframe{
  position: absolute;
  border: 5px solid white;
  left: 50%;
  top: 50%;
}

#fg_image a.close, #fg_image a.prev, #fg_image a.next{
  position: absolute;
  left: 50%;
  top: 50%;
}

#fg_image a.close img, #fg_image a.prev img, #fg_image a.next img{
  position: static;
  border: none;
}

#admin_link{
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 20px;
	background-color: navy;
	color: white;
  font-family: Arial !important;
}

#system_menu{
  background-image: url(/app/images/system_menu_center.png);
  background-repeat: repeat-x;;
  background-position: center top;
  height: 66px;
  position: fixed;
  bottom: 0px;
  left: 50%; 
  z-index: 10000;
  font-family: "Myriad Pro", 'Arial' !important;
}

#system_menu>ul{
  position: absolute;
  left: -72px;
  height: 66px;
  background-image: url(/app/images/system_menu_left.png), url(/app/images/system_menu_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}

#system_menu>ul>li{
  float: left;        
  list-style: none;
  border-right: 1px solid #D6D6D6;
  margin: 16px 0px 0px 0px;        
}

#system_menu>ul>li:first-child{
  padding-left: 15px;
}

#system_menu>ul>li:last-child{
  padding-right: 15px;
  border-right: 0px;
}

#system_menu>ul>li>a{
  white-space: normal;
  display: block;
  position: relative;
  padding-top:25px;
  height: 21px;
  width: 65px;
  font-family: Arial;
  font-size: 9px;
  color: #333333;
  text-align: center;
  text-decoration: none;        
}

#system_menu>ul>li>a>span{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
  background-position: center 0px;
  background-repeat: no-repeat;
}

#system_menu>ul>li>a:hover span{
  background-position: center -25px;
}

#system_menu>ul>li>a:hover{
  color: blue;
}

#system_menu>ul>li>ul{
  position: absolute;
  bottom: 50px;
  font-size: 12px;
  background-color: black;  
  display: none;
}

#system_menu>ul>li:hover>ul{
  display: block;
}

#system_menu>ul>li>ul>li{
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #333333;
}

#system_menu>ul>li>ul>li a{
  color: white;
  text-decoration: none;
}

#system_menu>ul>li>ul>li a:hover{
  color: yellow;
}

#system_popup{
  background-image: url(../app/images/fg_image_bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  color: white;
  font-size: 12px;
  z-index: 9999;
  line-height: normal;
  font-family: Tahoma !important;  
}

#system_popup .system_popup_content{
  border: 3px solid white;
  padding: 25px;
}

#system_popup a.close_popup{
  position: absolute;
  right: 20px;
  top: 15px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

#system_popup a.close_popup:hover{
  color: yellow;
}

#content form>ul.language_tabs{
  height: 29px;
}

#content form>ul.language_tabs li{
  float: left;
  list-style: none;
  padding-right: 20px;
}

#content form>ul.language_tabs li a{
  border: 1px solid #aaaaaa;
  border-bottom: 0px;
  text-decoration: none;
  padding: 5px 20px 3px 20px;
  display: block;
  height: 20px;
  background-color: #FFE7A1;
  color: #912038;
}

#content form>ul.language_tabs li a:hover{
  text-decoration: underline;
}

#content form>ul.language_tabs li.selected a{
  background-color: #831646;
  color: white;
}

#content form fieldset.language_tabs{
  padding-top: 10px;
  border: 0px;
  border-top: 1px solid #aaaaaa;  
  width: 100%;
}

#content form fieldset.language_tabs~.language_tabs{
  /*display: none;*/
  position: absolute;
  top: 28px;
}

#content form fieldset.language_tabs.hide{
  display: none;
}

#content form fieldset.language_tabs.show{
  display: block !important;
  top: auto;
  position: static;
}