﻿
.news p {
	padding:10px 0px 0px 0px;
	margin:0px;
}
.news a, .news a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.news a:hover {
	text-decoration:none;
}

.file td {
	border-bottom:1px solid #b5b996;
	height:29px;
}

.file a {
	color:#005641;
	font-size:12px;
	font-weight:bold;
	
}

.parameters td {
	background:url(images/btn_st.gif) no-repeat 0px 4px;
	padding:0px 0px 5px 12px;

}

#form td {
	text-align:left;
}
#form input, #form select {
	font-size:11px;
}

.list {
	width:960px;
	vertical-align:top;
	text-align:left;
}
.left {
	width:207px;
	vertical-align:top;
	text-align:left;
	/*background:url(images/bg_category_left.jpg) repeat-y right;*/
}
.middle {
	vertical-align:top;
	text-align:left;
}
.right {
	width:207px;
	vertical-align:top;
	text-align:left;
	/*background:url(images/bg_category_right.jpg) repeat-y left;*/
}


/* CATEGORY */

.category_left {
	width:100%;
	background:#005641;
	text-align:left;
}


/*start category list main*/
.main_normal {
	margin:0px 20px;
	width:167px;
}
.main_pressed {
	width:207px;
}

.main_normal td, .main_pressed td {
	font-size: 12px;
	font-weight:bold;
	/*border:1px solid #0d5f4b;*/
	border-bottom:1px solid #0d5f4b;
}
.main_normal td {
	background:url(images/btn_st5.gif) no-repeat left;
}
.main_pressed td {
	background:#e2d2ab url(images/btn_st6.gif) no-repeat left;
}

.main_normal a:link, .main_normal a:visited, .main_normal a:hover,
.main_pressed a:link, .main_pressed a:visited, .main_pressed a:hover {
	display:block;
	width:100%;
	padding: 7px 5px;
	padding-left:12px;	
	
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.main_normal a:hover {
	text-decoration:underline;
}
.main_pressed a:link, .main_pressed a:visited, .main_pressed a:hover {
	color: #005641;
	padding-left:32px;
}
.main_pressed a:hover {
	text-decoration:underline;
}
/*end category list main*/


/*start category list sub*/
.sub_normal {
	margin:0px 30px;
	width:147px;
}
.sub_pressed {
	width:207px;
}

.sub_normal td, .sub_pressed td {
	/*border:1px solid #0d5f4b;*/
	/*border-bottom:1px solid #0d5f4b;*/
}
.sub_normal td {
	background:url(images/btn_st8.gif) no-repeat left;
}
.sub_pressed td {
	background:#e2d2ab url(images/btn_st9.gif) no-repeat left;
}

.sub_normal a:link, .sub_normal a:visited, .sub_normal a:hover,
.sub_pressed a:link, .sub_pressed a:visited, .sub_pressed a:hover {
	display:block;
	width:100%;
	padding: 7px 5px;
	font-size:11px;
	padding-left:12px;	
	
	color: #ffffff;
	/*font-weight:bold;*/
	text-decoration:none;
	outline:none;
}
.sub_normal a:hover {
	text-decoration:underline;
}
.sub_pressed a:link, .sub_pressed a:visited, .sub_pressed a:hover {
	color: #005641;
	padding-left:42px;
}
.sub_pressed a:hover {
	text-decoration:underline;
}
/*end category list sub*/


/*start category list sub sub*/
#list_sub_sub, #list_sub_sub_pressed {
	width:100%;
	font-size: 12px;
	font-weight:bold;
	/*background: #003366 url(images/cms/cat_main_link.gif) no-repeat left;*/
	border:1px solid #e1e5f1;
	border-top:none;
}
#list_sub_sub a:link,#list_sub_sub a:visited, #list_sub_sub a:hover,
#list_sub_sub_pressed a:link,#list_sub_sub_pressed a:visited, #list_sub_sub_pressed a:hover {
	display:block;
	width:100%;
	padding: 3px 5px;
	padding-left:25px;	
	
	color: #000;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}
#list_sub_sub a:hover {
	text-decoration:underline;
}


#list_sub_sub_pressed {
	background-color:#0267b5;
	/*background: #CC0000 url(images/cms/cat_main_link_pressed.gif) no-repeat left;*/
}
#list_sub_sub_pressed a:link,#list_sub_sub_pressed a:visited, #list_sub_sub_pressed a:hover {
	color: #fff;
}
#list_sub_sub_pressed a:hover {
	text-decoration:underline;
}
/*end category list sub sub*/


/*start category list center*/
#list_center td {
	background:url(images/cms/cat_sub_link_pressed.gif) no-repeat left;
}
#list_center a:link,#list_center a:visited, #list_center a:hover {
	font-size:11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration:underline;
	padding-left:15px;
}
#list_center a:hover {
	color: #66CC66;
	text-decoration: none;
}
/*end category list center*/


