@charset "utf-8";
/* CSS Document */

.upper_categories, .footer_categories, .main_categories, .side_categories, .sub_categories {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}

/* upper categories file */
.upper_categories:link, .upper_categories:active, .upper_categories:visited   {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}

.upper_categories:hover {
	text-decoration: none;
	color:#333333;
	background-color:#CED1D5;
	font-size: 14px;
	font-weight:bold;
}

.upper_cat-seperator {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}

/* main categories file */
.main_categories:link, .main_categories:active, .main_categories:visited   {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}

.main_categories:hover {
	text-decoration: none;
	color:#333333;
	background-color:#CED1D5;
	font-size: 14px;
	font-weight:bold;
}

.main_cat_seperator {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}


/* side categories file */
.side_categories:link, .side_categories:active, .side_categories:visited   {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	height:20px;
	display:block;
/*	position:relative;*/
	width:170px; 
	border-bottom:1px solid #333333;
	background-color:#43a5cf;	
}

.side_categories:hover {
	text-decoration: none;
	color:#FFCBA8;
	font-size: 14px;
	font-weight:bold;
	border-bottom:1px solid #333333;
	background-color:#067cac;
}


.side_cat_seperator {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	height:30px;	
}

/* sub categories file */

.sub_categories_header {
	text-decoration: none;
	color: #4e7195;
	font-size: 16px;
	font-weight:bold;}

.sub_categories:link, .sub_categories:active, .sub_categories:visited   {
	text-decoration: none;
	color: #4e7195;
	font-size: 14px;
	font-weight:bold;
}

.sub_categories:hover {
	text-decoration: none;
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	background-color:#96BCD8;
}


.sub_cat_seperator {
	color: #4e7195;
	font-size: 16px;
	font-weight:bold;
}



/* footer categories file */
.footer_categories:link, .footer_categories:active, .footer_categories:visited   {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}

.footer_categories:hover {
	text-decoration: none;
	color:#333333;
	background-color:#CED1D5;
	font-size: 14px;
	font-weight:bold;
}


.footer_cat_seperator {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}




/* page desc*/
.page_desc {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	text-align:justify;
}


/*  table*/
.page_table {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 5px;
}


@charset "utf-8";
/* CSS Document */

/* categories _listing php */
/* category name */
.category_title {
	text-decoration: none;
	font-size: 18px;
	color: #4e7195;
	text-align: right;
	font-weight:bold;
}

.category_name:link, .category_name:active, .category_name:visited   {
	text-decoration: none;
	font-size: 14px;
	color: #4e7195;
	text-align: right;
	font-weight:bold;
}

.category_name:hover {
	text-decoration: none;
	color:#333333;
	background-color:#CED1D5;
	font-size: 14px;
	font-weight:bold;
}

#category_block h1 {
	text-decoration: none;
	font-size: 26px;
	color: #4e7195;
	text-align: right;
	font-weight:bold;
	margin-top:10px;
	margin-right:20px;
}