A {TEXT-DECORATION:none;}
body{font-family:Tahoma;margin:0;background:#1b0800}
.main{width:879;direction:rtl;}

.top{background:url('img/top.jpg') no-repeat top right;width:879;height:288;float:right;}

.body{width:879;float:right;}
.blogskin-right{float:right;width:410;}
.blogskin-left{float:right;width:450;}
.pic{margin:5;float:right}

.sort{width:370;height:200;background:url('img/s2.jpg') repeat-x top;margin-top:8}
.sort1{width:100%;height:200;background:url('img/s1.jpg') no-repeat top right;}
.sort2{width:100%;height:200;background:url('img/s3.jpg') no-repeat top left;}

.footer{width:360;height:50;color:#9a9a9a;font-size:8pt;text-align:center}
.footer-txt{margin:8 0 0 10;}
.footer a{color:#ffc410;}
.footer a:hover{TEXT-DECORATION:underline;}

.blog-skin-r{width:350}
.blog-skin-r1{width:33;float:right;background:url('img/r1.gif') no-repeat top right;height:211}
.blog-skin-r2{width:306;float:right;background:#37261f;height:211;}
.blog-skin-r3{width:10;float:right;background:url('img/r3.gif') no-repeat top right;height:211}
.random{padding:15 3 0 3;float:right}


.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left; /* This make sure it stays horizontal */

	display: block;
	height: 198px;
	/*background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;*/
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #000000;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	background:#e0542f;
	border-right: 1px solid #f68263;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 198px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;
	/* REQUIRED */
	
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;

}
						
#horizontal_container {
     height: 198px;  padding:10 0 0 5;  
}