@charset "utf-8";
/* CSS Document */

body {
/*	font-family: Arial, Verdana, Helvetica, sans-serif; */
/*	font-family:"Traditional Arabic"; */
	font-family: "Arabic Transparent";
	font-size: 16px;
	color:#333333;
}

body {
	text-align: -moz-center;
}

/* #wrapper { width: 800; position:relative; margin-left:auto; margin-right:auto;}   */


.main_page_group_categories_header {
	text-decoration: none;
	font-size: 26px;
	font-weight:bold;
	text-align:right;
}

.banner_table {
	border: 1px solid rgb(204, 204, 204);
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 5px;
}
/* MAIN CATEGORY LINK */
#main_level_categories a:link, #main_level_categories a:active, #main_level_categories a:visited   {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight:bold;
}

#main_level_categories a:hover {
	text-decoration: none;
	color: #800000;
	font-size: 14px;
	font-weight:bold;
}

.main_category_cell {
	border-bottom: 1px dotted #333;
}

/* SECONDARY CATEGORY LINK */
#second_level_categories a:link, #second_level_categories a:active, #second_level_categories a:visited  {
	text-decoration: none;
	color: #333333; 
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}

#second_level_categories a:hover {
	text-decoration: none;
	background-color:#990000;
	color: #FFFFFF;
	font-size: 14px;
}

.secondary_category_cell {
	border-bottom: 2px solid #333;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 5px;	
}

.seperator_of_category_cell {
	border-bottom: 2px solid #333;
}

.seperator_of_category_header_cell {
	border-bottom: 1px dotted #333;
}

/* gegenral categories php block */
.general_categories_list_cell {
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	background-color:#FFFFFF;
	text-align: center;
	height:40px;
}


.general_category_table {
/*	border: 1px solid #CCCCCC; */
	background: #F3F3F3;
	height:40px;	
	border-bottom: 1px solid #CCCCCC; 
	
}



/*
.side_audio_name {
	font-size: 16px;
	color: #003399;
	text-align: right;
}

.audio_name {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-align: right;
}

.audio_desc {
	font-size: 14px;
	color: #000000;
	text-align: right;
}


.comment_counter {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.comment_counter, .comment_name, .comment_date, .comment_email {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

.comment_short {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-align: right;
}

.comment_desc {
	font-size: 14px;
	color: #000000;
	text-align: right;
}

.comment_divider {
	border-color:#CCCCCC;
	border-bottom: 1px;
	border-bottom-style: dashed;
	height:10px;
	vertical-align:middle;

}
*/	
