html {
 direction: RTL;
}

body {  
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	margin:0; 
	padding:0; 
	background : #FFFFFF;
	color:#3f7097;
 }
td{
  font-size: 13px;
}

A:link,A:visited,A:active,A:hover {
	text-decoration: none;
	color:#377bb2; 
}
A:hover {
  text-decoration: underline
}

img{
 border:0px;
}

.hand, .button {
	cursor:pointer;
	cursor:hand;
}
.displayed{
}
.hidden{
 display: none;
}

.button {
	background-color: #003564;
	color: #FFFFFF;
	font-weight : bold;
	border:0px;
	height:25px;
	margin: 1px 1px 1px 1px;
	font-size: 12px;
}

textarea,input,select  { 
	border-width:1px; 
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #7097b6;
	color:#3f7097;
}


/*--- basic list --- */
 ul{
	list-style-type:none;
	direction:RTL;
	margin:0px;
	padding:0px;
}
ul li{
	line-height: 13px; 
    font-size:13px;
	list-style-type: none;
	display: block; 
	background: transparent url("../img/admin-icon.gif") no-repeat center right;
	padding: 0px 10px 3px 0px;
	margin: 0px;
}


/* paragraph subjects */
.submenu {
  color:#17005f;
  font-size: 14px;
  font-weight: bold;
}
.note {
  color : blue;
  font-size : 9px;
}
.tditem{
  padding-left:15px;
  width:140px;
}

.highlight{
	background-color: #FFFFFf;
}

.productsType1{
	text-align: right;
}

.msgAfterAction{
  font-weight : bold;
  color:red;
}

/*----------     MENU --------------------*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 300px; /*For KHTML*/
  list-style: none;
  height: 24px;
  z-index:100000;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: right; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  z-index:100000;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
   width: 170px;
   z-index:100000;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 170px;
  float: right; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border-top-width:2px; 
  border-left-width:1px; 
  border-right-width:0px; 
  border-bottom-width:0px; 

  border-style: solid;
  border-color: #7097b6;


  text-align:center;
  float: none !important; /*For Opera*/
  float: right; /*For IE*/
  display: block;
  background: #17005f;
  color: #d2e9fc;
  font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  font-weight:400;
  width:55px;
}


/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #13366A;
  color: #FFFFFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #35599C;
  color: #d2e9fc;
  width:170px;

}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #13366A;
  color: #FFFFFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #35599C;
  color: #d2e9fc;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #13366A;
  color: #FFFFFF;
}


ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  right: 170px;
}

ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}/* -------------  END MENU  ----------- */


/*------------------------*/
/* Category page         */ 

.catContainer{
clear:both;
}
.catLineContainer{

}

 .closedGrayCategory{
	 background: transparent url("../img/plusdis.jpg") no-repeat 100% 0px;
	 height:26px;
	 width:26px;
	 float:right;
 }

.closedCategory{
	 background: transparent url("../img/plus.jpg") no-repeat 100% 0px;

	 height:26px;
	 width:26px;
	 float:right;
}

.openedCategory{
 	 background: transparent url("../img/minus.jpg") no-repeat 100% 0px;
	 height:26px;
	 width:26px;

	 float:right;
}

.closedBranch{

	 padding: 0px 20px 0px 0px;
	 float:right;
	 display: none;
	 line-height:0;

}

.openedBranch{
	 line-height:0;
	 padding: 0px 20px 0px 0px;

}

.sortIcon{
	float:right;
}

.explain{
	border: 1px solid #BBBBBB;
	padding-right:10px;
	font-size : 11px;
	color: #222222;
}

.explain ul{
  list-style: none;

}
/*------- Header/Footer --------*/
#headerTableID{
 border:0px;
 width:800px; 
 margin-left:auto; 
 margin-right:auto;
 border-collapse: collapse; 
 background-color: #7097b6;
 direction: RTL;
 color:white;
}

.storeName{
  font-weight : bold;

}

#headerMainTableID{
 width:800px; 
 margin-left:auto; 
 margin-right:auto;
 border-collapse: collapse; 
 border: 1px solid #D2D3D4;
 height: 400px;
 background-color:#d2e9fc;
 direction: rtl;
}
#visitorsNumberId{
  color:#d2e9fc;
  text-align:left;
  padding-left:10px;
}
/* ----------- ramka ----------- */

.ramka{
	border:0px;
   border-collapse: collapse;
        direction: LTR;
}
.ramka td{
  margin:0px;
  padding:0px;
}

.lup { 
	background: url("../img/box/lup.gif") no-repeat; 
	width:7px; 
	height:7px;
}
.rup { 
	background:  url("../img/box/rup.gif") no-repeat; 
	width:7px; 
	height:7px;
}
.up { 
	background:  url("../img/box/up.gif") repeat-x; 
	   
}


.ldown { 
	background:  url("../img/box/ldown.gif") no-repeat; 
	width:7px; 
	height:7px;
}
.rdown { 
	background:  url("../img/box/rdown.gif") no-repeat; 
	width:7px; 
	height:7px;
}
.down { 
	background:  url("../img/box/down.gif") repeat-x; 
	   
}

.lmid { 
	background:  url("../img/box/lmid.gif") repeat-y; 
	width:7px; 
}
.rmid { 
	background:  url("../img/box/rmid.gif") repeat-y; 
	width:7px; 
}
.mid { 
	direction: rtl;
	background:#d2e9fc;
}
/*---- title of ramka */
.ramkatitle{
  background:url("../img/title-backgr-center.gif") repeat-x;
  height:25px;
  text-align:center;
  color:e4f3ff;
  font-size: 17px;
  font-weight : bold;
}
.ramkatitle .left{
	float:left;
	background:url("../img/title-backgr-left.gif") no-repeat;
    height:25px;
    width:5px;

}

.ramkatitle .right{
	float:right;
	background:url("../img/title-backgr-right.gif") no-repeat;
   height:25px;
   width:5px;

}
/*---- END title of ramka */
/*--------  Row table ---------*/
.PrTable
{ 
  width:100%;

  /*border-spacing:0pt;*/
  margin-left: auto; 
  margin-right: auto; 

  border-collapse: collapse; 
  background: #e4f3ff;
}

.PrTabletd
{ 
  border-top-style: solid; 
  border-top-width: 1px; 
  border-color:#7097b6;
  padding-right:10px;
}

.PrTable th{ 
  background: #7097b6;
  color:#17005f;
  font-size: 14px;
  font-weight: bold;

  border-left-style: solid; 
  border-right-style: solid; 
  border-bottom-style: solid; 

  border-left-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  
  border-color:#d2e9fc;


}
/*--------  END Row table ---------*/
.statTbl .clmn_prod1{
  width:150px;
}
.statTbl .clmn_prod2{
  width:300px;
}
.statTbl .clmn_prod3{
  width:50px;
}

.statTbl .clmn_prod5{
  width:50px;
}
.statTbl td img{
  width:50px;
  height:50px;
}

.statTb2 .clmn_prod1{
  width:150px;
}
.statTb2 .clmn_prod3{
  width:50px;
}

.statTb3 .clmn_prod1{
  width:150px;
}
.statTb3 .clmn_prod3{
  width:50px;
}
