@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px; outline:0px;}
body{
        background:#FFF url(../1/images/pbg.gif);
        CURSOR: url(styles/1/images/mouse.cur); 
       	font: 18px Arial, Helvetica, sans-serif;
	color:#7f3e03;
	direction:rtl;
}

#cards{ color:#7f3e03;
	width:900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
        border:#dfac5b 1px dotted;
        padding:0px;
}

#cards #header{
	background:#f8e4b0 url(images/logo.jpg);
        border-bottom:#dfac5b 1px solid; 
       	color:#FFF;
	padding:10px;
	height:130px;
}

#cards #navbar{
        border-bottom:#dfac5b 0px solid; 
	color:#555;
	padding:113px;
        height:29px;
}

#cards #navbar img{
        border: none;
        height:25px;
        padding:0px;
}


#cards #navbar a{
      	color:#7f3335;
	padding:5px;
	text-decoration:none;
	display:inline-block;
        border-left:#d7bd82 0px solid;
}

#cards #navbar a:hover{
	background:#dcc68d;
}

#menu a{
  background:#f8e4b0;
  color:#7f3e03;
  text-decoration:none;
  padding:5px;
  border-bottom:#d7bd82 1px solid;
  display: block;
}

#menu a:hover{
 background:#dcc68d;
}

#cards #content{
	padding:0px;
}

#cards #content #right{
	float:right;
	width:170px;
	margin-left:10px;
	
}

#cards #content #left{
	float:left;
	width:170px;
	margin-right:10px;
	
}

#cards #content #center{
	width:auto;
        margin-left:180px;
	margin-right:180px;
}

#cards #content #show{
	width:auto;
       	margin-right:180px;
}

#cards #btitle{
        background:#FFF url(images/tcat.gif);
        border:#dfac5b 1px solid; 
        border-bottom:0px;
	padding:5px;
	text-align:center;
        color:#7f3e03;
}

#cards #bcontent{
	border:#dfac5b 1px solid;
       	text-align:center;
	margin-bottom:0px;
}

#formt{
    width:auto;
    margin-left:120px;
    margin-right:300px;
    background:#FFF url(images/tcat.gif);
    border:#dfac5b 1px solid; 
    Color:#7f3e03;
    margin-top:10px;
    padding:5px;
    text-align:center;
    height:20px;
}
#in{
 width:200px;
 border:#7f3e03 1px solid;
 padding:3px;
}
#sin{
 width:50px;
 border:#7f3e03 1px solid;
 padding:3px;
}
#b{
 width:50px;
 color:#7f3e03;
 border:#7f3e03 1px solid;
 background:#f8e4b0;
 padding:3px;
}
#form{
    margin-left:120px;
    margin-right:300px;
    text-align:center;
    border:#dfac5b 1px solid;
    border-top:0px;
    padding:5px;
    margin-bottom:20px;    
}

#cards #clear{
	clear:both;
}

#cards #footer{
        background:#FFF url(images/tcat.gif);
        border-top:#dfac5b 1px solid;  
	color:#7f3e03;
	padding:5px;
	text-align:center;
}


