body, ul, li, p, h1, h2, h3, h4 {
        margin: 0; padding: 0; list-style: none;
    }
body {
    direction: rtl;
    background: #F7F7F7;
}
a { 
    text-decoration: none;
    outline: none;
}

a#open {
    width: 100%;
    padding: 10px 0;
    color: #eee;
    margin: 10px 0;
    background: #A6C753;
    border:1px solid #97B54A;
    text-align: center;
    font: bold 15px arial ;
    display: block;
    border-radius : 20px ;
    -moz-border-radius : 20px ;
    -webkit-border-radius : 20px
}

a#open:hover {
    color: #fff;
    background: #B0D457;
    border: 1px solid #A1C24F;
}


.slide {
    margin: 0 auto;
    width: 800px;
    margin-top: 20px;
}
	#tabsSlide ,#tabs {
		width: 800px;
	}
	#tabs #content  {
		background: #eee;
        font: 12px tahoma;
	}
	#tabs #nav {
		float: right;
		width: 800px;
		border-bottom: 1px solid #A2B86A;
	}
	#tabs #nav li {
		padding: 0;
		float: right;
		margin: 1px 0 -1px 3px;
        -moz-border-radius-topright : 9px;
        -moz-border-radius-topleft : 9px;
        -webkit-border-top-right-radius : 9px;
        -webkit-border-top-left-radius : 9px;
	}
	#tabs #nav li a {
	   background: #A6C753;
		padding: 7px 10px;
		display: block;
		font: bold 15px arial;
		color: #fff;
		border: 1px solid #A2B86A;
        -moz-border-radius-topright : 9px;
        -moz-border-radius-topleft : 9px;
        -webkit-border-top-right-radius : 9px;
        -webkit-border-top-left-radius: 9px;
	}
    
    #tabs #nav li a:hover {
        background: #B0D457;
        color: #eee;
    }
    
	#tabs #nav li a.current {
		border-bottom: 1px solid #eee;
        background: #eee;
        color: #000;
	}
	#tabs #content {
		padding: 10px;
		clear: right;
		text-align: right;
		border: 1px solid #A2B86A;
		border-top: 0;
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-radius-bottomleft: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
	}
#tabs #content .tab-slide { 
   display: none; 
}
       
#tabs #content .tab-slide .tab-list li {
	margin: 1px 0;
	padding: 5px 0;
	border-bottom: 1px solid #7c7c7c;
	font: 13px tahoma;
	line-height: 22px;
}
    
#tabs #content .tab-slide p {
	margin: 0 0 10px;
	padding: 0;
	font: 13px tahoma;
	line-height: 22px;
}
    
#tabs #content .tab-slide a {
		color: #353433;
	}
    
#tabs #content .tab-slide a:hover {
	color: #000000;
}

h1 {
    text-align: center;
    font: 25px 'times new roman';
}

h2 {
    text-align: center;
    font:bold 18px arial ;
}

#tabs #content ul {
    margin: 5px 10px;
}

#tabs #content ul li {
    margin: 5px 20px;
}

p {
    
}

