/* CSS Document */

body{
	background-color:#000000;
	background-image:url(images/bk.gif);
	background-repeat:repeat-x;
	margin:0px;
}

#header{
	background-image:url(images/header.gif);
	background-repeat:repeat-x;
	height:87px;
	padding-right:20px;
	direction:;
	
}

#menu{
	background-image:url(images/menu-bk.gif);
	background-repeat:repeat-x;
	height:30px;
	line-height:28px;
	padding-right:15px;
}


#body{
	
	width:1000;
	width:1000px;
}

#body2{
	width:700px;
}

#part1{
	width:460px;
	padding:5px;
	margin-right:20px;
	float:right;
}
#part2{
	width:460px;
	padding:5px;
	margin-left:20px;
	float:left;
}

#photoshow{
	border:1px solid #cccccc;
	width:446px;
	vertical-align:middle;
}


#titr{
	background-image:url(images/titr.gif);
	background-position:right;
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	color:#333333;
	direction:rtl;

}

#phototmb{
 width:140px;
 height:185px;
 background-color:#1c1c1c; 
 background-image:url(images/mm.gif);
 background-repeat:no-repeat;
 vertical-align:bottom;
 padding-bottom:5px;
 float:right;
 margin:4px;
}
#photohead{
	height:15px;
	background-position:right;
	margin-bottom:5px;
	padding-top:15px;
}


#photoslide{
	width:130px;
	margin-right:5px;
	margin-bottom:10px;
	float:right;
	overflow:hidden;
}

#photoshow2{
	border:1px solid #cccccc;
	width:590px;
	vertical-align:middle;
}
#prev{
	margin-top:5px;

	height:30px;
	float:left;
}
#next{
	margin-top:5px;

	height:30px;
	float:right;
}
#des{
	width:590px;
	padding-right:25px;
}

#description{
	width:590px;
	padding-right:25px;
	display:none;
}



/* Class          */


.font12{
	font-family:Tahoma;
	font-size:12px;
}

.color{
	color:#FFFFFF;
}


a:hover { 
	 text-decoration:none ;
	 font:100%;
	 color:#ff0000 !important;
	 
}

a {  
	text-decoration:none;
	color:#ffffff ;
}

a:visited  {
	text-decoration:none;
	color:#ffffff  ;
}

.textclass{
	font-family:Tahoma;
	font-size:12px;
	direction:rtl;
	background-image:url(manage/images/textback.gif);
	background-repeat:repeat-x;
	border:1px solid #666666;
	padding-top:3px;
	padding-right:3px;
	background-color:#efefef;
}

#searchbox{
	background-image:url(images/sebox.gif);
	background-repeat:no-repeat;
	width:612px;
	height:140px;
	padding-top:15px;
}


/*******************************8*/

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
padding-top:5px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(list.gif) no-repeat left center;
color:#333333;
list-style-type: none;
padding-left: 22px;
padding-top:5px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(closed.gif) no-repeat left 1px;
padding-top:5px;
color:#FFFFFF;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


#panel1{
	background-color:#CCCCCC;
	border:1px solid  #666666;
	padding:5px;
}


.picbox2{

padding:3px;
width:147px;
height:110px;
border:1px solid #CCCCCC;
background-color:#FFFFFF;
float:right;
margin-right:4px;

}