﻿/* CSME.PRO [  Encode in UTF-8  Without BOM ] [ ☺ ] */

/* -- For Gallery Slideshow -- */
/* html,body { height: 100%; } */

/* ------------ IE6 Png Fix ---------------- */

.png,img { behavior: url(../js/iepngfix.htc); }

/* ------------ CsmeWindow ---------------- */

#csmewindow { background-image: url(../images/lightbox/overlay.png); }

* html #csmewindow{
	/*
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale");
	*/
	}

/* ------------ CsmeMenu ---------------- */

.CSMenuBase_rtl 			{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_rtl ul 		{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_rtl li 		{ list-style-type: none; margin: 0px;  position: relative;  }
.CSMenuBase_rtl li ul 		{ display: none; position: absolute;  }
.CSMenuBase_rtl li a 		{ display:block; }

.CSMenuBase_ltr 			{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_ltr ul 		{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_ltr li 		{ list-style-type: none; margin: 0px;  position: relative;  }
.CSMenuBase_ltr li ul 		{ display: none; position: absolute;   }
.CSMenuBase_ltr li a 		{ display:block;  }

.CSTreeBase_rtl 			{ margin:0px; padding:0px;  }
.CSTreeBase_rtl ul 		{ margin:0px; padding:0px;  }
.CSTreeBase_rtl li 		{ list-style-type: none; margin: 0px; width: 100%; }
.CSTreeBase_rtl li ul 		{ display: none; }
.CSTreeBase_rtl li a 		{ display:block; width: 100%; height: 100%;  }
.CSTreeBase_rtl .indent	{ width: 19px; }

.CSTreeBase_ltr 			{ margin:0px; padding:0px;  }
.CSTreeBase_ltr ul 		{ margin:0px; padding:0px;  }
.CSTreeBase_ltr li 		{ list-style-type: none; margin: 0px; width: 100%; }
.CSTreeBase_ltr li ul 		{ display: none; }
.CSTreeBase_ltr li a 		{ display:block; width: 100%; height: 100%;  }
.CSTreeBase_ltr .indent	{ width: 19px; }


#appmenudivUP,#appmenudivDOWN{
	width:100%;
}
#MainMenuTop{
	width:100%;
}
.admin_menu_box_bottom{
	width:100%;
	background-size:100% 100%;
}
